.spnfd-wrap,
.spnfd-wrap * { box-sizing: border-box; }

.spnfd-wrap {
    --spnfd-teal: #064c54;
    --spnfd-aqua: #008b94;
    --spnfd-yellow: #ffb400;
    --spnfd-soft: #e5f1f1;
    --spnfd-sidebar-width: 258px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fcfbf8;
    color: #1d1d1d;
    isolation: isolate;
}

.spnfd-shell {
    position: relative;
    z-index: 4;
    margin: 0 auto;
    width: 100%;
    max-width: 1115px;
    padding: 44px 20px;
}

.spnfd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--spnfd-sidebar-width);
    column-gap: 54px;
    align-items: start;
}

.spnfd-main { min-width: 0; }

.spnfd-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 20px;
    margin-bottom: 17px;
    color: #006a70;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .02em;
}

.spnfd-eyebrow-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: #f5b400;
}
.spnfd-eyebrow-icon svg { width: 100%; height: 100%; fill: currentColor; }

.spnfd-eyebrow-dots {
    width: 148px;
    height: 10px;
    margin-left: 12px;
    background-image: radial-gradient(circle, currentColor 2px, transparent 2.3px);
    background-size: 14px 10px;
    background-position: 0 center;
    background-repeat: repeat-x;
    opacity: .95;
}

.spnfd-title {
    margin: 0 0 10px;
    max-width: 760px;
    color: #064c54;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 55px;
    line-height: .93;
    font-weight: 400;
    letter-spacing: -.035em;
}

.spnfd-excerpt {
    max-width: 690px;
    margin: 0 0 11px;
    color: #191919;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}
.spnfd-excerpt p { margin: 0; }

.spnfd-featured {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 0 10px;
}
.spnfd-featured img {
    width: 100%;
    height: 211px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}

.spnfd-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 21px;
    padding: 8px 0 5px;
    margin: 0 0 7px;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.15;
}

.spnfd-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 5px 16px;
    border-radius: 999px;
    background: #e4f2f1;
    color: #005660;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.spnfd-meta-item {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #242424;
    white-space: nowrap;
}

.spnfd-meta-icon {
    display: inline-flex;
    color: #008b94;
    width: 18px;
    height: 18px;
}
.spnfd-meta-icon svg { width: 100%; height: 100%; display: block; }

.spnfd-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    line-height: 1.35;
    color: #1d1d1d;
}

.spnfd-content p { margin: 0 0 8px; }
.spnfd-content h2,
.spnfd-content h3,
.spnfd-content h4 {
    margin: 9px 0 3px;
    color: #075761;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    line-height: 1.2;
    font-weight: 700;
}
.spnfd-content a { color: #007f88; text-decoration: underline; }
.spnfd-content img { max-width: 100%; height: auto; border-radius: 12px; }

.spnfd-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 42px;
    margin: 10px 0 7px;
    padding: 7px 14px;
    border-radius: 12px;
    background: #e2f0ef;
    color: #075761;
}
.spnfd-highlight-icon {
    display: inline-flex;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
}
.spnfd-highlight-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; }
.spnfd-highlight-text { font-size: 12px; line-height: 1.25; font-weight: 700; }

.spnfd-nav {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: stretch;
    margin-top: 9px;
    margin-bottom: 11px;
    padding: 8px 12px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(6, 76, 84, .08);
}

