:root {
    /* MP113 — professional marketing palette (solid colors only) */
    --ds-luster: #F4F1EC;
    --ds-tan: #DAD1C8;
    --ds-accent: #9BACD8;
    --ds-royal: #223382;
    --ds-cta: #F98513;
    --ds-depths: #111144;
    /* Semantic roles */
    --ds-navy: #111144;
    --ds-navy-light: #223382;
    --ds-brand: #223382;
    --ds-brand-dark: #1a2870;
    --ds-royal-light: #9BACD8;
    --ds-cyan: #9BACD8;
    --ds-cta-hover: #e07510;
    --ds-pink: #F98513;
    --ds-amber: #F98513;
    --ds-purple: #9BACD8;
    --ds-green: #223382;
    --ds-soft-bg: rgba(155, 172, 216, 0.22);
    --ds-surface: #ffffff;
    --ds-gray-100: #F4F1EC;
    --ds-gray-200: #DAD1C8;
    --ds-gray-600: #5c5f7a;
    --ds-white: #ffffff;
    --ds-shadow: 0 1px 3px rgba(17, 17, 68, 0.06);
    --ds-shadow-lg: 0 8px 24px rgba(17, 17, 68, 0.08);
    --ds-radius: 8px;
    --ds-radius-sm: 6px;
    --font-display: 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
}

* { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--ds-depths);
    background: var(--ds-luster);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--ds-depths);
}

.ai-section-dark h1,
.ai-section-dark h2,
.ai-section-dark h3,
.ai-section-dark h4,
.ai-section-dark h5,
.ai-section-dark h6,
.ai-hero h1,
.ai-hero h2,
.ai-hero h3,
.ai-hero .hero-title {
    color: var(--ds-luster);
}

h1, h2, h3, h4, h5, h6, .display-font {
    font-family: var(--font-display);
    font-weight: 700;
}

/* Navbar — Deep Space Royal (trust & authority) */
.navbar-dservo {
    background: var(--ds-royal);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(244, 241, 236, 0.08);
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

.navbar-dservo.scrolled {
    box-shadow: var(--ds-shadow-lg);
}

/* Dservo logo */
.ds-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 0;
    flex-shrink: 0;
}

.ds-logo-img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: min(140px, 36vw);
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 2px 8px rgba(17, 17, 68, 0.1));
    transition: transform 0.25s ease, filter 0.25s ease;
}

.ds-logo:hover .ds-logo-img {
    transform: scale(1.03);
    filter: drop-shadow(0 4px 12px rgba(17, 17, 68, 0.15));
}

.ds-logo--navbar .ds-logo-img {
    max-height: 34px;
    max-width: 120px;
}

.ds-logo--sidebar .ds-logo-img,
.dash-sidebar-brand .ds-logo-img {
    max-height: 32px;
    max-width: 110px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 6px;
    padding: 4px 8px;
    box-sizing: content-box;
    filter: none;
}

.ds-logo--sidebar:hover .ds-logo-img,
.dash-sidebar-brand .ds-logo:hover .ds-logo-img {
    transform: scale(1.03);
    filter: none;
}

.dash-mobile-bar .ds-logo-img {
    max-height: 30px;
    max-width: 100px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 6px;
    padding: 3px 7px;
    box-sizing: content-box;
    filter: none;
}

.ds-logo--footer .ds-logo-img,
.footer-brand.ds-logo .ds-logo-img {
    max-height: 32px;
    max-width: 110px;
}

.ds-logo--auth .ds-logo-img,
.auth-brand.ds-logo .ds-logo-img {
    max-height: 48px;
    max-width: 150px;
    margin: 0 auto;
    object-position: center;
}

.ds-logo-mark {
    flex-shrink: 0;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(17, 17, 68, 0.12));
    transition: transform 0.25s ease, filter 0.25s ease;
}

.ds-logo:hover .ds-logo-mark {
    transform: scale(1.06) rotate(-3deg);
    filter: drop-shadow(0 4px 12px rgba(249, 133, 19, 0.25));
}

.ds-logo--auth {
    display: inline-flex;
    justify-content: center;
}

.dash-mobile-logo {
    line-height: 0;
}

.dash-sidebar-brand {
    padding: 0.25rem 0.5rem;
}

/* Admin content manager — unified page */
.content-manager {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.content-manager-nav {
    position: sticky;
    top: 5.5rem;
    display: flex;
    flex-direction: column;
    padding: 1rem !important;
    max-height: calc(100vh - 6.5rem);
    overflow: hidden;
}

.content-manager-nav.dash-panel {
    overflow: hidden;
}

.content-manager-nav-head {
    flex-shrink: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ds-gray-200);
}

.content-manager-menu {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    margin-right: -0.35rem;
    padding-right: 0.35rem;
}

.content-manager-menu::-webkit-scrollbar {
    width: 5px;
}

.content-manager-menu::-webkit-scrollbar-track {
    background: transparent;
}

.content-manager-menu::-webkit-scrollbar-thumb {
    background: rgba(34, 51, 130, 0.2);
    border-radius: 4px;
}

.content-manager-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(34, 51, 130, 0.35);
}

.content-manager-group-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ds-gray-600, #6c757d);
    margin: 0.75rem 0 0.35rem;
    padding: 0 0.5rem;
}

.content-manager-group-label:first-child {
    margin-top: 0;
}

.content-manager-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--ds-depths);
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

.content-manager-link i {
    font-size: 1.05rem;
    color: var(--ds-royal);
    opacity: 0.85;
}

.content-manager-link:hover {
    background: rgba(34, 51, 130, 0.06);
    color: var(--ds-royal);
}

.content-manager-link.active {
    background: rgba(249, 133, 19, 0.12);
    color: var(--ds-depths);
    font-weight: 600;
}

.content-manager-link.active i {
    color: var(--ds-cta);
    opacity: 1;
}

.content-manager-main {
    min-width: 0;
}

.content-manager-panel {
    padding: 1.25rem !important;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .content-manager {
        grid-template-columns: 1fr;
    }

    .content-manager-nav {
        position: static;
        max-height: min(18rem, 45vh);
    }

    .content-manager-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.35rem;
    }

    .content-manager-group-label {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575.98px) {
    .content-manager-menu {
        grid-template-columns: 1fr;
    }
}

.navbar-dservo .navbar-brand {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--ds-luster) !important;
    -webkit-text-fill-color: var(--ds-luster);
}

.navbar-dservo .nav-link {
    color: rgba(244, 241, 236, 0.88) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s;
}

.navbar-dservo .nav-link:hover,
.navbar-dservo .nav-link.active {
    color: var(--ds-accent) !important;
}

.navbar-mobile-actions {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.navbar-mobile-actions .navbar-toggler {
    padding: 0.35rem 0.5rem;
}

.cart-nav-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.65rem !important;
    min-width: 2.75rem;
    min-height: 2.75rem;
}

.cart-nav-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.cart-nav-badge {
    position: absolute;
    top: -0.45rem;
    right: -0.5rem;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.2rem;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.05rem;
    text-align: center;
    color: #fff;
    background: #dc3545;
    border-radius: 999px;
    border: 2px solid var(--ds-luster);
    pointer-events: none;
}

body.ds-minimal .cart-nav-badge {
    border-color: #fff;
}

/* Buttons — Habañero reserved for primary CTAs only */
.btn-dservo-primary {
    background: var(--ds-cta);
    border: none;
    color: var(--ds-luster);
    font-weight: 700;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 4px 20px rgba(249, 133, 19, 0.35);
}

.btn-dservo-primary:hover {
    transform: translateY(-2px);
    background: var(--ds-cta-hover);
    box-shadow: 0 8px 28px rgba(249, 133, 19, 0.45);
    color: var(--ds-luster);
}

.btn-dservo-outline {
    border: 2px solid rgba(244, 241, 236, 0.45);
    color: var(--ds-luster);
    font-weight: 600;
    padding: 0.7rem 1.65rem;
    border-radius: 50px;
    background: transparent;
    transition: all 0.2s;
}

.btn-dservo-outline:hover {
    background: rgba(244, 241, 236, 0.1);
    border-color: var(--ds-accent);
    color: var(--ds-accent);
}

.btn-dservo-secondary {
    background: var(--ds-royal);
    color: var(--ds-luster);
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border-radius: 50px;
    border: none;
}

.btn-dservo-secondary:hover {
    background: var(--ds-brand-dark);
    color: var(--ds-luster);
}

/* Hero — Deadly Depths (premium dark impact) */
.hero-section {
    background: var(--ds-depths);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 10%;
    right: 5%;
    width: 280px;
    height: 280px;
    background: rgba(155, 172, 216, 0.12);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 15%;
    left: 5%;
    width: 200px;
    height: 200px;
    background: rgba(249, 133, 19, 0.1);
    border-radius: 50%;
    pointer-events: none;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    background: rgba(155, 172, 216, 0.04);
    border: 1px solid rgba(155, 172, 216, 0.08);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    color: var(--ds-luster);
}

.hero-title .gradient-text,
.gradient-text {
    color: var(--ds-accent);
    -webkit-text-fill-color: var(--ds-accent);
    background: none;
}

.hero-subtitle {
    color: rgba(244, 241, 236, 0.8);
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 540px;
}

/* Glass cards */
.glass-card {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--ds-radius);
    padding: 1.5rem;
}

/* Stats */
.stat-card {
    text-align: center;
    padding: 1.5rem;
}

.stat-number {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ds-royal);
}

/* Service cards */
.service-card {
    background: var(--ds-surface);
    border-radius: var(--ds-radius);
    padding: 2rem;
    height: 100%;
    border: 1px solid var(--ds-gray-200);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ds-cta);
    transform: scaleX(0);
    transition: transform 0.35s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--ds-shadow-lg);
    border-color: transparent;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    background: #F98513;
    background: var(--ds-cta);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

.service-icon i {
    font-size: 1.65rem;
    line-height: 1;
    color: #fff;
    display: inline-block;
}

.service-icon i::before {
    display: inline-block;
    vertical-align: middle;
}

.service-icon-lg {
    width: 72px;
    height: 72px;
    min-width: 72px;
}

.service-icon-lg i {
    font-size: 2rem;
    color: #fff;
}

/* Section */
.section-padding {
    padding: 4.5rem 0;
}

.section-title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    margin-bottom: 1rem;
}

.section-subtitle {
    color: var(--ds-gray-600);
    font-size: 1.1rem;
    max-width: 600px;
}

.bg-light-section {
    background: var(--ds-gray-100);
}

/* Page header */
.page-header {
    background: var(--ds-royal);
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(155, 172, 216, 0.08);
}

.page-header h1 {
    color: var(--ds-luster);
    position: relative;
}

.page-header .breadcrumb {
    position: relative;
}

.page-header .breadcrumb-item a {
    color: var(--ds-accent);
    text-decoration: none;
}

.page-header .breadcrumb-item.active {
    color: rgba(255,255,255,0.6);
}

/* Portfolio */
.portfolio-card {
    border-radius: var(--ds-radius);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/3;
    background: var(--ds-gray-200);
}

.portfolio-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 68, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.35s;
}

.portfolio-card:hover .overlay {
    opacity: 1;
}

.portfolio-card .overlay h5 {
    color: white;
    margin-bottom: 0.25rem;
}

.portfolio-card .overlay p {
    color: var(--ds-accent);
    font-size: 0.875rem;
    margin: 0;
}

/* Success story cards (homepage) */
.portfolio-card-link {
    display: block;
    height: 100%;
}

.portfolio-card-link:hover .portfolio-card-story {
    transform: translateY(-6px);
    box-shadow: var(--ds-shadow-lg);
}

.portfolio-card-story {
    aspect-ratio: auto;
    background: var(--ds-white);
    border: 1px solid var(--ds-gray-200);
    box-shadow: var(--ds-shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.portfolio-card-media {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
}

.portfolio-card-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.portfolio-card-thumb i {
    font-size: 3.5rem;
    color: var(--ds-royal);
    opacity: 0.9;
}

.portfolio-card-thumb.thumb-websites {
    background: rgba(155, 172, 216, 0.35);
}

.portfolio-card-thumb.thumb-branding {
    background: rgba(218, 209, 200, 0.8);
}

.portfolio-card-thumb.thumb-marketing {
    background: rgba(34, 51, 130, 0.12);
}

.portfolio-card-thumb.thumb-software {
    background: rgba(17, 17, 68, 0.06);
}

.portfolio-card-thumb.thumb-animation {
    background: rgba(249, 133, 19, 0.15);
}

.portfolio-card-thumb.thumb-default {
    background: var(--ds-soft-bg);
}

.portfolio-card-info {
    padding: 1.35rem 1.5rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.portfolio-card-category {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ds-royal);
    background: var(--ds-soft-bg);
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    margin-bottom: 0.65rem;
    width: fit-content;
}

.portfolio-card-title {
    color: var(--ds-depths);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.portfolio-card-result {
    color: var(--ds-royal);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.portfolio-card-excerpt {
    color: var(--ds-gray-600);
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.portfolio-card-cta {
    margin-top: auto;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ds-royal-light);
    transition: color 0.2s;
}

.portfolio-card-link:hover .portfolio-card-cta {
    color: var(--ds-cta);
}

/* Pricing */
.pricing-card {
    background: white;
    border-radius: var(--ds-radius);
    padding: 2.5rem 2rem;
    border: 1px solid var(--ds-gray-200);
    height: 100%;
    transition: all 0.3s;
    position: relative;
}

.pricing-card.popular {
    border-color: var(--ds-royal);
    box-shadow: var(--ds-shadow-lg);
    transform: scale(1.03);
}

.pricing-card.popular::before {
    content: 'Most Popular';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--ds-cta);
    color: var(--ds-luster);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    border-radius: 50px;
}

.pricing-price {
    font-family: var(--font-display);
    font-size: 3rem;
    font-weight: 800;
    color: var(--ds-royal);
}

.pricing-plans-row {
    --bs-gutter-x: 1.5rem;
}

@media (min-width: 768px) {
    .pricing-plans-row > [class*="col-"] {
        display: flex;
    }

    .pricing-plans-row .pricing-card {
        width: 100%;
    }
}

/* Product card */
.product-card {
    background: white;
    border-radius: var(--ds-radius);
    overflow: hidden;
    border: 1px solid var(--ds-gray-200);
    transition: all 0.3s;
    height: 100%;
}

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

.product-card .product-image {
    aspect-ratio: 16/10;
    background: var(--ds-soft-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--ds-royal);
}

.product-card .product-image .product-sale-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 0.2rem 0.45rem;
    border-radius: var(--ds-radius-sm);
}

/* Testimonial */
.testimonial-card {
    background: white;
    border-radius: var(--ds-radius);
    padding: 2rem;
    border: 1px solid var(--ds-gray-200);
    height: 100%;
}

.testimonial-card .stars {
    color: var(--ds-amber);
    margin-bottom: 1rem;
}

/* Homepage testimonials — horizontal scroll */
.testimonials-section {
    overflow-x: clip;
}

.testimonials-scroll-wrap {
    --testimonial-gap: 1rem;
    --testimonial-card-width: min(20rem, calc(100vw - 2.5rem - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
    --testimonial-track-padding: max(0.75rem, calc((100vw - min(1140px, 100vw)) / 2 + 0.75rem));
    --testimonial-wrap-padding: 0.5rem;
    position: relative;
    max-width: 100%;
    padding: 0 var(--testimonial-wrap-padding);
}

.testimonials-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    scroll-snap-type: none;
    scroll-behavior: auto;
    scroll-padding-inline: var(--testimonial-track-padding);
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.25rem 0 0.85rem;
}

.testimonials-scroll::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.testimonials-scroll-wrap.is-auto-scrolling .testimonials-scroll {
    cursor: default;
}

.testimonials-scroll-wrap.is-paused .testimonials-scroll {
    cursor: grab;
}

.testimonials-scroll-wrap.is-paused .testimonials-scroll:active {
    cursor: grabbing;
}

.testimonials-scroll-track {
    display: flex;
    align-items: stretch;
    gap: var(--testimonial-gap);
    width: max-content;
    min-height: 100%;
    padding-inline: var(--testimonial-track-padding);
    padding-block: 0.15rem;
}

.testimonials-scroll-item {
    flex: 0 0 auto;
    width: var(--testimonial-card-width);
    scroll-snap-align: none;
    display: flex;
}

.testimonials-scroll-item .testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 1.25rem;
}

.testimonials-scroll-item .testimonial-card-quote {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0;
}

.testimonials-scroll-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 2.75rem;
    height: 2.75rem;
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.testimonials-scroll-btn:hover:not(:disabled) {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: #fff;
}

.testimonials-scroll-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.testimonials-scroll-btn--prev {
    left: max(0.35rem, env(safe-area-inset-left, 0px));
}

.testimonials-scroll-btn--next {
    right: max(0.35rem, env(safe-area-inset-right, 0px));
}

.testimonials-scroll-hint {
    color: rgba(255, 255, 255, 0.65);
    padding-inline: 1rem;
}

/* Marketing strategy guide */
.marketing-strategy-card {
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    color: inherit;
}

.marketing-strategy-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    border-color: var(--ds-cta);
    color: inherit;
}

.marketing-strategy-card-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--ds-radius-sm);
    background: var(--ds-gray-100);
    color: var(--ds-cta);
    font-size: 1.25rem;
}

