@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --wd-bg-main: #050816;
    --wd-bg-soft: #0b1024;
    --wd-primary: #37d5ff;
    --wd-primary-2: #7c5cff;
    --wd-accent: #00f0a8;
    --wd-text-main: #f8fafc;
    --wd-text-muted: #a6b0cf;
    --wd-card-border: rgba(255, 255, 255, 0.12);
    --wd-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --wd-radius: 28px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    background:
        radial-gradient(circle at 16% 25%, rgba(55, 213, 255, 0.13), transparent 28%),
        radial-gradient(circle at 78% 18%, rgba(124, 92, 255, 0.16), transparent 30%),
        radial-gradient(circle at 65% 82%, rgba(0, 240, 168, 0.10), transparent 26%),
        var(--wd-bg-main);
    color: var(--wd-text-main);
    overflow-x: hidden;
}

a {
    color: inherit;
}

a:hover {
    color: var(--wd-primary);
    text-decoration: none;
}

.banner_outer,
.banner_outer .banner-sideshape,
#fixed-form-container,
.contact_map_section {
    display: none !important;
}

.header,
.wd-navbar {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
}

.wd-navbar {
    background: rgba(5, 8, 22, 0.86);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.wd-navbar.is-scrolled {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: rgba(5, 8, 22, 0.96);
}

.wd-nav-shell {
    min-height: 82px;
    gap: 24px;
}

.wd-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff !important;
    text-decoration: none !important;
}

.wd-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-primary-2));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 10px 30px rgba(55, 213, 255, 0.28);
}

.wd-brand-mark img {
    max-width: 26px;
    height: auto;
}

.wd-brand-copy {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.wd-brand-title,
.wd-brand-sub {
    font-size: 1.35rem;
}

.wd-brand-sub {
    color: var(--wd-primary);
}

.wd-nav-toggle {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.04);
}

.wd-nav-toggle .navbar-toggler-icon {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 0;
    background-image: none;
}

.wd-nav-toggle .navbar-toggler-icon + .navbar-toggler-icon {
    margin-top: 5px;
}

.wd-menu {
    align-items: center;
}

.wd-nav-list {
    gap: 4px;
}

.wd-nav-link {
    color: var(--wd-text-muted) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 14px !important;
}

.wd-nav-link:hover,
.wd-nav-link.is-active {
    color: #fff !important;
}

.wd-nav-cta,
.wd-btn-primary {
    border: 0;
    border-radius: 999px;
    color: #06101f !important;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-accent));
    padding: 13px 24px !important;
    font-weight: 800;
    box-shadow: 0 18px 42px rgba(55, 213, 255, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.wd-more-options .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
}

.wd-more-menu {
    min-width: 220px;
    padding: 10px;
    background: rgba(5, 8, 22, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.wd-more-link {
    border-radius: 6px;
    color: var(--wd-text-muted) !important;
    font-size: 0.94rem;
    font-weight: 600;
    padding: 9px 12px;
}

.wd-more-link:hover,
.wd-more-link.is-active {
    background: rgba(55, 213, 255, 0.12);
    color: #fff !important;
}
.wd-nav-cta:hover,
.wd-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 50px rgba(55, 213, 255, 0.36);
    color: #06101f !important;
}

.wd-btn-primary,
.wd-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    text-decoration: none !important;
}

.wd-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #fff !important;
    padding: 13px 24px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.2s ease, background 0.2s ease;
}

.wd-btn-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.09);
}

.wd-hero,
.wd-section {
    position: relative;
}

.wd-hero {
    min-height: 100vh;
    padding-top: 135px;
    display: flex;
    align-items: center;
}

.wd-hero::before {
    content: "";
    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: 54px 54px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
    pointer-events: none;
}

.wd-hero-main,
.wd-section-shell {
    position: relative;
    z-index: 1;
}

.wd-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 460px);
    gap: 42px;
    align-items: center;
}

.wd-section {
    padding: 95px 0;
}

.wd-section-alt,
.wd-section-split::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.wd-section-split::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(55, 213, 255, 0.10);
    color: var(--wd-primary);
    border: 1px solid rgba(55, 213, 255, 0.22);
    font-weight: 700;
    font-size: 0.88rem;
    margin-bottom: 24px;
}