.spnfd-nav-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none !important;
    min-width: 0;
}
.spnfd-nav-next { justify-content: flex-end; text-align: right; }
.spnfd-nav-copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.spnfd-nav-copy small { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #252525; line-height: 1.1; }
.spnfd-nav-title { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 10.5px; line-height: 1.15; font-weight: 700; color: #075761; }
.spnfd-nav-arrow {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e3f0ef;
    color: #007f88;
}
.spnfd-nav-arrow svg { width: 23px; height: 23px; }
.spnfd-nav-divider { width: 1px; margin: 0 10px; background: #b9dfe0; }

.spnfd-cta {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    padding: 11px 16px;
    min-height: 61px;
    margin-bottom: 0;
    border-radius: 13px;
    background: #e5f1f1;
}
.spnfd-cta-mark { width: 50px; height: 50px; color: #008691; }
.spnfd-cta-mark svg { width: 100%; height: 100%; display: block; }
.spnfd-cta-title { margin-bottom: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.1; font-weight: 700; color: #005761; }
.spnfd-cta-text { font-family: Arial, Helvetica, sans-serif; font-size: 10.5px; line-height: 1.2; color: #124b52; }
.spnfd-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 107px;
    height: 36px;
    padding: 0 17px;
    border-radius: 999px;
    background: #ffb400;
    color: #fff !important;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}
.spnfd-cta-button:hover { transform: translateY(-1px); box-shadow: 0 6px 14px rgba(247, 179, 0, .28); }
.spnfd-cta-heart { width: 17px; height: 17px; display: inline-flex; }
.spnfd-cta-heart svg { width: 100%; height: 100%; }

.spnfd-related { min-width: 0; }
.spnfd-related-mobile { display: none; }
.spnfd-related-heading {
    margin: 32px 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700;
    color: #075761;
}
.spnfd-related-desktop .spnfd-related-heading { margin-top: 31px; }
.spnfd-related-list { display: flex; flex-direction: column; gap: 13px; }
.spnfd-related-card {
    overflow: hidden;
    padding: 11px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(6, 76, 84, .08);
}
.spnfd-related-image {
    display: block;
    width: 100%;
    height: 108px;
    overflow: hidden;
    border-radius: 10px;
}
.spnfd-related-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.spnfd-related-copy { padding: 10px 4px 2px; }
.spnfd-related-badge { min-height: 23px; padding: 5px 14px; font-size: 9.5px; margin-bottom: 9px; }
.spnfd-related-title { margin: 0 0 11px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.08; font-weight: 700; color: #064c54; }
.spnfd-related-title a { color: inherit; text-decoration: none !important; }
.spnfd-related-link { display: inline-flex; align-items: center; gap: 12px; color: #00858d !important; text-decoration: none !important; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 700; }
.spnfd-related-link span { width: 19px; height: 19px; display: inline-flex; }
.spnfd-related-link svg { width: 100%; height: 100%; }

/* Decoraciones */
.spnfd-decor,
.spnfd-dots,
.spnfd-plant,
.spnfd-curve-right { position: absolute; pointer-events: none; z-index: 1; }
.spnfd-decor-left {
    left: -87px;
    top: 160px;
    width: 165px;
    height: 545px;
    border-radius: 45% 55% 42% 58% / 22% 43% 57% 78%;
    background: #ddeeee;
    opacity: .95;
    transform: rotate(-4deg);
}
.spnfd-decor-top {
    right: -25px;
    top: -94px;
    width: 270px;
    height: 280px;
    border-radius: 41% 0 45% 56% / 40% 0 62% 60%;
    background: #00858b;
    transform: rotate(8deg);
}
.spnfd-top-ring {
    position: absolute;
    left: 86px;
    top: 108px;
    width: 63px;
    height: 63px;
    border: 1.5px solid #063d43;
    border-radius: 50%;
    background: transparent;
}
.spnfd-decor-bottom {
    right: -115px;
    bottom: -115px;
    width: 285px;
    height: 410px;
    border-radius: 58% 42% 0 0 / 37% 58% 0 0;
    background: #ddeeee;
    transform: rotate(12deg);
}
.spnfd-dots {
    width: 56px;
    height: 56px;
    opacity: .85;
    background-image: radial-gradient(circle, #9ed8db 2px, transparent 2.4px);
    background-size: 16px 16px;
}
.spnfd-dots-left { left: 28px; top: 28px; }
.spnfd-dots-right { right: 50px; bottom: 73px; }
.spnfd-plant { left: -8px; top: 430px; width: 120px; height: 330px; }
.spnfd-curve-right { right: 0; top: 40px; width: 175px; height: 210px; }

@media (max-width: 1024px) {
    .spnfd-shell { max-width: 760px; padding-left: 28px; padding-right: 28px; }
    .spnfd-layout { display: block; }
    .spnfd-related-desktop { display: none; }
    .spnfd-related-mobile { display: block; }
    .spnfd-title { max-width: 690px; font-size: 50px; }
    .spnfd-featured img { height: 210px; }
    .spnfd-related-heading { margin-top: 18px; }
    .spnfd-related-card {
        display: grid;
        grid-template-columns: 34% 1fr;
        gap: 14px;
        padding: 10px;
    }
    .spnfd-related-image { height: 102px; }
    .spnfd-related-copy { padding: 1px 4px 0; }
    .spnfd-related-title { margin-bottom: 7px; font-size: 14px; }
    .spnfd-related-badge { margin-bottom: 7px; }
}

@media (max-width: 767px) {
    .spnfd-shell { max-width: 700px; padding: 28px 18px 46px; }
    .spnfd-eyebrow { margin-bottom: 15px; }
    .spnfd-eyebrow-dots { width: 135px; }
    .spnfd-title { font-size: 48px; line-height: .95; margin-bottom: 14px; max-width: 100%; }
    .spnfd-excerpt { font-size: 14px; line-height: 1.35; margin-bottom: 13px; max-width: 100%; }
    .spnfd-featured { margin-bottom: 14px; }
    .spnfd-featured img { height: 205px; }

    .spnfd-meta {
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        gap: 12px 20px;
        align-items: center;
        padding: 11px 15px !important;
        margin-bottom: 16px;
        background: #fff !important;
        border-radius: 14px !important;
        box-shadow: 0 6px 18px rgba(6, 76, 84, .08) !important;
    }
    .spnfd-meta-item { font-size: 12px; }
    .spnfd-badge { padding: 5px 16px; }

    .spnfd-content { font-size: 13px; line-height: 1.35; }
    .spnfd-content p { margin-bottom: 13px; }
    .spnfd-content h2,
    .spnfd-content h3,
    .spnfd-content h4 { font-size: 14px; margin-top: 15px; margin-bottom: 7px; }
    .spnfd-highlight { min-height: 48px; padding: 9px 15px; margin: 14px 0 15px; }
    .spnfd-highlight-text { font-size: 12.5px; }

    .spnfd-nav {
        grid-template-columns: 1fr;
        padding: 10px 14px;
        margin-top: 14px;
        margin-bottom: 17px;
    }
    .spnfd-nav-item { min-height: 55px; }
    .spnfd-nav-divider { width: 100%; height: 1px; margin: 2px 0; background: #b9dfe0; }
    .spnfd-nav-next { justify-content: flex-end; }
    .spnfd-nav-copy small { font-size: 10px; }
    .spnfd-nav-title { font-size: 13px; }
    .spnfd-nav-arrow { width: 42px; height: 42px; flex-basis: 42px; }

    .spnfd-cta {
        grid-template-columns: 58px minmax(0, 1fr) auto;
        gap: 14px;
        min-height: 114px;
        padding: 14px 20px;
        margin-bottom: 0;
    }
    .spnfd-cta-mark { width: 58px; height: 58px; }
    .spnfd-cta-title { font-size: 16px; line-height: 1.12; }
    .spnfd-cta-text { font-size: 12px; line-height: 1.25; }
    .spnfd-cta-button { min-width: 137px; height: 42px; font-size: 13px; }

    .spnfd-related-heading { margin: 18px 0 10px; font-size: 15px; }
    .spnfd-related-list { gap: 10px; }
    .spnfd-related-card {
        grid-template-columns: 34% 1fr;
        gap: 13px;
        padding: 9px;
        min-height: 111px;
    }
    .spnfd-related-image { height: 93px; border-radius: 9px; }
    .spnfd-related-copy { padding-top: 0; }
    .spnfd-related-badge { min-height: 21px; padding: 4px 12px; margin-bottom: 7px; font-size: 9px; }
    .spnfd-related-title { font-size: 14px; line-height: 1.12; margin-bottom: 8px; }
    .spnfd-related-link { font-size: 10.5px; }

    .spnfd-decor-left { left: -100px; top: 165px; width: 160px; height: 560px; }
    .spnfd-decor-top { right: -60px; top: -90px; width: 230px; height: 280px; }
    .spnfd-top-ring { left: 65px; top: 110px; width: 54px; height: 54px; }
    .spnfd-decor-bottom { right: -140px; bottom: -40px; width: 250px; height: 430px; }
    .spnfd-plant { left: -17px; top: 530px; width: 105px; height: 320px; }
    .spnfd-dots-left { display: none; }
    .spnfd-dots-right { right: 28px; bottom: 80px; }
    .spnfd-curve-right { right: -35px; top: 50px; }
}

@media (max-width: 560px) {
    .spnfd-title { font-size: 39px; }
    .spnfd-featured img { height: 180px; }
    .spnfd-meta { grid-template-columns: 1fr 1fr; }
    .spnfd-meta-item { white-space: normal; }
    .spnfd-cta { grid-template-columns: 52px 1fr; }
    .spnfd-cta-button { grid-column: 1 / -1; width: 100%; }
    .spnfd-related-card { grid-template-columns: 38% 1fr; }
}