.marketing-strategy-toc-link {
    display: block;
    padding: 0.35rem 0.65rem;
    border-left: 2px solid transparent;
    border-radius: 0 var(--ds-radius-sm) var(--ds-radius-sm) 0;
    color: var(--ds-gray-600);
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.marketing-strategy-toc-link:hover {
    color: var(--ds-cta);
    background: var(--ds-gray-100);
}

.marketing-strategy-toc-link.is-active,
.marketing-strategy-toc-item.is-active .marketing-strategy-toc-link {
    color: var(--ds-cta);
    font-weight: 600;
    border-left-color: var(--ds-cta);
    background: color-mix(in srgb, var(--ds-cta) 12%, white);
}

.marketing-strategy-guide {
    --marketing-toc-top: 5.75rem;
    overflow: visible;
}

body.ds-minimal:has(.marketing-strategy-guide) {
    overflow-x: visible;
}

.marketing-strategy-guide .container,
.marketing-strategy-guide .row {
    overflow: visible;
}

.marketing-strategy-guide .row {
    align-items: stretch;
}

.marketing-strategy-aside {
    position: relative;
    align-self: stretch;
}

.marketing-strategy-toc {
    position: -webkit-sticky;
    position: sticky;
    top: var(--marketing-toc-top);
    z-index: 30;
    max-height: calc(100vh - var(--marketing-toc-top) - 1.5rem);
    overflow-x: visible;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.marketing-strategy-toc.dash-panel {
    overflow-x: visible;
    overflow-y: auto;
}

.marketing-strategy-section {
    scroll-margin-top: calc(var(--marketing-toc-top) + 0.5rem);
}

.marketing-section-resources {
    border-color: var(--ds-gray-200) !important;
}

.marketing-resource-list {
    display: grid;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .marketing-resource-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.marketing-resource-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius-sm);
    text-decoration: none;
    color: var(--ds-depths);
    background: var(--ds-gray-100);
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    height: 100%;
}

.marketing-resource-link:hover {
    border-color: var(--ds-cta);
    background: color-mix(in srgb, var(--ds-cta) 8%, white);
    color: var(--ds-depths);
}

.marketing-resource-label {
    font-size: 0.875rem;
    font-weight: 600;
}

.marketing-resource-source {
    flex: 1 1 100%;
    font-size: 0.75rem;
    color: var(--ds-gray-600);
}

.marketing-resource-external {
    margin-left: auto;
    font-size: 0.8rem;
    color: var(--ds-cta);
}

.marketing-resource-group .marketing-section-resources {
    border-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.text-dservo-cta {
    color: var(--ds-cta) !important;
}

/* Marketing directory */
.marketing-directory-selector {
    border: 1px solid var(--ds-gray-200);
}

.marketing-directory-category {
    border: 1px solid var(--ds-gray-200);
    overflow: hidden;
}

.marketing-directory-category-head {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.marketing-directory-category-head::-webkit-details-marker {
    display: none;
}

.marketing-directory-category-head::after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    color: var(--ds-gray-400);
    transition: transform 0.2s;
}

.marketing-directory-category[open] .marketing-directory-category-head::after {
    transform: rotate(180deg);
}

.marketing-directory-link {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius-sm);
    text-decoration: none;
    color: var(--ds-depths);
    font-size: 0.9rem;
    height: 100%;
    transition: border-color 0.2s, background 0.2s;
}

.marketing-directory-link:hover {
    border-color: var(--ds-cta);
    background: var(--ds-gray-100);
    color: var(--ds-depths);
}

.marketing-directory-link .bi {
    color: var(--ds-cta);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

@media (max-width: 767.98px) {
    .marketing-directory-category[open] {
        margin-bottom: 0.75rem;
    }
}

body.ds-minimal .testimonials-scroll {
    scrollbar-width: none;
}

body.ds-minimal .section-dark .testimonials-scroll-btn {
    background: var(--ds-surface);
    border-color: var(--ds-gray-200);
    color: var(--ds-depths);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

body.ds-minimal .section-dark .testimonials-scroll-btn:hover:not(:disabled) {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: #fff;
}

@media (min-width: 576px) {
    .testimonials-scroll-wrap {
        --testimonial-gap: 1.125rem;
        --testimonial-card-width: min(20rem, calc((100vw - 4rem) / 1.2));
        --testimonial-wrap-padding: 0.75rem;
    }

    .testimonials-scroll-item .testimonial-card {
        padding: 1.5rem;
    }

    .testimonials-scroll-item .testimonial-card-quote {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .testimonials-scroll-wrap {
        --testimonial-gap: 1.25rem;
        --testimonial-card-width: min(21rem, calc((100vw - 7rem) / 2.05));
        --testimonial-wrap-padding: 2.75rem;
    }

    .testimonials-scroll-btn {
        display: flex;
    }

    .testimonials-scroll-item .testimonial-card {
        padding: 1.75rem;
    }
}

@media (min-width: 992px) {
    .testimonials-scroll-wrap {
        --testimonial-card-width: 22rem;
        --testimonial-wrap-padding: 3rem;
    }

    .testimonials-scroll-item .testimonial-card {
        padding: 2rem;
    }

    .testimonials-scroll-item .testimonial-card-quote {
        font-size: 1.02rem;
    }
}

@media (min-width: 1200px) {
    .testimonials-scroll-wrap {
        --testimonial-card-width: 23rem;
    }
}

@media (max-width: 767.98px) {
    .testimonials-scroll {
        scrollbar-width: none;
    }

    .testimonials-scroll::-webkit-scrollbar {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonials-scroll {
        scroll-behavior: auto;
    }
}

/* Footer */
.footer-dservo {
    background: var(--ds-royal);
    color: rgba(244, 241, 236, 0.75);
    padding: 80px 0 30px;
}

.footer-dservo h5 {
    color: var(--ds-luster);
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.footer-dservo a {
    color: rgba(244, 241, 236, 0.7);
    text-decoration: none;
    transition: color 0.2s;
    display: block;
    padding: 0.25rem 0;
}

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

/* Dashboard */
.dashboard-sidebar {
    background: #111144;
    background: var(--ds-depths);
    min-height: 100vh;
    padding: 1.5rem;
}

.dashboard-sidebar .nav-link {
    color: rgba(255, 255, 255, 0.78);
    border-radius: var(--ds-radius-sm);
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    transition: background 0.2s, color 0.2s;
}

.dashboard-sidebar .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.dashboard-sidebar .nav-link.active {
    background: rgba(249, 133, 19, 0.18);
    color: var(--ds-cta);
    font-weight: 600;
}

.dashboard-sidebar hr {
    border-color: rgba(255, 255, 255, 0.12) !important;
    opacity: 1;
}

.dashboard-stat,
.dash-panel {
    background: white;
    border-radius: var(--ds-radius);
    padding: 1.5rem;
    border: 1px solid var(--ds-gray-200);
    box-shadow: var(--ds-shadow);
}

.dash-panel {
    height: auto;
    min-height: 0;
    overflow: hidden;
}

.dash-panel.h-100 {
    height: 100%;
}

.dashboard-stat {
    height: auto;
}

/* Stack multiple panels in one column without overlap */
.dash-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dash-stack > .dash-panel {
    flex: 0 0 auto;
    height: auto;
}

/* Client dashboard — tight grid, no empty column gaps */
.client-dash-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: start;
}

.client-dash-stats .dash-stat-card--compact {
    padding: 0.85rem 1rem;
}

.client-dash-stats .dash-stat-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 1rem;
}

.dash-panel--compact {
    padding: 1rem 1.15rem;
    margin-bottom: 0;
}

.dash-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.dash-panel-head h5 {
    font-size: 0.95rem;
}

.dash-activity-item--compact {
    padding: 0.5rem 0;
}

.dash-activity-item--compact .dash-activity-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 0.85rem;
}

.dash-quick-grid--compact {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.dash-quick-grid--compact .dash-quick-card {
    padding: 0.6rem 0.5rem;
    align-items: center;
    text-align: center;
}

.dash-quick-grid--compact .dash-quick-card i {
    font-size: 1.1rem;
}

.dash-quick-grid--compact .dash-quick-card span:not(.badge) {
    font-size: 0.7rem;
}

@media (max-width: 1199.98px) {
    .client-dash-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .client-dash-grid {
        grid-template-columns: 1fr;
    }

    .dash-quick-grid--compact {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Client-friendly dashboard */
.client-notice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.15rem;
    border-radius: var(--ds-radius);
    font-size: 0.9rem;
}

.client-notice--danger {
    background: #fff5f5;
    border: 1px solid rgba(220, 53, 69, 0.25);
    color: #842029;
}

.client-notice--warning {
    background: #fff8f0;
    border: 1px solid rgba(249, 133, 19, 0.35);
    color: #664d03;
}

.client-notice--info {
    background: rgba(34, 51, 130, 0.06);
    border: 1px solid rgba(34, 51, 130, 0.15);
}

.client-spotlight {
    background: linear-gradient(135deg, var(--ds-royal, #223382), #2a4088);
    border-radius: var(--ds-radius);
    color: #fff;
    box-shadow: var(--ds-shadow-lg);
}

/* Override global h1–h6 dark text inside spotlight */
.client-spotlight h1,
.client-spotlight h2,
.client-spotlight h3,
.client-spotlight h4,
.client-spotlight h5,
.client-spotlight h6,
.client-spotlight p,
.client-spotlight span:not(.badge),
.client-spotlight .client-spotlight-label,
.client-spotlight .client-spotlight-title,
.client-spotlight .client-spotlight-note,
.client-spotlight .client-spotlight-percent,
.client-spotlight .client-spotlight-meta {
    color: #fff;
}

.client-spotlight-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
}

.client-spotlight-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.88) !important;
    margin: 0;
}

.client-spotlight-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.client-spotlight-note {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.92) !important;
    max-width: 36rem;
    margin: 0;
}

.client-spotlight-meta {
    color: rgba(255, 255, 255, 0.9) !important;
}

.client-spotlight-progress {
    min-width: 140px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    color: #fff;
}

.client-spotlight-progress .small {
    color: rgba(255, 255, 255, 0.9) !important;
}

.client-spotlight-percent {
    font-size: 2rem;
    font-weight: 800;
    font-family: var(--font-display);
    line-height: 1;
    color: #fff !important;
}

.client-spotlight .progress {
    background: rgba(255, 255, 255, 0.25);
}

.client-spotlight .progress-bar {
    background: var(--ds-cta, #f98513);
}

.client-shortcut {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: #fff;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    text-decoration: none;
    color: inherit;
    box-shadow: var(--ds-shadow);
    transition: border-color 0.2s, box-shadow 0.2s;
    height: 100%;
}

.client-shortcut:hover {
    border-color: var(--ds-cta);
    box-shadow: var(--ds-shadow-lg);
    color: inherit;
}

.client-shortcut--highlight {
    border-color: rgba(249, 133, 19, 0.5);
    background: #fffaf5;
}

.client-shortcut-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: rgba(34, 51, 130, 0.1);
    color: var(--ds-royal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.client-shortcut--highlight .client-shortcut-icon {
    background: rgba(249, 133, 19, 0.15);
    color: var(--ds-cta);
}

.client-shortcut-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.client-shortcut-text strong {
    font-size: 1rem;
    color: var(--ds-depths);
}

.client-shortcut-text small {
    color: var(--ds-gray-600, #6c757d);
    font-size: 0.8rem;
}

.client-shortcut-arrow {
    color: var(--ds-gray-400, #adb5bd);
    font-size: 1.1rem;
}

.client-project-card {
    display: block;
    padding: 1rem 1.1rem;
    margin-bottom: 0.75rem;
    background: var(--ds-luster, #f8f6f3);
    border: 1px solid var(--ds-gray-200);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, background 0.2s;
}

.client-project-card:last-child {
    margin-bottom: 0;
}

.client-project-card:hover {
    border-color: var(--ds-royal);
    background: #fff;
    color: inherit;
}

.client-project-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
}

.client-project-card-top h6 {
    font-weight: 700;
    color: var(--ds-depths);
}

.client-message-card {
    display: block;
    padding: 0.85rem 1rem;
    margin-bottom: 0.65rem;
    background: rgba(34, 51, 130, 0.04);
    border-left: 3px solid var(--ds-royal);
    border-radius: 0 8px 8px 0;
    text-decoration: none;
    color: inherit;
}

.client-message-card:hover {
    background: rgba(34, 51, 130, 0.08);
    color: inherit;
}

.client-message-card:last-of-type {
    margin-bottom: 0;
}

.client-delete-account {
    border-top: 1px solid rgba(220, 53, 69, 0.2);
    padding-top: 1.25rem;
}

.client-delete-account-form {
    max-width: 28rem;
}

.dash-body .modal {
    z-index: 1065;
}

.dash-body .modal-backdrop {
    z-index: 1060;
}

@media (max-width: 767.98px) {
    .client-spotlight-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .client-spotlight-progress {
        width: 100%;
    }

    .client-notice {
        flex-wrap: wrap;
    }
}

.dash-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.dash-list-item--stacked {
    flex-direction: column;
    align-items: stretch !important;
    text-align: left;
}

.dash-list-item--stacked .progress {
    width: 100%;
}

/* Dashboard layout v2 */
.dash-body {
    background: var(--ds-luster);
    min-height: 100vh;
}

.dashboard-sidebar-fixed {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
}

.dashboard-sidebar-offcanvas.offcanvas {
    width: min(280px, 88vw);
    z-index: 1055 !important;
    background: var(--ds-depths);
    border: none;
    overflow: visible;
    position: fixed;
}

.dashboard-sidebar-offcanvas .offcanvas-header {
    flex-shrink: 0;
}

.dashboard-sidebar-offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem 1.25rem 1.25rem;
    min-height: 0;
}

.dashboard-sidebar-offcanvas .dash-sidebar-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    margin-right: 0;
    padding-right: 0;
    touch-action: pan-y;
}

.dashboard-sidebar-offcanvas .dash-sidebar-nav .nav-link {
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.dash-sidebar-brand {
    flex-shrink: 0;
}

.dash-sidebar-nav {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -0.25rem;
    padding-right: 0.25rem;
}

.dash-sidebar-nav::-webkit-scrollbar {
    width: 5px;
}

.dash-sidebar-nav::-webkit-scrollbar-track {
    background: transparent;
}

.dash-sidebar-nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.22);
    border-radius: 4px;
}

.dash-sidebar-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.38);
}


.dash-main {
    margin-left: 0;
    min-height: 100vh;
}

@media (min-width: 992px) {
    .dash-main { margin-left: 280px; }
}

.dash-mobile-bar {
    background: #111144;
    background: var(--ds-depths);
    padding: 0.85rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1040;
}

.dash-mobile-bar a {
    color: var(--ds-cta) !important;
}

.dash-topbar {
    background: white;
    border-bottom: 1px solid var(--ds-gray-200);
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.dash-content {
    padding: 1.5rem;
}

.dash-stat-card {
    background: white;
    border-radius: var(--ds-radius);
    border: 1px solid var(--ds-gray-200);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    box-shadow: var(--ds-shadow);
    transition: box-shadow 0.2s;
}

.dash-stat-card:hover {
    box-shadow: var(--ds-shadow-lg);
}

.dash-stat-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.dash-stat-body .fs-3,
.dash-stat-body .fs-4 {
    line-height: 1.2;
}

.dash-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--ds-gray-200);
    gap: 1rem;
    min-width: 0;
}

.dash-list-item:last-child {
    border-bottom: none;
}

.dash-user-card {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dash-user-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: rgba(249, 133, 19, 0.2);
    color: var(--ds-cta);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
}

.dashboard-sidebar .dash-user-card .badge {
    background: rgba(249, 133, 19, 0.2) !important;
    color: var(--ds-cta) !important;
}

.dashboard-sidebar .btn-logout,
.btn-logout {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: var(--ds-radius-sm);
    transition: all 0.2s;
}

.dashboard-sidebar .btn-logout:hover,
.btn-logout:hover {
    background: rgba(239, 68, 68, 0.25);
    border-color: rgba(239, 68, 68, 0.5);
    color: #fff;
}

.dash-topbar-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.dash-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: var(--ds-radius-sm);
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dash-btn-secondary {
    background: #fff;
    border-color: rgba(17, 17, 68, 0.18);
    color: var(--ds-depths);
}

.dash-btn-secondary:hover {
    background: rgba(17, 17, 68, 0.05);
    border-color: var(--ds-depths);
    color: var(--ds-depths);
}

.dash-btn-primary {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 2px 10px rgba(249, 133, 19, 0.28);
}

.dash-btn-primary:hover {
    background: #e87a0f;
    border-color: #e87a0f;
    color: #fff;
    box-shadow: 0 3px 12px rgba(249, 133, 19, 0.35);
}

.dash-btn-danger {
    background: #fef2f2;
    border-color: rgba(220, 38, 38, 0.22);
    color: #dc2626;
}

.dash-btn-danger:hover {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.ai-hero-compact {
    min-height: auto !important;
    padding: 130px 0 70px !important;
}

.store-product-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--ds-radius);
    overflow: hidden;
    transition: all 0.3s ease;
}

