/* Bootstrap plugin.min.css isolation (inner pages only) */
body.dcv5 header.site-nav {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: inherit !important;
  color: inherit !important;
  white-space: normal !important;
}

body.dcv5 .site-nav nav {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.dcv5 .site-nav .nav-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.dcv5 .site-nav .nav-links li {
  list-style: none !important;
}

body.dcv5 .site-nav .btn,
body.dcv5 .site-nav .btn-primary {
  display: inline-flex !important;
  font-family: var(--display) !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
}

body.dcv5 .site-nav .btn-primary {
  background: var(--grad) !important;
  border-color: transparent !important;
  color: #fff !important;
}

/* Inner pages — v5 shell + legacy Profilex class mapping (functionality unchanged) */

.dcv5-page {
  padding: 40px 0 72px;
  min-height: 50vh;
}

.dcv5-page .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 768px) {
  .dcv5-page { padding: 48px 0 92px; }
  .dcv5-page .container { padding: 0 24px; }
}

@media (max-width: 767px) {
  body.dcv5 .page-hero { padding: 28px 0 24px; }
  body.dcv5 .page-hero h1 { font-size: 1.65rem; }
  body.dcv5 footer { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
}

/* Page hero (replaces breadcrumb banner) */
.page-hero {
  background: linear-gradient(180deg, #F6F8FF 0%, var(--ice) 100%);
  padding: 36px 0 32px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.75rem, 5vw, 2.4rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 10px;
}

.page-hero .crumbs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  font-size: .88rem;
  color: var(--ink-50);
}

.page-hero .crumbs a { color: var(--c1); font-weight: 600; }
.page-hero .crumbs .active { color: var(--ink-70); }
.page-hero .crumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: var(--ink-50);
  font-weight: 400;
}

/* Hide legacy chrome when v5 active */
body.dcv5 .preloader,
body.dcv5 .breadcrumbs-section,
body.dcv5 .header-area,
body.dcv5 .saas-footer,
body.dcv5 a.back-to-top,
body.dcv5 #WAButton { display: none !important; }

body.dcv5 .pt-120, body.dcv5 .pt-110 { padding-top: 0 !important; }
body.dcv5 .pb-120, body.dcv5 .pb-80, body.dcv5 .pb-110 { padding-bottom: 0 !important; }

/* Legacy buttons → v5 */
body.dcv5 .main-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: .95rem;
  padding: 14px 26px;
  border-radius: 999px;
  border: none;
  min-height: 48px;
  background: var(--grad);
  color: #fff !important;
  box-shadow: 0 14px 32px -10px rgba(108, 77, 246, .55);
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s, box-shadow .2s;
}

body.dcv5 .main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px -10px rgba(108, 77, 246, .65);
  color: #fff !important;
}

body.dcv5 .main-btn i { margin-right: 4px; }

body.dcv5 .btn-link {
  color: var(--c1) !important;
  font-weight: 600;
}

/* Forms */
body.dcv5 .user-form,
body.dcv5 .contact-form,
body.dcv5 .checkout-wrapper {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
}

body.dcv5 .user-form .title h3,
body.dcv5 .contact-form h3 {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 20px;
  color: var(--ink);
}

body.dcv5 .form_group {
  margin-bottom: 18px;
}

body.dcv5 .form_group > span {
  display: block;
  font-size: .82rem;
  font-weight: 600;
  color: var(--ink-70);
  margin-bottom: 8px;
}

body.dcv5 .form_control,
body.dcv5 .form-control,
body.dcv5 textarea.form_control {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 13px 16px;
  font-family: var(--body);
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  transition: border-color .15s;
}

body.dcv5 .form_control:focus,
body.dcv5 .form-control:focus {
  outline: none;
  border-color: var(--c2);
  box-shadow: 0 0 0 3px rgba(108, 77, 246, .12);
}

body.dcv5 .text-danger { color: var(--coral) !important; }
body.dcv5 .text-primary { color: var(--c1) !important; }

/* Pricing page */
body.dcv5 .saas-pricing.pricing-page {
  padding: 0;
}

body.dcv5 .pricing-tabs {
  margin-bottom: 36px;
}

body.dcv5 .pricing-tabs .nav-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  border-bottom: none;
  margin: 0 auto 28px;
}

body.dcv5 .pricing-tabs .nav-item {
  margin: 0 !important;
}

body.dcv5 .pricing-tabs .nav-link {
  border: none !important;
  border-radius: 999px !important;
  font-family: var(--display);
  font-weight: 700;
  font-size: .82rem;
  padding: 11px 20px;
  color: var(--ink-50);
  min-height: 44px;
  background: transparent !important;
}

body.dcv5 .pricing-tabs .nav-link.active {
  background: var(--ink) !important;
  color: #fff !important;
}

body.dcv5 .pricing-wrapper {
  border: none !important;
}

body.dcv5 .pricing-grid {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 !important;
}

@media (min-width: 768px) {
  body.dcv5 .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  body.dcv5 .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

/* 1–2 active plans: centre the cards at a sensible width instead of leaving a
   lop-sided empty column in the 3-up grid. */
@media (min-width: 768px) {
  body.dcv5 .pricing-grid--few {
    grid-template-columns: repeat(auto-fit, minmax(300px, 380px));
    justify-content: center;
  }
}

body.dcv5 .pricing-grid > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  flex: none !important;
}

body.dcv5 .pricing-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: var(--radius, 18px);
  padding: 28px 24px 24px;
  margin: 0 !important;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.dcv5 .pricing-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
}

body.dcv5 .pricing-item .title {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 18px;
}

body.dcv5 .pricing-item .title h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 10px;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.dcv5 .pricing-item .title h2.price,
body.dcv5 .pricing-item .price {
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.1rem;
  color: var(--ink);
  line-height: 1.1;
  margin: 0;
}

body.dcv5 .pricing-item .title h2.price span.month,
body.dcv5 .pricing-item .price .month {
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-50);
  font-family: var(--body);
}

body.dcv5 .pricing-item .pricing-body {
  flex: 1;
  padding: 0 !important;
  border: none !important;
}

body.dcv5 .pricing-item .pricing-body ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.dcv5 .pricing-item .pricing-body ul.list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .88rem;
  color: var(--ink-70);
  padding: 7px 0;
  border: none !important;
}

body.dcv5 .pricing-item .pricing-body ul.list li::before {
  content: none !important;
}

body.dcv5 .pricing-item .list li.checked::before,
body.dcv5 .pricing-body .list li.checked::before {
  content: "✓" !important;
  color: var(--mint);
  font-weight: 700;
  flex-shrink: 0;
  position: static !important;
  margin-right: 0;
}

body.dcv5 .pricing-item .list li.unchecked::before,
body.dcv5 .pricing-body .list li.unchecked::before {
  content: "—" !important;
  color: #D3D7EA;
  font-weight: 700;
  flex-shrink: 0;
  position: static !important;
}

body.dcv5 .pricing-item .pricing-button {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  padding: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  text-align: center;
}

body.dcv5 .pricing-item .pricing-button .main-btn {
  display: inline-flex !important;
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  width: auto;
  max-width: 100%;
  justify-content: center;
  margin: 0 !important;
  padding: 13px 16px;
  font-size: .88rem;
  min-height: 48px;
}

body.dcv5 .pricing-item .pricing-button .main-btn:only-child {
  flex: 1 1 100%;
}

@media (max-width: 420px) {
  body.dcv5 .pricing-item .pricing-button {
    flex-direction: column;
    gap: 10px;
  }

  body.dcv5 .pricing-item .pricing-button .main-btn {
    flex: 1 1 auto;
    width: 100%;
  }
}

body.dcv5 .saas-blog .blog-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
}

body.dcv5 .pricing-item .list li.checked,
body.dcv5 .pricing-body .list li.checked {
  color: var(--ink-70);
}

body.dcv5 .pricing-item .list li.unchecked,
body.dcv5 .pricing-body .list li.unchecked {
  color: var(--ink-50);
  opacity: .75;
}


/* FAQ accordion */
body.dcv5 .faq-wrapper .card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
}

body.dcv5 .faq-wrapper .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-family: var(--display);
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink);
  background: #fff;
  border: none;
  text-decoration: none;
}

body.dcv5 .faq-wrapper .card-body {
  padding: 0 20px 20px;
  color: var(--ink-50);
  font-size: .9rem;
}

/* Blog */
body.dcv5 .blog-page {
  padding: 0;
}

body.dcv5 .blog-page-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 992px) {
  body.dcv5 .blog-page-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }
}

body.dcv5 .blog-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.dcv5 .blog-card,
body.dcv5 .blog-item {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  margin: 0 !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.dcv5 .blog-card:hover,
body.dcv5 .blog-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
}

body.dcv5 .blog-card-media,
body.dcv5 .blog-item .post-img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--ice);
}

body.dcv5 .blog-card-media img,
body.dcv5 .blog-item .post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.dcv5 .blog-card-body,
body.dcv5 .blog-item .entry-content {
  width: 100% !important;
  padding: 24px !important;
  border: none !important;
}

body.dcv5 .blog-card-meta,
body.dcv5 .blog-item .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px !important;
}

body.dcv5 .blog-card-meta ul,
body.dcv5 .blog-item .entry-meta ul {
  display: contents;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.dcv5 .blog-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--ink-50);
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
}

body.dcv5 .blog-meta-chip i {
  color: var(--c1);
  font-size: .72rem;
  margin: 0 !important;
}