.wd-hero-title,
.wd-section-title {
    font-weight: 800;
    letter-spacing: -0.07em;
    color: #fff;
}

.wd-hero-title {
    font-size: clamp(2.65rem, 6vw, 5.1rem);
    line-height: 0.98;
    margin-bottom: 28px;
}

.wd-section-title {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.08;
    margin-bottom: 18px;
}

.wd-text-gradient {
    background: linear-gradient(135deg, #fff, var(--wd-primary), var(--wd-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wd-hero-subtitle,
.wd-section-subtitle,
.wd-copy,
.wd-soft-card p,
.wd-case-card p,
.wd-process-item p,
.wd-contact-list li,
.wd-form-helper,
.wd-footer-bottom {
    color: var(--wd-text-muted);
    line-height: 1.8;
}

.wd-hero-subtitle {
    font-size: 1.22rem;
    max-width: 670px;
    margin-bottom: 34px;
}

.wd-section-head {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.wd-section-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 42px;
}

.wd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.wd-hero-note {
    margin: 18px 0 0;
    color: var(--wd-text-muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.wd-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 44px;
}

.wd-metric strong {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
}

.wd-metric span {
    color: var(--wd-text-muted);
    font-size: 0.92rem;
}

.wd-card,
.wd-soft-card,
.wd-case-card,
.wd-contact-panel {
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    border: 1px solid var(--wd-card-border);
    box-shadow: var(--wd-shadow);
    backdrop-filter: blur(18px);
}

.wd-card {
    padding: 20px;
    overflow: hidden;
}

.wd-soft-card,
.wd-case-card {
    padding: 30px 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wd-soft-card > p {
    flex: 1;
}

.wd-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgba(55, 213, 255, 0.18), rgba(124, 92, 255, 0.18));
    color: var(--wd-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wd-soft-card h3,
.wd-case-card h3,
.wd-process-item h4,
.wd-contact-panel h3 {
    color: #fff;
    font-weight: 800;
}

.wd-soft-card h3,
.wd-soft-card p {
    overflow-wrap: break-word;
    hyphens: auto;
}

#ia .wd-soft-card {
    text-align: center;
    align-items: center;
}

.wd-service-price {
    display: inline-block;
    margin-top: 14px;
    color: var(--wd-primary);
    font-weight: 700;
    font-size: 0.95rem;
}

.wd-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--wd-primary) !important;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
}

.wd-service-link::after {
    content: "→";
    transition: transform 0.2s ease;
}

.wd-service-link:hover {
    color: #fff !important;
}

.wd-service-link:hover::after {
    transform: translateX(4px);
}

.wd-lead-band {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 42px 0 28px;
    padding: 28px 30px;
    border-radius: var(--wd-radius);
    border: 1px solid rgba(55, 213, 255, 0.28);
    background:
        radial-gradient(circle at 12% 20%, rgba(55, 213, 255, 0.16), transparent 42%),
        radial-gradient(circle at 88% 80%, rgba(0, 240, 168, 0.10), transparent 40%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: var(--wd-shadow);
}

.wd-lead-band-compact {
    margin-top: 42px;
    margin-bottom: 0;
}

.wd-lead-band-copy {
    max-width: 640px;
}

.wd-lead-band-eyebrow,
.wd-offer-eyebrow {
    margin: 0 0 8px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--wd-primary);
}

.wd-lead-band h3,
.wd-offer-panel h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.wd-lead-band p,
.wd-offer-panel p {
    margin: 0;
    color: var(--wd-text-muted);
    line-height: 1.7;
}

.wd-offer-panel {
    margin-top: 8px;
    padding: 26px 28px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.wd-offer-panel .wd-btn-secondary {
    margin-top: 18px;
}

.wd-form-lead {
    margin: 0 0 18px;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

.wd-browser-bar {
    height: 42px;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 0 16px;
}

.wd-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}

.wd-mock-screen {
    position: relative;
    z-index: 2;
    padding: 22px;
    border-radius: 0 0 24px 24px;
    background: rgba(4, 9, 24, 0.76);
}

.wd-mock-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.wd-mock-pill {
    height: 12px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.13);
}

.wd-mock-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 16px;
}