.store-product-card:hover {
    transform: translateY(-4px);
    border-color: var(--ds-cta);
    box-shadow: 0 16px 40px rgba(249, 133, 19, 0.15);
}

.ai-section-dark .store-product-card .fw-bold {
    color: var(--ds-cta) !important;
}

.store-product-image {
    aspect-ratio: 1;
    background: rgba(155, 172, 216, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: var(--ds-accent);
    overflow: hidden;
}

/* Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Trust badges */
.trust-badge {
    opacity: 0.5;
    filter: grayscale(100%);
    transition: all 0.3s;
    font-weight: 700;
    font-size: 1.1rem;
    color: rgba(255,255,255,0.4);
}

.trust-badge:hover {
    opacity: 0.8;
    filter: grayscale(0%);
}

/* CTA section */
.cta-section {
    background: var(--ds-royal);
    border: 2px solid var(--ds-cta);
    border-radius: var(--ds-radius);
    padding: 4rem;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

/* WhatsApp */
.whatsapp-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    box-shadow: var(--ds-shadow-lg);
    z-index: 1040;
    transition: transform 0.2s;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    color: white;
}

/* Blog */
.blog-card {
    background: white;
    border-radius: var(--ds-radius);
    overflow: hidden;
    border: 1px solid var(--ds-gray-200);
    height: 100%;
    transition: all 0.3s;
}

.blog-card:hover {
    box-shadow: var(--ds-shadow-lg);
}

/* Badge */
.badge-dservo {
    background: var(--ds-soft-bg);
    color: var(--ds-royal);
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.8rem;
}

/* AI Marketing page */
.ai-hero {
    background: var(--ds-depths);
    padding: 140px 0 100px;
    position: relative;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    align-items: center;
}

.ai-hero::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(155, 172, 216, 0.12);
    top: -10%;
    right: -5%;
    border-radius: 50%;
    pointer-events: none;
    animation: ai-pulse 8s ease-in-out infinite;
}

.ai-hero::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(249, 133, 19, 0.1);
    bottom: -5%;
    left: -3%;
    border-radius: 50%;
    pointer-events: none;
}

@keyframes ai-pulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}

.ai-hero-grid {
    position: absolute;
    inset: 0;
    background: rgba(155, 172, 216, 0.05);
}

.ai-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.ai-orb-1 { width: 200px; height: 200px; background: rgba(155, 172, 216, 0.2); top: 20%; right: 15%; }
.ai-orb-2 { width: 150px; height: 150px; background: rgba(249, 133, 19, 0.12); bottom: 25%; left: 10%; }

.ai-console {
    background: rgba(17, 17, 68, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 3px solid var(--ds-cta);
    border-radius: var(--ds-radius);
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255,255,255,0.05) inset;
}

.ai-console-header {
    background: rgba(255, 255, 255, 0.04);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ai-console-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ai-console-body { padding: 1.25rem; }

.ai-console-metric {
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--ds-radius-sm);
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.ai-console-metric .value {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--ds-cta);
}

.ai-console-metric .label {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ai-console-chart {
    height: 80px;
    background: rgba(155, 172, 216, 0.15);
    border-radius: var(--ds-radius-sm);
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(155, 172, 216, 0.3);
}

.ai-console-chart::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 60' preserveAspectRatio='none'%3E%3Cpath d='M0 50 L30 35 L60 42 L90 20 L120 28 L150 8 L180 15 L200 5' fill='none' stroke='%239BACD8' stroke-width='2'/%3E%3C/svg%3E") no-repeat bottom center;
    background-size: 100% 100%;
}

.ai-stat-strip {
    background: var(--ds-royal);
    padding: 2rem 0;
}

.ai-stat-strip .ai-stat-item {
    color: var(--ds-luster);
}

.ai-stat-strip .ai-stat-item .lbl {
    color: rgba(244, 241, 236, 0.85);
}

.ai-stat-item {
    text-align: center;
    color: white;
}

.ai-stat-item .num {
    font-family: var(--font-display);
    font-size: 2.25rem;
    font-weight: 800;
    display: block;
}

.ai-stat-item .lbl {
    font-size: 0.85rem;
    opacity: 0.9;
}

.ai-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
}

.ai-bento-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--ds-radius);
    padding: 1.75rem;
    color: #ffffff;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.ai-bento-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--ds-cta);
    opacity: 0;
    transition: opacity 0.3s;
}

.ai-bento-card:hover {
    transform: translateY(-4px);
    border-color: var(--ds-cta);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 50px rgba(249, 133, 19, 0.12);
}

.ai-bento-card:hover::before { opacity: 1; }

.ai-bento-card.span-8 { grid-column: span 8; }
.ai-bento-card.span-6 { grid-column: span 6; }
.ai-bento-card.span-4 { grid-column: span 4; }

.ai-bento-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(249, 133, 19, 0.15);
    border: 1px solid rgba(249, 133, 19, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 1rem;
}

.ai-workflow-step {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: white;
    border-radius: var(--ds-radius);
    border: 1px solid var(--ds-gray-200);
    height: 100%;
    transition: box-shadow 0.3s;
}

.ai-workflow-step:hover {
    box-shadow: var(--ds-shadow-lg);
}

.ai-workflow-num {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 12px;
    background: var(--ds-royal);
    color: var(--ds-luster);
    font-weight: 800;
    font-family: var(--font-display);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-compare-card {
    background: white;
    border-radius: var(--ds-radius);
    border: 1px solid var(--ds-gray-200);
    overflow: hidden;
}

.ai-compare-header {
    padding: 1rem 1.5rem;
    font-weight: 700;
}

.ai-compare-header.traditional { background: var(--ds-gray-100); color: var(--ds-gray-600); }
.ai-compare-header.ai-powered { background: var(--ds-royal); color: var(--ds-luster); }

.ai-compare-row {
    padding: 0.85rem 1.5rem;
    border-top: 1px solid var(--ds-gray-200);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
}

.ai-tag {
    display: inline-block;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    background: rgba(155, 172, 216, 0.25);
    color: var(--ds-accent);
}

.ai-section-dark {
    background: var(--ds-depths);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.ai-section-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--ds-cta);
    pointer-events: none;
}

/* Dark sections — white body copy, Habañero accents */
.ai-hero,
.ai-section-dark {
    color: #ffffff;
}

.ai-hero .hero-title,
.ai-section-dark .section-title,
.ai-hero h1,
.ai-hero h2,
.ai-section-dark h2,
.ai-section-dark h3,
.ai-bento-card h4,
.ai-bento-card h5,
.ai-bento-card .fw-bold.text-white,
.ai-bento-card .text-white {
    color: #ffffff !important;
}

.ai-hero .gradient-text,
.ai-section-dark .gradient-text {
    color: var(--ds-cta) !important;
    -webkit-text-fill-color: var(--ds-cta) !important;
}

.ai-hero .hero-subtitle,
.ai-section-dark .section-subtitle,
.ai-section-dark p:not(.text-muted) {
    color: rgba(255, 255, 255, 0.88);
}

.ai-section-dark .section-title { color: #ffffff; }

.ai-section-dark .text-white-50,
.ai-hero .text-white-50,
.ai-section-dark .text-white-50 {
    color: rgba(255, 255, 255, 0.72) !important;
}

.ai-hero .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.65);
}

.ai-hero .breadcrumb-item a:hover {
    color: var(--ds-cta);
}

.ai-hero .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.45);
}

.ai-hero .ai-tag,
.ai-section-dark .ai-tag {
    background: var(--ds-cta);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ai-hero .badge-dservo,
.ai-section-dark .badge-dservo {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ai-section-dark .badge-dservo:hover,
.ai-hero .badge-dservo:hover {
    background: var(--ds-cta) !important;
    border-color: var(--ds-cta) !important;
    color: #ffffff !important;
}

.ai-console-metric .value {
    color: var(--ds-cta) !important;
}

.ai-hero .text-dservo-accent,
.ai-section-dark .text-dservo-accent {
    color: var(--ds-cta) !important;
}

.ai-bento-card .ai-tag {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ai-bento-card:hover .ai-tag {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
}

.ai-tool-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.875rem;
    transition: all 0.2s;
}

.ai-tool-pill:hover {
    background: rgba(249, 133, 19, 0.2);
    border-color: var(--ds-cta);
    color: #ffffff;
}

@media (max-width: 991px) {
    .ai-hero { min-height: auto; padding: 120px 0 60px; }
    .ai-bento-card.span-8,
    .ai-bento-card.span-6,
    .ai-bento-card.span-4 { grid-column: span 12; }
}

/* Home page */
.home-trust-strip {
    background: var(--ds-royal);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.home-trust-strip p {
    color: rgba(255, 255, 255, 0.75) !important;
}

.home-trust-strip .ai-tool-pill {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.home-trust-strip .ai-tool-pill:hover {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: #ffffff;
}

.home-testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3px solid var(--ds-cta);
    color: #ffffff;
}

.home-testimonial-card p {
    color: rgba(255, 255, 255, 0.9);
}

.home-testimonial-card .text-muted,
.home-testimonial-card strong {
    color: rgba(255, 255, 255, 0.75) !important;
}

.home-testimonial-card strong {
    color: #ffffff !important;
}

.home-testimonial-card .stars {
    color: var(--ds-cta);
}

.ai-bento-card.text-decoration-none {
    color: inherit;
}

.ai-bento-card.text-decoration-none:hover {
    color: inherit;
}

/* Influencer */
.influencer-card {
    background: white;
    border-radius: var(--ds-radius);
    padding: 1.5rem;
    border: 1px solid var(--ds-gray-200);
    text-align: center;
    transition: all 0.3s;
}

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

.influencer-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--ds-royal);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-luster);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

/* Hero dashboard mock */
.hero-dashboard {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--ds-radius);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
}

.hero-dashboard .metric {
    background: rgba(255,255,255,0.08);
    border-radius: var(--ds-radius-sm);
    padding: 1rem;
    text-align: center;
}

.hero-dashboard .metric-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--ds-accent);
}

.hero-dashboard .metric-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
}