body.dcv5 .blog-meta-chip a {
  color: var(--c1);
  font-weight: 600;
}

body.dcv5 .blog-item .entry-meta ul li::after {
  display: none !important;
}

body.dcv5 .blog-card-title,
body.dcv5 .blog-item .entry-content h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.35;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 14px;
}

body.dcv5 .blog-card-title a,
body.dcv5 .blog-item .title a {
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
  transition: color .15s;
}

body.dcv5 .blog-card-title a:hover,
body.dcv5 .blog-item .title a:hover {
  color: var(--c1);
}

body.dcv5 .read-btn,
body.dcv5 .blog-item a.read-btn,
body.dcv5 .blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--c1) !important;
  font-weight: 700;
  font-size: .88rem;
  text-transform: none !important;
  margin: 0 !important;
}

body.dcv5 .blog-pagination {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

body.dcv5 .blog-sidebar .blog-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

body.dcv5 .blog-sidebar .blog-title {
  padding: 20px 22px 12px !important;
  border-bottom: 1px solid var(--ice);
}

body.dcv5 .blog-sidebar .blog-title .title {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ink);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.dcv5 .blog-sidebar .blog-title .title i {
  color: var(--c1);
}

body.dcv5 .blog-sidebar .blog-cat-list {
  padding: 12px 22px 20px !important;
}

body.dcv5 .blog-sidebar .blog-cat-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.dcv5 .blog-sidebar .single-category {
  margin-bottom: 4px;
}

body.dcv5 .blog-sidebar .single-category a {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 500;
  color: var(--ink-70);
  transition: background .15s, color .15s;
}

body.dcv5 .blog-sidebar .single-category.active a,
body.dcv5 .blog-sidebar .single-category a:hover {
  background: var(--ice);
  color: var(--c1);
  font-weight: 600;
}

/* Contact */
body.dcv5 .contact-information .info-box-list li {
  margin-bottom: 20px;
  color: var(--ink-70);
}

body.dcv5 .contact-info-title {
  font-family: var(--display);
  font-weight: 700;
  color: var(--ink);
}

body.dcv5 .contact-info-title i { color: var(--c1); margin-right: 6px; }

/* Restore Bootstrap grid gutters (v5 reset strips col padding) */
body.dcv5 .saas-features .row,
body.dcv5 .saas-featured-users .row,
body.dcv5 .blog-area .row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 !important;
}

@media (min-width: 576px) {
  body.dcv5 .saas-features .row,
  body.dcv5 .saas-featured-users .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  body.dcv5 .saas-features .row {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  body.dcv5 .saas-featured-users .row {
    grid-template-columns: repeat(4, 1fr);
  }
}

body.dcv5 .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 8px;
}

body.dcv5 .saas-features .row > [class*="col-"],
body.dcv5 .saas-featured-users .row > [class*="col-"],
body.dcv5 .blog-area .row > [class*="col-"] {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  flex: none !important;
  width: 100% !important;
}

body.dcv5 .row > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
}

body.dcv5 .container .row:last-child > [class*="col-"]:last-child,
body.dcv5 .container .row > [class*="col-"] .mb-40 {
  margin-bottom: 24px;
}

/* Templates / users grids */
body.dcv5 .features-item,
body.dcv5 .user-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}

body.dcv5 .features-item:hover,
body.dcv5 .user-item:hover {
  box-shadow: var(--glow);
  transform: translateY(-4px);
}

/* Template gallery — uniform card height */
body.dcv5 .features-item.template-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.dcv5 .template-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.dcv5 .template-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f2f8;
}

body.dcv5 .template-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

body.dcv5 .template-card-title {
  margin: 0;
  padding: 14px 16px 16px;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  text-align: center;
  border-top: 1px solid var(--line);
}

body.dcv5 .saas-features .row > [class*="col-"] {
  display: flex;
}

body.dcv5 .saas-features .row > [class*="col-"] > .template-card {
  width: 100%;
}

/* Section titles */
body.dcv5 .section-title-one .span,
body.dcv5 .section-title-two .span {
  display: inline-flex;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  background: var(--grad-soft);
  border: 1px solid rgba(108, 77, 246, .2);
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--c2);
  margin-bottom: 12px;
}

body.dcv5 .section-title-one h2,
body.dcv5 .section-title-two h2 {
  font-family: var(--display);
  font-weight: 800;
  color: var(--ink);
}

/* Checkout / success */
body.dcv5 .payment-card,
body.dcv5 .success-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
}

/* Preloader — disabled on v5 (no legacy Profilex splash) */
body.dcv5 .preloader {
  display: none !important;
}

/* Footer overrides on inner pages (plugin.min.css / legacy resets) */
body.dcv5 footer .socials {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body.dcv5 footer .socials a {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 0 !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

body.dcv5 footer .socials a i,
body.dcv5 footer .socials a [class*="fa-"] {
  font-size: 15px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  width: auto;
  height: auto;
}

body.dcv5 footer .foot-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 16px;
}

@media (min-width: 768px) {
  body.dcv5 footer .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
    gap: 44px;
    align-items: start;
  }

  body.dcv5 footer .foot-cols {
    display: contents;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.dcv5 * { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

/* ===== Profiles /users page ===== */
body.dcv5 .profiles-page {
  padding: 0;
}

body.dcv5 .profiles-filter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 32px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

@media (min-width: 768px) {
  body.dcv5 .profiles-filter {
    grid-template-columns: 1fr 1fr 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
  }
}

body.dcv5 .profiles-filter-field {
  min-width: 0;
}

body.dcv5 .profiles-filter .form_control {
  width: 100%;
  margin: 0;
}

body.dcv5 .profiles-filter-btn {
  width: 100%;
  min-height: 48px;
  white-space: nowrap;
  padding: 14px 28px;
}

@media (min-width: 768px) {
  body.dcv5 .profiles-filter-btn {
    width: auto;
    min-width: 120px;
  }
}

body.dcv5 .profiles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 576px) {
  body.dcv5 .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (min-width: 992px) {
  body.dcv5 .profiles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

body.dcv5 .profile-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 22px 20px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

body.dcv5 .profile-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
}

body.dcv5 .profile-card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

body.dcv5 .profile-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--line);
  box-shadow: var(--shadow-sm);
}

body.dcv5 .profile-card-avatar-fallback {
  display: grid;
  place-items: center;
  background: var(--grad);
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.5rem;
}

body.dcv5 .profile-card-meta h3 {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
  line-height: 1.3;
}

body.dcv5 .profile-card-location {
  font-size: .88rem;
  color: var(--ink-50);
  margin-bottom: 8px;
}

body.dcv5 .profile-card-handle {
  display: inline-block;
  font-size: .72rem;
  font-weight: 600;
  color: var(--c1);
  background: var(--ice-2);
  padding: 4px 12px;
  border-radius: 999px;
}

body.dcv5 .profile-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 16px;
}

body.dcv5 .profile-card-actions .main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 18px;
  font-size: .85rem;
  margin: 0;
  flex: 1 1 auto;
  max-width: 100%;
}

body.dcv5 .profile-card-actions .main-btn i {
  margin: 0;
  font-size: .9rem;
}

body.dcv5 .main-btn-outline {
  background: #fff !important;
  color: var(--c1) !important;
  border: 1.5px solid var(--line) !important;
  box-shadow: none !important;
}

body.dcv5 .main-btn-outline:hover {
  border-color: var(--c2) !important;
  color: var(--c2) !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm) !important;
}

body.dcv5 .profile-card-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--ice);
}

body.dcv5 .profile-card-socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--ink-70) !important;
  font-size: 14px;
  line-height: 1 !important;
  transition: .15s;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  position: relative;
  overflow: hidden;
  box-shadow: none !important;
  text-decoration: none;
}

body.dcv5 .profile-card-socials a::before,
body.dcv5 .profile-card-socials a::after {
  display: none !important;
  content: none !important;
}

