/* ============================================================
   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;
    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;
    width: 100%;
    max-width: 1212px;
    min-height: 396px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 42px 48px 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;
    flex: 0 0 470px;
    padding-left: 32px;
    padding-right: 48px;
}

.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__visual {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    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-intro__inner,
    .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 {
        margin-top: 48px;
        padding: 42px 36px 42px 46px;
    }

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

    .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%;
    }
}

@media (max-width: 767px) {

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

    .ops-intro__title,
    .ops-products__title,
    .ops-logistics__title,
    .ops-method__title {
        font-size: 32px;
    }

    .ops-intro__accent,
    .ops-cta__rings {
        display: none;
    }

    .ops-intro__banner {
        padding: 28px 20px 28px 28px;
    }

    .ops-intro__bar {
        left: 18px;
        top: 31px;
        height: calc(100% - 62px);
    }

    .ops-intro__text,
    .ops-logistics__desc,
    .ops-note__text {
        font-size: 18px;
        line-height: 1.5;
    }

    .ops-card {
        padding-top: 260px;
    }

    .ops-card__media {
        height: 330px;
    }

    .ops-card__icon {
        top: 258px;
    }

    .ops-card__body {
        width: 100%;
        min-height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ops-card__title {
        font-size: 24px;
    }

    .ops-card__desc,
    .ops-card__feature,
    .ops-step__text {
        font-size: 17px;
    }

    .ops-glass-card {
        flex-direction: column;
    }

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

    .ops-logistics__content {
        padding: 32px 24px;
    }

    .ops-method {
        padding-top: 72px;
        padding-bottom: 96px;
    }

    .ops-note {
        grid-template-columns: 1fr;
        padding: 28px 20px;
    }

    .ops-note__icon {
        width: 21px;
    }

    .ops-step__heading {
        min-height: auto;
        font-size: 24px;
    }

    .ops-cta {
        min-height: auto;
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .ops-cta__title {
        font-size: 40px;
    }
}