/* ============================================================
   LOGISTICA PAGE — Operaciones y logistica
   ============================================================ */

.hero--inner .hero__content {
    display: none;
}

.ops-intro,
.ops-products,
.ops-logistics,
.ops-method,
.ops-cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: var(--dark);
}

.ops-intro {
    display: flex;
    justify-content: center;
    padding: 72px 120px 96px;
}

.ops-intro__inner {
    width: 100%;
    max-width: 1346px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.ops-intro__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.ops-intro__icon {
    width: 160px;
    height: auto;
    margin-bottom: 16px;
}

.ops-intro__title {
    max-width: 587px;
    font-family: var(--font-sans);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.36;
    color: #ffffff;
    text-transform: capitalize;
}

.ops-intro__title-gradient,
.ops-products__title span {
    background: linear-gradient(90deg, #fc6817 0%, #fa912c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ops-intro__banner {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 396px;
    display: flex;
    align-items: center;
    padding: 42px 48px;
    background: linear-gradient(135deg, rgba(60, 60, 60, 0.95) 0%, rgba(40, 40, 40, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: visible;
}

.ops-intro__banner-content {
    position: relative;
    width: 100%;
    max-width: 470px;
    padding-left: 32px;
    padding-right: 0;
}

.ops-intro__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100px;
    background: #0052b4;
    border-radius: 2px;
}

.ops-intro__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
    color: #ffffff;
}

.ops-intro__text--secondary {
    margin-top: 18px;
}

.ops-intro__visual {
    position: absolute;
    right: 0;
    top: 228px; /* 44px below title top (title starts at ~184px from inner top) */
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.ops-intro__image-container {
    position: relative;
    width: 524px;
    height: 465px;
    transform: rotate(180deg) scaleY(-1);
}

.ops-intro__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.ops-intro__badge {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg) scaleY(-1);
}

.ops-intro__badge img {
    width: 52px;
    height: 52px;
}

.ops-intro__badge--thunder {
    left: 32px;
    bottom: 64px;
    background: rgba(198, 203, 212, 0.75);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.ops-intro__badge--seal {
    right: 32px;
    top: 32px;
    background: rgba(238, 238, 238, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ops-products {
    padding: 56px 120px 112px;
}

.ops-products__bg {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}

.ops-products__inner,
.ops-logistics__inner,
.ops-method__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
}

.ops-products__inner {
    display: flex;
    flex-direction: column;
    gap: 58px;
}

.ops-products__header {
    text-align: center;
}

.ops-products__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    color: #fff;
}

.ops-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 44px;
}

.ops-card {
    position: relative;
    padding-top: 341px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ops-card__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 441px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}

.ops-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ops-card__icon {
    position: absolute;
    top: 365px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 98px;
    height: 98px;
    border-radius: 49px;
    background: rgba(255, 251, 251, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.ops-card__icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.ops-card__icon--frame {
    background: transparent;
    box-shadow: none;
}

.ops-card__icon--frame img {
    width: 98px;
    height: 98px;
}

.ops-card__body {
    position: relative;
    flex: 1;
    min-height: 480px;
    margin: 75px auto 0;
    width: min(364px, calc(100% - 56px));
    padding: 104px 28px 28px;
    border: 0.5px solid #fff;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(113, 115, 121, 0.8) 0%, rgba(44, 45, 48, 0.8) 100%);
    box-shadow: inset 0 4px 4px rgba(255, 244, 244, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ops-card--accent .ops-card__body {
    background: linear-gradient(180deg, rgba(89, 91, 96, 0.8) 0%, rgba(43, 44, 46, 0.8) 100%);
}

.ops-card__title {
    font-family: var(--font-serif);
    font-size: 28px;
    line-height: 1.22;
    letter-spacing: 1.2px;
    color: #fff;
    text-shadow: 0 4px 3.9px rgba(0, 0, 0, 0.4);
}

.ops-card__desc {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.4;
    color: #fff4f4;
}

.ops-card__feature {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 28px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff4f4;
}

.ops-card__feature img {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    object-fit: contain;
}

.ops-card__cta {
    margin-top: auto;
    width: 100%;
    max-width: 296px;
    padding: 16px 18px;
    border-radius: 7px;
    background: linear-gradient(180deg, #ff8d28 0%, #fa5a12 100%);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
}

.ops-logistics {
    padding: 132px 120px 118px;
}

.ops-logistics__inner {
    display: grid;
    grid-template-columns: minmax(0, 674px) minmax(0, 541px);
    align-items: start;
    gap: 108px;
}

.ops-logistics__visual {
    position: relative;
    min-height: 584px;
}

.ops-logistics__main-photo {
    width: 449px;
    border-radius: 20px;
    overflow: hidden;
}

.ops-logistics__main-photo img,
.ops-logistics__side-photo img {
    height: 100%;
    object-fit: cover;
}

.ops-logistics__side-photo {
    position: absolute;
    top: 0;
    right: 7px;
    width: 177px;
    height: 237px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 20px 21px 82px rgba(41, 95, 131, 0.08);
}

.ops-glass-card {
    position: absolute;
    left: 110px;
    display: flex;
    gap: 20px;
    width: 616px;
    min-height: 112px;
    padding: 20px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(27px);
    -webkit-backdrop-filter: blur(27px);
    color: #202636;
}

.ops-glass-card img {
    width: 72px;
    height: 72px;
    flex: 0 0 auto;
}

.ops-glass-card p {
    font-size: 19.8px;
    line-height: 1.67;
}

.ops-glass-card strong {
    font-weight: 600;
}

.ops-glass-card--fob {
    top: 277px;
    box-shadow: 20px 21px 41px rgba(41, 95, 131, 0.08);
}

.ops-glass-card--cif {
    top: 460px;
    border: 1.65px solid #fff;
}

.ops-logistics__content {
    margin-top: 24px;
    padding: 68px 40px;
    border: 0.5px solid #fff;
    border-radius: 12px;
    background: #323030;
}

.ops-logistics__title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.27;
    color: #fff;
}

.ops-logistics__divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0 20px;
    background: rgba(255, 255, 255, 0.6);
}

.ops-logistics__desc {
    font-family: var(--font-inter);
    font-size: 24px;
    line-height: 1.38;
    color: #fff;
}

.ops-method {
    padding: 122px 120px 160px;
}

.ops-method__section-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.ops-method__title {
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1.76px;
    color: #fff;
}

.ops-method__timeline {
    position: relative;
    margin-top: 110px;
}

.ops-method__bodar {
    display: block;
    position: absolute;
    top: 184px;
    left: -5.75%;
    width: 111.4%;
    max-width: none;
    height: 253px;
    z-index: 0;
    pointer-events: none;
}

.ops-method__steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding-top: 210px;
    margin-top: -210px;
}

.ops-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.ops-step__circle {
    position: relative;
    width: 177px;
    height: 201px;
    flex-shrink: 0;
}

.ops-step__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ops-step__photo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50%;
}

.ops-step__heading {
    margin-top: 28px;
    min-height: 74px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: capitalize;
}

.ops-step__text {
    max-width: 230px;
    font-size: 19px;
    line-height: 1.38;
    text-transform: capitalize;
}

.ops-note {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(1131px, 100%);
    margin: 120px auto 0;
    overflow: visible;
}

.ops-note__swoosh {
    position: absolute;
    left: 52.7%;
    top: 78.1%;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 82.7%;
    height: auto;
    aspect-ratio: 1311.24 / 832.87;
    max-width: none;
    z-index: 0;
    pointer-events: none;
}

.ops-method__group12 {
    position: absolute;
    top: 58.57%;
    left: 61.96%;
    width: 9.54%;
    height: 12%;
    max-width: none;
    z-index: 0;
    pointer-events: none;
}

.ops-note__flame {
    position: relative;
    z-index: 1;
    margin-bottom: -18px;
}

.ops-note__body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 48px 48px 48px 58px;
    border-left: 10px solid #fdca35;
    background: rgba(90, 92, 97, 0.8);
}

.ops-note__icon {
    display: block;
    flex-shrink: 0;
}

.ops-note__title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.ops-note__title strong {
    font-size: 24px;
    font-weight: 700;
}

.ops-note__text {
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.46;
    color: #fff;
}

.ops-cta {
    min-height: 685px;
    padding: 115px 94px 90px;
    display: flex;
    align-items: center;
}

.ops-cta__bg,
.ops-cta__rings {
    position: absolute;
}

.ops-cta__bg {
    inset: 0;
    height: 100%;
    object-fit: cover;
}

.ops-cta__rings {
    right: 72px;
    top: -26px;
    width: 711px;
    height: 711px;
    opacity: 0.5;
}

.ops-cta__rings img:nth-child(1) {
    position: absolute;
    inset: 27.61%;
}

.ops-cta__rings img:nth-child(2) {
    position: absolute;
    inset: 38.65%;
}

.ops-cta__rings img:nth-child(3) {
    position: absolute;
    inset: 46%;
}

.ops-cta__content {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.ops-cta__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.ops-cta__mini {
    width: 168px;
    margin-top: 22px;
}

.ops-cta__actions {
    display: flex;
    gap: 43px;
    margin-top: 43px;
}

.ops-cta__button {
    min-height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 2px rgba(0, 0, 0, 0.4);
}

.ops-cta__button--primary {
    width: 376px;
    background: linear-gradient(180deg, #ff8d28 0%, #fa5a12 100%);
}

.ops-cta__button--secondary {
    width: 343px;
    background: rgba(61, 64, 75, 0.8);
}

@media (max-width: 1360px) {

    .ops-intro,
    .ops-products,
    .ops-logistics,
    .ops-method,
    .ops-cta {
        padding-left: 48px;
        padding-right: 48px;
    }

    .ops-products__grid,
    .ops-method__steps {
        gap: 24px;
    }

    .ops-glass-card {
        width: calc(100% - 120px);
    }
}

@media (max-width: 1100px) {

    .ops-logistics__inner,
    .ops-products__grid,
    .ops-method__steps,
    .ops-cta__actions {
        grid-template-columns: 1fr;
        display: grid;
    }

    .ops-intro {
        padding-top: 48px;
    }

    .ops-intro__banner {
        padding: 42px 36px 42px 46px;
        min-height: 0;
    }

    .ops-intro__banner-content {
        max-width: 100%;
        padding-right: 32px;
    }

    .ops-intro__visual {
        position: relative;
        top: auto;
        right: auto;
        min-height: auto;
        padding-bottom: 40px;
        justify-content: center;
    }

    .ops-logistics__visual {
        min-height: auto;
        padding-bottom: 40px;
    }

    .ops-intro__image-container {
        width: 100%;
        max-width: 524px;
        height: auto;
        aspect-ratio: 524 / 465;
        margin: 0 auto;
    }

    .ops-intro__image-wrap,
    .ops-intro__shadow,
    .ops-intro__badge,
    .ops-logistics__side-photo,
    .ops-glass-card {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        transform: none;
    }

    .ops-intro__image-wrap {
        margin-top: 24px;
    }

    .ops-intro__shadow {
        width: 82%;
        margin: 0 auto -120px;
    }

    .ops-intro__badge {
        width: 80px;
        height: 80px;
    }

    .ops-intro__badge--thunder,
    .ops-intro__badge--seal {
        position: absolute;
    }

    .ops-intro__badge--thunder {
        left: 20px;
        bottom: 8px;
    }

    .ops-intro__badge--seal {
        right: 20px;
        top: 8px;
    }

    .ops-card {
        max-width: 420px;
        margin: 0 auto;
    }

    .ops-logistics__content {
        order: -1;
        margin-top: 0;
    }

    .ops-logistics__main-photo {
        width: 100%;
        max-width: 449px;
    }

    .ops-logistics__side-photo {
        width: 180px;
        height: 220px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .ops-glass-card {
        margin-top: 20px;
        width: 100%;
    }

    .ops-method__bodar {
        display: none;
    }

    .ops-method__steps {
        padding-top: 0;
        margin-top: 56px;
    }

    .ops-step {
        margin: 0 auto;
    }

    .ops-cta__rings {
        width: 420px;
        height: 420px;
        right: -40px;
        top: 40px;
    }

    .ops-cta__actions {
        gap: 16px;
        margin-top: 32px;
    }

    .ops-cta__button,
    .ops-cta__button--primary,
    .ops-cta__button--secondary {
        width: 100%;
    }
}

/* ============================================================
   MOBILE RESPONSIVE — logistica page
   Breakpoint: ≤ 768px  (Figma frame: 429px wide)
   ============================================================ */
@media (max-width: 768px) {

    /* ===========================
       OPS-INTRO — Our Solution
       Figma: bg #141414, h=411px, absolute-positioned children
    =========================== */
    .ops-intro {
        /* Section height tracks the scaled inner (411px design height scaled
           by the same 100vw/430px ratio applied to .ops-intro__inner below),
           so there's no leftover empty space under/over the scaled content. */
        height: calc(100vw * 411 / 430);
        min-height: 0;
        padding: 0;
        overflow: hidden;
    }

    .ops-intro__inner {
        /* Build the section at Figma's exact 430x411 design size, then scale
           the whole thing down/up to fit the real viewport width. This keeps
           every absolutely-positioned child's relative position, spacing and
           font size proportionally identical to Figma at any device width —
           eliminating clipping (image/banner) and overlap (text/image) bugs
           that fixed-pixel values produce once the viewport isn't exactly
           430px wide. At 390px this scales by 390/430 ≈ 0.907; at exactly
           430px the scale is 1 (pixel-perfect match to the Figma frame). */
        position: absolute;
        top: 0;
        left: 0;
        width: 430px;
        height: 411px;
        transform-origin: top left;
        transform: scale(calc(100vw / 430px));
        display: block;
        max-width: none;
        gap: 0;
    }

    .ops-intro__header {
        position: absolute;
        inset: 0;
        display: block;
        gap: 0;
    }

    .ops-intro__icon {
        position: absolute;
        top: 72px;
        left: 47px;
        width: 51px;
        height: 46px;
        margin: 0;
    }

    .ops-intro__title {
        position: absolute;
        top: 68px;
        left: 102px;
        width: 211px;
        max-width: none;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-transform: none;
    }

    .ops-intro__banner {
        position: absolute;
        top: 131px;
        left: 34px;
        right: auto;
        width: 346px;
        /* Tall enough to contain BOTH paragraphs (primary ends at ~145px;
           secondary starts at 162px and the rendered Montserrat wrap is
           ~80px tall, ending at ~242px) plus a few px of bottom padding —
           Figma's visible card extends well past the 157px "Banner" frame box. */
        height: 248px;
        min-height: 248px;
        max-height: none;
        margin: 0;
        padding: 0;
        border-radius: 8px;
        background: linear-gradient(135deg, rgba(60, 60, 60, 0.95) 0%, rgba(40, 40, 40, 0.95) 100%);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
        display: block;
    }

    .ops-intro__banner-content {
        position: static;
        flex: none;
        padding: 0;
        width: 176px;
        /* left offset 6px (was 30px) — matches Figma's relative x=6 for the
           primary paragraph, keeping its right edge (6+176=182) clear of the
           image which starts at banner-relative x=187. The old 30px offset
           pushed the text's right edge to 206px, overlapping the image by ~19px. */
        margin: 50px 0 0 6px;
    }

    .ops-intro__bar {
        position: absolute;
        /* Relative to .ops-intro__banner (banner-content is now static) */
        left: 14px;
        top: 18px;
        width: 1px;
        height: 32px;
        background: #0052b4;
        border-radius: 1px;
    }

    .ops-intro__text {
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        font-weight: 500;
    }

    .ops-intro__text--secondary {
        /* Positioned relative to .ops-intro__banner (banner-content is static).
           top:162px sits inside the banner now that its height is 238px
           (162 + ~67px of wrapped text ≈ 229px, comfortably within bounds). */
        position: absolute;
        left: 6px;
        top: 162px;
        /* 334px = banner width(346) - 6px left - 6px right, keeps the text
           fully inside the card instead of overflowing its right edge by 3px. */
        width: 334px;
        margin-top: 0;
        font-weight: 500;
    }

    .ops-intro__visual {
        position: absolute;
        /* Visual is now a direct child of ops-intro__inner (not inside banner).
           Banner is at left:34px, top:131px from inner. Old offset from banner
           was left:187px, top:-22px → absolute from inner: 34+187=221, 131-22=109. */
        left: 221px;
        top: 109px;
        width: 193px;
        height: 171px;
        min-height: auto;
        padding: 0;
        flex: none;
        display: block;
        justify-content: flex-start;
    }

    .ops-intro__image-container {
        position: relative;
        width: 193px;
        height: 171px;
        transform: none;
        border-radius: 6px;
        overflow: visible;
    }

    .ops-intro__image {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        transform: rotate(180deg) scaleY(-1);
    }

    .ops-intro__badge {
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 16px;
        transform: none;
    }

    .ops-intro__badge img {
        width: 17px;
        height: 17px;
    }

    .ops-intro__badge--thunder {
        top: 69px;
        left: 10px;
        bottom: auto;
        right: auto;
        backdrop-filter: blur(3.8px);
        -webkit-backdrop-filter: blur(3.8px);
    }

    .ops-intro__badge--seal {
        top: 23px;
        left: 156px;
        right: auto;
        bottom: auto;
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .ops-intro__badge--seal img {
        width: 32px;
        height: 32px;
    }

    /* ===========================
       OPS-PRODUCTS — Portafolio
       Figma: h=1805px, vertical stack of 3 cards
    =========================== */
    .ops-products {
        padding: 15px 33px;
    }

    .ops-products__inner {
        gap: 16px;
    }

    .ops-products__header {
        max-width: 317px;
        margin: 0 auto;
    }

    .ops-products__title {
        font-size: 18px;
        line-height: 16.8px;
        letter-spacing: 0.36px;
        font-weight: 600;
    }

    .ops-products__grid {
        grid-template-columns: 1fr;
        gap: 12px;
        justify-items: center;
        grid-auto-rows: auto;
    }

    .ops-card {
        max-width: 280px;
        width: 100%;
        padding-top: 0;
        margin: 0 auto;
        align-items: center;
    }

    .ops-card__media {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 280px;
        height: 160px;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        margin: 0 auto -12px;
        z-index: 1;
    }

    .ops-card__icon {
        position: absolute;
        top: 122.5px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        box-shadow: 0 2.2px 2.2px rgba(0, 0, 0, 0.25);
        z-index: 3;
    }

    .ops-card__icon img {
        width: 28px;
        height: 28px;
    }

    .ops-card__icon--frame {
        background: transparent;
        box-shadow: none;
    }

    .ops-card__icon--frame img {
        width: 50px;
        height: 50px;
    }

    .ops-card__body {
        width: 218px;
        min-height: 295px;
        max-width: 218px;
        margin: 0 auto;
        padding: 40px 18px 18px;
        border-radius: 4px;
        gap: 12px;
        flex-shrink: 0;
    }

    .ops-card__title {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.4px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    }

    .ops-card:last-child .ops-card__title {
        font-size: 16px;
        letter-spacing: 1.6px;
    }

    .ops-card__desc {
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .ops-card__feature {
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px;
        gap: 4px;
    }

    .ops-card__feature img {
        width: 19px;
        height: 18px;
    }

    .ops-card__cta {
        margin-top: 18px;
        max-width: 148px;
        padding: 6px 8px;
        border-radius: 2px;
        font-size: 8px;
        line-height: 10px;
        box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.4);
    }

    /* ===========================
       OPS-LOGISTICS — Modalidades
       Figma: title card + visual stacked
    =========================== */
    .ops-logistics {
        padding: 0;
        background: #141414;
    }

    .ops-logistics__inner {
        display: flex;
        flex-direction: column;
        max-width: none;
        gap: 0;
    }

    .ops-logistics__content {
        order: -1;
        width: auto;
        max-width: 363px;
        margin: 37px auto 0;
        padding: 44px 26px;
        background: #323030;
        border: 0.335px solid #fff;
        border-radius: 8px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ops-logistics__title {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0.32px;
        font-weight: 600;
        max-width: 302px;
    }

    .ops-logistics__divider {
        margin: 10px 0;
        height: 1px;
    }

    .ops-logistics__desc {
        font-size: 14px;
        line-height: 18px;
        font-family: var(--font-inter);
        color: #fff;
    }

    .ops-logistics__visual {
        position: relative;
        width: 100%;
        height: 351px;
        min-height: 351px;
        margin: 0;
        padding: 0 32px;
    }

    .ops-logistics__main-photo {
        position: absolute;
        top: 63px;
        left: 32px;
        width: 188px;
        height: 167px;
        border-radius: 5px;
        max-width: none;
        overflow: hidden;
    }

    .ops-logistics__main-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ops-logistics__side-photo {
        position: absolute;
        top: 37px;
        left: 234px;
        right: auto;
        width: 92px;
        height: 90px;
        border-radius: 5px;
        box-shadow: 5.6px 5.8px 22.4px rgba(41, 95, 131, 0.08);
    }

    .ops-logistics__side-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ops-glass-card {
        position: absolute;
        flex-direction: row;
        align-items: center;
        left: 146px;
        right: 16px;
        width: auto;
        max-width: 252px;
        min-height: auto;
        padding: 6px 8px;
        border-radius: 5px;
        gap: 6px;
        backdrop-filter: blur(7.4px);
        -webkit-backdrop-filter: blur(7.4px);
    }

    .ops-glass-card img {
        width: 30px;
        height: 30px;
        flex: 0 0 auto;
    }

    .ops-glass-card p {
        font-size: 10px;
        line-height: 12px;
    }

    .ops-glass-card--fob {
        top: 127px;
        height: 82px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    }

    .ops-glass-card--cif {
        top: 213px;
        height: 74px;
        border: 0.45px solid #fff;
    }

    /* ===========================
       OPS-METHOD — Metodología de Trabajo
       Figma: h=556px, 4-step timeline + note
    =========================== */
    .ops-method {
        height: 556px;
        min-height: 556px;
        padding: 0;
        overflow: hidden;
        position: relative;
    }

    .ops-method__section-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0.2;
        object-fit: cover;
    }

    .ops-note__swoosh {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%) rotate(30deg);
        width: 356px;
        max-width: none;
        height: auto;
        aspect-ratio: 355.73 / 225.95;
        opacity: 0.7;
        z-index: 1;
    }

    .ops-method__group12 {
        position: absolute;
        top: 58.95%;
        left: 79.19%;
        width: 9.07%;
        height: 8.66%;
        z-index: 0;
    }

    .ops-method__inner {
        position: relative;
        z-index: 2;
        max-width: none;
        height: 100%;
        padding: 0;
    }

    .ops-method__title {
        position: absolute;
        top: 65px;
        left: 50%;
        transform: translateX(-50%);
        width: 216px;
        font-size: 16px;
        line-height: 17px;
        font-weight: 600;
        letter-spacing: 0.64px;
        text-align: center;
    }

    .ops-method__timeline {
        position: absolute;
        top: 105px;
        left: 0;
        right: 0;
        margin: 0;
        height: 180px;
    }

    .ops-method__bodar {
        display: none;
        position: absolute;
        top: 0;
        left: 59px;
        right: 0;
        width: auto;
        height: 72px;
        max-width: none;
    }

    .ops-method__steps {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
        padding: 8px 32px 0;
        margin: 0;
        width: 100%;
    }

    .ops-step {
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .ops-step__circle {
        width: 48px;
        height: 57px;
    }

    .ops-step__ring {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .ops-step__photo {
        position: absolute;
        top: 2.83px;
        left: 2.37px;
        width: 43px;
        height: 51.5px;
        border-radius: 50%;
        object-fit: cover;
    }

    .ops-step__heading {
        margin-top: 18px;
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
        min-height: 24px;
        text-transform: capitalize;
        max-width: 73px;
    }

    .ops-step__text {
        margin-top: 14px;
        font-size: 8px;
        line-height: 10px;
        max-width: 72px;
    }

    .ops-note {
        position: absolute;
        bottom: 56px;
        left: 50%;
        transform: translateX(-50%);
        width: 341px;
        max-width: none;
        margin: 0;
        z-index: 3;
        padding: 0;
    }

    .ops-note__body {
        width: 100%;
        padding: 13px 13px 13px 26px;
        border-left: 6px solid #fdca35;
        background: rgba(90, 92, 97, 0.8);
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .ops-note__title {
        font-size: 14px;
        line-height: 9px;
        letter-spacing: 0.065px;
        gap: 8px;
        margin: 0;
    }

    .ops-note__title strong {
        font-size: 14px;
    }

    .ops-note__icon {
        width: 9px;
        height: 11px;
    }

    .ops-note__text {
        margin-top: 0;
        font-size: 10px;
        line-height: 12px;
    }

    /* ===========================
       OPS-CTA — ¿Está listo?
       Figma: h=262px, dark bg + decorative rings
    =========================== */
    .ops-cta {
        height: 262px;
        min-height: 262px;
        padding: 18px 16px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .ops-cta__bg {
        opacity: 0.2;
    }

    .ops-cta__content {
        position: relative;
        z-index: 2;
        max-width: 250px;
        padding: 0 14px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ops-cta__header {
        margin: 0;
    }

    .ops-cta__title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.1;
        max-width: 207px;
    }

    .ops-cta__social-links {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .ops-cta__social-link svg {
        width: 17px;
        height: 17px;
    }

    .ops-cta__mini {
        width: 80px;
        margin-top: 0;
    }

    .ops-cta__actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-top: 0;
        width: 100%;
    }

    .ops-cta__button {
        width: 100%;
        max-width: 222px;
        height: 30px;
        min-height: 30px;
        padding: 4px;
        border-radius: 2px;
        font-size: 10px;
        line-height: 12px;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    }

    .ops-cta__button--primary,
    .ops-cta__button--secondary {
        width: 100%;
        max-width: 222px;
    }
}