.elementor-291 .elementor-element.elementor-element-90dc31e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fc15104 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --mv-navy:   #11315b;
    --mv-navy-dk: #0a1f3d;
    --mv-red:    #d9042c;
    --mv-white:  #ffffff;
}

.marreco-vendor-page {
    min-height: 100vh;
    background: var(--mv-navy-dk);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 60px 24px;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.marreco-vendor-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 0%, rgba(217,4,44,0.12) 0%, transparent 60%),
        radial-gradient(ellipse 60% 50% at 80% 100%, rgba(17,49,91,0.6) 0%, transparent 70%);
    pointer-events: none;
}

.marreco-vendor-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(255,255,255,0.015) 0px,
        rgba(255,255,255,0.015) 1px,
        transparent 1px,
        transparent 40px
    );
    pointer-events: none;
}

.marreco-vendor-topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--mv-red);
    transform-origin: left;
    animation: mv-bar 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes mv-bar {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

.marreco-vendor-card {
    position: relative;
    z-index: 2;
    max-width: 640px;
    width: 100%;
    text-align: center;
    animation: mv-fadeup 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

@keyframes mv-fadeup {
    from { opacity: 0; transform: translateY(32px); }
    to   { opacity: 1; transform: translateY(0); }
}

.marreco-vendor-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(217,4,44,0.12);
    border: 2px solid rgba(217,4,44,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    animation: mv-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s both;
}

@keyframes mv-pop {
    from { opacity: 0; transform: scale(0.5); }
    to   { opacity: 1; transform: scale(1); }
}

.marreco-vendor-icon svg {
    width: 36px;
    height: 36px;
    stroke: var(--mv-red);
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: mv-draw 0.6s ease 0.9s forwards;
}

@keyframes mv-draw {
    to { stroke-dashoffset: 0; }
}

.marreco-vendor-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--mv-red);
    background: rgba(217,4,44,0.1);
    border: 1px solid rgba(217,4,44,0.25);
    border-radius: 100px;
    padding: 5px 16px;
    margin-bottom: 20px;
    animation: mv-fadeup 0.6s ease 0.6s both;
}

.marreco-vendor-title {
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 800;
    color: var(--mv-white);
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 20px;
    animation: mv-fadeup 0.6s ease 0.7s both;
}

.marreco-vendor-title span { color: var(--mv-red); }

.marreco-vendor-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    line-height: 1.65;
    max-width: 480px;
    margin: 0 auto 40px;
    animation: mv-fadeup 0.6s ease 0.8s both;
}

.marreco-vendor-divider {
    width: 48px;
    height: 3px;
    background: var(--mv-red);
    border-radius: 2px;
    margin: 0 auto 40px;
    animation: mv-fadeup 0.6s ease 0.85s both;
}

.marreco-vendor-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
    animation: mv-fadeup 0.6s ease 0.9s both;
}

.marreco-vendor-info-item {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 20px;
    text-align: left;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.marreco-vendor-info-item:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(217,4,44,0.3);
}

.marreco-vendor-info-icon {
    width: 36px;
    height: 36px;
    background: rgba(217,4,44,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.marreco-vendor-info-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--mv-red);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.marreco-vendor-info-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 4px;
}

.marreco-vendor-info-value {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    line-height: 1.4;
}

.marreco-vendor-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    animation: mv-fadeup 0.6s ease 1s both;
}

.marreco-vendor-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.marreco-vendor-btn svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.marreco-vendor-btn-primary {
    background: var(--mv-red);
    color: var(--mv-white);
}

.marreco-vendor-btn-primary:hover {
    background: #b8032a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(217,4,44,0.35);
}

.marreco-vendor-footer {
    position: relative;
    z-index: 2;
    margin-top: 56px;
    text-align: center;
    animation: mv-fadeup 0.6s ease 1.1s both;
}

.marreco-vendor-footer-logo {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.25);
    text-transform: uppercase;
}

.marreco-vendor-footer-logo span { color: var(--mv-red); }

@media (max-width: 520px) {
    .marreco-vendor-info { grid-template-columns: 1fr; }
    .marreco-vendor-actions { flex-direction: column; }
    .marreco-vendor-btn { justify-content: center; width: 100%; }
}/* End custom CSS */