/* Table admin */
.table-dservo th {
    background: var(--ds-gray-100);
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Theme utilities */
.text-dservo-brand { color: var(--ds-royal) !important; }
.text-dservo-accent { color: var(--ds-accent) !important; }
.text-dservo-cta { color: var(--ds-cta) !important; }
.bg-dservo-soft { background: var(--ds-soft-bg) !important; }
.bg-dservo-tan { background: var(--ds-tan) !important; }

/* Accent shape decorations (solid, no gradients) */
.accent-shape {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0.85;
}

.accent-shape-pink {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid var(--ds-cta);
}

.accent-shape-cyan {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid var(--ds-accent);
}

.accent-shape-green {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid var(--ds-royal);
}

.accent-shape-amber {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 16px solid var(--ds-tan);
}

.progress-bar {
    background-color: var(--ds-cta) !important;
}

.btn-primary {
    background-color: var(--ds-cta) !important;
    border-color: var(--ds-cta) !important;
    color: var(--ds-luster) !important;
}

.btn-primary:hover {
    background-color: var(--ds-cta-hover) !important;
    border-color: var(--ds-cta-hover) !important;
    color: var(--ds-luster) !important;
}

main .text-primary { color: var(--ds-royal) !important; }

/* Content */
.content-body {
    color: var(--ds-gray-600);
    line-height: 1.8;
    font-size: 1.05rem;
}

.content-body p { margin-bottom: 1rem; }

.content-body img,
.content-body video,
.content-body iframe,
.content-body embed,
.content-body table,
.content-body pre {
    max-width: 100%;
    height: auto;
}

.content-body table {
    display: block;
    overflow-x: auto;
}

.min-stat-list--4 {
    grid-template-columns: repeat(4, 1fr);
}

/* Alerts below fixed navbar */
body > main > .alert { margin: 0; border-radius: 0; }

/* Dashboard sidebar brand on dark bg */
.dashboard-sidebar .dash-sidebar-brand {
    text-decoration: none !important;
    line-height: 0;
}

.dashboard-sidebar .offcanvas-title {
    color: var(--ds-cta);
}

.dashboard-sidebar .nav-link button {
    color: rgba(255, 255, 255, 0.78);
}

.dashboard-sidebar .nav-link button:hover {
    color: var(--ds-cta);
}

/* Stretched link cards */
.service-card { position: relative; }

.service-card .stretched-link::after {
    z-index: 2;
}

/* Table polish */
.table-dservo td { vertical-align: middle; }

/* Responsive */
@media (max-width: 991px) {
    .section-padding { padding: 60px 0; }
    .pricing-card.popular { transform: none; }
    .hero-section { min-height: auto; padding: 120px 0 60px; }
}

/* ==========================================================================
   Minimal design system
   ========================================================================== */
body.ds-minimal {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

body.ds-minimal h1,
body.ds-minimal h2,
body.ds-minimal h3,
body.ds-minimal h4,
body.ds-minimal h5,
body.ds-minimal h6 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* Hide decorative noise */
body.ds-minimal .ai-orb,
body.ds-minimal .ai-hero-grid,
body.ds-minimal .ai-console-chart,
body.ds-minimal .hero-section::before,
body.ds-minimal .hero-section::after,
body.ds-minimal .ai-hero:not(.section-dark)::before,
body.ds-minimal .ai-hero:not(.section-dark)::after,
body.ds-minimal .ai-section-dark::before,
body.ds-minimal .accent-shape {
    display: none !important;
}

/* Navbar — light, flat */
body.ds-minimal .navbar-dservo {
    background: var(--ds-luster);
    border-bottom: 1px solid var(--ds-gray-200);
    box-shadow: none;
}

body.ds-minimal .navbar-dservo.scrolled {
    box-shadow: none;
    border-bottom-color: var(--ds-gray-200);
}

body.ds-minimal .navbar-dservo .navbar-brand {
    color: var(--ds-depths) !important;
    -webkit-text-fill-color: var(--ds-depths);
}

body.ds-minimal .navbar-dservo .nav-link {
    color: var(--ds-gray-600) !important;
    font-weight: 500;
    font-size: 0.9rem;
}

body.ds-minimal .navbar-dservo .nav-link:hover,
body.ds-minimal .navbar-dservo .nav-link.active {
    color: var(--ds-depths) !important;
}

body.ds-minimal .navbar-dservo .dropdown-menu {
    border: 1px solid var(--ds-gray-200);
    box-shadow: var(--ds-shadow-lg);
    border-radius: var(--ds-radius);
}

body.ds-minimal .navbar-toggler {
    border-color: var(--ds-gray-200);
}

body.ds-minimal .navbar-dservo .btn-dservo-outline {
    border: 1px solid var(--ds-gray-200);
    color: var(--ds-depths);
    padding: 0.4rem 1rem;
    border-radius: var(--ds-radius-sm);
}

body.ds-minimal .navbar-dservo .btn-dservo-outline:hover {
    background: var(--ds-gray-200);
    border-color: var(--ds-gray-200);
    color: var(--ds-depths);
}

body.ds-minimal .navbar-dservo .btn-dservo-primary {
    padding: 0.4rem 1rem;
    border-radius: var(--ds-radius-sm);
    box-shadow: none;
    font-weight: 600;
}

/* Buttons */
body.ds-minimal .btn-dservo-primary {
    border-radius: var(--ds-radius-sm);
    box-shadow: none;
    font-weight: 600;
    padding: 0.65rem 1.35rem;
    transform: none !important;
}

body.ds-minimal .btn-dservo-primary:hover {
    transform: none !important;
    box-shadow: none;
}

body.ds-minimal .btn-dservo-secondary {
    border-radius: var(--ds-radius-sm);
    background: var(--ds-depths);
}

body.ds-minimal .btn-dservo-ghost {
    background: transparent;
    border: 1px solid var(--ds-gray-200);
    color: var(--ds-depths);
    font-weight: 500;
    padding: 0.65rem 1.25rem;
    border-radius: var(--ds-radius-sm);
    text-decoration: none;
    display: inline-block;
    transition: background 0.15s, border-color 0.15s;
}

body.ds-minimal .btn-dservo-ghost:hover {
    background: var(--ds-gray-200);
    border-color: var(--ds-gray-200);
    color: var(--ds-depths);
}

body.ds-minimal .btn-dservo-outline {
    border-radius: var(--ds-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Minimal homepage */
.min-hero {
    padding: 8rem 0 4rem;
}

/* Centered hero layout */
.min-hero-centered {
    padding: 9rem 0 4.5rem;
}

.min-hero-centered .min-hero-inner {
    max-width: 52rem;
    margin: 0 auto;
}

.min-hero-centered .min-eyebrow {
    margin-bottom: 1.25rem;
}

.min-hero-centered .min-hero-title {
    max-width: 20ch;
    text-align: center;
}

.min-hero-centered .min-lead {
    max-width: 48ch;
    text-align: center;
}

.min-hero-actions {
    flex-wrap: wrap;
    width: 100%;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.min-hero-actions .btn {
    flex: 1 1 8rem;
    min-width: 0;
    white-space: normal;
}

.min-hero-stats {
    list-style: none;
    padding: 0;
    margin: 3rem auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1rem;
    max-width: 40rem;
}

.min-hero-stats li {
    flex: 1 1 7rem;
    min-width: 7rem;
    max-width: 9.5rem;
    padding: 1rem 0.75rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--ds-radius-sm);
}

.page-header-centered .min-page-title {
    max-width: 24ch;
    text-align: center;
}

.page-header-centered .min-lead {
    text-align: center;
}

.page-header-centered .min-eyebrow {
    text-align: center;
}

.min-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ds-gray-600);
    margin-bottom: 1rem;
}

.min-hero-title {
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 600;
    line-height: 1.15;
    color: var(--ds-depths);
    margin-bottom: 1.25rem;
    max-width: 14ch;
}

.min-hero-title em {
    font-style: normal;
    color: var(--ds-royal);
}

.min-lead {
    font-size: 1.1rem;
    color: var(--ds-gray-600);
    max-width: 42ch;
    margin-bottom: 0;
}

.min-stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--ds-gray-200);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    overflow: hidden;
}

.min-stat-list li {
    background: var(--ds-surface);
    padding: 1.25rem 1rem;
    text-align: center;
}

.min-stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--ds-depths);
}

.min-stat-label {
    display: block;
    font-size: 0.75rem;
    color: var(--ds-gray-600);
    margin-top: 0.25rem;
}

.min-trust {
    padding: 2rem 0;
    border-bottom: 1px solid var(--ds-gray-200);
}

.min-trust-label {
    text-align: center;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--ds-gray-600);
    margin-bottom: 1rem;
}

.min-trust-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 2.5rem;
}

.min-trust-logos span {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ds-gray-600);
}

.min-section-head {
    max-width: 32rem;
    margin-bottom: 3rem;
}

.min-section-head.text-center {
    max-width: none;
    width: 100%;
}

.min-section-head.text-center .section-title {
    white-space: nowrap;
}

.min-section-head--compact {
    max-width: none;
    margin-bottom: 1.25rem;
}

.min-section-head--compact .section-title-compact {
    font-size: clamp(1.2rem, 2.5vw, 1.45rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.min-section-head--compact .section-subtitle {
    font-size: 0.95rem;
    max-width: 48ch;
    line-height: 1.55;
}

.section-padding--sparse {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

body.ds-minimal .section-padding--sparse {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

body.ds-minimal .page-header--compact {
    padding: 5.75rem 0 1.35rem;
}

body.ds-minimal .page-header--compact .min-page-title {
    font-size: clamp(1.65rem, 3.5vw, 2.05rem);
    font-weight: 600;
    max-width: none;
    line-height: 1.2;
}

body.ds-minimal .page-header--compact .min-lead {
    font-size: 0.98rem;
    max-width: 40ch;
}

body.ds-minimal .page-header--compact .breadcrumb {
    margin-bottom: 0.85rem !important;
}

body.ds-minimal .section-dark .min-section-head--compact .section-title-compact {
    color: #fff;
}

body.ds-minimal .section-dark .min-section-head--compact .section-subtitle {
    color: rgba(255, 255, 255, 0.72);
}

.min-process-item {
    padding: 1.5rem;
    border-right: 1px solid var(--ds-gray-200);
    height: 100%;
}

.min-process .col-lg-3:last-child .min-process-item {
    border-right: none;
}

.min-page-title {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--ds-depths);
    margin-bottom: 1rem;
    max-width: 20ch;
}

/* Dark hero band — page headers & homepage hero */
body.ds-minimal .page-header,
body.ds-minimal .min-hero {
    background: var(--ds-depths);
    border-bottom: none;
}

body.ds-minimal .page-header {
    padding: 7rem 0 2.5rem;
}

body.ds-minimal .page-header-centered {
    padding: 7.5rem 0 2.5rem;
}

body.ds-minimal .page-header-centered:has(.page-header-search) {
    padding-bottom: 2.75rem;
}

body.ds-minimal .min-hero {
    padding: 8rem 0 4rem;
}

body.ds-minimal .min-hero-centered {
    padding: 9rem 0 4.5rem;
}

body.ds-minimal .min-hero.min-hero-has-bg {
    position: relative;
    background-color: var(--ds-depths);
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.ds-minimal .min-hero.min-hero-has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--hero-overlay, 0.65));
    pointer-events: none;
    z-index: 0;
}

body.ds-minimal .min-hero.min-hero-has-bg .container {
    position: relative;
    z-index: 1;
}

body.ds-minimal .page-header::before {
    display: none;
}

body.ds-minimal .page-header .min-page-title,
body.ds-minimal .min-hero .min-hero-title {
    color: var(--ds-cta) !important;
}

body.ds-minimal .page-header-centered .min-page-title {
    max-width: 28ch;
}

body.ds-minimal .min-hero-centered .min-hero-title {
    max-width: 20ch;
}

body.ds-minimal .min-hero .min-hero-title em {
    color: var(--ds-cta);
}

body.ds-minimal .page-header .min-eyebrow,
body.ds-minimal .min-hero .min-eyebrow {
    color: rgba(255, 255, 255, 0.7);
}

body.ds-minimal .page-header .min-lead,
body.ds-minimal .min-hero .min-lead {
    color: rgba(255, 255, 255, 0.92);
    max-width: 42rem;
}

body.ds-minimal .page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

body.ds-minimal .page-header .breadcrumb-item a:hover {
    color: var(--ds-cta);
}

body.ds-minimal .page-header .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5);
}

body.ds-minimal .page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.35);
}

body.ds-minimal .min-hero .min-stat-list {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

body.ds-minimal .min-hero .min-stat-list li {
    background: rgba(255, 255, 255, 0.04);
}

body.ds-minimal .min-hero .min-stat-value,
body.ds-minimal .min-hero-stats .min-stat-value {
    color: var(--ds-cta);
}

body.ds-minimal .min-hero .min-stat-label,
body.ds-minimal .min-hero-stats .min-stat-label {
    color: rgba(255, 255, 255, 0.7);
}

body.ds-minimal .min-hero-stats li {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
}

body.ds-minimal .page-header .btn-dservo-ghost,
body.ds-minimal .min-hero .btn-dservo-ghost,
body.ds-minimal .section-dark .btn-dservo-ghost {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

body.ds-minimal .page-header .btn-dservo-ghost:hover,
body.ds-minimal .min-hero .btn-dservo-ghost:hover,
body.ds-minimal .section-dark .btn-dservo-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--ds-cta);
    color: var(--ds-cta);
}

/* Dark content sections */
body.ds-minimal .section-dark {
    background: var(--ds-depths);
    color: rgba(255, 255, 255, 0.88);
}

body.ds-minimal .section-dark.section-padding {
    padding: 5rem 0;
}

body.ds-minimal .section-dark.section-band {
    padding: 2.5rem 0;
}

body.ds-minimal .section-dark .min-section-head .section-title,
body.ds-minimal .section-dark .min-section-head h2,
body.ds-minimal .section-dark > .container > .text-center > .section-title,
body.ds-minimal .section-dark > .container > .text-center > h2,
body.ds-minimal .section-dark > .container > .d-flex .section-title,
body.ds-minimal .section-dark > .container > .row > [class*="col-"] > .section-title,
body.ds-minimal .section-dark .min-cta .section-title {
    color: var(--ds-cta) !important;
}

body.ds-minimal .section-dark .min-eyebrow {
    color: rgba(255, 255, 255, 0.65);
}

body.ds-minimal .section-dark .min-section-head .section-subtitle,
body.ds-minimal .section-dark > .container > .text-center > .section-subtitle,
body.ds-minimal .section-dark > .container > .row > [class*="col-"] > p:not(.text-muted) {
    color: rgba(255, 255, 255, 0.88);
}

body.ds-minimal .section-dark .min-process-item p.text-muted,
body.ds-minimal .section-dark .min-cta p {
    color: rgba(255, 255, 255, 0.72) !important;
}

/* Keep light cards readable inside dark sections */
body.ds-minimal .section-dark .service-card,
body.ds-minimal .section-dark .product-card,
body.ds-minimal .section-dark .blog-card,
body.ds-minimal .section-dark .testimonial-card,
body.ds-minimal .section-dark .pricing-card,
body.ds-minimal .section-dark .min-card,
body.ds-minimal .section-dark .portfolio-card-story,
body.ds-minimal .section-dark .influencer-card {
    color: var(--ds-depths);
}

body.ds-minimal .section-dark .service-card h4,
body.ds-minimal .section-dark .service-card h5,
body.ds-minimal .section-dark .service-card h6,
body.ds-minimal .section-dark .product-card h6,
body.ds-minimal .section-dark .blog-card h5,
body.ds-minimal .section-dark .testimonial-card strong,
body.ds-minimal .section-dark .min-card h4,
body.ds-minimal .section-dark .min-card h5 {
    color: var(--ds-depths) !important;
}

body.ds-minimal .section-dark .service-card .text-muted,
body.ds-minimal .section-dark .product-card .text-muted,
body.ds-minimal .section-dark .blog-card .text-muted,
body.ds-minimal .section-dark .testimonial-card .text-muted,
body.ds-minimal .section-dark .testimonial-card p,
body.ds-minimal .section-dark .min-card .text-muted,
body.ds-minimal .section-dark .min-card p.text-muted {
    color: var(--ds-gray-600) !important;
}

body.ds-minimal .section-dark .testimonial-card p,
body.ds-minimal .section-dark .testimonial-card strong {
    color: var(--ds-depths) !important;
}

body.ds-minimal .section-dark .service-card a.small,
body.ds-minimal .section-dark .product-card a {
    color: var(--ds-royal);
}

body.ds-minimal .section-dark .min-process-item {
    border-color: rgba(255, 255, 255, 0.12);
}

body.ds-minimal .section-dark .min-process-item h6 {
    color: #fff;
}

body.ds-minimal .section-dark .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

body.ds-minimal .section-dark .min-cta {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

body.ds-minimal .section-dark .min-pill {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
}

body.ds-minimal .section-dark .min-stat-list {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
}

body.ds-minimal .section-dark .min-stat-list li {
    background: rgba(255, 255, 255, 0.04);
}

body.ds-minimal .section-dark .min-stat-value {
    color: var(--ds-cta);
}

body.ds-minimal .section-dark .min-stat-label {
    color: rgba(255, 255, 255, 0.7);
}

body.ds-minimal .section-dark .form-check-input {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.35);
}

