  /* ============================================================================
    DENTALONE PUBLIC WEBSITE — PAGE-SPECIFIC STYLES
    ============================================================================ */

  /* — Hero (shared across pages) -------------------------------------------- */
  .do-hero {
    padding-top: calc(var(--do-navbar-height) + var(--do-space-16));
    padding-bottom: var(--do-space-16);
    position: relative;
  }

  .do-hero--centered {
    text-align: center;
  }

  .do-hero__overline {
    display: inline-flex;
    align-items: center;
    gap: var(--do-space-2);
    margin-bottom: var(--do-space-5);
  }

  .do-hero__title {
    margin-bottom: var(--do-space-6);
    max-width: 800px;
  }

  .do-hero--centered .do-hero__title {
    margin-inline: auto;
  }

  .do-typewriter {
    display: inline-block;
    min-width: 9ch;
    color: var(--do-primary);
    text-align: left;
  }

  .do-typewriter::after {
    content: '';
    display: inline-block;
    width: 0.08em;
    height: 0.82em;
    margin-left: 0.08em;
    background-color: currentColor;
    animation: do-typewriter-caret 800ms steps(1, end) infinite;
  }

  @keyframes do-typewriter-caret {
    50% { opacity: 0; }
  }

  @media (prefers-reduced-motion: reduce) {
    .do-typewriter::after {
      display: none;
    }
  }

  .do-hero__subtitle {
    font-size: clamp(1rem, 1.5vw, var(--do-text-xl));
    line-height: var(--do-leading-relaxed);
    color: var(--do-text-secondary);
    max-width: 580px;
    margin-bottom: var(--do-space-8);
  }

  .do-hero--centered .do-hero__subtitle {
    margin-inline: auto;
  }

  .do-hero__actions {
    display: flex;
    gap: var(--do-space-4);
    flex-wrap: wrap;
  }

  .do-hero--centered .do-hero__actions {
    justify-content: center;
  }

  .do-hero__visual {
    margin-top: var(--do-space-16);
    border-radius: var(--do-radius-xl);
    border: 4px solid rgba(0, 0, 0, 0.03);
    padding: 4px;
    background-color: #ffffff;
    box-shadow: var(--do-shadow-2xl);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  [data-theme="dark"] .do-hero__visual {
    background-color: #111827;
    border-color: rgba(255, 255, 255, 0.05);
  }

  .do-hero__visual img {
    border-radius: calc(var(--do-radius-xl) - 4px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    height: auto;
    display: block;
  }

  @media (max-width: 768px) {
    .do-hero__visual {
      border: 2px solid rgba(0, 0, 0, 0.03);
      padding: 2px;
      border-radius: var(--do-radius-md);
      max-width: 100% !important;
    }

    [data-theme="dark"] .do-hero__visual {
      border-color: rgba(255, 255, 255, 0.05);
    }

    .do-hero__visual img {
      border-radius: calc(var(--do-radius-md) - 2px);
      border: 1px solid rgba(0, 0, 0, 0.08);
    }
  }

  .do-hero__visual-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--do-space-4);
    text-align: center;
    padding: var(--do-space-8);
  }

  .do-hero__visual-inner img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    opacity: 0.7;
  }

  .do-hero__visual-label {
    font-size: var(--do-text-sm);
    color: var(--do-text-muted);
    font-weight: var(--do-weight-medium);
  }

  /* — Home — Trusted By section --------------------------------------------- */
  .home-trusted {
    padding-block: var(--do-space-12);
    border-bottom: 1px solid var(--do-border);
  }

  .home-trusted__label {
    text-align: center;
    font-size: var(--do-text-xs);
    font-weight: var(--do-weight-medium);
    letter-spacing: var(--do-tracking-wider);
    text-transform: uppercase;
    color: var(--do-text-muted);
    margin-bottom: var(--do-space-8);
  }

  /* — Home — Key Features --------------------------------------------------- */
  .home-features {
    padding-block: var(--do-section-space);
  }

  /* — Home — Pricing Preview ------------------------------------------------ */
  .home-pricing {
    padding-block: var(--do-section-space);
  }

  /* — Home — Testimonials --------------------------------------------------- */
  .home-testimonials {
    padding-block: var(--do-section-space);
  }

  /* — Features page — Enterprise Feature Showcase ----------------------------- */
  .feature-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding-block: 50px;
  }

  .feature-showcase+.feature-showcase {
    border-top: 1px solid var(--do-border-subtle);
  }

  /* Zig-zag: reverse layout */
  .feature-showcase--reverse .feature-showcase__content {
    order: 2;
  }

  .feature-showcase--reverse .feature-showcase__visual {
    order: 1;
  }

  /* — Content column ------------------------------------------------------- */
  .feature-showcase__content {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-5);
    max-width: 480px;
  }

  .feature-showcase--reverse .feature-showcase__content {
    margin-left: auto;
  }

  /* Icon badge */
  .feature-showcase__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--do-primary-muted);
    border: 1px solid rgba(13, 148, 136, 0.12);
    border-radius: var(--do-radius-lg);
    color: var(--do-primary);
  }

  .feature-showcase__icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* Title */
  .feature-showcase__title {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-family: var(--do-font-display);
    color: var(--do-text);
    line-height: var(--do-leading-tight);
    letter-spacing: var(--do-tracking-tight);
  }

  /* NEW badge */
  .feature-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.6875rem;
    font-weight: var(--do-weight-semibold);
    font-family: var(--do-font-sans);
    letter-spacing: var(--do-tracking-wide);
    text-transform: uppercase;
    color: var(--do-teal-700);
    background: var(--do-teal-50);
    border: 1px solid var(--do-teal-200);
    padding: 2px 10px;
    border-radius: var(--do-radius-full);
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }

  [data-theme="dark"] .feature-showcase__badge {
    color: var(--do-teal-300);
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.2);
  }

  /* Description */
  .feature-showcase__desc {
    font-size: var(--do-text-base);
    line-height: var(--do-leading-relaxed);
    color: var(--do-text-secondary);
    max-width: 460px;
  }

  /* Bullets */
  .feature-showcase__bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin-top: var(--do-space-2);
    list-style: none;
    padding: 0;
  }

  .feature-showcase__bullets li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--do-text-sm);
    color: var(--do-text-secondary);
    line-height: 1.4;
  }

  .feature-showcase__bullets li::before {
    content: "";
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  [data-theme="dark"] .feature-showcase__bullets li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232dd4bf' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  }

  /* — Visual column (Image Frame) ------------------------------------------ */
  .feature-showcase__visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-showcase__frame {
    position: relative;
    width: 100%;
    max-width: 560px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    cursor: pointer;
    transition:
      transform 300ms ease,
      box-shadow 300ms ease,
      border-color 300ms ease;
  }

  .feature-showcase__frame:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    border-color: rgba(34, 211, 238, 0.12);
  }

  [data-theme="dark"] .feature-showcase__frame {
    background: #111827;
    border-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
  }

  [data-theme="dark"] .feature-showcase__frame:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
    border-color: rgba(34, 211, 238, 0.12);
  }

  /* Image inside frame */
  .feature-showcase__frame img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    transition: transform 300ms ease;
    will-change: transform;
  }

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

  /* — Hover Overlay ("Click to Preview") ----------------------------------- */
  .feature-showcase__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.08) 40%, transparent 65%);
    border-radius: 18px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms var(--do-ease);
    z-index: 2;
  }

  .feature-showcase__frame:hover .feature-showcase__overlay {
    opacity: 1;
  }

  .feature-showcase__overlay-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--do-radius-full);
    color: #ffffff;
    font-family: var(--do-font-sans);
    font-size: 0.8125rem;
    font-weight: var(--do-weight-medium);
    letter-spacing: 0.01em;
    line-height: 1;
    white-space: nowrap;
    user-select: none;
  }

  .feature-showcase__overlay-label svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  /* ═══ ENTERPRISE LIGHTBOX ═══ */
  .do-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 250ms ease, visibility 250ms ease;
  }

  .do-lightbox.is-active {
    opacity: 1;
    visibility: visible;
  }

  /* Image container */
  .do-lightbox__img-wrap {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.95);
    opacity: 0;
    transition: transform 250ms ease, opacity 250ms ease;
    cursor: grab;
    touch-action: none;
  }

  .do-lightbox.is-active .do-lightbox__img-wrap {
    transform: scale(1);
    opacity: 1;
    transition-delay: 50ms;
  }

  .do-lightbox__img-wrap.is-dragging {
    cursor: grabbing;
  }

  .do-lightbox__img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 18px;
    user-select: none;
    -webkit-user-drag: none;
    transform-origin: center center;
    transition: transform 200ms ease;
    image-rendering: high-quality;
  }

  /* Close button */
  .do-lightbox__close {
    position: absolute;
    top: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(20, 20, 28, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    z-index: 999999;
    pointer-events: auto;
    transition: background 250ms ease, border 250ms ease, transform 250ms ease, box-shadow 250ms ease;
  }

  .do-lightbox__close:hover {
    background: #111827;
    border: 1px solid rgba(99, 102, 241, 0.45);
    transform: scale(1.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.16);
  }

  .do-lightbox__close svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
  }

  /* Responsive Close Button */
  @media (max-width: 1024px) {
    .do-lightbox__close {
      top: 20px;
      right: 20px;
    }
  }

  @media (max-width: 768px) {
    .do-lightbox__close {
      top: env(safe-area-inset-top, 16px);
      right: 16px;
    }

    .do-lightbox__img {
      max-width: 96vw;
      border-radius: 12px;
    }
  }

  /* — Scroll Reveal Animation ---------------------------------------------- */
  .feature-showcase.do-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.6s var(--do-ease-out), transform 0.6s var(--do-ease-out);
  }

  .feature-showcase.do-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* — Responsive: Tablet (≤1024px) ---------------------------------------- */
  @media (max-width: 1024px) {
    .feature-showcase {
      grid-template-columns: 1fr;
      gap: 40px;
      padding-block: 40px;
    }

    .feature-showcase--reverse .feature-showcase__content {
      order: 1;
      margin-left: 0;
    }

    .feature-showcase--reverse .feature-showcase__visual {
      order: 2;
    }

    .feature-showcase__content {
      max-width: 100%;
    }

    .feature-showcase__desc {
      max-width: 100%;
    }

    .feature-showcase__frame {
      max-width: 100%;
    }
  }

  /* — Responsive: Mobile (≤768px) ----------------------------------------- */
  @media (max-width: 768px) {
    .feature-showcase {
      gap: 32px;
      padding-block: 36px;
    }

    .feature-showcase__frame {
      padding: 6px;
      border-radius: 14px;
    }

    .feature-showcase__frame img {
      border-radius: 10px;
    }

    .feature-showcase__overlay {
      border-radius: 14px;
      padding-bottom: 16px;
    }

    .feature-showcase__bullets {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .feature-showcase__title {
      font-size: 1.375rem;
    }
  }

  /* — Pricing page — Compare Table ----------------------------------------- */
  .pricing-compare {
    margin-top: var(--do-space-16);
    overflow-x: auto;
  }

  .pricing-compare__table-wrap {
    min-width: 640px;
  }

  /* — About page ------------------------------------------------------------ */
  .about-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--do-space-16);
    align-items: start;
  }

  .about-mission__item {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-4);
  }

  @media (max-width: 640px) {
    .about-mission {
      grid-template-columns: 1fr;
    }
  }

  .about-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--do-space-8);
  }

  .about-team__card {
    text-align: center;
    padding: var(--do-space-8) var(--do-space-4);
  }

  .about-team__avatar {
    width: 80px;
    height: 80px;
    border-radius: var(--do-radius-full);
    background-color: var(--do-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: var(--do-space-4);
    font-family: var(--do-font-display);
    font-size: var(--do-text-2xl);
    color: var(--do-primary);
  }

  .about-team__name {
    font-size: var(--do-text-base);
    font-weight: var(--do-weight-semibold);
    color: var(--do-text);
    margin-bottom: var(--do-space-1);
  }

  .about-team__role {
    font-size: var(--do-text-sm);
    color: var(--do-text-secondary);
  }

  @media (max-width: 640px) {
    .about-team {
      grid-template-columns: 1fr;
    }
  }

  /* — Contact page ---------------------------------------------------------- */
  .contact-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: var(--do-space-16);
    align-items: start;
  }

  .contact-form {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-5);
  }

  .contact-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--do-space-5);
  }

  @media (max-width: 520px) {
    .contact-form__row {
      grid-template-columns: 1fr;
    }
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-6);
  }

  .contact-info__card {
    display: flex;
    gap: var(--do-space-4);
    padding: var(--do-space-5);
    background-color: var(--do-bg-subtle);
    border-radius: var(--do-radius-lg);
    border: 1px solid var(--do-border-subtle);
  }

  .contact-info__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--do-primary-muted);
    border-radius: var(--do-radius-md);
    color: var(--do-primary);
    flex-shrink: 0;
  }

  .contact-info__icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
  }

  .contact-info__label {
    font-size: var(--do-text-sm);
    font-weight: var(--do-weight-semibold);
    color: var(--do-text);
    margin-bottom: var(--do-space-1);
  }

  .contact-info__value {
    font-size: var(--do-text-sm);
    color: var(--do-text-secondary);
  }

  @media (max-width: 860px) {
    .contact-layout {
      grid-template-columns: 1fr;
    }
  }

  /* — Customer Stories ------------------------------------------------------ */
  .story-card {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-6);
  }

  .story-card__clinic {
    font-size: var(--do-text-xs);
    font-weight: var(--do-weight-semibold);
    letter-spacing: var(--do-tracking-wide);
    text-transform: uppercase;
    color: var(--do-primary);
  }

  .story-card__quote {
    font-family: var(--do-font-display);
    font-size: var(--do-text-xl);
    line-height: var(--do-leading-snug);
    color: var(--do-text);
  }

  .story-card__metrics {
    display: flex;
    gap: var(--do-space-8);
  }

  .story-card__metric-value {
    font-size: var(--do-text-2xl);
    font-weight: var(--do-weight-bold);
    color: var(--do-primary);
  }

  .story-card__metric-label {
    font-size: var(--do-text-xs);
    color: var(--do-text-muted);
  }

  .story-card__author {
    display: flex;
    align-items: center;
    gap: var(--do-space-3);
    padding-top: var(--do-space-4);
    border-top: 1px solid var(--do-border);
  }

  /* — Why DentalOne — Comparison -------------------------------------------- */
  .why-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-xl);
    overflow: hidden;
  }

  .why-compare__col {
    padding: var(--do-space-8);
  }

  .why-compare__col--others {
    background-color: var(--do-bg-subtle);
    border-right: 1px solid var(--do-border);
  }

  .why-compare__col--do {
    background-color: var(--do-bg-teal);
  }

  .why-compare__col-title {
    font-size: var(--do-text-lg);
    font-weight: var(--do-weight-semibold);
    margin-bottom: var(--do-space-6);
  }

  .why-compare__list {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-4);
  }

  .why-compare__item {
    display: flex;
    align-items: flex-start;
    gap: var(--do-space-3);
    font-size: var(--do-text-sm);
    line-height: var(--do-leading-relaxed);
  }

  .why-compare__item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .why-compare__item--bad svg {
    color: var(--do-danger);
  }

  .why-compare__item--good svg {
    color: var(--do-primary);
  }

  @media (max-width: 640px) {
    .why-compare {
      grid-template-columns: 1fr;
    }

    .why-compare__col--others {
      border-right: none;
      border-bottom: 1px solid var(--do-border);
    }
  }

  /* — FAQ Page — Category Tabs --------------------------------------------- */
  .faq-categories {
    display: flex;
    gap: var(--do-space-2);
    margin-bottom: var(--do-space-10);
    flex-wrap: wrap;
    justify-content: center;
  }

  .faq-group {
    display: none;
  }

  .faq-group.is-visible {
    display: block;
  }

  .faq-category-btn {
    padding: var(--do-space-2) var(--do-space-5);
    font-size: var(--do-text-sm);
    font-weight: var(--do-weight-medium);
    color: var(--do-text-secondary);
    border-radius: var(--do-radius-full);
    border: 1px solid var(--do-border);
    background: transparent;
    cursor: pointer;
    transition: all var(--do-dur-normal) var(--do-ease);
  }

  .faq-category-btn:hover {
    border-color: var(--do-border-strong);
    color: var(--do-text);
  }

  .faq-category-btn.is-active {
    background-color: var(--do-primary);
    color: var(--do-text-inverse);
    border-color: var(--do-primary);
  }


  /* ==========================================================================
   PREMIUM PRICING COMPARISON TABLE (V3)
   ========================================================================== */

  .do-compare-v3-container {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-8);
    margin-top: var(--do-space-12);
  }

  .do-compare-v3-category {
    background-color: var(--do-surface-default);
    border-radius: 20px;
    border: 1px solid var(--do-border-subtle);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  }

  .do-compare-v3-category-header {
    display: flex;
    align-items: center;
    gap: var(--do-space-4);
    padding: var(--do-space-6) var(--do-space-8);
    border-bottom: 1px solid var(--do-border-subtle);
    background-color: rgba(0, 0, 0, 0.01);
  }

  .do-compare-v3-category-header svg {
    width: 24px;
    height: 24px;
    color: var(--do-primary);
    flex-shrink: 0;
  }

  .do-compare-v3-category-title h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--do-text-primary);
    margin: 0 0 2px 0;
  }

  .do-compare-v3-category-title p {
    font-size: 0.875rem;
    color: var(--do-text-secondary);
    margin: 0;
  }

  .do-compare-v3-features {
    display: flex;
    flex-direction: column;
  }

  .do-compare-v3-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--do-space-5) var(--do-space-8);
    border-bottom: 1px solid var(--do-border-subtle);
    transition: background-color var(--do-dur-normal) var(--do-ease);
  }

  .do-compare-v3-row:last-child {
    border-bottom: none;
  }

  .do-compare-v3-row:hover {
    background-color: rgba(0, 0, 0, 0.015);
  }

  .do-compare-v3-feature-name {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--do-text-primary);
    flex: 1;
  }

  .do-compare-v3-plan-chips {
    display: flex;
    align-items: center;
    gap: var(--do-space-4);
  }

  .do-compare-v3-plan-chip {
    display: inline-flex;
    align-items: center;
    gap: var(--do-space-2);
    padding: 8px 16px;
    border-radius: 999px;
    background-color: var(--do-surface-muted);
    border: 1px solid var(--do-border-subtle);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--do-text-secondary);
    transition: all var(--do-dur-normal) var(--do-ease);
    min-width: 140px;
    justify-content: center;
  }

  .do-compare-v3-plan-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .do-compare-v3-plan-chip span {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--do-text-muted);
    display: none;
    /* Hidden on desktop, shown on mobile */
  }

  .do-compare-v3-plan-chip svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  /* Professional Highlight */
  .do-compare-v3-plan-chip--pro {
    background-color: var(--do-surface-default);
    border: 1px solid var(--do-primary-muted);
    color: var(--do-text-primary);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.08);
    /* Soft emerald glow */
    position: relative;
    z-index: 1;
  }

  .do-compare-v3-plan-chip--pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.15);
    border-color: var(--do-primary);
  }

  /* Mobile Responsiveness */
  @media (max-width: 768px) {
    .do-compare-v3-row {
      flex-direction: column;
      align-items: flex-start;
      gap: var(--do-space-4);
    }

    .do-compare-v3-plan-chips {
      flex-direction: column;
      width: 100%;
      align-items: stretch;
    }

    .do-compare-v3-plan-chip {
      justify-content: space-between;
      width: 100%;
    }

    .do-compare-v3-plan-chip span {
      display: inline;
    }
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .do-compare-v3-plan-chips {
      gap: var(--do-space-2);
    }

    .do-compare-v3-plan-chip {
      min-width: 110px;
      padding: 6px 12px;
    }
  }

  /* Global Header for V3 Comparison */
  .do-compare-v3-global-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--do-space-8);
    margin-bottom: calc(var(--do-space-4) * -1);
    /* Pull up slightly */
  }

  .do-compare-v3-global-header-spacer {
    flex: 1;
  }

  .do-compare-v3-global-header-labels {
    display: flex;
    align-items: center;
    gap: var(--do-space-4);
  }

  .do-compare-v3-global-header-label {
    min-width: 140px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--do-text-secondary);
  }

  .do-compare-v3-global-header-label--pro {
    color: var(--do-primary);
  }

  @media (max-width: 768px) {
    .do-compare-v3-global-header {
      display: none;
      /* Hide global header on mobile since chips stack and show labels */
    }
  }

  @media (min-width: 769px) and (max-width: 1024px) {
    .do-compare-v3-global-header-labels {
      gap: var(--do-space-2);
    }

    .do-compare-v3-global-header-label {
      min-width: 110px;
    }
  }

  /* ==========================================================================
   BOOK A DEMO REDESIGN (PREMIUM SAAS)
   ========================================================================== */

  /* Hero */
  .do-booking-hero {
    padding-top: calc(var(--do-navbar-height) + var(--do-space-12));
    padding-bottom: var(--do-space-12);
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.05) 0%, transparent 100%);
    text-align: center;
  }

  .do-booking-hero__inner {
    max-width: 800px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--do-space-6);
  }

  .do-booking-hero__benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--do-space-6);
    margin-top: var(--do-space-4);
  }

  .do-booking-hero__benefits span {
    display: flex;
    align-items: center;
    gap: var(--do-space-2);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--do-text-secondary);
  }

  .do-booking-hero__benefits svg {
    width: 16px;
    height: 16px;
    color: var(--do-primary);
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* Main Area */
  .do-booking-main {
    padding-top: 0;
    padding-bottom: var(--do-space-16);
  }

  /* Three Steps */
  .do-booking-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto var(--do-space-12);
  }

  .do-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--do-space-4);
    position: relative;
    z-index: 2;
    opacity: 0.5;
    transition: all 0.3s ease;
    flex: 1;
  }

  .do-step.is-active,
  .do-step.is-completed {
    opacity: 1;
  }

  .do-step__icon {
    width: 48px;
    height: 48px;
    background-color: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--do-text-secondary);
    transition: all 0.3s ease;
    margin: 0 auto;
  }

  .do-step.is-active .do-step__icon {
    background-color: var(--do-primary);
    border-color: var(--do-primary);
    color: var(--do-text-inverse);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
  }

  .do-step.is-completed .do-step__icon {
    background-color: rgba(16, 185, 129, 0.1);
    border-color: var(--do-primary);
    color: var(--do-primary);
  }

  .do-step__icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .do-step__text {
    display: flex;
    flex-direction: column;
  }

  .do-step__title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--do-text);
    margin-top: 4px;
  }

  .do-step__line {
    flex: 1;
    height: 1px;
    background-color: var(--do-border);
    margin: 24px var(--do-space-4) 0;
    position: relative;
    z-index: 1;
  }

  /* Layout Split */
  .do-booking-layout {
    display: grid;
    grid-template-columns: 5.5fr 4.5fr;
    gap: var(--do-space-8);
    align-items: stretch;
  }

  .do-booking-left {
    background: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-xl);
    padding: var(--do-space-8);
    box-shadow: var(--do-shadow-lg);
    display: flex;
    flex-direction: column;
  }

  .do-booking-right {
    position: sticky;
    top: calc(var(--do-navbar-height) + var(--do-space-4));
    display: flex;
    flex-direction: column;
    gap: var(--do-space-6);
  }

  /* Summary Card */
  .do-summary-card {
    background: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-lg);
    box-shadow: var(--do-shadow-md);
    overflow: hidden;
  }

  .do-summary-card__header {
    background: var(--do-bg-subtle);
    padding: var(--do-space-4) var(--do-space-6);
    border-bottom: 1px solid var(--do-border-subtle);
  }

  .do-summary-card__title {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--do-text);
  }

  .do-summary-card__body {
    padding: var(--do-space-6);
    display: flex;
    flex-direction: column;
    gap: var(--do-space-5);
  }

  .do-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9375rem;
  }

  .do-summary-label {
    color: var(--do-text-secondary);
    font-weight: 500;
  }

  .do-summary-value {
    font-weight: 600;
    color: var(--do-text);
    text-align: right;
  }

  /* Premium Form Styling */
  .do-booking-form {
    background: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-lg);
    padding: var(--do-space-6);
    box-shadow: var(--do-shadow-md);
    display: flex;
    flex-direction: column;
    gap: var(--do-space-5);
  }

  .do-input--premium {
    height: 54px;
    padding: 0 16px;
    border-radius: 12px;
    background-color: var(--do-surface-muted);
    border: 1px solid var(--do-border-subtle);
    transition: all 0.2s ease;
    font-size: 0.9375rem;
    width: 100%;
    color: var(--do-text);
  }

  .do-input--premium:focus {
    background-color: var(--do-surface-default);
    border-color: var(--do-primary);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
    outline: none;
  }

  select.do-input--premium {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color-scheme: dark;
  }

  select.do-input--premium option {
    background-color: #0b1121;
    /* Explicit dark background */
    color: #ffffff;
    /* Explicit light text */
  }

  textarea.do-input--premium {
    height: 54px;
    min-height: 54px;
    padding-top: 15px;
    resize: none;
  }

  .do-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .do-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--do-space-5);
  }

  /* Time Slots */
  .do-booking-times {
    margin-top: auto;
    padding-top: var(--do-space-6);
    border-top: 1px solid var(--do-border-subtle);
  }

  /* Demo Feature Cards */
  .do-demo-card {
    background: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-xl);
    padding: var(--do-space-8);
    box-shadow: var(--do-shadow-md);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--do-space-4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .do-demo-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--do-shadow-lg);
  }

  .do-demo-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--do-space-2);
  }

  .do-demo-card p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  /* Booking FAQ */
  .do-faq {
    display: flex;
    flex-direction: column;
    gap: var(--do-space-4);
    max-width: 800px;
    margin: 0 auto;
  }

  .do-faq__item {
    background: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-lg);
    overflow: hidden;
    box-shadow: var(--do-shadow-sm);
    transition: all 0.3s ease;
  }

  .do-faq__item[open] {
    border-color: var(--do-primary);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
  }

  .do-faq__question {
    padding: var(--do-space-5) var(--do-space-6);
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--do-text);
    cursor: pointer;
    list-style: none;
    /* Hide default triangle in some browsers */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .do-faq__question::-webkit-details-marker {
    display: none;
    /* Hide default triangle in webkit */
  }

  .do-faq__question::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--do-text-secondary);
    transition: transform 0.3s ease;
  }

  .do-faq__item[open] .do-faq__question::after {
    content: "−";
    color: var(--do-primary);
    transform: rotate(180deg);
  }

  .do-faq__answer {
    padding: 0 var(--do-space-6) var(--do-space-6);
    font-size: 1rem;
    color: var(--do-text-secondary);
    line-height: 1.6;
    border-top: 1px solid transparent;
  }

  .do-faq__item[open] .do-faq__answer {
    border-top-color: var(--do-border-subtle);
    padding-top: var(--do-space-5);
    margin-top: -var(--do-space-2);
  }

  /* Trust Profile & Review */
  .do-profile-card {
    background: var(--do-surface-default);
    border: 1px solid var(--do-border);
    border-radius: var(--do-radius-xl);
    padding: var(--do-space-6);
    box-shadow: var(--do-shadow-md);
  }

  .do-profile-card__header {
    display: flex;
    align-items: center;
    gap: var(--do-space-4);
    margin-bottom: var(--do-space-6);
  }

  .do-profile-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--do-bg-subtle);
    border: 1px solid var(--do-border-subtle);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--do-text-secondary);
  }

  .do-profile-card__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--do-space-4);
    border-top: 1px solid var(--do-border-subtle);
    padding-top: var(--do-space-4);
  }

  .do-profile-card__stat {
    display: flex;
    flex-direction: column;
  }

  .do-profile-card__stat-val {
    font-weight: 700;
    color: var(--do-primary);
    font-size: 1.125rem;
  }

  .do-profile-card__stat-lbl {
    font-size: 0.75rem;
    color: var(--do-text-secondary);
    font-weight: 500;
  }

  /* Responsive Mobile Wizard */
  @media (max-width: 991px) {
    .do-booking-layout {
      grid-template-columns: 1fr;
    }

    .do-booking-right {
      position: static;
    }

    .do-form-row {
      grid-template-columns: 1fr;
    }

    /* Wizard Hiding Logic - We show everything stacked by default if JS fails,
     but if JS works, it relies on scrolling instead of hard display:none to preserve 
     form validation logic visually. We keep it scroll-based for mobile */

    .do-step__line {
      width: 20px;
      flex: none;
    }

    .do-step__text {
      display: none;
    }

    .do-booking-steps {
      justify-content: center;
    }
  }
