.whydataease-page {
    --wd-primary: #2563eb;
    --wd-primary-dark: #1745b5;
    --wd-secondary: #06b6d4;
    --wd-dark: #102a43;
    --wd-muted: #5f7086;
    --wd-border: rgba(37, 99, 235, 0.12);
    --wd-shadow: 0 24px 54px rgba(16, 42, 67, 0.08);
    --wd-radius: 24px;
    background: #ffffff;
}

.whydataease-page #navigation .navigation-menu > li.active > a,
.whydataease-page #navigation .navigation-menu > li > a:hover {
    color: var(--wd-primary) !important;
}

.whydataease-page #navigation .navigation-menu > li.active > a {
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    text-shadow: 0 4px 14px rgba(21, 63, 174, 0.32);
}


.wd-hero {
    background:
        radial-gradient(circle at top right, rgba(6, 182, 212, 0.28), transparent 34%),
        linear-gradient(135deg, #0d1b2a 0%, #12345a 48%, #1b5fbf 100%);
    color: #ffffff;
    overflow: hidden;
    padding: 8.8rem 0 5.5rem;
    position: relative;
}

.wd-hero::before,
.wd-hero::after {
    border-radius: 999px;
    content: "";
    position: absolute;
}

.wd-hero::before {
    background: rgba(255, 255, 255, 0.06);
    height: 360px;
    right: -120px;
    top: -140px;
    width: 360px;
}

.wd-hero::after {
    background: rgba(6, 182, 212, 0.12);
    bottom: -180px;
    height: 340px;
    left: -90px;
    width: 340px;
}

.wd-hero .container {
    position: relative;
    z-index: 1;
}

.wd-eyebrow {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #cdeafe;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 600;
    gap: 0.6rem;
    letter-spacing: 0.03em;
    margin-bottom: 1.35rem;
    padding: 0.72rem 1.1rem;
}

.wd-eyebrow i,
.wd-eyebrow svg {
    height: 16px;
    width: 16px;
}

.wd-hero h1 {
    color: #ffffff;
    font-size: clamp(1.75rem, 2.2vw, 2.6rem);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 1.2rem;
}

.wd-hero .lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    max-width: 700px;
}

.wd-hero-points {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1.75rem;
}

.wd-hero-point {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    display: flex;
    gap: 0.95rem;
    padding: 1rem 1.1rem;
}

.wd-hero-point-icon {
    align-items: center;
    background: rgba(6, 182, 212, 0.16);
    border-radius: 16px;
    display: inline-flex;
    flex-shrink: 0;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.wd-hero-point-icon i,
.wd-hero-point-icon svg {
    color: #94f3ff;
    height: 21px;
    width: 21px;
}

.wd-hero-point strong {
    color: #ffffff;
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.2rem;
}

.wd-hero-point span {
    color: rgba(255, 255, 255, 0.68);
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
}

.wd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.wd-hero-actions .btn-outline-light {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--wd-primary-dark);
    font-weight: 700;
}

.wd-hero-actions .btn-outline-light:hover,
.wd-hero-actions .btn-outline-light:focus {
    background: var(--wd-secondary);
    border-color: var(--wd-secondary);
    color: #ffffff;
}

.wd-hero-panel {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(5, 11, 22, 0.22);
    padding: 2rem;
}