/* Pricing billing toggle */
.billing-toggle-wrap {
    display: flex;
    justify-content: center;
    padding: 1.25rem 0 1.75rem;
}

.billing-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.25rem;
    flex-wrap: wrap;
}

.billing-toggle-label {
    font-size: 0.95rem;
    line-height: 1.3;
    white-space: nowrap;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.billing-toggle-switch {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    height: 1.75rem;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
}

.billing-toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}

.billing-toggle-slider {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.billing-toggle-slider::before {
    content: '';
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    left: 0.18rem;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.billing-toggle-input:checked + .billing-toggle-slider {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
}

.billing-toggle-input:checked + .billing-toggle-slider::before {
    transform: translate(1.4rem, -50%);
}

.billing-toggle-input:focus-visible + .billing-toggle-slider {
    outline: 2px solid var(--ds-cta);
    outline-offset: 2px;
}

.billing-toggle-badge {
    display: inline-block;
    background: #22a06b;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    margin-left: 0.35rem;
    vertical-align: middle;
}

body.ds-minimal .section-dark .billing-toggle-label,
body.ds-minimal .section-dark .billing-label-monthly,
body.ds-minimal .section-dark .billing-label-yearly {
    color: rgba(255, 255, 255, 0.92);
}

body.ds-minimal .section-dark .billing-toggle-label.opacity-50,
body.ds-minimal .section-dark .billing-label-monthly.opacity-50,
body.ds-minimal .section-dark .billing-label-yearly.opacity-50 {
    opacity: 0.45 !important;
}

body.ds-minimal .section-dark .form-control {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

body.ds-minimal .section-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.min-card {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
}

.min-pill {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius-sm);
    color: var(--ds-gray-600);
    background: var(--ds-surface);
}

.min-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius-sm);
    color: var(--ds-gray-600);
    text-decoration: none;
}

.min-social-link:hover {
    border-color: var(--ds-depths);
    color: var(--ds-depths);
}

.min-offer {
    padding: 1rem 1.25rem;
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
}

.min-compare {
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    overflow: hidden;
    background: var(--ds-surface);
}

.min-compare-col {
    padding: 1.5rem;
}

.min-compare-highlight {
    background: var(--ds-gray-100);
    border-left: 1px solid var(--ds-gray-200);
}

.min-compare-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ds-gray-600);
    margin-bottom: 1rem;
}

.min-compare-row {
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
}

.min-compare-row:last-child {
    margin-bottom: 0;
}

.min-trust.border-top-0 {
    padding-top: 0;
    border-top: none;
}

.min-cta {
    padding: 3rem 1rem;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    background: var(--ds-surface);
}

/* Sections */
body.ds-minimal .section-padding {
    padding: 3.5rem 0;
}

body.ds-minimal .section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 600;
}

body.ds-minimal .border-top {
    border-color: var(--ds-gray-200) !important;
}

/* Cards — flat */
body.ds-minimal .service-card,
body.ds-minimal .product-card,
body.ds-minimal .blog-card,
body.ds-minimal .testimonial-card,
body.ds-minimal .portfolio-card-story {
    border-radius: var(--ds-radius);
    box-shadow: none;
    border: 1px solid var(--ds-gray-200);
}

body.ds-minimal .service-card::before {
    display: none;
}

body.ds-minimal .service-card:hover,
body.ds-minimal .product-card:hover,
body.ds-minimal .blog-card:hover,
body.ds-minimal .portfolio-card-link:hover .portfolio-card-story {
    transform: none;
    box-shadow: none;
    border-color: var(--ds-depths);
}

body.ds-minimal .service-icon {
    background: #F98513;
    background: var(--ds-cta);
    border: none;
    border-radius: var(--ds-radius-sm);
    width: 48px;
    height: 48px;
    min-width: 48px;
}

body.ds-minimal .service-icon i {
    color: #fff;
    font-size: 1.35rem;
}

body.ds-minimal .service-icon-lg {
    background: #F98513;
    background: var(--ds-cta);
}

body.ds-minimal .service-icon-lg i {
    color: #fff;
}

body.ds-minimal .testimonial-card .stars {
    color: var(--ds-cta);
    font-size: 0.85rem;
}

body.ds-minimal .badge-dservo {
    background: transparent;
    color: var(--ds-gray-600);
    padding: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Inner pages — simplify heroes */
body.ds-minimal .ai-hero:not(.section-dark),
body.ds-minimal .ai-hero-compact {
    background: var(--ds-luster);
    min-height: auto;
    padding: 7rem 0 3rem !important;
    border-bottom: 1px solid var(--ds-gray-200);
    color: var(--ds-depths);
}

body.ds-minimal .ai-hero:not(.section-dark) .hero-title,
body.ds-minimal .ai-hero:not(.section-dark) h1 {
    color: var(--ds-depths) !important;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 600;
}

body.ds-minimal .ai-hero:not(.section-dark) .gradient-text {
    color: var(--ds-royal) !important;
    -webkit-text-fill-color: var(--ds-royal) !important;
}

body.ds-minimal .ai-hero:not(.section-dark) .hero-subtitle,
body.ds-minimal .ai-hero:not(.section-dark) .text-white-50,
body.ds-minimal .ai-hero:not(.section-dark) .breadcrumb-item a,
body.ds-minimal .ai-hero:not(.section-dark) .breadcrumb-item.active {
    color: var(--ds-gray-600) !important;
}

body.ds-minimal .ai-hero:not(.section-dark) .ai-tag {
    background: transparent;
    color: var(--ds-gray-600);
    padding: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

body.ds-minimal .ai-console {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-top: 1px solid var(--ds-gray-200);
    box-shadow: none;
}

body.ds-minimal .ai-console-header {
    border-bottom-color: var(--ds-gray-200);
}

body.ds-minimal .ai-console-metric {
    background: var(--ds-gray-100);
    border: none;
}

body.ds-minimal .ai-console-metric .value {
    color: var(--ds-depths) !important;
    font-size: 1.5rem;
    font-weight: 600;
}

body.ds-minimal .ai-console-metric .label {
    color: var(--ds-gray-600);
}

body.ds-minimal .ai-stat-strip {
    background: var(--ds-surface);
    border-top: 1px solid var(--ds-gray-200);
    border-bottom: 1px solid var(--ds-gray-200);
    padding: 2.5rem 0;
}

body.ds-minimal .ai-stat-strip .ai-stat-item,
body.ds-minimal .ai-stat-strip .ai-stat-item .num {
    color: var(--ds-depths);
}

body.ds-minimal .ai-stat-strip .ai-stat-item .lbl {
    color: var(--ds-gray-600);
}

body.ds-minimal .ai-section-dark {
    background: var(--ds-luster);
    color: var(--ds-depths);
}

body.ds-minimal .ai-section-dark .section-title,
body.ds-minimal .ai-section-dark h2,
body.ds-minimal .ai-section-dark h4,
body.ds-minimal .ai-section-dark h5 {
    color: var(--ds-depths) !important;
}

body.ds-minimal .ai-section-dark .text-white-50 {
    color: var(--ds-gray-600) !important;
}

body.ds-minimal .ai-bento-card {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    color: var(--ds-depths);
}

body.ds-minimal .ai-bento-card::before {
    display: none;
}

body.ds-minimal .ai-bento-card:hover {
    border-color: var(--ds-depths);
    box-shadow: none;
    transform: none;
}

body.ds-minimal .ai-bento-icon {
    background: var(--ds-gray-100);
    border: none;
    color: var(--ds-royal);
}

body.ds-minimal .ai-tool-pill {
    background: transparent;
    border: 1px solid var(--ds-gray-200);
    color: var(--ds-gray-600);
    border-radius: var(--ds-radius-sm);
}

body.ds-minimal .ai-tool-pill:hover {
    border-color: var(--ds-depths);
    color: var(--ds-depths);
    background: var(--ds-gray-100);
}

body.ds-minimal .cta-section {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    padding: 3rem 2rem;
    box-shadow: none;
}

body.ds-minimal .cta-section h2 {
    color: var(--ds-depths) !important;
}

body.ds-minimal .footer-dservo {
    background: var(--ds-surface);
    border-top: 1px solid var(--ds-gray-200);
    color: var(--ds-gray-600);
    padding: 4rem 0 2rem;
}

body.ds-minimal .footer-dservo .footer-brand.ds-logo {
    display: inline-flex;
}

body.ds-minimal .footer-dservo h5 {
    color: var(--ds-depths) !important;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.ds-minimal .footer-dservo p,
body.ds-minimal .footer-dservo small,
body.ds-minimal .footer-dservo .col-lg-4 p {
    color: var(--ds-gray-600) !important;
}

body.ds-minimal .footer-dservo a {
    color: var(--ds-gray-600);
}

body.ds-minimal .footer-dservo a:hover {
    color: var(--ds-depths);
}

body.ds-minimal .footer-dservo .bi {
    color: var(--ds-gray-600);
}

body.ds-minimal .footer-dservo a:hover .bi {
    color: var(--ds-depths);
}

body.ds-minimal .footer-dservo hr {
    border-color: var(--ds-gray-200);
    opacity: 1;
}

body.ds-minimal .whatsapp-btn {
    box-shadow: var(--ds-shadow);
}

body.ds-minimal .pricing-card.popular {
    transform: none;
    border-color: var(--ds-depths);
}

body.ds-minimal .pricing-card.popular::before {
    background: var(--ds-depths);
    color: var(--ds-luster);
    font-weight: 500;
}

body.ds-minimal .ai-workflow-step {
    border-radius: var(--ds-radius);
    box-shadow: none;
}

body.ds-minimal .ai-workflow-step:hover {
    box-shadow: none;
}

body.ds-minimal .ai-workflow-num {
    background: var(--ds-gray-100);
    color: var(--ds-depths);
    font-weight: 600;
    border-radius: var(--ds-radius-sm);
}

body.ds-minimal .home-trust-strip {
    background: var(--ds-luster);
    border-color: var(--ds-gray-200);
}

body.ds-minimal .home-testimonial-card {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-left: 2px solid var(--ds-cta);
    color: var(--ds-depths);
}

body.ds-minimal .home-testimonial-card p {
    color: var(--ds-gray-600);
}

/* Layout & readability */
body.ds-minimal .site-main {
    min-height: 50vh;
}

body.ds-minimal .page-content-top {
    padding-top: 6.5rem !important;
}

body.ds-minimal .glass-card {
    background: var(--ds-surface) !important;
    backdrop-filter: none;
    border: 1px solid var(--ds-gray-200) !important;
}

body.ds-minimal .cta-section.text-white,
body.ds-minimal .cta-section.text-white h2,
body.ds-minimal .cta-section.text-white h3,
body.ds-minimal .cta-section.text-white p {
    color: var(--ds-depths) !important;
}

body.ds-minimal .cta-section.text-white::before {
    display: none;
}

body.ds-minimal .text-white:not(.btn):not(.badge):not(.navbar-toggler-icon) {
    color: var(--ds-depths) !important;
}

body.ds-minimal .page-header .text-white,
body.ds-minimal .min-hero .text-white,
body.ds-minimal .section-dark .text-white {
    color: #fff !important;
}

body.ds-minimal .text-white-50 {
    color: var(--ds-gray-600) !important;
}

body.ds-minimal .page-header .text-white-50,
body.ds-minimal .min-hero .text-white-50,
body.ds-minimal .section-dark .text-white-50 {
    color: rgba(255, 255, 255, 0.65) !important;
}

body.ds-minimal .section-subtitle {
    max-width: 36rem;
}

body.ds-minimal .section-subtitle.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

body.ds-minimal img {
    max-width: 100%;
    height: auto;
}

body.ds-minimal .text-primary,
body.ds-minimal .text-dservo-brand {
    color: var(--ds-royal) !important;
}

body.ds-minimal .btn-outline-primary {
    color: var(--ds-royal);
    border-color: var(--ds-royal);
}

body.ds-minimal .btn-outline-primary:hover {
    background: var(--ds-royal);
    border-color: var(--ds-royal);
    color: var(--ds-luster);
}

body.ds-minimal .btn-outline-secondary {
    color: var(--ds-gray-600);
    border-color: var(--ds-gray-200);
}

body.ds-minimal .btn-outline-secondary:hover,
body.ds-minimal .btn-outline-secondary.active {
    background: var(--ds-depths);
    border-color: var(--ds-depths);
    color: var(--ds-luster);
}

body.ds-minimal .navbar-toggler-icon {
    filter: none;
}

body.ds-minimal .section-dark .testimonial-card .stars {
    color: var(--ds-cta);
}

body.ds-minimal .section-dark .min-card h4,
body.ds-minimal .section-dark .min-card h5 {
    color: var(--ds-depths) !important;
}

body.ds-minimal .table-responsive {
    -webkit-overflow-scrolling: touch;
}

body.ds-minimal .pagination {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.25rem;
}

/* Auth pages */
body.auth-page {
    background: var(--ds-luster);
    min-height: 100vh;
}

body.auth-page .auth-brand {
    font-weight: 700;
    color: var(--ds-depths) !important;
    -webkit-text-fill-color: var(--ds-depths);
}

body.auth-page .auth-card {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    box-shadow: var(--ds-shadow);
}

/* ==========================================================================
   Responsive — minimal site
   ========================================================================== */
@media (max-width: 991.98px) {
    .min-hero { padding: 6.5rem 0 3rem; }
    .min-page-title { max-width: none; }
    .min-process-item { border-right: none; border-bottom: 1px solid var(--ds-gray-200); }
    .min-process .col-lg-3:last-child .min-process-item { border-bottom: none; }
    .min-stat-list[style*="repeat(4"] { grid-template-columns: 1fr 1fr !important; }
    .min-compare-highlight { border-left: none; border-top: 1px solid var(--ds-gray-200); }
    body.ds-minimal .section-padding { padding: 3.5rem 0; }
    body.ds-minimal .page-header { padding: 6.5rem 0 2.5rem; }
    body.ds-minimal .page-content-top { padding-top: 6.5rem !important; }

    body.ds-minimal .navbar-collapse {
        padding: 0.75rem 0 1rem;
        border-top: 1px solid var(--ds-gray-200);
        margin-top: 0.5rem;
    }

    body.ds-minimal .navbar-collapse .navbar-nav {
        margin-bottom: 0.75rem;
    }

    body.ds-minimal .navbar-collapse .d-flex {
        flex-direction: column;
        align-items: stretch !important;
        width: 100%;
        gap: 0.5rem;
        padding-top: 0.25rem;
    }

    body.ds-minimal .navbar-collapse .d-flex .btn {
        width: 100%;
        text-align: center;
    }

    body.ds-minimal .navbar-mobile-actions .cart-nav-link {
        color: var(--ds-depths) !important;
    }

    body.ds-minimal .min-hero-title,
    body.ds-minimal .min-hero-centered .min-hero-title {
        max-width: none;
    }

    .min-hero-stats li {
        flex: 1 1 calc(50% - 0.5rem);
        max-width: none;
    }

    body.ds-minimal .min-lead {
        max-width: none;
    }

    body.ds-minimal .footer-dservo {
        padding: 3rem 0 1.5rem;
    }

    body.ds-minimal .footer-dservo .row > [class*="col-"] {
        margin-bottom: 0.5rem;
    }

    body.ds-minimal .cta-section,
    body.ds-minimal .min-cta {
        padding: 2rem 1.25rem;
    }

    .whatsapp-btn {
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 575.98px) {
    .min-stat-list {
        grid-template-columns: 1fr 1fr !important;
    }

    .min-trust-logos {
        gap: 1rem 1.5rem;
    }

    .min-trust-logos span {
        font-size: 0.8rem;
    }

    body.ds-minimal .pricing-card {
        padding: 1.25rem;
    }

    body.ds-minimal .min-card {
        padding: 1.25rem !important;
    }

    body.ds-minimal .display-6 {
        font-size: calc(1.35rem + 0.6vw);
    }

    body.ds-minimal .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.ds-minimal .row.g-0.min-process > [class*="col-"]:last-child .min-process-item {
        border-bottom: none;
    }
}

/* About page — timeline, features, stats */
.min-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--ds-gray-200);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    overflow: hidden;
}

.min-stat-grid-item {
    background: var(--ds-surface);
    padding: 1.5rem 1rem;
    text-align: center;
}

.min-timeline {
    position: relative;
    padding-left: 0;
}

.min-timeline::before {
    content: '';
    position: absolute;
    left: 2.75rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: var(--ds-gray-200);
}

.min-timeline-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding-bottom: 2rem;
    position: relative;
}

.min-timeline-item:last-child {
    padding-bottom: 0;
}

.min-timeline-year {
    flex-shrink: 0;
    width: 5.5rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ds-luster);
    background: var(--ds-cta);
    padding: 0.4rem 0.5rem;
    border-radius: var(--ds-radius-sm);
    position: relative;
    z-index: 1;
}