.wd-mock-panel {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(16, 25, 49, 0.98), rgba(12, 18, 36, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px;
}

.wd-chat-bubble {
    border-radius: 16px 16px 16px 6px;
    padding: 12px 14px;
    color: #fff;
    font-size: 0.92rem;
    margin-bottom: 12px;
    max-width: 92%;
    background: rgba(55, 213, 255, 0.12);
}

.wd-chat-bubble.user {
    margin-left: auto;
    border-radius: 16px 16px 6px 16px;
    background: rgba(124, 92, 255, 0.18);
}

.wd-progress-line {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    margin-bottom: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
}

.wd-progress-line span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--wd-primary), var(--wd-accent));
}

.wd-floating-chip {
    position: absolute;
    right: 26px;
    bottom: 26px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: rgba(10, 17, 36, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 16px;
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.3);
}

.wd-grid-4,
.wd-grid-3,
.wd-grid-2 {
    display: grid;
    gap: 24px;
}

.wd-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wd-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .wd-grid-4 .wd-soft-card h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
}

.wd-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wd-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wd-process-panel {
    padding: 32px;
}

.wd-process-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-process-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wd-step-number {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-primary-2));
    color: #fff;
    font-weight: 800;
}

.wd-tech-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
}

.wd-tech-chip {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-weight: 700;
}

.wd-case-result {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1;
    font-weight: 800;
    color: var(--wd-primary);
    margin-bottom: 12px;
}

.wd-contact-wrap {
    padding: 38px;
}

.wd-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
}

.wd-contact-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 14px;
}

.wd-contact-list i {
    color: var(--wd-primary);
    margin-right: 10px;
}

.wd-contact-form {
    display: grid;
    gap: 16px;
}

.wd-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wd-form-group {
    display: grid;
    gap: 8px;
}

.wd-form-group label {
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.wd-input,
.wd-select,
.wd-textarea {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(7, 12, 28, 0.72);
    color: #fff;
    padding: 0 16px;
    outline: 0;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wd-textarea {
    min-height: 132px;
    padding: 14px 16px;
    resize: vertical;
}

.wd-input::placeholder,
.wd-textarea::placeholder {
    color: rgba(166, 176, 207, 0.82);
}

.wd-input:focus,
.wd-select:focus,
.wd-textarea:focus {
    border-color: rgba(55, 213, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(55, 213, 255, 0.12);
}

.wd-input.is-invalid,
.wd-select.is-invalid,
.wd-textarea.is-invalid {
    border-color: rgba(255, 107, 107, 0.8);
    box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.12);
}

.contact-validation-error {
    color: #ff9d9d !important;
}

.wd-footer {
    padding: 56px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 7, 18, 0.78);
}

.wd-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
    gap: 32px;
    align-items: start;
    margin-bottom: 28px;
}

.wd-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #fff;
}

.wd-footer-brand p,
.wd-footer-links p,
.wd-footer-cta p {
    margin: 8px 0 0;
    color: var(--wd-text-muted);
    font-size: 0.95rem;
    font-weight: 400;
}

.wd-footer-links h3,
.wd-footer-cta h3 {
    font-size: 1rem;
    margin: 0 0 12px;
    color: #fff;
}

.wd-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.wd-footer-links a,
.wd-footer-bottom a {
    color: var(--wd-text-muted);
}

.wd-footer-links a:hover,
.wd-footer-bottom a:hover {
    color: var(--wd-primary);
}

.wd-footer-cta .wd-btn-primary {
    margin-top: 14px;
}

.wd-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--wd-text-muted);
    font-size: 0.92rem;
}