.wd-hero-panel-head {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.wd-hero-panel-head img {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 22px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
    height: 72px;
    padding: 0.7rem;
    width: 72px;
}

.wd-hero-panel-head span {
    color: #cdeafe;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.wd-hero-panel-head strong {
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    line-height: 1.35;
}

.wd-hero-panel p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.wd-mini-stats {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-mini-stat {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 1rem 1.1rem;
}

.wd-mini-stat-value {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.wd-mini-stat-label {
    color: #d7ebff;
    font-size: 0.9rem;
}

.wd-hero-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 0.8rem;
    position: relative;
    width: 100%;
}

.wd-hero-card img {
    border-radius: 24px;
    display: block;
    width: 100%;
}

.wd-hero-card .wd-float {
    align-items: center;
    background: #ffffff;
    border-radius: 18px;
    bottom: 1.4rem;
    box-shadow: 0 14px 30px rgba(9, 24, 18, 0.18);
    color: #173128;
    display: inline-flex;
    gap: 0.8rem;
    max-width: calc(100% - 2.8rem);
    padding: 0.95rem 1rem;
    position: absolute;
    right: 1.4rem;
}

.wd-hero-card .wd-float-icon {
    align-items: center;
    background: rgba(37, 99, 235, 0.14);
    border-radius: 14px;
    color: var(--wd-primary-dark);
    display: inline-flex;
    flex-shrink: 0;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.wd-hero-card .wd-float-icon i,
.wd-hero-card .wd-float-icon svg {
    height: 20px;
    width: 20px;
}

.wd-hero-card .wd-float strong {
    color: #173128;
    display: block;
    font-size: 0.98rem;
    margin-bottom: 0.15rem;
}

.wd-hero-card .wd-float span {
    color: #5f7086;
    display: block;
    font-size: 0.86rem;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .wd-hero-point {
        padding: 0.95rem 1rem;
    }

    .wd-hero-point strong {
        font-size: 0.95rem;
        white-space: nowrap;
    }

    .wd-hero-point span {
        font-size: 0.84rem;
        white-space: nowrap;
    }
}

.wd-stat-band {
    margin-top: -1.75rem;
    padding: 1.4rem 0 1.8rem;
    position: relative;
    z-index: 2;
}

.wd-stat-card {
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(16, 42, 67, 0.06);
    height: 100%;
    padding: 1.6rem 1.5rem;
    text-align: center;
}

.wd-stat-card i,
.wd-stat-card svg {
    color: #1b3028;
    height: 24px;
    margin-bottom: 0.45rem;
    width: 24px;
}

.wd-stat-value {
    color: #1b3028;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.45rem;
}

.wd-stat-label {
    color: var(--wd-muted);
    font-size: 0.94rem;
}

.wd-section-title {
    margin-bottom: 2rem;
}

.wd-section-title h2 {
    color: var(--wd-dark);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.wd-section-title p {
    color: var(--wd-muted);
    font-size: 1.02rem;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 760px;
}

.wd-card {
    background: #ffffff;
    border: 1px solid var(--wd-border);
    border-radius: var(--wd-radius);
    box-shadow: var(--wd-shadow);
    height: 100%;
    overflow: hidden;
}

.wd-overview-card {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    height: 100%;
    padding: 1.8rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wd-overview-card:hover {
    box-shadow: 0 28px 50px rgba(15, 23, 42, 0.14);
    transform: translateY(-4px);
}

.wd-overview-card--primary {
    background: linear-gradient(135deg, #eff6ff, #ecfeff);
}

.wd-overview-card--secondary {
    background: linear-gradient(135deg, #fff7ed, #fef2f2);
}

.wd-overview-head {
    margin-bottom: 1.5rem;
}

.wd-overview-title {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.wd-overview-title--primary {
    background-image: linear-gradient(90deg, #3b82f6, #06b6d4);
}

.wd-overview-title--secondary {
    background-image: linear-gradient(90deg, #f97316, #ef4444);
}

.wd-overview-stack {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.wd-overview-item p {
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.75;
    margin: 0;
    text-wrap: pretty;
}

.wd-overview-label {
    align-items: center;
    color: #1f2937;
    display: flex;
    font-size: 0.98rem;
    font-weight: 700;
    gap: 0.55rem;
    margin-bottom: 0.55rem;
}

.wd-overview-label i,
.wd-overview-label svg {
    color: #4b5563;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
}

.wd-overview-meta-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-overview-subtitle {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.wd-overview-highlights {
    display: grid;
    gap: 0.65rem 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-overview-highlight {
    align-items: center;
    color: #374151;
    display: flex;
    font-size: 0.92rem;
    gap: 0.5rem;
}

.wd-overview-highlight i,
.wd-overview-highlight svg {
    color: #3b82f6;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
}

.wd-overview-highlight--secondary i,
.wd-overview-highlight--secondary svg {
    color: #f97316;
}

.wd-card-head {
    padding: 1.5rem 1.6rem 1.25rem;
}

.wd-card-head--primary {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.08));
}

.wd-card-head--secondary {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.08), rgba(96, 165, 250, 0.08));
}

.wd-card-head h3 {
    color: var(--wd-dark);
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.wd-card-head small {
    color: var(--wd-muted);
    display: block;
    font-size: 0.92rem;
    font-weight: 600;
}

.wd-meta-list,
.wd-tag-list,
.wd-detail-list,
.wd-bullet-list,
.wd-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wd-meta-list {
    margin-top: 1.2rem;
}

.wd-meta-list li {
    align-items: flex-start;
    color: var(--wd-muted);
    display: flex;
    gap: 0.8rem;
    line-height: 1.7;
    margin-top: 0.8rem;
}

.wd-meta-list i,
.wd-meta-list svg {
    color: var(--wd-primary);
    flex-shrink: 0;
    height: 18px;
    margin-top: 0.15rem;
    width: 18px;
}

.wd-card-body {
    padding: 1.5rem 1.6rem 1.75rem;
}

.wd-label {
    color: var(--wd-primary-dark);
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
}

.wd-card-body p,
.wd-feature-summary p,
.wd-adv-card p,
.wd-recommendation p,
.wd-security-card p,
.wd-testimonial p,
.wd-final-card p {
    color: var(--wd-muted);
    line-height: 1.75;
}

.wd-tag-list {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-tag-list li {
    background: rgba(37, 99, 235, 0.06);
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 16px;
    color: var(--wd-dark);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.7rem 0.9rem;
}

.wd-table-card {
    background: #ffffff;
    border: 1px solid var(--wd-border);
    border-radius: 28px;
    box-shadow: var(--wd-shadow);
    overflow: hidden;
}

.wd-table-head {
    background: linear-gradient(90deg, #1d4ed8, #0891b2);
    color: #ffffff;
    padding: 1.4rem 1.6rem;
}

.wd-table-head h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 0;
}

.wd-compare-table {
    margin-bottom: 0;
}

.wd-compare-table thead th {
    background: #eff6ff;
    border-bottom: none;
    color: var(--wd-dark);
    font-size: 0.92rem;
    font-weight: 700;
}

.wd-compare-table td,
.wd-compare-table th {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1rem 1.1rem;
    vertical-align: top;
}

.wd-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.35rem 0.8rem;
}

.wd-badge--primary {
    background: rgba(37, 99, 235, 0.12);
    color: var(--wd-primary-dark);
}

.wd-badge--neutral {
    background: rgba(100, 116, 139, 0.12);
    color: #475569;
}

.wd-group {
    margin-top: 1.75rem;
}

.wd-group-title {
    color: var(--wd-dark);
    font-size: 1.45rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.wd-feature-tabs {
    align-items: center;
    background: #f3f4f8;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin: 0 auto 1.75rem;
    max-width: 1120px;
    padding: 0.55rem;
}

.wd-feature-tab {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 18px;
    color: #475569;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.96rem;
    font-weight: 700;
    gap: 0.55rem;
    padding: 0.9rem 1.25rem;
    transition: all 0.22s ease;
}

.wd-feature-tab i,
.wd-feature-tab svg {
    height: 17px;
    width: 17px;
}

.wd-feature-tab:hover,
.wd-feature-tab.active {
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(16, 42, 67, 0.12);
    color: var(--wd-primary);
}

.wd-feature-list {
    display: grid;
    gap: 1.5rem;
}

.wd-feature-card,
.wd-security-card,
.wd-summary-card,
.wd-roi-card,
.wd-adv-card,
.wd-key-card,
.wd-recommendation,
.wd-testimonial {
    background: #ffffff;
    border: 1px solid var(--wd-border);
    border-radius: 24px;
    box-shadow: var(--wd-shadow);
    height: 100%;
    padding: 1.6rem;
}

.wd-feature-card--compare {
    background: linear-gradient(135deg, rgba(248, 250, 253, 0.98), rgba(235, 244, 255, 0.98));
    border-color: rgba(37, 99, 235, 0.08);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 1.9rem 1.9rem 2rem;
}

.wd-feature-head,
.wd-adv-head,
.wd-recommendation-head {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}

.wd-feature-head h4,
.wd-adv-head h4,
.wd-summary-card h4,
.wd-key-card h4,
.wd-security-card h4,
.wd-roi-card h4 {
    color: var(--wd-dark);
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.wd-feature-desc,
.wd-feature-head p,
.wd-adv-head span,
.wd-summary-card p,
.wd-recommendation-head p,
.wd-key-card p,
.wd-roi-card p {
    color: var(--wd-muted);
    line-height: 1.65;
    margin-bottom: 0;
}

.wd-pill {
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.8rem;
    white-space: nowrap;
}

.wd-pill--primary {
    background: rgba(37, 99, 235, 0.12);
    color: var(--wd-primary-dark);
}

.wd-pill--secondary {
    background: rgba(234, 88, 12, 0.12);
    color: #c2410c;
}

.wd-pill--neutral {
    background: rgba(100, 116, 139, 0.14);
    color: #475569;
}

.wd-feature-compare {
    align-items: stretch;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-feature-panel {
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(16, 42, 67, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.3rem 1.3rem 1.2rem;
    position: relative;
}

.wd-feature-panel--secondary {
    background: #ffffff;
    border-color: rgba(249, 115, 22, 0.35);
    box-shadow: 0 12px 28px rgba(249, 115, 22, 0.08);
}

.wd-feature-panel-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.95rem;
}

.wd-feature-panel-head strong {
    color: var(--wd-dark);
    font-size: 1rem;
}

.wd-feature-panel:first-child .wd-feature-panel-head strong {
    color: #2563eb;
}

.wd-feature-panel--secondary .wd-feature-panel-head strong {
    color: #ea580c;
}

.wd-feature-panel p {
    margin-bottom: 0.3rem;
}

.wd-score {
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.32rem 0.75rem;
}

.wd-score--good {
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
}

.wd-score--mid {
    background: rgba(217, 119, 6, 0.14);
    color: #b45309;
}

.wd-score--low {
    background: rgba(220, 38, 38, 0.12);
    color: #b91c1c;
}

.wd-detail-list li,
.wd-summary-list li,
.wd-bullet-list li {
    color: var(--wd-muted);
    line-height: 1.7;
    margin-top: 0.55rem;
    padding-left: 1rem;
    position: relative;
}

.wd-detail-list li::before,
.wd-summary-list li::before,
.wd-bullet-list li::before {
    color: var(--wd-primary);
    content: "•";
    left: 0;
    position: absolute;
    top: 0;
}

.wd-detail-list--check li {
    padding-left: 1.45rem;
}

.wd-detail-list--check li::before {
    color: #2563eb;
    content: "✓";
    font-weight: 700;
    left: 0;
    top: 0.02rem;
}

.wd-detail-list--secondary li::before {
    color: #f97316;
}

.wd-arch-stack {
    display: grid;
    gap: 1rem;
}

.wd-arch-card {
    background: rgba(37, 99, 235, 0.04);
    border: 1px solid rgba(37, 99, 235, 0.08);
    border-radius: 20px;
    padding: 1.2rem;
}

.wd-arch-card--secondary {
    background: rgba(148, 163, 184, 0.08);
    border-color: rgba(148, 163, 184, 0.16);
}

.wd-arch-head {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    margin-bottom: 0.75rem;
}

.wd-arch-head i,
.wd-arch-head svg,
.wd-key-card i,
.wd-key-card svg {
    color: var(--wd-primary);
    height: 22px;
    width: 22px;
}

.wd-arch-card--secondary .wd-arch-head i,
.wd-arch-card--secondary .wd-arch-head svg {
    color: #475569;
}

.wd-arch-head strong {
    color: var(--wd-dark);
    display: block;
    font-size: 1rem;
}

.wd-arch-head span {
    color: var(--wd-muted);
    display: block;
    font-size: 0.88rem;
}

.wd-security-grid,
.wd-summary-grid,
.wd-roi-grid,
.wd-key-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-recommendation-grid,
.wd-testimonial-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wd-adv-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wd-icon-box {
    align-items: center;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 18px;
    color: var(--wd-primary);
    display: inline-flex;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.wd-icon-box i,
.wd-icon-box svg {
    height: 22px;
    width: 22px;
}

.wd-roi-card {
    text-align: center;
}

.wd-roi-card .wd-icon-box {
    margin: 0 auto 1rem;
}

.wd-roi-value {
    color: var(--wd-dark);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.wd-adv-card .wd-adv-stat {
    align-items: center;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 18px;
    color: var(--wd-primary-dark);
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 0.55rem;
    margin: 1rem 0 0.8rem;
    padding: 0.65rem 0.95rem;
}

.wd-cta-section {
    padding-top: 2.5rem;
}

.wd-cta-panel {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    border-radius: 30px;
    box-shadow: 0 22px 46px rgba(29, 78, 216, 0.18);
    color: #ffffff;
    padding: 3rem 2rem;
    text-align: center;
}

.wd-cta-panel h3 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0.9rem;
}

.wd-cta-panel p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.08rem;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 680px;
}

.wd-cta-panel .btn-light {
    border-color: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    color: #1f2937;
    font-weight: 700;
    min-width: 148px;
}

.wd-cta-panel .btn-outline-light {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.8);
    border-width: 2px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    color: #ffffff;
    font-weight: 700;
    min-width: 148px;
}

.wd-cta-panel .btn-outline-light:hover,
.wd-cta-panel .btn-outline-light:focus,
.wd-cta-panel .btn-outline-light:active {
    background: #ffffff;
    border-color: #ffffff;
    color: #1d4ed8;
}

.wd-community {
    background: linear-gradient(135deg, #0f172a, #123d6c);
    border-radius: 28px;
    padding: 2rem;
}

.wd-community h3,
.wd-testimonials h3,
.wd-final-card h3 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
}

.wd-community-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wd-community-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 1.3rem 1rem;
    text-align: center;
}

.wd-community-item i,
.wd-community-item svg {
    color: #d9f5ff;
    height: 22px;
    margin-bottom: 0.75rem;
    width: 22px;
}

.wd-community-item strong {
    color: #ffffff;
    display: block;
    font-size: 1.55rem;
    margin-bottom: 0.2rem;
}

.wd-community-item span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
}

.wd-testimonials {
    background: linear-gradient(135deg, #0f172a, #0f3b6d);
    border-radius: 28px;
    padding: 2rem;
}

.wd-testimonial {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.wd-testimonial-head {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.wd-avatar {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 1.75rem;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.wd-testimonial strong,
.wd-testimonial span,
.wd-testimonial small,
.wd-testimonial p {
    color: #ffffff;
}

.wd-testimonial span {
    display: block;
    font-size: 0.9rem;
    opacity: 0.82;
}

.wd-testimonial small {
    display: block;
    font-size: 0.8rem;
    opacity: 0.68;
}

.wd-stars {
    color: #facc15;
    font-size: 0.92rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.8rem;
}

.wd-key-card .wd-icon-box {
    margin-bottom: 1rem;
}

.wd-recommend-tag {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    margin-top: 0.7rem;
    padding: 0.38rem 0.85rem;
}

.wd-recommend-tag--primary {
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
}

.wd-recommend-tag--secondary {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
}

.wd-final-card {
    background: linear-gradient(135deg, #1d4ed8, #0f3b6d);
    border-radius: 30px;
    margin-top: 2rem;
    padding: 2.4rem;
    text-align: center;
}

.wd-final-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
    margin: 0 auto 1.6rem;
    max-width: 820px;
}

.wd-final-card strong {
    color: #ffffff;
}

.wd-final-stats {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.8rem;
}

.wd-final-stat {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 1.25rem 1rem;
}

.wd-final-stat strong {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
}

.wd-final-stat span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
}

.wd-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.wd-final-actions .btn-outline-light:hover,
.wd-final-actions .btn-outline-light:focus {
    color: var(--wd-primary-dark);
}

@media (max-width: 1199px) {
    .wd-recommendation-grid,
    .wd-testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wd-adv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .wd-hero h1 {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .wd-hero {
        padding-top: 7.9rem;
    }

    .wd-hero-panel {
        margin-top: 2rem;
    }

    .wd-hero-card {
        margin-top: 2rem;
    }

    .wd-stat-band {
        margin-top: 0;
        padding: 1.8rem 0 2rem;
    }

    .wd-security-grid,
    .wd-summary-grid,
    .wd-roi-grid,
    .wd-key-grid,
    .wd-community-grid,
    .wd-final-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .whydataease-page .mega-nav-sandbox {
        display: none;
    }

    .wd-hero {
        padding: 7.2rem 0 4rem;
    }

    .wd-hero-points,
    .wd-mini-stats,
    .wd-feature-compare,
    .wd-security-grid,
    .wd-summary-grid,
    .wd-roi-grid,
    .wd-key-grid,
    .wd-recommendation-grid,
    .wd-testimonial-grid,
    .wd-community-grid,
    .wd-final-stats,
    .wd-tag-list {
        grid-template-columns: 1fr;
    }

    .wd-adv-grid {
        grid-template-columns: 1fr;
    }

    .wd-feature-tabs {
        justify-content: flex-start;
    }

    .wd-feature-tab {
        width: 100%;
    }

    .wd-feature-head,
    .wd-adv-head,
    .wd-recommendation-head,
    .wd-feature-panel-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .wd-overview-meta-grid,
    .wd-overview-highlights {
        grid-template-columns: 1fr;
    }

    .wd-hero-actions,
    .wd-final-actions {
        flex-direction: column;
    }

    .wd-hero-actions .btn,
    .wd-final-actions .btn,
    .wd-cta-panel .btn {
        width: 100%;
    }

    .wd-cta-panel {
        border-radius: 24px;
        padding: 2.25rem 1.35rem;
    }

    .wd-hero-card .wd-float {
        border-radius: 16px;
        bottom: 1rem;
        left: 1rem;
        max-width: calc(100% - 2rem);
        padding: 0.85rem 0.95rem;
        right: 1rem;
    }

    .wd-cta-panel h3 {
        font-size: 1.65rem;
    }

    .wd-table-card,
    .wd-card,
    .wd-feature-card,
    .wd-security-card,
    .wd-summary-card,
    .wd-roi-card,
    .wd-adv-card,
    .wd-key-card,
    .wd-recommendation,
    .wd-testimonial {
        border-radius: 20px;
    }
}