.min-timeline-body {
    flex: 1;
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    padding: 1.25rem 1.5rem;
    margin-top: 0.15rem;
}

.min-feature-card {
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    padding: 1.5rem;
    height: 100%;
    transition: border-color 0.2s;
}

.min-feature-card:hover {
    border-color: var(--ds-royal);
}

.min-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--ds-radius-sm);
    background: #F98513;
    background: var(--ds-cta);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.min-feature-icon i {
    color: #fff;
}

/* Category / filter pills */
.filter-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}

.filter-pills--start {
    justify-content: flex-start;
    margin-bottom: 0;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-decoration: none;
    color: var(--ds-depths);
    background: var(--ds-surface);
    border: 1px solid var(--ds-gray-200);
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.filter-pill:hover {
    border-color: var(--ds-cta);
    color: var(--ds-cta);
    background: rgba(249, 133, 19, 0.1);
    transform: translateY(-1px);
}

.filter-pill.is-active {
    background: #F98513;
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: #fff;
    box-shadow: 0 4px 14px rgba(249, 133, 19, 0.32);
}

.filter-pill.is-active:hover {
    background: #e87a0f;
    border-color: #e87a0f;
    color: #fff;
    transform: translateY(-1px);
}

body.ds-minimal .section-dark .filter-pill {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.92);
}

body.ds-minimal .section-dark .filter-pill:hover {
    background: rgba(249, 133, 19, 0.2);
    border-color: var(--ds-cta);
    color: #fff;
}

body.ds-minimal .section-dark .filter-pill.is-active {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: #fff;
}

@media (max-width: 575.98px) {
    .filter-pills {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.35rem;
        margin-bottom: 2rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .filter-pills::-webkit-scrollbar {
        display: none;
    }

    .filter-pill {
        flex-shrink: 0;
    }
}

/* Store promo banner */
.store-promo-section {
    padding: 1.75rem 0;
    margin: 0;
    background: var(--ds-luster);
}

.section-dark + .store-promo-section,
.min-hero + .store-promo-section {
    padding-top: 2.75rem;
}

.store-promo-section + .section-padding,
.store-promo-section + .min-trust,
.store-promo-section + .section-dark {
    border-top: none;
}

.page-header-search {
    max-width: 28rem;
    width: 100%;
}

body.ds-minimal .page-header .page-header-search .form-control {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

body.ds-minimal .page-header .page-header-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body.ds-minimal .page-header .page-header-search .form-control:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: var(--ds-cta);
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgba(249, 133, 19, 0.25);
}

.store-promo-section + .store-products-section {
    padding-top: 1.5rem !important;
}

.store-promo-stack {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.store-promo-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
    background: linear-gradient(135deg, var(--ds-depths) 0%, var(--ds-royal) 100%);
    border-radius: var(--ds-radius);
    padding: 1.5rem 1.75rem;
    color: #fff;
}

.store-promo-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    min-width: min(100%, 280px);
}

.store-promo-badge {
    flex-shrink: 0;
    background: var(--ds-cta);
    color: var(--ds-luster);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.65rem;
    border-radius: var(--ds-radius-sm);
    line-height: 1.2;
}

.store-promo-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.35rem;
    line-height: 1.3;
}

.store-promo-desc {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    line-height: 1.5;
}

/* Dashboard polish */
.dash-body .dash-list-item a {
    color: var(--ds-depths);
}

.dash-body .dash-list-item a:hover {
    color: var(--ds-royal);
}

.dash-body .table-dservo th {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ds-gray-600);
    font-weight: 600;
    border-bottom-width: 1px;
    white-space: nowrap;
}

.dash-body .table {
    margin-bottom: 0;
}

.dash-body .dash-panel .pagination {
    margin-bottom: 0;
}

.dash-sidebar-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.72);
    padding: 0 0.5rem;
    margin: 0;
}

/* Admin sidebar — clearer sections & link hints */
.dash-sidebar-nav--admin {
    gap: 0;
}

.dash-sidebar-admin-badge {
    padding: 0.5rem 0.65rem;
    border-radius: var(--ds-radius-sm);
    background: rgba(249, 133, 19, 0.14);
    border: 1px solid rgba(249, 133, 19, 0.28);
}

.dash-sidebar-admin-badge__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ds-cta);
}

.dash-sidebar-section {
    margin-bottom: 1.1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dash-sidebar-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dash-sidebar-section--footer {
    margin-top: 0.25rem;
    padding-top: 0.25rem;
}

.dash-sidebar-section-head {
    margin-bottom: 0.45rem;
}

.dash-sidebar-section-desc {
    font-size: 0.72rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.45);
    margin: 0.15rem 0 0;
    padding: 0 0.5rem;
}

.dash-sidebar-link {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.55rem 0.6rem !important;
    margin-bottom: 0.2rem !important;
    text-decoration: none;
}

.dash-sidebar-link__icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    transition: background 0.15s, color 0.15s;
}

.dash-sidebar-link__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding-top: 0.1rem;
}

.dash-sidebar-link__label {
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(255, 255, 255, 0.92);
}

.dash-sidebar-link__hint {
    font-size: 0.7rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.48);
    display: block;
}

.dash-sidebar-link__badge {
    flex-shrink: 0;
    align-self: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--ds-cta);
    color: var(--ds-depths);
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.35rem;
    text-align: center;
}

.dash-sidebar-link:hover .dash-sidebar-link__icon {
    background: rgba(249, 133, 19, 0.2);
    color: var(--ds-cta);
}

.dash-sidebar-link:hover .dash-sidebar-link__label {
    color: #fff;
}

.dash-sidebar-link:hover .dash-sidebar-link__hint {
    color: rgba(255, 255, 255, 0.62);
}

.dashboard-sidebar .dash-sidebar-link.active {
    background: rgba(249, 133, 19, 0.14);
}

.dashboard-sidebar .dash-sidebar-link.active .dash-sidebar-link__icon {
    background: rgba(249, 133, 19, 0.28);
    color: var(--ds-cta);
}

.dashboard-sidebar .dash-sidebar-link.active .dash-sidebar-link__label {
    color: var(--ds-cta);
}

.dashboard-sidebar .dash-sidebar-link.active .dash-sidebar-link__hint {
    color: rgba(249, 133, 19, 0.75);
}

.dash-sidebar-link--external .dash-sidebar-link__icon {
    background: rgba(255, 255, 255, 0.04);
}

.dash-topbar .h4 {
    color: var(--ds-depths);
}

.dash-stat-icon {
    color: var(--ds-cta);
}

.dash-body .btn-dservo-primary {
    background: var(--ds-cta);
    border-color: var(--ds-cta);
    color: var(--ds-luster);
}

.dash-body .btn-dservo-primary:hover {
    background: #e87a0f;
    border-color: #e87a0f;
    color: #fff;
}

.dash-quick-actions {
    display: contents;
}

.dash-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.dash-quick-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(155, 172, 216, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.15s, background 0.15s;
}

.dash-quick-card:hover {
    border-color: var(--ds-cta);
    background: rgba(249, 133, 19, 0.08);
    color: inherit;
}

.dash-quick-card i {
    font-size: 1.25rem;
    color: var(--ds-cta);
}

.dash-quick-card span:not(.badge) {
    font-size: 0.875rem;
    font-weight: 600;
}

.dash-body .nav-pills .nav-link {
    color: rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.05);
}

.dash-body .nav-pills .nav-link.active {
    background: var(--ds-cta);
    color: #fff;
}

@media (max-width: 767.98px) {
    .min-timeline::before {
        left: 2.25rem;
    }

    .min-timeline-year {
        width: 4.5rem;
        font-size: 0.7rem;
    }

    .min-timeline-item {
        gap: 1rem;
    }

    .store-promo-card {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .store-promo-content {
        flex-direction: column;
        align-items: center;
    }

    .store-promo-card .btn {
        width: 100%;
    }
}

/* Dashboard responsive */
@media (max-width: 991.98px) {
    .dash-content {
        padding: 1rem;
    }

    .dash-topbar {
        padding: 1rem;
    }

    .dash-topbar h1 {
        font-size: 1.15rem;
    }

    .dash-topbar-actions {
        width: 100%;
    }

    .dash-topbar-actions .dash-btn {
        flex: 1 1 auto;
        justify-content: center;
        min-width: calc(50% - 0.25rem);
    }

    .dash-stat-card {
        padding: 1rem;
    }
}

@media (max-width: 575.98px) {
    .dash-list-item:not(.dash-list-item--stacked) {
        flex-direction: column;
        align-items: flex-start;
    }

    .dash-list-item .badge {
        align-self: flex-start;
    }

    .dash-mobile-bar .btn-logout {
        padding: 0.35rem 0.5rem;
    }
}

/* Admin Quill editor */
.dash-body .quill-editor-box {
    background: #fff;
}

.dash-body .quill-editor-box .ql-editor {
    min-height: 200px;
    font-size: 0.95rem;
}

.dash-body .quill-field-wrap .ql-toolbar {
    border-top-left-radius: var(--ds-radius-sm);
    border-top-right-radius: var(--ds-radius-sm);
    background: var(--ds-gray-100);
}

.dash-body .quill-field-wrap .ql-container {
    border-bottom-left-radius: var(--ds-radius-sm);
    border-bottom-right-radius: var(--ds-radius-sm);
}

.admin-image-preview img {
    max-width: 200px;
    max-height: 140px;
    object-fit: cover;
}

.admin-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: var(--ds-radius-sm);
}

/* Tighter vertical rhythm */
body.ds-minimal .min-trust {
    padding: 1.5rem 0;
}

body.ds-minimal .min-hero-centered {
    padding: 7.5rem 0 3rem;
}

body.ds-minimal .page-header-centered {
    padding: 6.5rem 0 2.25rem;
}

.filter-pills {
    margin-bottom: 1.75rem;
}

.billing-toggle-wrap {
    padding: 1rem 0 1.25rem;
}

.contact-info-stack {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Checkout */
.checkout-section .checkout-card-title {
    color: var(--ds-depths);
}

.checkout-summary {
    position: sticky;
    top: 5.75rem;
}

.checkout-items {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--ds-gray-200);
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.9rem;
}

.checkout-item-name {
    color: var(--ds-depths);
    min-width: 0;
}

.checkout-item-price {
    font-weight: 600;
    color: var(--ds-depths);
    white-space: nowrap;
}

.checkout-totals {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.25rem;
}

.checkout-summary-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
    color: var(--ds-gray-600);
}

.checkout-summary-line span:last-child {
    color: var(--ds-depths);
    font-weight: 500;
}

.checkout-summary-discount span:last-child {
    color: #16a34a;
    font-weight: 600;
}

.checkout-summary-total {
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--ds-gray-200);
    font-size: 1rem;
    color: var(--ds-depths);
}

.checkout-summary-total span:first-child {
    font-weight: 600;
    color: var(--ds-depths);
}

.checkout-total-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--ds-depths) !important;
}

.checkout-payment-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.checkout-payment-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    min-height: 5rem;
    padding: 0.75rem 0.35rem;
    margin: 0;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius-sm);
    background: var(--ds-surface);
    color: var(--ds-depths);
    font-size: 0.8125rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.checkout-payment-option i {
    font-size: 1.35rem;
    color: var(--ds-cta);
}

.btn-check:checked + .checkout-payment-option {
    border-color: var(--ds-cta);
    background: rgba(249, 133, 19, 0.08);
    box-shadow: 0 0 0 1px rgba(249, 133, 19, 0.15);
}

.btn-check:focus-visible + .checkout-payment-option {
    outline: 2px solid var(--ds-cta);
    outline-offset: 2px;
}

.checkout-coupon .btn-dservo-outline {
    border-color: var(--ds-gray-200);
    color: var(--ds-depths);
    white-space: nowrap;
}

.checkout-coupon .btn-dservo-outline:hover {
    background: var(--ds-gray-100);
    border-color: var(--ds-depths);
    color: var(--ds-depths);
}

.checkout-bank-details {
    background: var(--ds-gray-100);
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius-sm);
    padding: 1rem 1.25rem;
}

.checkout-bank-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--ds-gray-200);
    font-size: 0.9rem;
}

.checkout-bank-row:last-child {
    border-bottom: none;
}

.checkout-bank-row dt {
    margin: 0;
    font-weight: 600;
    color: var(--ds-gray-600);
}

.checkout-bank-row dd {
    margin: 0;
    text-align: right;
    color: var(--ds-depths);
    font-weight: 500;
    word-break: break-word;
    overflow-wrap: anywhere;
}

/* Legal & FAQ pages */
.legal-document {
    color: var(--ds-gray-600);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.legal-document .legal-lead {
    font-size: 1rem;
    color: var(--ds-depths);
    margin-bottom: 1.5rem;
}

.legal-document h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--ds-depths);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.legal-document h2:first-of-type {
    margin-top: 0;
}

.legal-document p {
    margin-bottom: 1rem;
}

.legal-document ul,
.legal-document ol {
    margin-bottom: 1rem;
    padding-left: 1.25rem;
}

.legal-document li {
    margin-bottom: 0.35rem;
}

.legal-document a {
    color: var(--ds-royal);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal-document a:hover {
    color: var(--ds-depths);
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid var(--ds-gray-200);
    background: transparent;
}

.faq-accordion .accordion-item:last-child {
    border-bottom: none;
}

.faq-accordion .accordion-button {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ds-depths);
    background: transparent;
    box-shadow: none;
    padding: 1rem 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--ds-royal);
    background: transparent;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.faq-accordion .accordion-button::after {
    filter: none;
}

.faq-accordion .accordion-body {
    padding: 0 0 1rem;
    color: var(--ds-gray-600);
    font-size: 0.9rem;
    line-height: 1.65;
}