.wd-section-cta {
    margin-top: 42px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.wd-section-cta-copy {
    margin: 0;
    color: var(--wd-text-muted);
    max-width: 520px;
}

.wd-case-meta {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.85rem;
    color: var(--wd-text-muted);
}

.wd-case-client {
    margin-top: 16px;
    display: grid;
    gap: 4px;
}

.wd-case-client strong {
    color: #fff;
    font-size: 0.98rem;
}

.wd-case-client span {
    color: var(--wd-text-muted);
    font-size: 0.9rem;
}

.wd-testimonials-grid {
    margin-top: 10px;
}

.wd-testimonial-card {
    border: 1px solid var(--wd-card-border);
    border-radius: var(--wd-radius);
    background: rgba(255, 255, 255, 0.03);
    padding: 28px 24px;
    display: grid;
    gap: 16px;
    min-height: 100%;
}

.wd-testimonial-quote {
    color: var(--wd-primary);
    font-size: 1.2rem;
}

.wd-testimonial-card blockquote {
    margin: 0;
    color: var(--wd-text-main);
    font-size: 1rem;
    line-height: 1.65;
}

.wd-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.wd-testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #050816;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-accent));
}

.wd-testimonial-author strong {
    display: block;
    color: #fff;
}

.wd-testimonial-author span {
    display: block;
    color: var(--wd-text-muted);
    font-size: 0.88rem;
}

.wd-whatsapp-btn,
.wd-whatsapp-link {
    color: #25d366;
}

.wd-whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.wd-floating-actions {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9985;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    pointer-events: none;
}

.wd-floating-actions > * {
    pointer-events: auto;
    position: static;
    bottom: auto;
    right: auto;
}

.wd-whatsapp-float {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    font-size: 1.8rem;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wd-scroll-top-fab {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-primary-2));
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wd-scroll-top-fab[hidden] {
    display: none !important;
}

.wd-scroll-top-fab:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(55, 213, 255, 0.22);
}

#nuevo-movetop,
#custom-movetop-btn {
    display: none !important;
}

.wd-whatsapp-float:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(37, 211, 102, 0.28);
}

.wd-mobile-cta-whatsapp {
    background: #25d366;
    border-color: #25d366;
    color: #fff;
}

.wd-trust-strip {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: grid;
    gap: 12px;
}

.wd-trust-strip li {
    color: var(--wd-text-muted);
    font-size: 0.95rem;
}

.wd-trust-strip i {
    color: var(--wd-accent);
    margin-right: 10px;
}

.wd-required {
    color: var(--wd-primary);
}

.wd-form-optional {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.02);
}

.wd-form-optional summary {
    cursor: pointer;
    color: var(--wd-text-muted);
    font-weight: 600;
    list-style: none;
}

.wd-form-optional summary::-webkit-details-marker {
    display: none;
}

.wd-form-optional summary::after {
    content: '+';
    float: right;
    color: var(--wd-primary);
}

.wd-form-optional[open] summary::after {
    content: "\2212";
}

.wd-form-optional-body {
    margin-top: 16px;
}

.wd-form-privacy {
    margin-bottom: 18px;
}

.wd-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--wd-text-muted);
    font-size: 0.92rem;
    margin: 0;
    cursor: pointer;
}

.wd-checkbox-label input {
    margin-top: 3px;
    accent-color: var(--wd-primary);
}

.wd-checkbox-label a {
    color: var(--wd-primary);
    text-decoration: underline;
}

.wd-btn-block {
    width: 100%;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wd-form-success {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(0, 240, 168, 0.35);
    background: rgba(0, 240, 168, 0.08);
    color: #d7ffef;
    font-size: 0.92rem;
}

.wd-mobile-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9990;
    display: none;
    gap: 10px;
    align-items: center;
}

.wd-mobile-cta.is-visible {
    display: flex;
}

.wd-mobile-cta-primary {
    flex: 1;
    min-height: 52px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    font-weight: 700;
    color: #050816;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-accent));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.wd-mobile-cta-secondary {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(10, 17, 36, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.wd-nav-link.is-active {
    color: var(--wd-primary) !important;
}

body.has-mobile-cta {
    padding-bottom: 84px;
}