body.dcv5 .profile-card-socials a i,
body.dcv5 .profile-card-socials a [class*="fa-"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 14px !important;
  position: static !important;
  float: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

body.dcv5 .profile-card-socials a i::before,
body.dcv5 .profile-card-socials a [class*="fa-"]::before {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 !important;
  line-height: 1 !important;
}

body.dcv5 .profile-card-socials a:hover {
  background: var(--ink) !important;
  color: #fff !important;
  border-color: var(--ink) !important;
}

body.dcv5 .profiles-empty {
  text-align: center;
  padding: 56px 24px;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

body.dcv5 .profiles-empty h3 {
  font-family: var(--display);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 8px;
}

body.dcv5 .profiles-empty p {
  color: var(--ink-50);
  font-size: .92rem;
}

body.dcv5 .profiles-pagination {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

body.dcv5 .profiles-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.dcv5 .profiles-pagination .page-link {
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink-70);
  padding: 10px 14px;
  font-weight: 600;
  min-width: 44px;
  text-align: center;
}

body.dcv5 .profiles-pagination .page-item.active .page-link {
  background: var(--grad);
  border-color: transparent;
  color: #fff;
}

/* ===== vCards page ===== */
body.dcv5 .vcards-page {
  padding: 0;
}

body.dcv5 .vcards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 576px) {
  body.dcv5 .vcards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  body.dcv5 .vcards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

body.dcv5 .vcard-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.dcv5 .vcard-card-preview {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
  margin: 0 !important;
  padding: 0 !important;
}

body.dcv5 .vcard-card-preview:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
}

body.dcv5 .vcard-card-preview .vcard-thumb {
  aspect-ratio: 3 / 4;
  background: var(--ice);
  overflow: hidden;
}

body.dcv5 .vcard-card-preview .vcard-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

body.dcv5 .vcard-card-title {
  margin: 14px 0 0;
  text-align: center;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

body.dcv5 .vcard-card-title a {
  color: var(--ink);
  transition: color .15s;
}

body.dcv5 .vcard-card-title a:hover {
  color: var(--c1);
}

body.dcv5 .vcards-empty {
  text-align: center;
  padding: 56px 24px;
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

body.dcv5 .vcards-empty h3 {
  font-family: var(--display);
  font-weight: 800;
  color: var(--ink);
}

/* —— Templates gallery (search / filters / sort / pagination) —— */
.tpl-gallery {
  padding: clamp(12px, 2.4vw, 26px) 0 64px;
  background: #fff;
}
.tpl-gallery .container { max-width: 1180px; }
.tpl-hero { text-align: center; margin-bottom: 14px; }
.tpl-role-links { margin: 44px auto 0; max-width: 900px; text-align: center; }
.tpl-role-links-title {
  margin: 0 0 16px; font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800; font-size: 1.05rem; color: var(--ink, #0C0E33);
}
.tpl-role-links-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.tpl-role-links-grid a {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px;
  border-radius: 999px; border: 1.5px solid var(--line, #E2E7F6); background: #fff;
  color: var(--ink-70, #383C6E); font-size: 13.5px; font-weight: 600; text-decoration: none;
  transition: border-color .15s ease, color .15s ease;
}
.tpl-role-links-grid a:hover { border-color: var(--c2, #6C4DF6); color: var(--c2, #6C4DF6); }
.tpl-hero-title {
  margin: 0;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800;
  font-size: clamp(1.7rem, 5.5vw, 2.3rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--ink, #0C0E33);
}
.tpl-hero-grad {
  background: var(--grad, linear-gradient(105deg, #2E5BFF, #6C4DF6, #9333EA));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tpl-hero-sub {
  margin: 8px auto 0;
  max-width: 520px;
  color: var(--ink-50, #666A99);
  font-size: clamp(14px, 2.5vw, 15.5px);
  line-height: 1.55;
}
.tpl-search {
  max-width: 520px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1.5px solid var(--line, #E2E7F6);
  border-radius: 999px;
  padding: 5px 6px 5px 18px;
  box-shadow: var(--glow, 0 0 0 1px rgba(108,77,246,.08), 0 16px 48px -16px rgba(108,77,246,.25));
}
.tpl-search:focus-within { border-color: var(--c2, #6C4DF6); }
.tpl-search-icon { color: var(--ink-50, #666A99); flex-shrink: 0; }
.tpl-search-input {
  min-height: 42px;
  border: none;
  padding: 0;
  font-size: 15.5px;
  color: var(--ink, #0C0E33);
  outline: none;
  flex: 1;
  min-width: 0;
  background: transparent;
}
.tpl-search-clear {
  border: none;
  background: var(--ice-2, #EAF0FF);
  color: var(--ink-70, #383C6E);
  font-weight: 600;
  font-size: 12px;
  border-radius: 999px;
  padding: 8px 13px;
  text-decoration: none;
  flex-shrink: 0;
}
.tpl-search-btn {
  border: none;
  background: var(--grad, linear-gradient(105deg, #2E5BFF, #6C4DF6, #9333EA));
  color: #fff;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 13px;
  border-radius: 999px;
  min-height: 40px;
  padding: 0 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.tpl-chips, .tpl-subchips {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0 4px;
  scrollbar-width: none;
  align-items: center;
}
.tpl-chips::-webkit-scrollbar, .tpl-subchips::-webkit-scrollbar { display: none; }
.tpl-subchips-label {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 12px;
  color: #9AA0C4;
  padding-right: 2px;
}
.tpl-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  border: 1.5px solid var(--line, #E2E7F6);
  background: #fff;
  color: var(--ink-70, #383C6E);
  transition: .15s;
}
.tpl-chip--sm { min-height: 32px; padding: 0 13px; font-size: 12px; }
.tpl-chip:hover { border-color: var(--c2, #6C4DF6); color: var(--c2, #6C4DF6); }
.tpl-chip.is-active {
  background: var(--ice-2, #EAF0FF);
  border-color: transparent;
  color: var(--c1, #2E5BFF);
  box-shadow: inset 0 0 0 1.5px rgba(46, 91, 255, .25);
}
.tpl-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0 8px;
}
.tpl-toolbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}
.tpl-count {
  margin: 0;
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-50, #666A99);
}
.tpl-count strong { color: var(--ink, #0C0E33); }
.tpl-dot { color: #C9CDEB; }
.tpl-active-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 6px 0 12px;
  border-radius: 999px;
  border: 1.5px solid rgba(108, 77, 246, .28);
  background: var(--ice-2, #EAF0FF);
  color: var(--c2, #6C4DF6);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
}
.tpl-active-pill span {
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: rgba(108, 77, 246, .18);
  display: grid;
  place-items: center;
  font-size: 10px;
}
.tpl-clear-all {
  color: var(--c2, #6C4DF6);
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  padding: 0 4px;
}
.tpl-clear-all:hover { text-decoration: underline; }
.tpl-sort {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 12.5px;
  color: var(--ink-50, #666A99);
  margin: 0;
}
.tpl-sort select {
  min-height: 38px;
  border: 1.5px solid var(--line, #E2E7F6);
  border-radius: 999px;
  padding: 0 14px;
  font-weight: 600;
  font-size: 13px;
  color: var(--ink, #0C0E33);
  background: #fff;
  outline: none;
  cursor: pointer;
}
.tpl-sort select:focus {
  border-color: var(--c2, #6C4DF6);
  box-shadow: 0 0 0 3px rgba(108, 77, 246, .15);
}
.tpl-gallery .template-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 14, 51, .45);
  opacity: 0;
  transition: .25s ease;
}
.tpl-gallery .template-card:hover .template-overlay { opacity: 1; }
.tpl-preview-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink, #0C0E33);
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 13.5px;
}

/* —— Export-faithful template cards —— */
.tpl-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 18px;
  margin: 4px 0 8px;
}
.tpl-card {
  --tpl-accent: #2E5BFF;
  --tpl-tint: #EAF0FF;
  --tpl-chip: #EAF0FF;
  border: 1px solid var(--line, #E2E7F6);
  border-top: 3px solid var(--tpl-accent);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tpl-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 0 1px rgba(108, 77, 246, .15), 0 16px 48px -16px rgba(108, 77, 246, .35);
  border-color: rgba(108, 77, 246, .3);
}
.tpl-card-preview {
  position: relative;
  background: var(--tpl-tint);
  padding: 12px 12px 0;
}
.tpl-card-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 3;
  border-radius: 999px;
  padding: 4px 10px;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  letter-spacing: .02em;
}
.tpl-card-badge--new { background: #14C98D; }
.tpl-card-badge--popular {
  background: linear-gradient(105deg, #2E5BFF, #9333EA);
}
.tpl-card-browser {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0 8px 26px -12px rgba(12, 14, 51, .16);
  background: #fff;
}
.tpl-card-browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #E2E7F6;
  padding: 6px 9px;
}
.tpl-dot-r, .tpl-dot-y, .tpl-dot-g {
  width: 6px; height: 6px; border-radius: 999px; flex-shrink: 0;
}
.tpl-dot-r { background: #FF5A5F; }
.tpl-dot-y { background: #FFC838; }
.tpl-dot-g { background: #14C98D; }
.tpl-card-url {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 999px;
  font: 500 7.5px/1.2 var(--body, Inter, sans-serif);
  color: #666A99;
  padding: 2px 8px;
  margin-left: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tpl-card-shot {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  background: #fff;
  overflow: hidden;
}
.tpl-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .35s ease;
}
.tpl-card:hover .tpl-card-img { transform: scale(1.03); }
.tpl-card-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}
.tpl-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.tpl-card-title {
  margin: 0;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  color: var(--ink, #0C0E33);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.tpl-card-chips {
  display: flex;
  gap: 5px;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 48%;
}
.tpl-card-chip {
  background: #F2F5FE;
  color: #666A99;
  border-radius: 999px;
  padding: 4px 9px;
  font: 600 10.5px/1.2 var(--body, Inter, sans-serif);
  white-space: nowrap;
}
.tpl-card-chip--cat {
  background: var(--tpl-chip);
  color: var(--tpl-accent);
}
.tpl-card-meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font: 500 12px/1.4 var(--body, Inter, sans-serif);
  color: #666A99;
}
.tpl-card-meta-dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--tpl-accent);
  flex-shrink: 0;
}
.tpl-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 2px;
}
.tpl-card-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 40px;
  border-radius: 999px;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 12.5px;
  text-decoration: none !important;
  transition: border-color .15s ease, color .15s ease, filter .15s ease;
}
.tpl-card-btn--ghost {
  border: 1.5px solid var(--line, #E2E7F6);
  color: var(--ink, #0C0E33) !important;
  background: #fff;
}
.tpl-card-btn--ghost:hover {
  border-color: #6C4DF6;
  color: #6C4DF6 !important;
}
.tpl-card-btn--primary {
  background: linear-gradient(105deg, #2E5BFF 0%, #6C4DF6 55%, #9333EA 100%);
  color: #fff !important;
  border: none;
}
.tpl-card-btn--primary:hover {
  filter: brightness(1.06);
  color: #fff !important;
}
.tpl-bottom-cta {
  margin-top: 28px;
  background: #0C0E33;
  border-radius: 22px;
  padding: clamp(26px, 5vw, 40px);
  text-align: center;
  color: #fff;
}
.tpl-bottom-cta h2 {
  margin: 0;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800;
  font-size: clamp(1.4rem, 4.5vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.tpl-bottom-cta p {
  margin: 10px auto 0;
  max-width: 440px;
  color: #C9CDEB;
  font-size: 14.5px;
  line-height: 1.6;
}
.tpl-bottom-cta-btn {
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(105deg, #2E5BFF, #6C4DF6, #9333EA);
  color: #fff !important;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}
.tpl-bottom-cta-btn:hover { filter: brightness(1.06); color: #fff !important; }
.tpl-bottom-cta-trust {
  margin: 12px 0 0;
  font: 500 12px var(--body, Inter, sans-serif);
  color: #A9ADD6;
}
.tpl-empty-sub a {
  color: var(--c2, #6C4DF6);
  font-weight: 600;
}

.tpl-empty {
  text-align: center;
  padding: 48px 20px;
  background: var(--ice, #F2F5FE);
  border: 1px solid var(--line, #E2E7F6);
  border-radius: var(--radius, 18px);
  margin-bottom: 24px;
}
.tpl-empty-title {
  margin: 0;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink, #0C0E33);
}
.tpl-empty-sub {
  margin: 8px 0 0;
  color: var(--ink-50, #666A99);
  font-size: 14px;
}
.tpl-empty-btn {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--grad);
  color: #fff !important;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
}
.tpl-pager {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding-bottom: 12px;
}
.tpl-pager .pagination { margin: 0; flex-wrap: wrap; justify-content: center; gap: 4px; }
.tpl-pager .page-link {
  border-radius: 10px !important;
  border: 1.5px solid var(--line, #E2E7F6) !important;
  color: var(--ink-70, #383C6E) !important;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 2px;
}
.tpl-pager .page-item.active .page-link {
  background: var(--grad) !important;
  border-color: transparent !important;
  color: #fff !important;
}
.tpl-pager .page-item.disabled .page-link { opacity: .45; }

@media (max-width: 560px) {
  .tpl-search { flex-wrap: wrap; border-radius: 18px; padding: 10px 12px; }
  .tpl-search-input { width: 100%; min-height: 38px; }
  .tpl-search-btn { flex: 1; }
  .tpl-toolbar { align-items: stretch; }
  .tpl-sort { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  body.dcv5 * { animation: none !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}


/* —— Marketing pages (features / how / contact / login / payment) —— */
.mkt-page { padding-bottom: 64px; }
.mkt-hero { text-align: center; margin: 0 auto 28px; max-width: 720px; }
.mkt-hero--compact { margin-bottom: 16px; }
.mkt-hero--compact .mkt-eyebrow { margin-bottom: 8px; }
.mkt-hero--compact .mkt-hero-sub { margin-top: 8px; }
.mkt-hero--compact.text-left { text-align: left; margin-left: 0; }
.mkt-hero-title {
  margin: 0;
  font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800;
  font-size: clamp(1.65rem, 4.5vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--ink, #0C0E33);
}
.mkt-hero-sub {
  margin: 10px auto 0;
  color: var(--ink-50, #666A99);
  font-size: 15px;
  line-height: 1.55;
  max-width: 520px;
}
.mkt-hero--compact.text-left .mkt-hero-sub { margin-left: 0; }
.mkt-hero-cta { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 18px; border-radius: 999px;
  border: 1.5px solid var(--line, #E2E7F6); background: #fff;
  color: var(--ink, #0C0E33) !important; font-weight: 700; font-size: 13.5px;
  text-decoration: none; font-family: var(--display, 'Sora', sans-serif);
}
.btn-ghost:hover { border-color: var(--c2, #6C4DF6); color: var(--c2, #6C4DF6) !important; }
.btn-wa {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 40px; padding: 0 16px; border-radius: 999px; margin-top: 14px;
  background: #25D366; color: #fff !important; font-weight: 700; font-size: 13px;
  text-decoration: none; font-family: var(--display, 'Sora', sans-serif);
}
.mkt-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0;
}
@media (max-width: 900px) { .mkt-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .mkt-grid { grid-template-columns: 1fr; } }
.mkt-card {
  background: #fff; border: 1px solid var(--line, #E2E7F6); border-radius: 18px;
  padding: 20px 22px; box-shadow: var(--shadow-sm, 0 8px 26px -12px rgba(12,14,51,.12));
}
.mkt-card h2 {
  margin: 0 0 8px; font-family: var(--display, 'Sora', sans-serif);
  font-size: 1rem; font-weight: 700; color: var(--ink, #0C0E33);
}
.mkt-card p { margin: 0; color: var(--ink-50, #666A99); font-size: 14px; line-height: 1.5; }
.mkt-band {
  text-align: center; margin-top: 36px; padding: 28px 20px;
  background: linear-gradient(180deg, #fff, var(--ice, #F2F5FE));
  border: 1px solid var(--line, #E2E7F6); border-radius: 18px;
}
.mkt-band h2 {
  margin: 0 0 10px; font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800; font-size: 1.25rem; color: var(--ink, #0C0E33);
}
.mkt-band p { margin: 0 0 16px; color: var(--ink-50, #666A99); }
.mkt-band-trust { margin: 14px 0 0 !important; font: 500 12px var(--body, Inter, sans-serif); color: var(--ink-50, #666A99); }
.mkt-faq { max-width: 720px; margin: 40px auto 0; }
.mkt-faq-title {
  text-align: center; margin: 0 0 18px; font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800; font-size: 1.35rem; color: var(--ink, #0C0E33);
}
.mkt-faq-item {
  background: #fff; border: 1px solid var(--line, #E2E7F6); border-radius: 14px;
  padding: 2px 18px; margin-bottom: 10px;
}
.mkt-faq-item > summary {
  list-style: none; cursor: pointer; padding: 16px 28px 16px 0; position: relative;
  font-family: var(--display, 'Sora', sans-serif); font-weight: 700; font-size: 15px;
  color: var(--ink, #0C0E33); line-height: 1.4;
}
.mkt-faq-item > summary::-webkit-details-marker { display: none; }
.mkt-faq-item > summary::after {
  content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  font-size: 20px; font-weight: 400; color: var(--c2, #6C4DF6); transition: transform .2s ease;
}
.mkt-faq-item[open] > summary::after { content: '\2212'; }
.mkt-faq-item > p {
  margin: 0 0 16px; color: var(--ink-50, #666A99); font-size: 14px; line-height: 1.6;
}
.mkt-steps { list-style: none; padding: 0; margin: 0 auto; max-width: 640px; }
.mkt-step {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px 0; border-bottom: 1px solid var(--line, #E2E7F6);
}
.mkt-step:last-child { border-bottom: none; }
.mkt-step-n {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center;
  background: var(--ice-2, #EAF0FF); color: var(--c1, #2E5BFF);
  font-family: var(--display, 'Sora', sans-serif); font-weight: 800; font-size: 13px;
}
.mkt-step h2 { margin: 0 0 4px; font-size: 1.05rem; font-family: var(--display, 'Sora', sans-serif); font-weight: 700; color: var(--ink); }
.mkt-step p { margin: 0; color: var(--ink-50); font-size: 14px; line-height: 1.5; }
.mkt-form-card, .mkt-side .info-box {
  background: #fff; border: 1px solid var(--line, #E2E7F6); border-radius: 18px;
  padding: 22px; box-shadow: var(--shadow-sm, 0 8px 26px -12px rgba(12,14,51,.12));
}
.mkt-login-aside { padding: 12px 8px 12px 0; }
.mkt-login-aside-note { margin-top: 18px; color: var(--ink-50); font-size: 14px; }
.mkt-login-aside-note a { color: var(--c2, #6C4DF6); font-weight: 600; }
.pay-status { min-height: 60vh; display: flex; align-items: center; }
.pay-card {
  max-width: 480px; margin: 40px auto; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 36px 28px;
  box-shadow: var(--shadow, 0 24px 64px -24px rgba(12,14,51,.18));
}
.pay-card h1 {
  margin: 0; font-family: var(--display, 'Sora', sans-serif); font-weight: 800;
  font-size: 1.5rem; color: var(--ink);
}
.pay-card p { margin: 12px 0 0; color: var(--ink-50); font-size: 14.5px; line-height: 1.55; }
.pay-icon {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 16px;
  display: grid; place-items: center; font-size: 22px; font-weight: 800;
}
.pay-icon--ok { background: #E6FAF3; color: #14C98D; }
.pay-icon--fail { background: #FEECEC; color: #FF5A5F; }
.pay-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }
body.dcv5 .saas_checkout .mkt-hero-title { text-align: left; }

/* Checkout error text (was checkout.css) */
.mkt-page .error,
.mkt-page .receipt-error,
.mkt-page .method-error { color: var(--coral, #FF5A5F); }
.mkt-page .receipt-error { margin-top: 20px; margin-bottom: 20px; }

/* —— Feature / step cards with icon span —— */
.mkt-card--rich { position: relative; display: flex; flex-direction: column; gap: 4px; transition: transform .2s ease, box-shadow .2s ease; }
.mkt-card--rich:hover { transform: translateY(-4px); box-shadow: var(--glow); }
.mkt-card-icon {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 20px;
  background: var(--ice-2, #EAF0FF); color: var(--c1, #2E5BFF);
  margin-bottom: 10px;
}
.mkt-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mkt-card-time {
  font-family: var(--display, 'Sora', sans-serif); font-weight: 800; font-size: 12.5px;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* —— Checkout stepper —— */
.mkt-stepper {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  flex-wrap: wrap; max-width: 720px; margin: 0 auto 24px; padding: 0 8px;
  list-style: none;   /* it's an <ol> — kill the stray "1." "2." markers */
}
.mkt-stepper > li::marker { content: none; }
.mkt-stepper-step {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--body, 'Inter', sans-serif); font-weight: 600; font-size: 13px;
  color: var(--ink-50, #666A99); white-space: nowrap;
}
.mkt-stepper-dot {
  width: 24px; height: 24px; border-radius: 999px; flex-shrink: 0;
  display: grid; place-items: center; font-size: 11px; font-weight: 700;
  background: var(--line, #E2E7F6); color: var(--ink-50, #666A99);
}
.mkt-stepper-step.is-done { color: var(--mint, #14C98D); }
.mkt-stepper-step.is-done .mkt-stepper-dot { background: var(--mint, #14C98D); color: #fff; }
.mkt-stepper-step.is-active { color: var(--ink, #0C0E33); font-weight: 700; }
.mkt-stepper-step.is-active .mkt-stepper-dot { background: var(--grad); color: #fff; }
.mkt-stepper-line { flex: 0 1 60px; height: 2px; min-width: 16px; background: var(--line, #E2E7F6); }
.mkt-stepper-line.is-done { background: var(--mint, #14C98D); }

/* —— Payment success / failed detail rows —— */
.pay-details {
  margin-top: 18px; background: var(--ice, #F2F5FE); border-radius: 14px;
  padding: 16px 18px; display: flex; flex-direction: column; gap: 9px;
  text-align: left; font-size: 13.5px;
}
.pay-details-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; color: var(--ink-70, #383C6E); }
.pay-details-row span:first-child { flex-shrink: 0; }
.pay-details-row strong { font-family: var(--display, 'Sora', sans-serif); font-weight: 700; color: var(--ink, #0C0E33); }
.pay-fixes {
  margin-top: 18px; text-align: left; background: #fff; border: 1px solid var(--line, #E2E7F6);
  border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px;
}
.pay-fixes-title { margin: 0; font-family: var(--display, 'Sora', sans-serif); font-weight: 700; font-size: 13px; color: var(--ink, #0C0E33); }
.pay-fixes li,
.pay-fixes-panel li { display: flex; gap: 9px; font-size: 13.5px; color: var(--ink-70, #383C6E); line-height: 1.5; }
.pay-fixes li::marker,
.pay-fixes-panel li::marker { content: none; }
.pay-fixes ul,
.pay-fixes-panel ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pay-fixes-panel li::before { content: '•'; color: var(--c2, #6C4DF6); flex-shrink: 0; }
.pay-fixes-note { margin: 0; font-size: 13px; color: var(--ink-50, #666A99); }
.pay-fixes-note a { font-weight: 600; color: var(--c2, #6C4DF6); }

/* —— Pricing: popular badge —— */
.pricing-item { position: relative; }
.pricing-item.is-popular {
  border: 2px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box !important;
  box-shadow: 0 24px 64px -24px rgba(108, 77, 246, .35) !important;
}
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff !important; border-radius: 999px;
  padding: 5px 16px; font-family: var(--display, 'Sora', sans-serif); font-weight: 700;
  font-size: 11px; white-space: nowrap; text-transform: uppercase; letter-spacing: .03em;
}

/* —— Auth tabs (login / create account) — see Auth screen block below —— */

/* —— Export-parity shared marketing chrome —— */
body.dcv5 .dcv5-page--flush {
  padding-top: clamp(16px, 2.5vw, 32px);
}
.mkt-page { padding-bottom: 64px; }
@media (max-width: 560px) {
  body.dcv5 .dcv5-page--flush { padding-top: 20px; }
}

/* Small screens: compress the marketing hero so page content (e.g. the first
   pricing plan) starts near the fold instead of being pushed a full screen down. */
@media (max-width: 767px) {
  body.dcv5 .dcv5-page--flush { padding-top: 14px; }
  body.dcv5 .mkt-hero { margin-bottom: 14px; }
  body.dcv5 .mkt-hero--compact { margin-bottom: 10px; }
  body.dcv5 .mkt-eyebrow { margin-bottom: 8px; padding: 5px 12px; font-size: 10px; }
  body.dcv5 .mkt-hero-title { font-size: clamp(1.45rem, 6.4vw, 1.85rem); line-height: 1.12; }
  body.dcv5 .mkt-hero-sub { font-size: 13.5px; line-height: 1.5; margin-top: 8px; }
  body.dcv5 .pricing-term-toggle { margin-top: 12px; }
  /* Trust chips: keep them, but as a tight two-column grid that costs far less
     vertical space than four wrapped full-width rows. */
  body.dcv5 .pricing-page .mkt-trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    margin-top: 12px;
    text-align: left;
  }
  body.dcv5 .pricing-page .mkt-trust-row span { font-size: 11.5px; gap: 5px; }
  body.dcv5 .pricing-page .mkt-trust-row .ok { width: 14px; height: 14px; font-size: 9px; }
}
@media (max-width: 400px) {
  /* Very small phones: the fourth chip pair adds little — drop it to save a row. */
  body.dcv5 .pricing-page .mkt-trust-row span:nth-child(n+3) { display: none; }
}

.mkt-eyebrow {
  display: inline-block;
  background: var(--ice-2, #EAF0FF);
  color: var(--c2, #6C4DF6);
  border-radius: 999px;
  padding: 6px 14px;
  font: 700 11px/1.2 var(--body, Inter, sans-serif);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 12px;
}
.mkt-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin: 18px auto 0;
  max-width: 720px;
}
.mkt-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-70, #383C6E);
}
.mkt-trust-row .ok {
  width: 16px; height: 16px; border-radius: 50%;
  display: inline-grid; place-items: center;
  background: var(--ok-bg, #E6FAF3); color: #0B8F66;
  font-size: 10px; font-weight: 800; flex-shrink: 0;
}
.mkt-topic-chips {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 14px;
}
.mkt-topic-chip {
  min-height: 36px; padding: 0 14px; border-radius: 999px;
  border: 1.5px solid var(--line, #E2E7F6); background: #fff;
  font: 600 13px var(--body, Inter, sans-serif); color: var(--ink-70);
  cursor: pointer;
}
.mkt-topic-chip.is-active {
  background: var(--ice-2); border-color: transparent; color: var(--c1);
}
.mkt-form-card label,
.co-billing label {
  display: block;
  font: 600 12.5px/1.3 var(--body, Inter, sans-serif);
  color: var(--ink-70);
  margin-bottom: 6px;
}
.mkt-form-card .form_control,
.co-billing .form_control,
.mkt-auth-card .form_control {
  min-height: 44px !important;
  border: 1.5px solid var(--line) !important;
  border-radius: 11px !important;
  padding: 0 14px !important;
  /* 16px keeps iOS Safari from zooming the viewport on focus (critical on the
     payment + contact forms). Do not drop below 16px on any real input. */
  font-size: 16px !important;
}
.mkt-form-card textarea.form_control {
  min-height: 120px !important;
  padding: 12px 14px !important;
}
/* —— Checkout (v5) —— */
body.dcv5 .saas_checkout {
  padding: 28px 0 72px !important;
  background: #F2F5FE;
}
body.dcv5 .saas_checkout .container {
  max-width: 980px;
}
body.dcv5 .saas_checkout .order_product_info {
  margin: 0 0 16px !important;
}
body.dcv5 .saas_checkout .order_product_info h3,
body.dcv5 .co-summary > h3 {
  margin: 0 0 14px;
  font: 800 1.15rem/1.25 var(--display, Sora, sans-serif);
  color: var(--ink, #0C0E33);
}
body.dcv5 .saas_checkout .order_list_info ul,
body.dcv5 .saas_checkout .order_list_bottom ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
body.dcv5 .saas_checkout .order_list_info ul li {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 11px 0;
  margin: 0 !important;
  border-bottom: 1px solid var(--line, #E2E7F6);
  font: 500 13.5px/1.4 Inter, sans-serif;
  color: var(--ink-50, #666A99);
  line-height: 1.4 !important;
}
body.dcv5 .saas_checkout .order_list_info ul li span {
  font: 700 13.5px Sora, sans-serif;
  color: var(--ink, #0C0E33);
  text-align: right;
}
body.dcv5 .saas_checkout .order_list_bottom {
  margin-top: 4px;
}
body.dcv5 .saas_checkout .order_list_bottom ul {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 4px;
}
body.dcv5 .saas_checkout .order_list_bottom li {
  margin: 0;
  font: 700 14px Sora, sans-serif;
  color: var(--ink, #0C0E33);
}
body.dcv5 .saas_checkout .order_list_bottom .price {
  font: 800 1.25rem/1 Sora, sans-serif;
  background: linear-gradient(105deg, #2E5BFF 0%, #6C4DF6 55%, #9333EA 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.dcv5 .co-coupon {
  display: flex;
  gap: 8px;
  margin: 14px 0 4px;
}
body.dcv5 .co-coupon .form_control {
  flex: 1;
  min-height: 44px !important;
  margin: 0 !important;
}
body.dcv5 .co-coupon .btn {
  flex-shrink: 0;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font: 700 13px Sora, sans-serif;
}
body.dcv5 .co-coupon-ok {
  margin: 12px 0;
  padding: 10px 14px;
  border-radius: 12px;
  background: #E6FAF3;
  color: #0F8F63;
  font: 600 13px Inter, sans-serif;
}

body.dcv5 .co-pay-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.dcv5 .co-pay-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1.5px solid var(--line, #E2E7F6);
  border-radius: 14px;
  background: #F8FAFF;
  cursor: pointer;
  margin: 0;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
body.dcv5 .co-pay-option:hover {
  border-color: #C9D4FF;
}
body.dcv5 .co-pay-option.is-selected {
  border-color: #6C4DF6;
  background: #F3F0FF;
  box-shadow: 0 0 0 3px rgba(108, 77, 246, .12);
}
body.dcv5 .co-pay-radio {
  width: 18px;
  height: 18px;
  accent-color: #6C4DF6;
  margin: 0;
  flex-shrink: 0;
}
body.dcv5 .co-pay-option-text {
  font: 700 14px Sora, sans-serif;
  color: var(--ink, #0C0E33);
}
body.dcv5 .co-pay-empty {
  margin: 0;
  font: 500 13px Inter, sans-serif;
  color: var(--coral, #FF5A5F);
}
/* Visually hide legacy select — kept for stripe.js / change handlers */
body.dcv5 .co-pay-select,
body.dcv5 .co-summary #payment-gateway {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
}
body.dcv5 .co-summary .order_payment_box .nice-select {
  display: none !important;
}

body.dcv5 .co-confirm-wrap {
  margin-top: 18px;
}
body.dcv5 .co-confirm {
  width: 100%;
  min-height: 50px;
  border-radius: 999px !important;
  font: 700 15px Sora, sans-serif !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
/* Empty gateway containers shouldn't reserve vertical space and push the
   Confirm button below the fold before a method that needs them is picked. */
body.dcv5 #stripe-element { margin-top: 22px; }
body.dcv5 #stripe-element:empty { margin: 0 !important; }
body.dcv5 #stripe-errors:empty { margin: 0 !important; padding: 0 !important; }
body.dcv5 #instructions:empty { margin: 0 !important; }
body.dcv5 .saas_checkout .co-billing label {
  display: block;
  margin-bottom: 6px;
  font: 600 12.5px Inter, sans-serif;
  color: var(--ink-70, #383C6E);
}
body.dcv5 .saas_checkout .co-billing .form_control {
  min-height: 44px;
  margin-bottom: 0;
}
body.dcv5 .saas_checkout .co-billing .form_group {
  margin-bottom: 14px;
}
body.dcv5 .saas_checkout .mkt-hero-sub {
  color: var(--ink-50, #666A99);
  font-size: 14px;
  line-height: 1.5;
}

.co-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 22px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .co-grid { grid-template-columns: 1fr; }
  /* Natural flow on mobile: fill billing, then review summary + pay. */
  .co-billing { order: 1; }
  .co-summary { order: 2; position: static; }
  /* Keep the pay action pinned to the bottom of the viewport so it's never
     stranded below a long payment section. */
  body.dcv5 .co-confirm-wrap {
    position: sticky; bottom: 0; z-index: 30;
    margin: 18px -22px -20px; padding: 13px 22px calc(13px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.97);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-top: 1px solid var(--line, #E2E7F6);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 -8px 24px -18px rgba(12, 14, 51, 0.4);
  }
  body.dcv5 .co-confirm-wrap .co-trust {
    margin-top: 8px !important; gap: 4px 12px !important; font-size: 11.5px !important;
  }
}
/* Always-visible pay bar (desktop): the Confirm & pay button otherwise sits at
   the bottom of the summary column, below the fold. Mobile already has its own
   sticky confirm, so this is desktop-only. */
.co-stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(255,255,255,.97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line, #E2E7F6); box-shadow: 0 -8px 24px -18px rgba(12,14,51,.4);
  transform: translateY(100%); transition: transform .25s ease; }
.co-stickybar.is-on { transform: none; }
.co-stickybar[hidden] { display: none; }
.co-stickybar-in { max-width: 980px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 11px 22px calc(11px + env(safe-area-inset-bottom, 0px)); }
.co-stickybar-total { display: flex; flex-direction: column; line-height: 1.2; }
.co-stickybar-total span { font-size: 12px; color: #64748b; }
.co-stickybar-total b { font-size: 18px; color: var(--ink, #0C0E33); font-family: var(--display, Sora, sans-serif); }
.co-stickybar-btn { min-width: 220px; margin: 0; }
@media (max-width: 900px) { .co-stickybar { display: none !important; } }

/* Minimal, focused checkout header (replaces the marketing nav) */
.co-header { background: #fff; border-bottom: 1px solid var(--line, #E2E7F6); position: sticky; top: 0; z-index: 50; }
.co-header-in { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; gap: 16px; padding: 0 24px; height: 62px; }
.co-header-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; font-family: var(--display, Sora, sans-serif); font-weight: 800; font-size: 1.05rem; color: var(--ink, #0C0E33); }
.co-header-logo .mk { width: 30px; height: 30px; border-radius: 9px; background: var(--grad); display: grid; place-items: center; color: #fff; font-size: .78rem; }
.co-header-logo b span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.co-header-secure { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: #14C98D; }
.co-header-back { font-size: 13px; font-weight: 600; color: var(--ink-50, #666A99); text-decoration: none; white-space: nowrap; }
.co-header-back:hover { color: var(--c1, #6C4DF6); }
@media (max-width: 560px) { .co-header-back { display: none; } .co-header-in { padding: 0 14px; } }

/* Tighter top on the checkout page */
.saas_checkout.co-tight { padding-top: 28px; }
/* Reassuring micro-headline + social proof */
.co-microhead { text-align: center; max-width: 720px; margin: 0 auto 22px; }
.co-microhead-line { font: 700 15px/1.4 var(--display, Sora, sans-serif); color: var(--ink, #0C0E33); margin: 0 0 4px; }
.co-social { font-size: 12.5px; color: #F5A623; font-weight: 600; margin: 0; letter-spacing: .02em; }
/* De-emphasized date rows */
.order_list_info li.co-dim { font-size: 12px; color: #9aa5b1; }
.order_list_info li.co-dim span { color: #9aa5b1; font-weight: 500; }
/* Term + value framing under the total */
.co-valuenote { font-size: 12.5px; color: #64748b; margin: 4px 0 0; text-align: right; }
/* Compact trust row (kept above the fold, in the summary) */
.co-trustrow { display: flex; flex-wrap: wrap; gap: 6px 14px; justify-content: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line, #E2E7F6); font-size: 12.5px; font-weight: 600; color: #52607d; }

/* Plan value reminder */
.co-benefits { margin: 6px 0 18px; padding: 14px 16px; background: #F5F3FF; border: 1px solid #E6E1FB; border-radius: 12px; }
.co-benefits-title { font: 700 12px/1 var(--display, Sora, sans-serif); text-transform: uppercase; letter-spacing: .04em; color: #6C4DF6; margin-bottom: 10px; }
.co-benefits ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.co-benefits li { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: var(--ink, #0C0E33); }
.co-benefit-tick { color: #14C98D; font-weight: 800; flex: none; }
/* Payment security badges */
.co-secure { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 16px 0 10px; font-size: 13px; color: #64748b; }
.co-secure-lock { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }
.co-secure-cards { display: inline-flex; align-items: center; gap: 9px; font-size: 22px; color: #8a93a6; }
.co-secure-cards .co-upi { font-size: 12px; font-weight: 800; border: 1.5px solid #cbd2e0; border-radius: 5px; padding: 1px 5px; color: #64748b; }
/* Confirm button loading state */
.co-confirm[disabled] { opacity: .8; cursor: default; }
.co-spinner { display: inline-block; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.5); border-top-color: #fff; border-radius: 50%; vertical-align: -2px; animation: coSpin .7s linear infinite; margin-right: 6px; }
@keyframes coSpin { to { transform: rotate(360deg); } }
/* Terms line */
.co-terms { text-align: center; font-size: 11.5px; color: #94a0b8; margin: 12px 0 0; line-height: 1.5; }
/* Error summary */
.co-errsum { max-width: 980px; margin: 0 auto 18px; background: #FEF2F2; border: 1px solid #FCA5A5; border-radius: 12px; padding: 14px 18px; color: #B91C1C; font-size: 13.5px; }
.co-errsum strong { display: block; margin-bottom: 6px; }
.co-errsum ul { margin: 0; padding-left: 18px; }
/* Inline client-side field error */
.form_group.co-field-err .form_control { border-color: #e0736f; box-shadow: 0 0 0 3px rgba(224,115,111,.14); }
.co-inline-err { color: #c0392b; font-size: 12px; margin-top: 5px; display: block; }
/* Coupon applying state */
.coupon-apply.is-loading { opacity: .7; pointer-events: none; }
/* Exit-intent save modal */
.co-exit { position: fixed; inset: 0; z-index: 1080; display: flex; align-items: center; justify-content: center; padding: 20px; }
.co-exit[hidden] { display: none; }
.co-exit-backdrop { position: absolute; inset: 0; background: rgba(12,14,51,.55); }
.co-exit-card { position: relative; background: #fff; border-radius: 20px; width: min(420px,100%); padding: 30px 26px 24px; text-align: center; box-shadow: 0 30px 80px -20px rgba(0,0,0,.5); }
.co-exit-x { position: absolute; top: 12px; right: 12px; border: none; background: #eef1f5; width: 32px; height: 32px; border-radius: 8px; font-size: 20px; line-height: 1; cursor: pointer; color: #52607d; }
.co-exit-emoji { font-size: 42px; line-height: 1; }
.co-exit-card h3 { margin: 8px 0 6px; font-size: 21px; color: #0c0e33; }
.co-exit-card p { margin: 0 0 18px; font-size: 14px; line-height: 1.5; color: #566080; }
.co-exit-btn { width: 100%; }
.co-exit-note { font-size: 11.5px !important; color: #94a0b8 !important; margin: 12px 0 0 !important; }

.co-summary {
  position: sticky; top: 88px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.co-billing {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 22px 24px; box-shadow: var(--shadow-sm);
}
.co-billing h1 {
  margin: 0 0 6px;
  font: 800 1.35rem/1.2 var(--display, Sora, sans-serif);
  color: var(--ink);
}
body.dcv5 .co-summary .order_payment_box {
  margin-top: 18px;
  position: relative;
}
body.dcv5 .co-summary .order_payment_box h3 {
  margin: 0 0 12px;
  font: 700 14px var(--display, Sora, sans-serif);
  color: var(--ink);
}

/* Themed drop tile — receipt / file uploads (front + dashboard checkout) */
body.dcv5 .co-drop-tile,
body.dcv5-dashboard .co-drop-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 120px;
  padding: 18px 16px;
  border: 1.5px dashed var(--line, #E2E7F6);
  border-radius: 14px;
  background: #F8FAFF;
  cursor: pointer;
  text-align: center;
  margin: 0;
}
body.dcv5 .co-drop-tile.has-file,
body.dcv5-dashboard .co-drop-tile.has-file {
  border-style: solid;
  border-color: #6C4DF6;
  background: #F3F0FF;
}
body.dcv5 .co-drop-tile strong,
body.dcv5-dashboard .co-drop-tile strong {
  font: 700 14px Sora, sans-serif;
  color: var(--ink, #0C0E33);
  pointer-events: none;
}
body.dcv5 .co-drop-tile span,
body.dcv5-dashboard .co-drop-tile span {
  font: 600 13px Inter, sans-serif;
  color: var(--ink-50, #666A99);
  pointer-events: none;
}
body.dcv5 .co-drop-tile em,
body.dcv5-dashboard .co-drop-tile em {
  color: #6C4DF6;
  font-style: normal;
  font-weight: 700;
}
body.dcv5 .co-drop-tile small,
body.dcv5-dashboard .co-drop-tile small {
  font: 500 11.5px Inter, sans-serif;
  color: var(--ink-50, #666A99);
  pointer-events: none;
}
body.dcv5 .co-drop-tile input[type="file"],
body.dcv5-dashboard .co-drop-tile input[type="file"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  z-index: 2;
}
body.dcv5 .co-drop-hint,
body.dcv5-dashboard .co-drop-hint {
  margin: 8px 0 0;
  font: 500 12px Inter, sans-serif;
  color: var(--ink-50, #666A99);
}
body.dcv5 .co-receipt,
body.dcv5-dashboard .co-receipt {
  margin-top: 12px;
}
body.dcv5 .gateway-desc,
body.dcv5-dashboard .gateway-desc {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #F2F5FE;
  border: 1px solid var(--line, #E2E7F6);
  font: 500 13.5px/1.55 Inter, sans-serif;
  color: var(--ink-70, #383C6E);
}
body.dcv5 .gateway-desc p,
body.dcv5-dashboard .gateway-desc p {
  margin: 0;
}
body.dcv5 .gateway-desc img,
body.dcv5-dashboard .gateway-desc img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 8px;
}
.pay-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  max-width: 860px;
  margin: 40px auto;
  align-items: start;
}
@media (max-width: 760px) {
  .pay-layout { grid-template-columns: 1fr; margin: 24px auto; }
}
.pay-next, .pay-fixes-panel {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 20px 22px; box-shadow: var(--shadow-sm);
}
.pay-next h2, .pay-fixes-panel h2 {
  margin: 0 0 12px;
  font: 700 15px var(--display, Sora, sans-serif);
  color: var(--ink);
}
.pay-next ol { margin: 0; padding: 0 0 0 18px; color: var(--ink-70); font-size: 14px; line-height: 1.55; }
.pay-next li { margin-bottom: 8px; }
/* —— Auth screen (exports/login-standalone.html) —— */
body.dcv5-auth {
  background: #F2F5FE;
  min-height: 100vh;
}
body.dcv5-auth .dcv5-page--auth {
  padding: 0 !important;
  min-height: calc(100vh - 60px);
  background: #F2F5FE;
}
body.dcv5-auth .WAButton,
body.dcv5-auth #WAButton { display: none !important; }

.mkt-auth-nav {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--line, #E2E7F6);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}
.mkt-auth-nav-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mkt-auth-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: var(--ink, #0C0E33);
}
.mkt-auth-logo .mk {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: linear-gradient(105deg, #2E5BFF 0%, #6C4DF6 55%, #9333EA 100%);
  color: #fff;
  font: 800 12px/1 var(--display, Sora, sans-serif);
  display: grid;
  place-items: center;
}
.mkt-auth-logo b {
  font: 800 17px/1 var(--display, Sora, sans-serif);
  color: var(--ink, #0C0E33);
}
.mkt-auth-logo b span {
  background: linear-gradient(105deg, #2E5BFF, #9333EA);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mkt-auth-nav-link {
  font: 600 14px Inter, sans-serif;
  color: var(--ink-70, #383C6E) !important;
  text-decoration: none !important;
}
.mkt-auth-nav-link:hover { color: #6C4DF6 !important; }

.mkt-auth-screen {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  background: #F2F5FE;
}
.mkt-auth-area {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 16px 32px;
  gap: 20px;
  box-sizing: border-box;
}
.mkt-auth-col {
  flex: 1 1 400px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mkt-auth-wrap {
  max-width: 480px;
  margin: 0 auto;
  padding: 0;
}
.mkt-auth-card {
  background: #fff;
  border: 1px solid var(--line, #E2E7F6);
  border-radius: 20px;
  padding: clamp(18px, 3vw, 26px);
  box-shadow: 0 24px 64px -24px rgba(12, 14, 51, .18);
}
.mkt-auth-fields {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.mkt-auth-fields--register { gap: 12px; }
.mkt-auth-card h1 {
  margin: 0;
  font: 800 clamp(1.3rem, 4vw, 1.5rem)/1.12 var(--display, Sora, sans-serif);
  letter-spacing: -0.02em;
  color: var(--ink, #0C0E33);
}
.mkt-auth-fields--register h1 {
  font-size: clamp(1.35rem, 4.5vw, 1.6rem);
}
.mkt-auth-card .mkt-hero-sub {
  margin: 6px 0 0;
  text-align: left;
  max-width: none;
  color: var(--ink-50, #666A99);
  font-size: 14.5px;
  line-height: 1.5;
}
.mkt-auth-fields--register .mkt-hero-sub {
  margin-top: 5px;
  font-size: 13.5px;
  line-height: 1.4;
}
.mkt-auth-tabs {
  display: flex;
  gap: 4px;
  background: #EAF0FF;
  border-radius: 999px;
  padding: 4px;
  margin-bottom: 10px;
}
.mkt-auth-tabs a,
.mkt-auth-tab {
  flex: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  font: 700 15px var(--display, Sora, sans-serif);
  color: var(--ink-50, #666A99) !important;
  background: transparent;
  text-decoration: none !important;
  cursor: pointer;
  transition: all .2s;
  box-shadow: none;
}
.mkt-auth-tabs a.is-active,
.mkt-auth-tab.is-active {
  background: #fff;
  color: var(--ink, #0C0E33) !important;
  box-shadow: 0 8px 26px -12px rgba(12, 14, 51, .16);
}
.mkt-auth-card .form_group {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 0;
}
.mkt-auth-card label {
  font: 600 13px Inter, sans-serif;
  color: var(--ink-70, #383C6E);
  margin: 0;
}
.mkt-auth-card .form_control {
  min-height: 50px !important;
  border: 1.5px solid var(--line, #E2E7F6) !important;
  border-radius: 12px !important;
  padding: 0 16px !important;
  font-size: 16px !important;
  color: var(--ink, #0C0E33) !important;
  background: #fff !important;
  outline: none !important;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none !important;
}
.mkt-auth-card .form_control:focus {
  border-color: #6C4DF6 !important;
  box-shadow: 0 0 0 3px rgba(108, 77, 246, .15) !important;
}
.mkt-auth-card .form_control::placeholder { color: #9AA0C4; }
.mkt-pw-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.mkt-pw-row a {
  font: 600 12.5px Inter, sans-serif;
  color: var(--c2, #6C4DF6) !important;
  text-decoration: none !important;
}
.mkt-pw-wrap { position: relative; }
.mkt-pw-wrap .form_control { padding-right: 76px !important; }
.mkt-pw-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #EAF0FF;
  color: var(--ink-70, #383C6E);
  font: 600 12px Inter, sans-serif;
  border-radius: 999px;
  padding: 7px 12px;
  cursor: pointer;
  line-height: 1;
}
.mkt-auth-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(105deg, #2E5BFF 0%, #6C4DF6 55%, #9333EA 100%);
  color: #fff !important;
  font: 700 16px var(--display, Sora, sans-serif);
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 16px 48px -16px rgba(108, 77, 246, .5);
  transition: filter .15s, transform .1s;
}
.mkt-auth-submit:hover { filter: brightness(1.06); color: #fff !important; }
.mkt-auth-submit:active { transform: scale(.97); }
.mkt-login-aside-note {
  margin: 0;
  text-align: center;
  color: var(--ink-50, #666A99);
  font-size: 13.5px;
}
.mkt-login-aside-note a {
  color: var(--c2, #6C4DF6);
  font-weight: 600;
  text-decoration: none;
}
.mkt-auth-legal { font-size: 12.5px; line-height: 1.5; }

.mkt-auth-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}
.mkt-auth-proof span {
  background: #fff;
  border: 1px solid var(--line, #E2E7F6);
  border-radius: 999px;
  padding: 7px 14px;
  font: 600 12px Inter, sans-serif;
  color: var(--ink-70, #383C6E);
}
.mkt-auth-proof .star { color: #FFC838; }
.mkt-auth-proof .ok { color: #14C98D; }

.mkt-auth-brand {
  flex: 1 1 360px;
  max-width: 480px;
  background: #0C0E33;
  border-radius: 20px;
  padding: clamp(26px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  color: #fff;
  min-height: 320px;
  box-sizing: border-box;
}
.mkt-auth-brand-eyebrow {
  align-self: flex-start;
  background: rgba(255, 255, 255, .08);
  color: #FFC838;
  border-radius: 999px;
  padding: 6px 14px;
  font: 700 11px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.mkt-auth-brand h2 {
  margin: 0;
  font: 800 clamp(1.5rem, 4vw, 2rem)/1.15 var(--display, Sora, sans-serif);
  letter-spacing: -0.02em;
  color: #fff;
}
.mkt-auth-brand h2 span {
  background: linear-gradient(105deg, #7FA0FF, #C79BFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mkt-auth-brand-lead {
  margin: -8px 0 0;
  color: #C9CDEB;
  font-size: 14px;
  line-height: 1.55;
}
.mkt-auth-brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.mkt-auth-brand-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.mkt-auth-brand-list .ok {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(20, 201, 141, .15);
  color: #14C98D;
  display: grid;
  place-items: center;
  font-size: 13px;
  flex-shrink: 0;
}
.mkt-auth-brand-list p {
  margin: 0;
  color: #C9CDEB;
  font-size: 14.5px;
  line-height: 1.55;
}
.mkt-auth-brand-list strong { color: #fff; font-weight: 600; }

.mkt-claim-url {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid var(--line, #E2E7F6);
  border-radius: 999px;
  background: #fff;
  padding: 5px 6px 5px 14px;
  box-shadow: 0 8px 26px -12px rgba(12, 14, 51, .16);
  transition: border-color .15s;
}
.mkt-claim-url:focus-within { border-color: #6C4DF6; }
.mkt-claim-dots {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}
.mkt-claim-dots i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: block;
}
.mkt-claim-dots i:nth-child(1) { background: #FF5A5F; }
.mkt-claim-dots i:nth-child(2) { background: #FFC838; }
.mkt-claim-dots i:nth-child(3) { background: #14C98D; }
.mkt-claim-lock { color: #14C98D; font-size: 13px; flex-shrink: 0; line-height: 1; }
.mkt-claim-url .form_control {
  min-height: 38px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  flex: 1;
  min-width: 0;
}
.mkt-claim-url .form_control:focus { box-shadow: none !important; }
.mkt-claim-host {
  font: 600 12.5px Inter, sans-serif;
  color: var(--ink-50, #666A99);
  white-space: nowrap;
  background: #F2F5FE;
  border-radius: 999px;
  padding: 9px 13px;
  flex-shrink: 0;
}
.mkt-claim-avail {
  margin: 0;
  font: 500 12.5px Inter, sans-serif;
  color: #14C98D;
}
.mkt-claim-domain-tip {
  margin: 0;
  font: 500 12px Inter, sans-serif;
  color: var(--ink-50, #666A99);
  line-height: 1.45;
}
.mkt-claim-domain-tip strong { color: var(--ink-70, #383C6E); font-weight: 700; }
.mkt-auth-pw-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mkt-auth-pw-grid .form_group {
  flex: 1 1 160px;
}
.mkt-auth-pw-grid .form_control { min-height: 46px !important; }

@media (max-width: 900px) {
  .mkt-auth-brand { min-height: 280px; }
}
@media (max-width: 560px) {
  .mkt-auth-area { padding: 12px 12px 28px; }
  .mkt-auth-card { padding: 20px 18px; }
  .mkt-auth-tabs a { font-size: 14px; min-height: 42px; }
  .mkt-claim-host { display: none; }
}
.mkt-contact-wrap {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 24px; align-items: start;
}
.mkt-contact-info {
  background: linear-gradient(180deg, #fff, var(--ice, #F2F5FE));
  border: 1px solid var(--line, #E2E7F6); border-radius: 20px;
  padding: 26px 24px; box-shadow: var(--shadow-sm, 0 8px 26px -12px rgba(12,14,51,.12));
  position: sticky; top: 96px;
}
.mkt-contact-info-title {
  margin: 0 0 6px; font-family: var(--display, 'Sora', sans-serif);
  font-weight: 800; font-size: 1.15rem; color: var(--ink, #0C0E33);
}
.mkt-contact-info-lead { margin: 0 0 18px; font-size: 13.5px; line-height: 1.55; color: var(--ink-50, #666A99); }
.mkt-contact-methods { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.mkt-contact-method > a,
.mkt-contact-method.mkt-contact-method--static {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 13px 14px; border-radius: 14px;
  border: 1px solid var(--line, #E2E7F6); background: #fff;
  text-decoration: none; color: var(--ink, #0C0E33);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.mkt-contact-method > a:hover {
  border-color: var(--c2, #6C4DF6); transform: translateY(-1px);
  box-shadow: 0 8px 20px -14px rgba(108,77,246,.5);
}
.mkt-contact-method--wa > a { border-color: #25D366; background: #F2FDF6; }
.mkt-contact-method--wa > a:hover { border-color: #1Fb955; box-shadow: 0 8px 20px -14px rgba(37,211,102,.6); }
.mkt-contact-method-ic { font-size: 20px; line-height: 1.4; flex-shrink: 0; }
.mkt-contact-method-body { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.mkt-contact-method-label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-50, #666A99); }
.mkt-contact-method-value { font-size: 14.5px; font-weight: 700; font-family: var(--display, 'Sora', sans-serif); word-break: break-word; }
.mkt-contact-method-note { font-size: 12px; color: #1FA355; font-weight: 600; }
@media (max-width: 860px) {
  .mkt-contact-wrap { grid-template-columns: 1fr; max-width: 560px; gap: 18px; }
  .mkt-contact-info { position: static; order: 2; }
  .mkt-contact-wrap .contact-form { order: 1; }
}

/* Pricing term toggle — export parity (inline pills, not Bootstrap nav stack) */
.pricing-page .mkt-hero--compact {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 8px;
}
.pricing-term-toggle {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #F2F5FE;
  border: 1px solid var(--line, #E2E7F6);
  border-radius: 999px;
  padding: 4px;
  margin: 14px auto 0;
  list-style: none;
  width: auto;
  max-width: 100%;
}
.pricing-term-toggle .pricing-term-btn,
.pricing-term-toggle .nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px;
  min-height: 42px;
  padding: 0 22px !important;
  border: none !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--ink-50, #666A99) !important;
  font: 700 14px/1.1 var(--display, Sora, sans-serif) !important;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none !important;
  line-height: 1.1 !important;
  transition: all .2s;
  font-family: inherit;
}
/* Pricing tab panes — explicit show/hide (Bootstrap tabs unreliable on v5) */
.pricing-page .pricing-wrapper.tab-content > .tab-pane {
  display: none !important;
}
.pricing-page .pricing-wrapper.tab-content > .tab-pane.active {
  display: block !important;
}
.pricing-term-toggle .pricing-term-btn.is-active,
.pricing-term-toggle .pricing-term-btn.active,
.pricing-term-toggle .nav-link.active,
.pricing-term-toggle .nav-link.is-active {
  background: #0C0E33 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.pricing-term-toggle .save {
  background: #14C98D;
  color: #fff !important;
  border-radius: 999px;
  padding: 2px 8px;
  font: 700 10.5px Inter, sans-serif !important;
  line-height: 1.2;
}
.pricing-page .pricing-button .main-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  width: 100%;
  min-height: 50px;
  padding: 0 18px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(105deg, #2E5BFF 0%, #6C4DF6 55%, #9333EA 100%) !important;
  color: #fff !important;
  font: 700 15px/1.1 var(--display, Sora, sans-serif) !important;
  box-shadow: 0 16px 48px -16px rgba(108, 77, 246, .5);
  text-decoration: none !important;
}
.pricing-page .pricing-item:not(.is-popular) .pricing-button .main-btn {
  background: #fff !important;
  color: var(--ink, #0C0E33) !important;
  border: 1.5px solid var(--line, #E2E7F6) !important;
  box-shadow: none;
}
.pricing-page .pricing-item:not(.is-popular) .pricing-button .main-btn:hover {
  border-color: #6C4DF6 !important;
  color: #6C4DF6 !important;
}
.pricing-item.is-popular {
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(105deg, #2E5BFF, #6C4DF6, #9333EA) border-box;
  box-shadow: var(--shadow);
}
.pricing-item .pitch {
  margin: 0 0 12px; color: var(--ink-50); font-size: 13.5px; line-height: 1.45;
}