.min-section-head {
    margin-bottom: 2rem;
}

body.ds-minimal .min-section-head.text-center {
    margin-bottom: 2rem;
}

/* Global responsive polish */
html {
    overflow-x: hidden;
}

body.ds-minimal main {
    overflow-x: clip;
}

.container {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
}

img,
video {
    max-width: 100%;
    height: auto;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991.98px) {
    body.ds-minimal .section-padding {
        padding: 2.75rem 0;
    }

    body.ds-minimal .min-hero-centered {
        padding: 6.5rem 0 2.5rem;
    }

    body.ds-minimal .page-header-centered {
        padding: 6rem 0 2rem;
    }

    body.ds-minimal .page-header--compact {
        padding: 5.25rem 0 1.15rem;
    }

    .section-padding--sparse {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .min-hero-stats li {
        flex: 1 1 calc(50% - 0.5rem);
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    body.ds-minimal .section-padding {
        padding: 2.25rem 0;
    }

    .section-title {
        font-size: clamp(1.5rem, 5vw, 1.85rem);
    }

    .min-section-head.text-center .section-title {
        white-space: normal;
    }

    .min-card.p-4,
    .min-card.p-md-5 {
        padding: 1.25rem !important;
    }

    .pricing-plans-row > [class*="col-"] {
        max-width: 100%;
    }

    .billing-toggle {
        gap: 0.75rem;
    }

    .footer-dservo .row > [class*="col-"] {
        margin-bottom: 0.25rem;
    }

    .dash-content .table {
        font-size: 0.85rem;
    }

    .whatsapp-btn {
        bottom: max(1rem, env(safe-area-inset-bottom));
    }
}

@media (max-width: 575.98px) {
    body.ds-minimal .min-hero-centered {
        padding: 5.75rem 0 2rem;
    }

    .min-hero-actions {
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
        gap: 0.5rem !important;
    }

    .min-hero-actions .btn {
        flex: 1 1 auto;
        width: 100%;
        white-space: normal;
    }

    .min-hero-actions .btn-lg {
        padding: 0.7rem 0.5rem;
        font-size: clamp(0.75rem, 3.1vw, 0.875rem);
    }

    .min-stat-list--4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .footer-bottom small {
        justify-content: center;
    }

    .min-hero-title {
        font-size: clamp(1.75rem, 8vw, 2.25rem);
    }

    .min-hero-stats {
        margin-top: 2rem;
    }

    .store-promo-card {
        padding: 1.25rem;
    }

    .checkout-summary {
        position: static;
    }

    .checkout-payment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
    }

    .checkout-payment-option {
        min-height: 4.25rem;
        padding: 0.6rem 0.25rem;
        font-size: clamp(0.7rem, 2.8vw, 0.8125rem);
    }

    .checkout-payment-option i {
        font-size: 1.15rem;
    }
}

/* --------------------------------------------------------------------------
   Responsive system enhancements (site-wide)
   -------------------------------------------------------------------------- */

img,
video,
svg {
    max-width: 100%;
    height: auto;
}

.container,
.container-fluid {
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
}

/* Public navbar — mobile collapse */
@media (max-width: 991.98px) {
    .navbar-dservo .navbar-collapse .d-flex {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem !important;
        margin-top: 0.75rem;
    }

    .navbar-dservo .navbar-collapse .btn {
        width: 100%;
        justify-content: center;
    }

    .navbar-dservo .navbar-collapse .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        border: none;
        background: rgba(255, 255, 255, 0.06);
        margin-top: 0.25rem;
    }

    .navbar-dservo .navbar-collapse .dropdown-item {
        color: rgba(255, 255, 255, 0.85);
    }

    .navbar-dservo .navbar-collapse .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .min-stat-list--4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .checkout-bank-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .checkout-bank-row dd {
        text-align: left;
    }
}

/* Dashboard — topbar & tables */
@media (max-width: 991.98px) {
    .dash-topbar {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .dash-topbar-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .dash-topbar-actions .dash-btn {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
        white-space: normal;
    }
}

@media (max-width: 767.98px) {
    .dash-content {
        padding: 1rem;
    }

    .dash-topbar {
        padding: 1rem;
    }

    .dashboard-stat {
        padding: 1rem;
    }

    .dash-body .table-dservo th,
    .dash-body .table-dservo td {
        white-space: normal;
        word-break: break-word;
    }

    .dash-body .table-dservo .text-nowrap {
        white-space: nowrap !important;
    }

    .dash-body .table-responsive {
        -webkit-overflow-scrolling: touch;
        margin: 0 -0.25rem;
        padding: 0 0.25rem;
    }

    .admin-resource-actions,
    .dash-action-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem;
    }

    .quill-field-wrap .ql-toolbar {
        overflow-x: auto;
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {
    .min-hero-actions {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .min-hero-actions .btn {
        width: 100%;
        white-space: normal;
    }

    .min-stat-list--4 {
        grid-template-columns: 1fr !important;
    }

    .billing-toggle-label {
        white-space: normal;
        text-align: center;
    }

    .cart-item-qty {
        max-width: 4.5rem;
        min-width: 3.5rem;
    }

    .whatsapp-btn {
        right: max(0.75rem, env(safe-area-inset-right));
    }
}

/* Client project status tracker */
.project-tracker-steps {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    overflow-x: auto;
    padding: 0.5rem 0 1rem;
}

.project-tracker-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
    min-width: 4.5rem;
    opacity: 0.45;
}

.project-tracker-step.done,
.project-tracker-step.active {
    opacity: 1;
}

.project-tracker-dot {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ds-mist, #e8e4df);
    color: var(--ds-depths, #1a1a2e);
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
    border: 2px solid transparent;
}

.project-tracker-step.done .project-tracker-dot {
    background: var(--ds-royal, #223382);
    color: #fff;
}

.project-tracker-step.active .project-tracker-dot {
    background: var(--ds-cta, #f98513);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(249, 133, 19, 0.25);
}

.project-tracker-label {
    font-size: 0.65rem;
    font-weight: 600;
    line-height: 1.2;
    max-width: 4.5rem;
}

.project-tracker-line {
    flex: 1 1 auto;
    height: 2px;
    background: var(--ds-mist, #e8e4df);
    margin-top: 1.1rem;
    min-width: 0.5rem;
}

.project-tracker-line.done {
    background: var(--ds-royal, #223382);
}

@media (max-width: 575.98px) {
    .project-tracker-label {
        font-size: 0.6rem;
        max-width: 3.5rem;
    }
}

/* Powerful dashboard components */
.dash-action-queue {
    background: linear-gradient(135deg, var(--ds-royal, #223382) 0%, #1a2868 100%);
    border-radius: var(--ds-radius);
    padding: 1.25rem 1.5rem;
    color: #fff;
}

.dash-action-queue-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: var(--font-display);
}

.dash-action-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
    height: 100%;
}

.dash-action-item:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.dash-action-item i {
    font-size: 1.35rem;
    opacity: 0.9;
}

.dash-action-item strong {
    display: block;
    font-size: 0.9rem;
}

.dash-action-item span {
    font-size: 0.75rem;
    opacity: 0.85;
}

.dash-kpi-card {
    background: #fff;
    border: 1px solid var(--ds-gray-200);
    border-radius: var(--ds-radius);
    padding: 1.25rem;
    box-shadow: var(--ds-shadow);
    height: 100%;
}

.dash-kpi-card--highlight {
    border-color: rgba(34, 51, 130, 0.2);
    background: linear-gradient(145deg, #fff 0%, rgba(34, 51, 130, 0.04) 100%);
}

.dash-kpi-card--warn {
    border-color: rgba(249, 133, 19, 0.4);
}

.dash-kpi-label {
    font-size: 0.8rem;
    color: var(--ds-gray-600, #6c757d);
    display: block;
    margin-bottom: 0.25rem;
}

.dash-kpi-value {
    font-size: 1.75rem;
    font-weight: 800;
    font-family: var(--font-display);
    line-height: 1.1;
}

.dash-kpi-trend {
    font-size: 0.75rem;
    font-weight: 600;
}

.dash-kpi-trend.up { color: #198754; }
.dash-kpi-trend.down { color: #dc3545; }

.dash-kpi-meta {
    font-size: 0.78rem;
    color: var(--ds-gray-600, #6c757d);
}

/* Admin dashboard — simplified shortcuts & activity */
.dash-all-clear {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: var(--ds-radius);
    background: rgba(25, 135, 84, 0.08);
    border: 1px solid rgba(25, 135, 84, 0.18);
    color: var(--ds-depths);
}

.dash-all-clear i {
    color: #198754;
    font-size: 1.35rem;
    margin-top: 0.1rem;
}

.dash-all-clear p {
    font-size: 0.88rem;
    color: var(--ds-gray-600, #6c757d);
}

.dash-shortcut {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    height: 100%;
    padding: 1rem 1.05rem;
    border-radius: var(--ds-radius);
    border: 1px solid var(--ds-gray-200);
    background: #fff;
    box-shadow: var(--ds-shadow);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.dash-shortcut:hover {
    border-color: rgba(34, 51, 130, 0.22);
    box-shadow: var(--ds-shadow-lg);
    color: inherit;
    transform: translateY(-1px);
}

.dash-shortcut--highlight {
    border-color: rgba(249, 133, 19, 0.35);
    background: linear-gradient(180deg, rgba(249, 133, 19, 0.07) 0%, #fff 100%);
}

.dash-shortcut-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 51, 130, 0.08);
    color: var(--ds-royal);
    font-size: 1.15rem;
}

.dash-shortcut--highlight .dash-shortcut-icon {
    background: rgba(249, 133, 19, 0.16);
    color: var(--ds-cta);
}

.dash-shortcut-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dash-shortcut-text strong {
    font-size: 0.92rem;
    color: var(--ds-depths);
}

.dash-shortcut-text small {
    display: block;
    font-size: 0.74rem;
    line-height: 1.35;
    color: var(--ds-gray-600, #6c757d);
}

.dash-shortcut-badge {
    flex-shrink: 0;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: var(--ds-cta);
    color: var(--ds-depths);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-align: center;
}

.dash-shortcut-arrow {
    flex-shrink: 0;
    color: var(--ds-gray-600, #6c757d);
    opacity: 0.55;
}

.dash-activity-tabs .nav-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ds-gray-600, #6c757d);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
}

.dash-activity-tabs .nav-link.active {
    background: var(--ds-royal);
    color: #fff;
}
    font-size: 0.75rem;
    color: var(--ds-gray-600, #6c757d);
}

.dash-mini-chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.35rem;
    height: 140px;
    padding-top: 0.5rem;
}

.dash-mini-chart-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-width: 0;
}

.dash-mini-chart-bar {
    width: 100%;
    max-width: 2rem;
    background: linear-gradient(180deg, var(--ds-cta, #f98513), var(--ds-royal, #223382));
    border-radius: 4px 4px 0 0;
    margin-top: auto;
    min-height: 8px;
    transition: height 0.3s;
}

.dash-mini-chart-label {
    font-size: 0.65rem;
    color: var(--ds-gray-600, #6c757d);
    margin-top: 0.35rem;
}

.dash-mini-chart-value {
    font-size: 0.7rem;
    font-weight: 700;
}

.dash-breakdown-row + .dash-breakdown-row {
    margin-top: 0.85rem;
}

.dash-alert {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: var(--ds-radius);
    border: 1px solid transparent;
}

.dash-alert--danger {
    background: rgba(220, 53, 69, 0.08);
    border-color: rgba(220, 53, 69, 0.25);
}

.dash-alert--warning {
    background: rgba(249, 133, 19, 0.1);
    border-color: rgba(249, 133, 19, 0.3);
}

.dash-alert--info {
    background: rgba(34, 51, 130, 0.06);
    border-color: rgba(34, 51, 130, 0.2);
}

.dash-alert-icon {
    font-size: 1.5rem;
    opacity: 0.85;
}

.dash-hero-project {
    background: linear-gradient(135deg, var(--ds-royal, #223382) 0%, #2d4499 50%, var(--ds-depths, #1a1a2e) 100%);
    border-radius: var(--ds-radius);
    padding: 1.75rem 2rem;
    color: #fff;
    box-shadow: var(--ds-shadow-lg);
}

.dash-hero-project h1,
.dash-hero-project h2,
.dash-hero-project h3,
.dash-hero-project p,
.dash-hero-project span:not(.badge) {
    color: #fff;
}

.dash-hero-eyebrow {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 600;
}

.dash-hero-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff !important;
}

.dash-hero-title a { color: #fff !important; }
.dash-hero-title a:hover { color: rgba(255,255,255,0.9) !important; }

.dash-hero-meta {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.92) !important;
}

.dash-hero-note {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.92) !important;
    border-left: 3px solid var(--ds-cta, #f98513);
    padding-left: 1rem;
}

.dash-hero-progress {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.25rem;
}

.dash-hero-progress .progress {
    background: rgba(255, 255, 255, 0.2);
}

.dash-hero-progress .progress-bar {
    background: var(--ds-cta, #f98513);
}

.dash-activity-item {
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--ds-gray-200);
}

.dash-activity-item:last-child {
    border-bottom: none;
}

.dash-activity-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.dash-activity-icon--royal {
    background: rgba(34, 51, 130, 0.12);
    color: var(--ds-royal);
}

.dash-activity-icon--cta {
    background: rgba(249, 133, 19, 0.15);
    color: var(--ds-cta);
}

.dash-activity-icon--depths {
    background: rgba(218, 209, 200, 0.6);
    color: var(--ds-depths);
}

/* AI Marketing page */
body.ds-minimal .ai-hero.section-dark,
.ai-hero.section-dark {
    background: var(--ds-depths);
    color: rgba(255, 255, 255, 0.88);
    border-bottom: none;
}

.ai-hero.section-dark {
    padding: 7.5rem 0 4rem;
    position: relative;
    overflow: hidden;
}

.ai-hero.section-dark::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    top: -12%;
    right: -8%;
    border-radius: 50%;
    background: rgba(155, 172, 216, 0.1);
    pointer-events: none;
}

.ai-hero.section-dark::after {
    content: '';
    position: absolute;
    inset: auto -20% -45% -20%;
    height: 75%;
    background: radial-gradient(ellipse at center, rgba(249, 133, 19, 0.14) 0%, transparent 70%);
    pointer-events: none;
}

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

.ai-hero-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.ai-hero-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.ai-hero-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.55);
}

.ai-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.35);
}

.ai-hero-inner {
    max-width: 46rem;
    margin: 0 auto;
}

.ai-hero-eyebrow {
    color: var(--ds-cta);
    margin-bottom: 1rem;
}

.ai-hero-title {
    font-size: clamp(2.1rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.12;
    color: #fff;
    margin-bottom: 1.15rem;
}

.ai-hero-lead {
    font-size: 1.08rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    max-width: 42rem;
    margin: 0 auto 1.75rem;
}

.ai-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.ai-hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.25rem;
}

.ai-hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.ai-hero-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    max-width: 42rem;
    margin-inline: auto;
}

.ai-hero-stats li {
    padding: 1rem 0.75rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--ds-radius-sm);
}

.ai-stat-value {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.ai-stat-label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.62);
    margin-top: 0.35rem;
    line-height: 1.35;
}

.ai-feature-spotlight {
    padding: 1.75rem 1.5rem;
    border: 1px solid var(--ds-gray-200);
    background: linear-gradient(135deg, rgba(34, 51, 130, 0.04) 0%, #fff 55%);
}

.ai-feature-card {
    padding: 1.35rem 1.25rem;
    transition: border-color 0.15s, transform 0.15s;
}

.ai-feature-card:hover {
    border-color: rgba(34, 51, 130, 0.22);
    transform: translateY(-2px);
}

.ai-step-card {
    height: 100%;
    padding: 1.35rem 1.25rem;
    border-radius: var(--ds-radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.85rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ds-cta);
    background: rgba(249, 133, 19, 0.16);
}

.ai-step-card h3 {
    color: #fff;
}

.ai-compare .min-compare-row {
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--ds-gray-200);
}

.ai-compare .min-compare-row:last-child {
    border-bottom: none;
}

.ai-compare .min-compare-highlight .min-compare-row {
    border-bottom-color: rgba(34, 51, 130, 0.12);
}

.ai-integration-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.65rem 1rem;
    border-radius: var(--ds-radius-sm);
    border: 1px solid var(--ds-gray-200);
    background: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ds-depths);
    text-align: center;
    white-space: normal;
    word-break: break-word;
}

.ai-cta {
    max-width: 40rem;
    margin: 0 auto;
}

.ai-cta-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .ai-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .ai-hero.section-dark {
        padding: 6.5rem 0 3rem;
    }

    .ai-hero-actions .btn {
        width: 100%;
    }

    .ai-feature-spotlight {
        padding: 1.25rem;
    }
}

/* Homepage */
body.ds-minimal .home-hero.section-dark {
    background: var(--ds-depths);
    padding: 8.5rem 0 4rem;
    position: relative;
    overflow: hidden;
    min-height: auto;
    display: block;
}

body.ds-minimal .home-hero.section-dark.home-hero-has-bg,
body.ds-minimal .home-hero.section-dark.min-hero-has-bg {
    background-color: var(--ds-depths);
    background-image: var(--hero-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.ds-minimal .home-hero.section-dark.home-hero-has-bg::before,
body.ds-minimal .home-hero.section-dark.min-hero-has-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, var(--hero-overlay, 0.65));
    pointer-events: none;
    z-index: 0;
}

.home-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 100%);
    pointer-events: none;
    z-index: 0;
}

.home-hero:not(.home-hero-has-bg):not(.min-hero-has-bg)::after {
    content: '';
    position: absolute;
    inset: auto -25% -50% -25%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(249, 133, 19, 0.16) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.home-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(0);
}

.home-hero-glow--1 {
    width: 420px;
    height: 420px;
    top: -10%;
    right: -6%;
    background: rgba(155, 172, 216, 0.12);
    animation: home-hero-pulse 9s ease-in-out infinite;
}

.home-hero-glow--2 {
    width: 300px;
    height: 300px;
    bottom: -8%;
    left: -4%;
    background: rgba(249, 133, 19, 0.1);
    animation: home-hero-pulse 11s ease-in-out infinite reverse;
}

@keyframes home-hero-pulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}

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

.home-hero-inner {
    max-width: 52rem;
    margin: 0 auto;
}

.home-hero-copy {
    max-width: 46rem;
    margin-inline: auto;
    text-align: center;
}

.home-hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.45rem 1rem 0.45rem 0.7rem;
    margin: 0 auto 1.35rem;
    border-radius: 999px;
    font-size: clamp(0.72rem, 2.2vw, 0.84rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.45;
    text-transform: none;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
    max-width: min(36rem, 100%);
    text-wrap: balance;
}

.home-hero-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ds-cta);
    box-shadow: 0 0 0 0 rgba(249, 133, 19, 0.5);
    animation: home-hero-dot 2.4s ease-in-out infinite;
}