body.has-cookie-banner.has-mobile-cta {
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .wd-floating-actions {
        right: 18px;
        bottom: 22px;
    }

    .wd-floating-actions .wd-whatsapp-float {
        display: none;
    }

    body.has-mobile-cta .wd-floating-actions {
        bottom: 88px;
    }

    body.has-cookie-banner .wd-floating-actions {
        bottom: 120px;
    }

    body.has-cookie-banner.has-mobile-cta .wd-floating-actions {
        bottom: 168px;
    }

    body.has-mobile-cta {
        padding-bottom: 92px;
    }

    body.has-cookie-banner.has-mobile-cta {
        padding-bottom: 168px;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .wd-nav-link {
        margin-left: 0;
        padding: 12px 0 !important;
    }

    .wd-nav-cta {
        display: inline-flex;
        margin-top: 12px;
    }

    .wd-hero:not(.wd-hero-slider-section) {
        min-height: auto;
        padding-top: 125px;
        padding-bottom: 78px;
    }

    .wd-hero-grid,
    .wd-section-intro,
    .wd-grid-4,
    .wd-grid-3,
    .wd-contact-grid,
    .wd-footer-grid,
    .wd-grid-2,
    .wd-form-row {
        grid-template-columns: 1fr;
    }

    .wd-section-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .wd-lead-band {
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .wd-lead-band .wd-btn-primary,
    .wd-offer-panel .wd-btn-secondary {
        width: 100%;
    }

    .wd-mobile-cta.is-visible {
        display: flex;
    }

    .wd-floating-chip {
        position: static;
        margin-top: 18px;
    }

    .wd-contact-wrap {
        padding: 30px 24px;
    }

    .wd-footer-bottom {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .wd-section {
        padding: 72px 0;
    }

    .wd-hero-title {
        font-size: 2.7rem;
    }

    .wd-mock-grid {
        grid-template-columns: 1fr;
    }
}

.wd-faq-list {
    display: grid;
    gap: 16px;
    margin-top: 36px;
}

.wd-faq-item {
    border: 1px solid var(--wd-card-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.wd-faq-question {
    margin: 0;
    font-size: 1rem;
}

.wd-faq-toggle {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: var(--wd-text-main);
    font-weight: 600;
    padding: 20px 56px 20px 22px;
    position: relative;
    cursor: pointer;
}

.wd-faq-toggle::after {
    content: '+';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-primary-2));
    color: #050816;
    font-size: 1.1rem;
    line-height: 1;
}

.wd-faq-toggle:not(.collapsed)::after {
    content: "\2212";
}

.wd-faq-answer {
    padding: 0 22px 20px;
    color: var(--wd-text-muted);
}

.wd-faq-answer p {
    margin: 0;
}

/* Hero slider dinámico */
.wd-hero-slider-section {
    --wd-hero-slider-height: clamp(640px, calc(100svh - 82px), 920px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-height: calc(var(--wd-hero-slider-height) + 82px);
    padding: 82px 0 0;
    display: block;
}

.wd-hero-slider-section::before {
    display: none;
}

.wd-hero-slider {
    position: relative;
    width: 100%;
    height: var(--wd-hero-slider-height);
    min-height: var(--wd-hero-slider-height);
}

.wd-hero-slider-track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

.wd-hero-slide {
    position: absolute;
    inset: 0;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.wd-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
}

.wd-hero-slide-backdrop,
.wd-hero-slide-media,
.wd-hero-slide-overlay {
    position: absolute;
    inset: 0;
}

.wd-hero-slide-media picture,
.wd-hero-slide-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.wd-hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.18) saturate(1.22) contrast(1.06);
}

.wd-hero-slide-overlay {
    background:
        linear-gradient(105deg, rgba(5, 8, 22, 0.48) 0%, rgba(5, 8, 22, 0.2) 46%, rgba(5, 8, 22, 0.06) 100%),
        linear-gradient(180deg, rgba(5, 8, 22, 0.16) 0%, rgba(5, 8, 22, 0.04) 42%, rgba(5, 8, 22, 0.36) 100%),
        linear-gradient(135deg, rgba(55, 213, 255, 0.16) 0%, rgba(124, 92, 255, 0.1) 40%, transparent 68%);
}

.wd-hero-slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 96px;
}

.wd-hero-slide-copy {
    max-width: 760px;
}

.wd-hero-slider-section .wd-hero-slide-copy.reveal,
.wd-hero-slider-section .reveal {
    opacity: 1;
    transform: none;
}

.wd-hero-slide-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.2rem, 4.8vw, 4.2rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.06em;
    text-shadow: 0 2px 22px rgba(5, 8, 22, 0.55);
}

.wd-hero-slide-text {
    margin: 0 0 28px;
    max-width: 640px;
    color: #e8eefc;
    font-size: clamp(1.02rem, 1.8vw, 1.18rem);
    line-height: 1.75;
    text-shadow: 0 1px 16px rgba(5, 8, 22, 0.45);
}

.wd-hero-slide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.wd-hero-slide-copy .wd-hero-note {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
}

.wd-hero-slider-ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    pointer-events: none;
}

.wd-hero-slider-btn,
.wd-hero-slider-dots,
.wd-hero-slider-dot {
    pointer-events: auto;
}

.wd-hero-slider-btn {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wd-hero-slider-btn:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(55, 213, 255, 0.35);
}

.wd-hero-slider-dots {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.wd-hero-slider-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.wd-hero-slider-dot.is-active {
    width: 34px;
    background: linear-gradient(135deg, var(--wd-primary), var(--wd-accent));
}

@media (max-width: 991px) {
    .wd-hero-slider-section {
        --wd-hero-slider-height: clamp(560px, calc(100svh - 72px), 760px);
        min-height: calc(var(--wd-hero-slider-height) + 72px);
        padding-top: 72px;
    }
}

@media (max-width: 767px) {
    .wd-hero-slider-section {
        --wd-hero-slider-height: clamp(520px, calc(100svh - 68px), 680px);
        min-height: calc(var(--wd-hero-slider-height) + 68px);
        padding-top: 68px;
    }

    .wd-hero-slide-content {
        padding-top: 28px;
        padding-bottom: 108px;
    }

    .wd-hero-slide-title {
        font-size: clamp(1.9rem, 8vw, 2.6rem);
    }

    .wd-hero-slider-ui {
        bottom: 20px;
        gap: 12px;
    }

    .wd-hero-slider-btn {
        width: 42px;
        height: 42px;
    }
}

/* Política de privacidad */
.wd-privacy-section {
    padding-top: 150px;
}

.wd-privacy-header {
    max-width: 820px;
    margin-bottom: 34px;
}

.wd-privacy-card {
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(14, 20, 44, 0.98), rgba(9, 13, 30, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--wd-shadow);
    backdrop-filter: blur(18px);
    padding: 38px 36px;
    opacity: 1;
    visibility: visible;
}

.wd-privacy-body,
.wd-privacy-prose {
    color: #dce4f5 !important;
    font-size: 1.05rem;
    line-height: 1.9;
}

.wd-privacy-section .wd-privacy-body p,
.wd-privacy-section .wd-privacy-body li,
.wd-privacy-section .wd-privacy-body span,
.wd-privacy-section .wd-privacy-body div,
.wd-privacy-section .wd-privacy-prose p,
.wd-privacy-section .wd-privacy-prose li,
.wd-privacy-section .wd-privacy-prose span,
.wd-privacy-section .wd-privacy-prose div,
.wd-privacy-modal .wd-privacy-body p,
.wd-privacy-modal .wd-privacy-body li,
.wd-privacy-modal .wd-privacy-prose p,
.wd-privacy-modal .wd-privacy-prose li {
    color: #dce4f5 !important;
}

.wd-privacy-section .wd-privacy-body h1,
.wd-privacy-section .wd-privacy-body h2,
.wd-privacy-section .wd-privacy-body h3,
.wd-privacy-section .wd-privacy-body h4,
.wd-privacy-section .wd-privacy-prose h1,
.wd-privacy-section .wd-privacy-prose h2,
.wd-privacy-section .wd-privacy-prose h3,
.wd-privacy-section .wd-privacy-prose h4,
.wd-privacy-modal .wd-privacy-body h1,
.wd-privacy-modal .wd-privacy-body h2,
.wd-privacy-modal .wd-privacy-body h3,
.wd-privacy-modal .wd-privacy-body h4,
.wd-privacy-heading,
.wd-privacy-subheading {
    color: #ffffff !important;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.wd-privacy-heading,
.wd-privacy-body h3,
.wd-privacy-prose h3 {
    margin: 2rem 0 0.85rem;
    font-size: 1.32rem;
    line-height: 1.35;
}

.wd-privacy-subheading,
.wd-privacy-body h4,
.wd-privacy-prose h4 {
    margin: 1.35rem 0 0.65rem;
    font-size: 1.08rem;
    line-height: 1.4;
}

.wd-privacy-section .wd-privacy-body strong,
.wd-privacy-section .wd-privacy-prose strong,
.wd-privacy-modal .wd-privacy-body strong {
    color: #ffffff !important;
}

.wd-privacy-section .wd-privacy-body a,
.wd-privacy-section .wd-privacy-prose a,
.wd-privacy-modal .wd-privacy-body a {
    color: var(--wd-primary) !important;
    text-decoration: underline;
    text-underline-offset: 0.15em;
    font-weight: 600;
}

.wd-privacy-section .wd-privacy-body a:hover,
.wd-privacy-section .wd-privacy-prose a:hover,
.wd-privacy-modal .wd-privacy-body a:hover {
    color: var(--wd-accent) !important;
}

.wd-privacy-body ul,
.wd-privacy-prose ul {
    margin: 0 0 1.1rem;
    padding-left: 1.35rem;
}

.wd-privacy-body li + li,
.wd-privacy-prose li + li {
    margin-top: 0.35rem;
}

.wd-privacy-body hr,
.wd-privacy-prose hr {
    margin: 1.85rem 0;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.wd-privacy-meta,
.wd-privacy-body .text-muted,
.wd-privacy-prose .text-muted {
    color: #b8c4de !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.wd-privacy-body .container-fluid,
.wd-privacy-body .bg-white,
.wd-privacy-prose .container-fluid,
.wd-privacy-prose .bg-white,
.wd-privacy-body .wd-privacy-prose-inner {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.wd-privacy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.wd-privacy-empty {
    margin: 0;
    color: #dce4f5 !important;
    text-align: center;
}

.wd-privacy-modal .modal-content {
    overflow: hidden;
    border: 1px solid var(--wd-card-border);
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(15, 22, 48, 0.98), rgba(11, 16, 36, 0.98));
    box-shadow: var(--wd-shadow);
    color: #dce4f5 !important;
}

.wd-privacy-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent !important;
    padding: 22px 24px 16px;
}

.wd-privacy-modal .modal-title {
    color: #fff !important;
    font-weight: 800;
}

.wd-privacy-modal .close {
    color: #fff;
    opacity: 0.85;
    text-shadow: none;
}

.wd-privacy-modal .modal-body {
    padding: 8px 24px 24px;
    max-height: min(70vh, 720px);
    overflow-y: auto;
    color: #dce4f5 !important;
}

.wd-privacy-modal .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    padding: 16px 24px 24px;
}

@media (max-width: 767px) {
    .wd-privacy-section {
        padding-top: 130px;
    }

    .wd-privacy-card {
        padding: 24px 20px;
    }

    .wd-privacy-body,
    .wd-privacy-prose {
        font-size: 1rem;
        line-height: 1.85;
    }

    .wd-privacy-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wd-privacy-actions .wd-btn-primary,
    .wd-privacy-actions .wd-btn-secondary {
        width: 100%;
    }
}

/* ArtÃ­culos pÃºblicos */
.wd-article-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    border: 1px solid var(--wd-card-border);
    box-shadow: var(--wd-shadow);
    backdrop-filter: blur(18px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.wd-article-card:hover {
    transform: translateY(-4px);
    border-color: rgba(55, 213, 255, 0.28);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.wd-article-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(4, 9, 24, 0.76);
}

.wd-article-media picture,
.wd-article-media img {
    display: block;
    width: 100%;
    height: 100%;
}

.wd-article-image {
    object-fit: cover;
}

.wd-article-icon {
    min-height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(55, 213, 255, 0.12), rgba(124, 92, 255, 0.12));
    color: var(--wd-primary);
    font-size: 2rem;
}

.wd-article-icon-image {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.wd-article-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 24px 28px;
}

.wd-article-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(55, 213, 255, 0.10);
    color: var(--wd-primary);
    border: 1px solid rgba(55, 213, 255, 0.22);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.wd-article-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.25;
}

.wd-article-card p {
    flex: 1;
    margin: 0 0 20px;
    color: var(--wd-text-muted);
    font-size: 0.98rem;
    line-height: 1.75;
}

.wd-article-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wd-article-link:hover,
.wd-article-link:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(55, 213, 255, 0.35);
    color: #fff !important;
    text-decoration: none !important;
}