@keyframes home-hero-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(249, 133, 19, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(249, 133, 19, 0); }
}

body.ds-minimal .home-hero.section-dark .home-hero-title {
    font-size: clamp(2.35rem, 4.8vw, 3.65rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #fff !important;
    margin-bottom: 1.25rem;
    max-width: 22ch;
    margin-inline: auto;
    text-align: center;
}

body.ds-minimal .home-hero.section-dark .home-hero-title em {
    font-style: normal;
    color: var(--ds-cta);
    -webkit-text-fill-color: var(--ds-cta);
}

.home-hero-lead {
    font-size: 1.12rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.76);
    max-width: 42ch;
    margin: 0 auto 1.85rem;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.65rem;
}

.home-hero-actions .btn-dservo-primary {
    box-shadow: 0 8px 28px rgba(249, 133, 19, 0.35);
}

.home-hero-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.home-hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-hero-tag:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.home-trust {
    padding-top: 1.75rem;
}

.home-trust-logos span {
    font-weight: 600;
}

.home-solution-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    height: 100%;
    padding: 1rem 1.05rem;
    border-radius: var(--ds-radius);
    border: 1px solid var(--ds-gray-200);
    background: #fff;
    box-shadow: var(--ds-shadow);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.home-solution-link:hover {
    border-color: rgba(34, 51, 130, 0.22);
    box-shadow: var(--ds-shadow-lg);
    color: inherit;
    transform: translateY(-2px);
}

.home-solution-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 51, 130, 0.08);
    color: var(--ds-royal);
    font-size: 1.15rem;
}

.home-solution-text {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.home-solution-text strong {
    font-size: 0.92rem;
    color: var(--ds-depths);
}

.home-solution-text small {
    font-size: 0.74rem;
    color: var(--ds-gray-600);
}

.home-solution-arrow {
    flex-shrink: 0;
    color: var(--ds-gray-600);
    opacity: 0.55;
}

.home-step-card {
    height: 100%;
    padding: 1.35rem 1.25rem;
    border-radius: var(--ds-radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.home-step-card h3 {
    color: #fff;
}

.home-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: 0.85rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ds-cta);
    background: rgba(249, 133, 19, 0.16);
}

.home-cta {
    max-width: 42rem;
    margin: 0 auto;
}

.home-cta-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 36rem;
    margin-inline: auto;
}

@media (max-width: 991.98px) {
    body.ds-minimal .home-hero.section-dark {
        padding: 7.5rem 0 3rem;
    }
}

@media (max-width: 575.98px) {
    body.ds-minimal .home-hero.section-dark {
        padding: 6.75rem 0 2.75rem;
    }

    body.ds-minimal .home-hero.section-dark .home-hero-title {
        max-width: none;
    }

    .home-hero-actions .btn {
        width: 100%;
    }

    .home-hero-glow--1,
    .home-hero-glow--2 {
        opacity: 0.5;
    }

    .checkout-payment-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------------------------------------------------
   Responsive polish — dashboard, forms, tabs, overflow (all devices)
   -------------------------------------------------------------------------- */

.dash-body {
    overflow-x: clip;
}

.dash-main,
.dash-content,
.content-manager,
.content-manager-main {
    min-width: 0;
    max-width: 100%;
}

.dash-content .row {
    margin-left: 0;
    margin-right: 0;
}

.dash-panel,
.dashboard-stat {
    max-width: 100%;
    min-width: 0;
}

.dash-nav-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0.25rem;
    max-width: 100%;
}

.dash-nav-scroll::-webkit-scrollbar {
    display: none;
}

.dash-nav-scroll .nav-item {
    flex-shrink: 0;
}

.dash-activity-tabs {
    max-width: 100%;
}

.dash-topbar > div:first-child {
    min-width: 0;
    flex: 1 1 12rem;
}

.dash-topbar h1 {
    overflow-wrap: anywhere;
}

.dash-sidebar-link__hint {
    overflow-wrap: anywhere;
}

.marketing-strategy-toc-mobile summary {
    cursor: pointer;
    list-style: none;
}

.marketing-strategy-toc-mobile summary::-webkit-details-marker {
    display: none;
}

.marketing-strategy-toc-mobile[open] summary {
    margin-bottom: 0;
}

body.ds-minimal:has(.marketing-strategy-guide) {
    overflow-x: clip;
}

.marketing-strategy-guide {
    overflow-x: clip;
}

.marketing-strategy-guide .container {
    max-width: 100%;
}

.marketing-directory-selector .row {
    --bs-gutter-x: 0.75rem;
}

.dash-content .form-control,
.dash-content .form-select,
.dash-content textarea,
.dash-content .input-group {
    max-width: 100%;
}

.dash-content pre,
.dash-content code,
.dash-content .table-responsive {
    max-width: 100%;
}

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

.pricing-plans-row > [class*="col-"] {
    min-width: 0;
}

.service-card,
.product-card,
.blog-card,
.portfolio-card-story,
.pricing-card,
.min-card {
    min-width: 0;
}

@media (max-width: 991.98px) {
    .dash-offcanvas .dash-sidebar-link__hint {
        display: none;
    }

    .content-manager-nav {
        max-height: min(16rem, 40vh);
    }

    .marketing-strategy-aside {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .dash-mobile-bar {
        padding-left: max(0.75rem, env(safe-area-inset-left));
        padding-right: max(0.75rem, env(safe-area-inset-right));
    }

    .dash-topbar-actions .dash-btn {
        flex: 1 1 calc(50% - 0.35rem);
        min-width: 7.5rem;
    }

    .dash-action-item {
        min-width: 0;
    }

    .dash-action-item strong,
    .dash-action-item span {
        overflow-wrap: anywhere;
    }

    .admin-image-preview img {
        max-width: 100%;
        height: auto;
    }

    .ai-integration-chip {
        font-size: 0.8rem;
        padding: 0.55rem 0.65rem;
    }

    .marketing-strategy-section {
        padding: 1.25rem !important;
    }

    .page-header-search {
        max-width: 100%;
    }

    .page-header-search .input-group {
        flex-wrap: wrap;
    }

    .page-header-search .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .dash-topbar-actions .dash-btn {
        flex: 1 1 100%;
    }

    .dash-stat-card {
        flex-wrap: wrap;
    }

    .content-manager-panel {
        padding: 1rem !important;
    }

    .nav-pills .nav-link {
        font-size: 0.8125rem;
        padding: 0.4rem 0.75rem;
    }
}

/* --------------------------------------------------------------------------
   Mobile typography & single-column card grids (≤767px public site)
   -------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
    html {
        font-size: 15px;
    }

    body.ds-minimal {
        font-size: 0.9375rem;
        line-height: 1.55;
    }

    body.dash-body {
        font-size: 0.9375rem;
    }

    body.ds-minimal .section-title,
    body.ds-minimal .min-page-title {
        font-size: clamp(1.35rem, 4.5vw, 1.65rem) !important;
    }

    body.ds-minimal .section-subtitle,
    body.ds-minimal .min-lead {
        font-size: 0.95rem;
    }

    body.ds-minimal .min-section-head--compact .section-title-compact {
        font-size: 1.15rem;
    }

    body.ds-minimal .home-hero.section-dark .home-hero-title {
        font-size: clamp(1.65rem, 6.5vw, 2.35rem);
        max-width: none;
        line-height: 1.12;
    }

    body.ds-minimal .home-hero-lead {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    body.ds-minimal .home-hero-badge {
        font-size: 0.7rem;
        padding: 0.38rem 0.85rem 0.38rem 0.6rem;
    }

    body.ds-minimal .home-hero-actions .btn-lg {
        font-size: 0.9rem;
        padding: 0.65rem 1.1rem;
    }

    body.ds-minimal .home-hero-tag {
        font-size: 0.72rem;
        padding: 0.32rem 0.75rem;
    }

    body.ds-minimal .home-solution-link {
        padding: 0.85rem 0.95rem;
    }

    body.ds-minimal .home-solution-icon {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 1rem;
    }

    body.ds-minimal .home-solution-text strong {
        font-size: 0.85rem;
    }

    body.ds-minimal .home-solution-text small {
        font-size: 0.7rem;
    }

    body.ds-minimal .service-card h5,
    body.ds-minimal .service-card .h5,
    body.ds-minimal .blog-card h5,
    body.ds-minimal .product-card h6 {
        font-size: 0.95rem;
    }

    body.ds-minimal .service-card p,
    body.ds-minimal .blog-card p,
    body.ds-minimal .product-card p,
    body.ds-minimal .text-muted.small,
    body.ds-minimal small.text-muted {
        font-size: 0.8rem;
    }

    body.ds-minimal .btn-lg {
        font-size: 0.9rem;
        padding: 0.65rem 1.15rem;
    }

    body.ds-minimal .btn {
        font-size: 0.875rem;
    }

    body.ds-minimal .pricing-card h4 {
        font-size: 1.05rem;
    }

    body.ds-minimal .pricing-card .pricing-price,
    body.ds-minimal .pricing-card .pricing-price span {
        font-size: 1.35rem;
    }

    body.ds-minimal .pricing-card li {
        font-size: 0.82rem;
    }

    body.ds-minimal .testimonial-card-quote {
        font-size: 0.88rem;
    }

    body.ds-minimal .navbar-dservo .navbar-brand {
        font-size: 1.25rem;
    }

    body.ds-minimal .footer-dservo {
        font-size: 0.875rem;
    }

    body.ds-minimal .footer-dservo h6 {
        font-size: 0.8rem;
    }

    /* Card grids: one card per row on mobile (no 2-column squeeze) */
    body.ds-minimal .row > .col-6,
    body.ds-minimal .row > [class*="col-6"],
    body.ds-minimal .row > .col-sm-4,
    body.ds-minimal .row > [class*="col-sm-4"],
    body.ds-minimal .row > .col-sm-6,
    body.ds-minimal .row > [class*="col-sm-6"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dash-topbar h1,
    .dash-topbar .h4 {
        font-size: 1.15rem;
    }

    .dash-topbar .small {
        font-size: 0.78rem;
    }

    .dash-stat-body .fs-3,
    .dash-stat-body .fs-4 {
        font-size: 1.35rem !important;
    }

    .dash-btn {
        font-size: 0.8125rem;
    }
}

@media (max-width: 575.98px) {
    html {
        font-size: 14px;
    }

    body.ds-minimal {
        font-size: 0.875rem;
    }

    body.dash-body {
        font-size: 0.875rem;
    }

    body.ds-minimal .section-title,
    body.ds-minimal .min-page-title {
        font-size: clamp(1.2rem, 5vw, 1.45rem) !important;
    }

    body.ds-minimal .home-hero.section-dark .home-hero-title {
        font-size: clamp(1.45rem, 7vw, 1.95rem);
    }

    body.ds-minimal .home-hero-lead {
        font-size: 0.875rem;
    }

    body.ds-minimal .home-hero-badge {
        font-size: 0.65rem;
    }

    body.ds-minimal .min-eyebrow {
        font-size: 0.68rem;
    }

    body.ds-minimal .home-solution-text strong {
        font-size: 0.8rem;
    }

    body.ds-minimal .home-solution-text small {
        font-size: 0.68rem;
    }

    body.ds-minimal .btn-lg {
        font-size: 0.85rem;
    }

    body.ds-minimal h1,
    body.ds-minimal .h1 {
        font-size: 1.45rem;
    }

    body.ds-minimal h2,
    body.ds-minimal .h2 {
        font-size: 1.25rem;
    }

    body.ds-minimal h3,
    body.ds-minimal .h3,
    body.ds-minimal h4,
    body.ds-minimal .h4 {
        font-size: 1.05rem;
    }

    body.ds-minimal h5,
    body.ds-minimal .h5 {
        font-size: 0.95rem;
    }

    body.ds-minimal h6,
    body.ds-minimal .h6 {
        font-size: 0.85rem;
    }
}