.wd-articles-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    border-radius: var(--wd-radius);
    background: rgba(255, 255, 255, 0.03);
    color: var(--wd-text-muted);
    text-align: center;
}

.wd-article-modal .modal-content {
    overflow: hidden;
    border: 1px solid var(--wd-card-border);
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(15, 22, 48, 0.98), rgba(11, 16, 36, 0.98));
    box-shadow: var(--wd-shadow);
    color: var(--wd-text-main);
}

.wd-article-modal .modal-dialog {
    max-width: 920px;
}

.wd-article-modal .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent !important;
    padding: 24px 28px 18px;
    color: #fff;
}

.wd-article-modal .modal-title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    letter-spacing: -0.03em;
}

.wd-article-modal .close {
    color: #fff;
    opacity: 0.8;
    text-shadow: none;
}

.wd-article-modal .close:hover {
    opacity: 1;
}

.wd-article-modal .modal-body {
    padding: 8px 28px 28px;
}

.wd-article-modal-image img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-article-modal-content {
    color: var(--wd-text-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.wd-article-modal-content h1,
.wd-article-modal-content h2,
.wd-article-modal-content h3,
.wd-article-modal-content h4 {
    color: #fff;
}

.wd-article-modal-content p:last-child {
    margin-bottom: 0;
}

.wd-article-modal .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 28px 28px;
    background: transparent;
}

.wd-article-modal .btn-close {
    display: none;
}

@media (max-width: 767px) {
    .wd-article-body {
        padding: 22px 20px 24px;
    }

    .wd-article-card h3 {
        font-size: 1.15rem;
    }

    .wd-article-modal .modal-body,
    .wd-article-modal .modal-header,
    .wd-article-modal .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Menu labels stay on one line */
.wd-nav-list {
    align-items: center;
    flex-wrap: nowrap;
}

.wd-nav-link,
.wd-nav-cta {
    white-space: nowrap;
}

.wd-nav-cta {
    min-width: max-content;
}

.wd-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wd-project-card {
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    border: 1px solid var(--wd-card-border);
    box-shadow: var(--wd-shadow);
    backdrop-filter: blur(18px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.wd-project-card:hover {
    transform: translateY(-4px);
    border-color: rgba(55, 213, 255, 0.28);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.wd-project-card__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(4, 9, 24, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-project-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.wd-project-card__media--empty {
    align-items: center;
    display: flex;
    justify-content: center;
}

.wd-project-card__placeholder {
    align-items: center;
    color: rgba(55, 213, 255, 0.72);
    display: flex;
    font-size: 2rem;
    justify-content: center;
}

.wd-project-card:hover .wd-project-card__media img {
    transform: scale(1.035);
}

.wd-project-card__body {
    padding: 20px 20px 22px;
}

.wd-project-card__body h3 {
    color: #fff;
    font-size: 1.14rem;
    line-height: 1.28;
    margin: 0 0 10px;
}

.wd-project-card__body p {
    color: var(--wd-text-muted);
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 16px;
}

.wd-project-card__link {
    align-items: center;
    color: var(--wd-primary);
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    text-decoration: none;
}

.wd-project-card__link:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .wd-projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .wd-projects-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

/* Videos públicos */
.wd-videos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.wd-video-card {
    overflow: hidden;
    border-radius: var(--wd-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    border: 1px solid var(--wd-card-border);
    box-shadow: var(--wd-shadow);
    backdrop-filter: blur(18px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.wd-video-card:hover {
    transform: translateY(-4px);
    border-color: rgba(55, 213, 255, 0.28);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.wd-video-player {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: rgba(4, 9, 24, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wd-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #040918;
}

.wd-video-caption {
    padding: 16px 18px 18px;
}

.wd-video-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wd-text-muted);
}

.wd-video-kicker i {
    color: var(--wd-primary);
}

.wd-videos-empty {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
    color: var(--wd-text-muted);
}

@media (max-width: 991px) {
    .wd-videos-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
