:root {
--velchk-green-start:  #30BF2F;
--velchk-green-end:    #59F270;
--velchk-dark:         #1F1F1F;
--velchk-light:        #F6F7F9;
--velchk-white:        #FFFFFF;
--velchk-border:       #E2E8F0;
--velchk-text:         #1F1F1F;
--velchk-text-muted:   #718096;
--velchk-error:        #E53E3E;
--velchk-radius:       12px;
--velchk-radius-sm:    8px;
--velchk-gradient:     linear-gradient(90deg, var(--velchk-green-start), var(--velchk-green-end));
--velchk-shadow-btn:   0 4px 16px rgba(48, 191, 47, 0.35);
} .velchk-btn--whatsapp {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: var(--velchk-gradient);
color: var(--velchk-white) !important;
border: none;
border-radius: var(--velchk-radius);
padding: 14px 24px;
font-size: 15px;
font-weight: 700;
line-height: 1;
cursor: pointer;
text-decoration: none !important;
box-shadow: var(--velchk-shadow-btn);
transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
position: relative;
overflow: hidden;
width: 100%;
max-width: 100%;
box-sizing: border-box;
font-family: inherit;
letter-spacing: 0.01em;
}
.velchk-btn--whatsapp::before {
content: '';
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0);
transition: background 0.2s;
}
.velchk-btn--whatsapp:hover {
opacity: 0.92;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(48, 191, 47, 0.45);
}
.velchk-btn--whatsapp:active {
transform: translateY(0);
opacity: 1;
}
.velchk-btn--whatsapp:disabled,
.velchk-btn--whatsapp.velchk-btn--loading {
opacity: 0.7;
cursor: not-allowed;
transform: none;
}
.velchk-btn__icon {
width: 22px !important;
height: 22px !important;
min-width: 22px;
min-height: 22px;
max-width: 22px;
max-height: 22px;
flex-shrink: 0;
display: inline-block;
} .velchk-btn--whatsapp .velchk-btn__icon,
.velchk-btn--whatsapp svg.velchk-btn__icon {
fill: #ffffff !important;
color: #ffffff !important;
}
.velchk-btn--whatsapp .velchk-btn__icon path,
.velchk-btn--whatsapp svg.velchk-btn__icon path {
fill: #ffffff !important;
} .velchk-mini-cart-btn-wrapper .velchk-btn--mini-cart,
.velchk-mini-cart-btn-wrapper .velchk-btn--mini-cart span {
color: #ffffff !important;
} .velchk-btn--product {
margin-top: 12px;
margin-bottom: 14px;
} .velchk-btn--cart {
margin-top: 10px;
} .velchk-btn--mini-cart {
margin-top: 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
width: 100% !important;
padding: 11px 16px !important;
font-size: 13px !important;
font-weight: 700 !important;
line-height: 1 !important;
white-space: nowrap;
box-sizing: border-box !important;
background: var(--velchk-gradient) !important;
color: var(--velchk-white) !important;
border-radius: var(--velchk-radius-sm) !important;
border: none !important;
box-shadow: var(--velchk-shadow-btn) !important;
text-decoration: none !important;
}
.velchk-btn--mini-cart .velchk-btn__icon {
width: 18px !important;
height: 18px !important;
min-width: 18px;
max-width: 18px;
flex-shrink: 0 !important;
} .velchk-btn--checkout {
font-size: 17px;
padding-top: 27px !important;
padding-bottom: 27px !important;
padding-left: 28px;
padding-right: 28px;
letter-spacing: 0.02em;
margin-top: 39px;
} .velchk-btn__spinner {
display: none;
width: 18px;
height: 18px;
border: 2px solid rgba(255,255,255,0.4);
border-top-color: var(--velchk-white);
border-radius: 50%;
animation: velchk-spin 0.6s linear infinite;
}
.velchk-btn--loading .velchk-btn__spinner {
display: inline-block;
}
@keyframes velchk-spin {
to { transform: rotate(360deg); }
} body.velchk-hide-add-to-cart .single_add_to_cart_button:not([class*="buy-now"]):not([class*="buy_now"]):not(.woo-buy-now):not(.wc-direct-checkout),
body.velchk-hide-add-to-cart .add_to_cart_button:not([class*="buy-now"]):not([class*="buy_now"]),
body.velchk-hide-add-to-cart .woocommerce form.cart .button:not([class*="buy-now"]):not([class*="buy_now"]):not(.velchk-btn) {
display: none !important;
} body.velchk-hide-buy-now .wc-buy-now,
body.velchk-hide-buy-now .buy-now,
body.velchk-hide-buy-now .buy_now_button,
body.velchk-hide-buy-now [class*="buy-now"]:not(.velchk-btn),
body.velchk-hide-buy-now [class*="buy_now"]:not(.velchk-btn),
body.velchk-hide-buy-now [name="buy_now"],
body.velchk-hide-buy-now .wc-direct-checkout,
body.velchk-hide-buy-now .cartflows-buy-now-btn,
body.velchk-hide-buy-now .quick-buy,
body.velchk-hide-buy-now .woo-buy-now {
display: none !important;
} .velchk-checkout-wrap {
font-family: inherit;
} .velchk-section-title {
font-size: 18px;
font-weight: 700;
color: var(--velchk-dark);
margin: 0 0 20px;
padding-bottom: 12px;
border-bottom: 2px solid var(--velchk-border);
display: flex;
align-items: center;
gap: 10px;
}
.velchk-section-title::before {
content: '';
display: inline-block;
width: 4px;
height: 22px;
background: var(--velchk-gradient);
border-radius: 2px;
} .velchk-form-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
@media (max-width: 600px) {
.velchk-form-grid {
grid-template-columns: 1fr;
}
}
.velchk-field-wrap {
display: flex;
flex-direction: column;
gap: 5px;
}
.velchk-field-wrap--full {
grid-column: 1 / -1;
}
.velchk-field-wrap--half {
grid-column: span 1;
}
.velchk-field-label {
font-size: 13px;
font-weight: 600;
color: var(--velchk-dark);
}
.velchk-field-required {
color: var(--velchk-error);
margin-left: 3px;
}
.velchk-field-input,
.velchk-field-select,
.velchk-field-textarea {
width: 100%;
padding: 12px 14px;
font-size: 14px;
color: var(--velchk-dark);
background: var(--velchk-white);
border: 1.5px solid var(--velchk-border);
border-radius: var(--velchk-radius-sm);
transition: border-color 0.2s, box-shadow 0.2s;
box-sizing: border-box;
font-family: inherit;
appearance: none;
-webkit-appearance: none;
}
.velchk-field-input:focus,
.velchk-field-select:focus,
.velchk-field-textarea:focus {
outline: none;
border-color: var(--velchk-green-start);
box-shadow: 0 0 0 3px rgba(48, 191, 47, 0.15);
}
.velchk-field-input.velchk-field--error,
.velchk-field-select.velchk-field--error,
.velchk-field-textarea.velchk-field--error {
border-color: var(--velchk-error);
box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.12);
}
.velchk-field-select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23718096' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
padding-right: 36px;
}
.velchk-field-textarea {
resize: vertical;
min-height: 90px;
}
.velchk-field-error-msg {
font-size: 12px;
color: var(--velchk-error);
margin: 0;
display: none;
}
.velchk-field-wrap.has-error .velchk-field-error-msg {
display: block;
} .velchk-cep-status {
font-size: 12px;
color: var(--velchk-text-muted);
display: flex;
align-items: center;
gap: 6px;
margin-top: 4px;
}
.velchk-cep-status--loading::before {
content: '';
display: inline-block;
width: 12px;
height: 12px;
border: 2px solid var(--velchk-border);
border-top-color: var(--velchk-green-start);
border-radius: 50%;
animation: velchk-spin 0.6s linear infinite;
}  .velchk-custom-checkout-active.woocommerce-checkout .woocommerce-billing-fields,
.velchk-custom-checkout-active.woocommerce-checkout .woocommerce-shipping-fields,
.velchk-custom-checkout-active.woocommerce-checkout .woocommerce-additional-fields {
display: none !important;
}
.velchk-custom-checkout-active.woocommerce-checkout #customer_details .velchk-shipping-section,
.velchk-custom-checkout-active.woocommerce-checkout .col-2 .velchk-shipping-section {
display: none !important;
} .velchk-custom-checkout-active.velchk-custom-payment-active.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods,
.velchk-custom-checkout-active.velchk-custom-payment-active.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods,
.velchk-custom-checkout-active.velchk-custom-payment-active.woocommerce-checkout #payment ul.payment_methods,
.velchk-custom-checkout-active.velchk-custom-payment-active.woocommerce-checkout #payment > ul {
display: none !important;
}
.velchk-custom-checkout-active.velchk-custom-payment-active.woocommerce-checkout #payment > *:not(.place-order) {
display: none !important;
}  .velchk-hide-wc-checkout-btn.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.velchk-hide-wc-checkout-btn.woocommerce-cart .wc-proceed-to-checkout a.button {
display: none !important;
} .velchk-shipping-section {
margin-top: 28px;
}
.velchk-shipping-loading {
display: flex;
align-items: center;
gap: 10px;
font-size: 14px;
color: var(--velchk-text-muted);
padding: 16px;
background: var(--velchk-light);
border-radius: var(--velchk-radius-sm);
}
.velchk-shipping-loading::before {
content: '';
width: 18px;
height: 18px;
border: 2px solid var(--velchk-border);
border-top-color: var(--velchk-green-start);
border-radius: 50%;
animation: velchk-spin 0.6s linear infinite;
flex-shrink: 0;
}
.velchk-shipping-methods {
display: flex;
flex-direction: column;
gap: 10px;
}
.velchk-shipping-method {
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
background: var(--velchk-white);
border: 1.5px solid var(--velchk-border);
border-radius: var(--velchk-radius-sm);
cursor: pointer;
transition: border-color 0.2s, background 0.15s;
}
.velchk-shipping-method:hover {
border-color: var(--velchk-green-start);
background: rgba(48, 191, 47, 0.04);
}
.velchk-shipping-method input[type="radio"] {
accent-color: var(--velchk-green-start);
width: 18px;
height: 18px;
flex-shrink: 0;
}
.velchk-shipping-method__label {
flex: 1;
font-size: 14px;
font-weight: 500;
color: var(--velchk-dark);
}
.velchk-shipping-method__price {
font-size: 14px;
font-weight: 700;
color: var(--velchk-green-start);
}
.velchk-shipping-method input:checked ~ .velchk-shipping-method__label {
color: var(--velchk-green-start);
}
.velchk-shipping-method:has(input:checked) {
border-color: var(--velchk-green-start);
background: rgba(48, 191, 47, 0.05);
}
.velchk-no-shipping {
padding: 16px;
background: var(--velchk-light);
border-radius: var(--velchk-radius-sm);
font-size: 14px;
color: var(--velchk-text-muted);
text-align: center;
} .velchk-payment-section {
margin-top: 28px;
}
.velchk-payment-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
margin-bottom: 20px;
} @media (max-width: 359px) {
.velchk-payment-cards {
grid-template-columns: repeat(2, 1fr);
}
}
.velchk-payment-card {
position: relative;
display: flex;
flex-direction: column;
}
.velchk-payment-card input[type="radio"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.velchk-payment-card__label {
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
gap: 8px;
padding: 20px 12px 24px;
background: var(--velchk-white);
border: 1.5px solid var(--velchk-border);
border-radius: var(--velchk-radius-sm);
cursor: pointer;
transition: border-color 0.2s, box-shadow 0.2s, background 0.15s;
text-align: center;
min-height: 100px;
flex: 1;
box-sizing: border-box;
}
.velchk-payment-card__label:hover {
border-color: var(--velchk-green-start);
box-shadow: 0 2px 8px rgba(48, 191, 47, 0.15);
}
.velchk-payment-card input:checked + .velchk-payment-card__label {
border-color: var(--velchk-green-start);
background: rgba(48, 191, 47, 0.06);
box-shadow: 0 0 0 3px rgba(48, 191, 47, 0.2);
}
.velchk-payment-card__icon {
display: block !important;
width: 52px;
height: 40px;
object-fit: contain;
flex-shrink: 0;
}
.velchk-payment-card__name {
font-size: 13px;
font-weight: 600;
color: var(--velchk-dark);
line-height: 1.2;
}
.velchk-payment-card__check {
display: none;
width: 20px;
height: 20px;
background: var(--velchk-gradient);
border-radius: 50%;
position: absolute;
bottom: 2px;
right: -6px;
align-items: center;
justify-content: center;
}
.velchk-payment-card__check::after {
content: '';
width: 5px;
height: 9px;
border: 2px solid white;
border-top: none;
border-left: none;
transform: rotate(45deg);
margin-top: -3px;
}
.velchk-payment-card input:checked ~ .velchk-payment-card__check {
display: flex;
} .velchk-custom-payment-active .woocommerce-checkout #payment > h3,
.velchk-custom-payment-active .woocommerce-checkout #payment > h2 {
display: none !important;
} .velchk-custom-payment-active.woocommerce-checkout #payment > ul,
.velchk-custom-payment-active.woocommerce-checkout #payment > .wc_payment_methods,
.velchk-custom-payment-active.woocommerce-checkout #payment > .payment_methods,
.velchk-custom-payment-active.woocommerce-checkout .woocommerce-checkout-payment > ul,
.velchk-custom-payment-active.woocommerce-checkout .woocommerce-checkout-payment > .wc_payment_methods,
.velchk-custom-payment-active.woocommerce-checkout .woocommerce-checkout-payment > .payment_methods {
display: none !important;
} .velchk-order-summary {
background: var(--velchk-white);
border: 1px solid var(--velchk-border);
border-radius: var(--velchk-radius);
overflow: hidden;
position: sticky;
top: 20px;
}
.velchk-order-summary__header {
padding: 16px 20px;
background: var(--velchk-dark);
color: var(--velchk-white);
font-size: 15px;
font-weight: 700;
}
.velchk-order-summary__items {
padding: 16px 20px;
border-bottom: 1px solid var(--velchk-border);
}
.velchk-order-summary__item {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 12px;
}
.velchk-order-summary__item:last-child {
margin-bottom: 0;
}
.velchk-order-summary__item-img {
width: 52px;
height: 52px;
object-fit: cover;
border-radius: 6px;
border: 1px solid var(--velchk-border);
flex-shrink: 0;
}
.velchk-order-summary__item-info {
flex: 1;
}
.velchk-order-summary__item-name {
font-size: 13px;
font-weight: 600;
color: var(--velchk-dark);
margin: 0 0 4px;
}
.velchk-order-summary__item-meta {
font-size: 12px;
color: var(--velchk-text-muted);
}
.velchk-order-summary__item-price {
font-size: 14px;
font-weight: 700;
color: var(--velchk-dark);
flex-shrink: 0;
}
.velchk-order-summary__totals {
padding: 16px 20px;
}
.velchk-order-summary__row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 0;
font-size: 14px;
color: var(--velchk-text-muted);
}
.velchk-order-summary__row--total {
font-size: 16px;
font-weight: 700;
color: var(--velchk-dark);
padding-top: 12px;
border-top: 1px solid var(--velchk-border);
margin-top: 8px;
}
.velchk-order-summary__row--total span:last-child {
color: var(--velchk-green-start);
} .velchk-global-error {
display: none;
padding: 14px 18px;
background: rgba(229, 62, 62, 0.1);
border: 1px solid rgba(229, 62, 62, 0.3);
border-radius: var(--velchk-radius-sm);
color: #9b2c2c;
font-size: 14px;
font-weight: 500;
margin-bottom: 20px;
} .velchk-checkout-layout {
display: grid;
grid-template-columns: 1fr 380px;
gap: 32px;
align-items: start;
}
@media (max-width: 900px) {
.velchk-checkout-layout {
grid-template-columns: 1fr;
}
.velchk-order-summary {
position: static;
order: -1;
}
} .velchk-channel-buttons-group {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
margin-top: 12px;
margin-bottom: 14px;
}
.velchk-channel-btn {
display: inline-flex !important;
align-items: center !important;
gap: 9px !important;
padding: 11px 20px !important;
border-radius: 50px !important;
font-size: 14px !important;
font-weight: 700 !important;
line-height: 1 !important;
cursor: pointer !important;
text-decoration: none !important;
transition: opacity 0.2s, transform 0.15s, box-shadow 0.2s;
width: auto !important;
max-width: fit-content !important;
min-width: 0 !important;
box-sizing: border-box !important;
font-family: inherit !important;
letter-spacing: 0.01em !important;
color: #ffffff !important;
white-space: nowrap !important;
height: auto !important;
flex: 0 0 auto !important;
}
.velchk-channel-btn:hover {
opacity: 0.88;
transform: translateY(-2px);
}
.velchk-channel-btn:active {
transform: translateY(0);
opacity: 1;
}
.velchk-channel-icon {
width: 22px !important;
height: 22px !important;
min-width: 22px;
flex-shrink: 0;
fill: currentColor !important;
display: block;
}
.velchk-channel-btn--whatsapp {
background: #25D366;
box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.velchk-channel-btn--whatsapp:hover { box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45); }
.velchk-channel-btn--messenger {
background: #0084FF;
box-shadow: 0 4px 14px rgba(0, 132, 255, 0.35);
}
.velchk-channel-btn--messenger:hover { box-shadow: 0 6px 18px rgba(0, 132, 255, 0.45); }
.velchk-channel-btn--instagram {
background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
box-shadow: 0 4px 14px rgba(220, 39, 67, 0.35);
}
.velchk-channel-btn--instagram:hover { box-shadow: 0 6px 18px rgba(220, 39, 67, 0.45); }
.velchk-channel-btn--imessage {
background: #30D158;
box-shadow: 0 4px 14px rgba(48, 209, 88, 0.35);
}
.velchk-channel-btn--imessage:hover { box-shadow: 0 6px 18px rgba(48, 209, 88, 0.45); }
.velchk-channel-btn--rcs {
background: #4285F4;
box-shadow: 0 4px 14px rgba(66, 133, 244, 0.35);
}
.velchk-channel-btn--rcs:hover { box-shadow: 0 6px 18px rgba(66, 133, 244, 0.45); }
.velchk-channel-btn--snapchat {
background: #FFFC00;
color: #000000 !important;
box-shadow: 0 4px 14px rgba(200, 198, 0, 0.35);
}
.velchk-channel-btn--snapchat .velchk-channel-icon { fill: #000000 !important; }
.velchk-channel-btn--snapchat:hover { box-shadow: 0 6px 18px rgba(200, 198, 0, 0.45); } .velchk-floating-wrapper {
position: fixed;
z-index: 999999999;
bottom: 24px;
}
.velchk-floating-wrapper--bottom-right {
right: 24px;
}
.velchk-floating-wrapper--bottom-left {
left: 24px;
}
.velchk-floating-button {
display: flex !important;
align-items: center !important;
justify-content: center !important;
width: 58px !important;
height: 58px !important;
border-radius: 50% !important;
background: linear-gradient(135deg, #30BF2F 0%, #59F270 100%) !important;
box-shadow: 0 4px 20px rgba(48, 191, 47, 0.5) !important;
text-decoration: none !important;
transition: transform 0.2s ease, box-shadow 0.2s ease;
color: #ffffff !important;
}
.velchk-floating-button:hover,
.velchk-floating-button:focus {
transform: scale(1.1);
box-shadow: 0 6px 24px rgba(48, 191, 47, 0.6);
outline: none;
}
.velchk-floating-button:focus-visible {
outline: 3px solid #1F1F1F;
outline-offset: 3px;
}
.velchk-floating-button__icon {
display: flex;
align-items: center;
justify-content: center;
}
.velchk-floating-button__icon svg {
width: 30px !important;
height: 30px !important;
fill: #ffffff !important;
}
@media (max-width: 480px) {
.velchk-floating-wrapper {
bottom: var(--velchk-float-bottom-mobile, 16px);
}
.velchk-floating-wrapper--bottom-right {
right: 16px;
}
.velchk-floating-wrapper--bottom-left {
left: 16px;
}
.velchk-floating-button {
width: 52px;
height: 52px;
}
.velchk-floating-button__icon svg {
width: 26px;
height: 26px;
}
}  .velchk-hide-wc-checkout-btn .checkout-button:not(.velchk-btn),
.velchk-hide-wc-checkout-btn a.checkout-button:not(.velchk-btn) {
display: none !important;
} .velchk-hide-wc-checkout-btn .woocommerce-mini-cart__buttons a.checkout,
.velchk-hide-wc-checkout-btn .woocommerce-mini-cart__buttons .checkout-button {
display: none !important;
} .velchk-hide-wc-checkout-btn.woocommerce-checkout #place_order {
display: none !important;
}  #velchk-checkout-btn-wrapper {
display: block;
width: 100%;
box-sizing: border-box;
margin-bottom: 20px;
} #velchk-cart-btn-wrapper {
display: block;
}  .woocommerce-mini-cart__buttons,
.widget_shopping_cart_content .buttons {
flex-wrap: wrap !important;
} .velchk-mini-cart-btn-wrapper {
display: block;
width: 100%;
flex: 0 0 100%;
order: 999;
clear: both;
margin-top: 8px;
box-sizing: border-box;
} .velchk-mini-cart-btn-wrapper .velchk-btn--mini-cart,
.velchk-mini-cart-btn-wrapper .velchk-btn--whatsapp {
display: flex !important;
width: 100% !important;
box-sizing: border-box;
} [class*="add-to-cart-fixed"] .velchk-btn,
[class*="fixed-add-to-cart"] .velchk-btn,
[class*="sticky-add-to-cart"] .velchk-btn,
[class*="add_to_cart_fixed"] .velchk-btn,
[class*="fixed_add_to_cart"] .velchk-btn,
[class*="sticky_add_to_cart"] .velchk-btn,
[class*="add-to-cart-sticky"] .velchk-btn,
[class*="add_to_cart_sticky"] .velchk-btn {
width: auto !important;
min-width: 0 !important;
flex: 0 0 auto !important;
margin: 0 !important;
} .velchk-saved-banner {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 14px;
margin-bottom: 18px;
background: #f0fdf4;
border: 1px solid #bbf7d0;
border-left: 4px solid var(--velchk-green-start);
border-radius: var(--velchk-radius-sm);
font-size: 13.5px;
color: #166534;
line-height: 1.4;
}
.velchk-saved-banner__text {
flex: 1;
}
.velchk-saved-banner__clear {
background: none;
border: none;
padding: 2px 6px;
font-size: 12px;
color: var(--velchk-text-muted);
cursor: pointer;
text-decoration: underline;
white-space: nowrap;
transition: color 0.15s;
}
.velchk-saved-banner__clear:hover {
color: var(--velchk-error);
}
.velchk-saved-banner__dismiss {
background: none;
border: none;
padding: 0 4px;
font-size: 18px;
line-height: 1;
color: var(--velchk-text-muted);
cursor: pointer;
transition: color 0.15s;
flex-shrink: 0;
}
.velchk-saved-banner__dismiss:hover {
color: var(--velchk-dark);
} .velchk-compat-notice {
display: flex;
align-items: flex-start;
gap: 10px;
background: #fffbeb;
border: 1px solid #f59e0b;
border-left: 4px solid #f59e0b;
border-radius: 6px;
padding: 12px 36px 12px 14px;
margin-bottom: 16px;
font-size: 13px;
line-height: 1.5;
color: #451a03;
position: relative;
}
.velchk-compat-notice__icon {
font-size: 16px;
flex-shrink: 0;
margin-top: 1px;
}
.velchk-compat-notice__text a {
color: #92400e;
font-weight: 600;
text-decoration: underline;
}
.velchk-compat-notice__close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 18px;
line-height: 1;
cursor: pointer;
color: #92400e;
padding: 0;
opacity: 0.7;
}
.velchk-compat-notice__close:hover {
opacity: 1;
}:root {
--mvk-navy:        #1B2B5A;
--mvk-navy-dark:   #111C3C;
--mvk-navy-light:  #2A3F7A;
--mvk-green:       #50B71E;
--mvk-green-dark:  #3D9016;
--mvk-green-light: #EBF7DF;
--mvk-white:       #FFFFFF;
--mvk-off-white:   #F8FAFC;
--mvk-light:       #F2F6F0;
--mvk-border:      #E2E8F0;
--mvk-text:        #1A1A2E;
--mvk-muted:       #64748B;
--mvk-header-h:    110px;
--mvk-container:   1200px;
--mvk-radius:      8px;
--mvk-radius-lg:   16px;
--mvk-shadow:      0 4px 24px rgba(0,0,0,.08);
--mvk-shadow-lg:   0 12px 48px rgba(0,0,0,.14);
--mvk-transition:  .3s ease;
} *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
font-size: 16px;
line-height: 1.7;
color: var(--mvk-text);
background: var(--mvk-white);
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; } .mvk-container {
max-width: var(--mvk-container);
margin: 0 auto;
padding: 0 24px;
} .mvk-eyebrow {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2.5px;
text-transform: uppercase;
color: var(--mvk-green);
margin-bottom: 14px;
}
.mvk-eyebrow::before {
content: '';
display: inline-block;
width: 14px;
height: 14px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2350B71E'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0020 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 004 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
flex-shrink: 0;
}
.mvk-eyebrow--light { color: var(--mvk-green); }
.mvk-eyebrow--white { color: rgba(255,255,255,.75); }
.mvk-eyebrow--white::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,.75)'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0020 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 004 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z'/%3E%3C/svg%3E");
} .mvk-section-header {
text-align: center;
margin-bottom: 56px;
}
.mvk-section-header h2 {
font-size: clamp(28px, 4vw, 42px);
font-weight: 800;
line-height: 1.2;
color: var(--mvk-text);
max-width: 640px;
margin: 0 auto;
}
.mvk-section-header--left { text-align: left; }
.mvk-section-header--left h2 { margin: 0; }
.mvk-section-header--white h2 { color: var(--mvk-white); } .mvk-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 14px 30px;
border-radius: 50px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
border: 2px solid transparent;
transition: background var(--mvk-transition), color var(--mvk-transition), border-color var(--mvk-transition), transform var(--mvk-transition);
white-space: nowrap;
}
.mvk-btn:hover { transform: translateY(-2px); }
.mvk-btn--primary {
background: var(--mvk-green);
color: var(--mvk-white);
border-color: var(--mvk-green);
}
.mvk-btn--primary:hover {
background: var(--mvk-green-dark);
border-color: var(--mvk-green-dark);
}
.mvk-btn--outline {
background: transparent;
color: var(--mvk-navy);
border-color: var(--mvk-navy);
}
.mvk-btn--outline:hover {
background: var(--mvk-navy);
color: var(--mvk-white);
}
.mvk-btn--outline-white {
background: transparent;
color: var(--mvk-white);
border-color: var(--mvk-white);
}
.mvk-btn--outline-white:hover {
background: var(--mvk-white);
color: var(--mvk-navy);
}
.mvk-btn--whatsapp {
background: #25D366;
color: var(--mvk-white);
border-color: #25D366;
}
.mvk-btn--whatsapp:hover {
background: #1ebe5c;
border-color: #1ebe5c;
}
.mvk-btn--arrow {
padding-right: 10px;
}
.mvk-btn--arrow::after {
content: '→';
display: inline-flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
background: rgba(255,255,255,.22);
border-radius: 50%;
font-size: 13px;
flex-shrink: 0;
transition: transform var(--mvk-transition), background var(--mvk-transition);
}
.mvk-btn--arrow:hover::after {
transform: translateX(3px);
background: rgba(255,255,255,.35);
}
.mvk-btn--outline-white.mvk-btn--arrow::after,
.mvk-btn--outline.mvk-btn--arrow::after {
background: rgba(255,255,255,.12);
color: currentColor;
} .mvk-header {
position: fixed !important;
top: 0 !important;
left: 0;
right: 0;
z-index: 9000;
height: var(--mvk-header-h);
display: flex;
align-items: center;
background: transparent;
transition: background var(--mvk-transition), box-shadow var(--mvk-transition);
}
.mvk-header.mvk-header--scrolled {
background: var(--mvk-white) !important;
box-shadow: 0 2px 20px rgba(0,0,0,.1);
height: 70px;
}
.mvk-header--scrolled .mvk-header__logo img {
height: 64px;
}
.mvk-header--scrolled .mvk-btn {
padding: 9px 18px;
font-size: 13px;
}
.mvk-header--scrolled .mvk-btn--arrow {
padding-right: 6px;
}
.mvk-header--scrolled .mvk-btn--arrow::after {
width: 22px;
height: 22px;
font-size: 11px;
}
.admin-bar .mvk-header { top: 32px !important; }
@media screen and (max-width: 782px) {
.admin-bar .mvk-header { top: 46px !important; }
}
.mvk-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
width: 100%;
}
.mvk-header__logo img {
height: 93px;
width: auto;
object-fit: contain;
transition: filter var(--mvk-transition);
} .mvk-header:not(.mvk-header--scrolled) .mvk-header__logo img {
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mvk-header__nav { flex: 1; display: flex; justify-content: center; }
.mvk-nav__topbar { display: none; }
.mvk-nav__footer { display: none; }
.mvk-nav__list {
display: flex;
align-items: center;
gap: 4px;
}
.mvk-nav__list .menu-item a {
display: block;
padding: 8px 18px;
font-size: 14px;
font-weight: 600;
color: var(--mvk-white);
border-radius: var(--mvk-radius);
transition: color var(--mvk-transition), background var(--mvk-transition);
position: relative;
}
.mvk-nav__list .menu-item.current-menu-item > a::after {
content: '';
position: absolute;
bottom: 3px;
left: 18px;
right: 18px;
height: 2px;
background: var(--mvk-green);
border-radius: 1px;
}
.mvk-header--scrolled .mvk-nav__list .menu-item.current-menu-item > a::after {
background: var(--mvk-green);
}
.mvk-header--scrolled .mvk-nav__list .menu-item a { color: var(--mvk-text); }
.mvk-nav__list .menu-item a:hover,
.mvk-nav__list .menu-item.current-menu-item a {
color: var(--mvk-green);
}
.mvk-header__actions {
display: flex;
align-items: center;
gap: 16px;
}
.mvk-header__hamburger {
display: none;
flex-direction: column;
gap: 5px;
background: none;
border: none;
cursor: pointer;
padding: 4px;
}
.mvk-header__hamburger span {
display: block;
width: 24px;
height: 2px;
background: var(--mvk-white);
border-radius: 2px;
transition: transform var(--mvk-transition), opacity var(--mvk-transition);
}
.mvk-header--scrolled .mvk-header__hamburger span { background: var(--mvk-navy); }
.mvk-header__hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mvk-header__hamburger.is-open span:nth-child(2) { opacity: 0; }
.mvk-header__hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); } .mvk-hero {
position: relative;
min-height: 100vh;
display: flex;
align-items: flex-end;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
padding: 0 0 80px;
}
.mvk-hero__overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(17,28,60,.80) 0%, rgba(27,43,90,.65) 100%);
z-index: 1;
}
.mvk-hero .mvk-container {
position: relative;
z-index: 2;
margin-left: clamp(30px, 17vw, 155px);
margin-right: 0;
max-width: none;
}
.mvk-hero__content {
max-width: 680px;
}
.mvk-hero .mvk-eyebrow {
color: var(--mvk-green);
margin-bottom: 20px;
}
.mvk-hero .mvk-eyebrow::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2350B71E'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46A7.93 7.93 0 0020 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74A7.93 7.93 0 004 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z'/%3E%3C/svg%3E");
}
.mvk-hero__title {
font-size: clamp(36px, 5vw, 62px);
font-weight: 800;
line-height: 1.1;
color: var(--mvk-white);
margin-bottom: 24px;
}
.mvk-hero__subtitle {
font-size: clamp(16px, 2vw, 19px);
color: rgba(255,255,255,.82);
line-height: 1.7;
margin-bottom: 40px;
max-width: 560px;
}
.mvk-hero__btns {
display: flex;
flex-wrap: wrap;
gap: 16px;
} .mvk-what-we-do {
padding: 100px 0;
background: var(--mvk-white);
}
.mvk-cards-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}
.mvk-service-card {
background: var(--mvk-white);
border: 1.5px solid var(--mvk-border);
border-radius: var(--mvk-radius-lg);
padding: 36px 32px;
position: relative;
transition: box-shadow var(--mvk-transition), transform var(--mvk-transition), border-color var(--mvk-transition);
overflow: hidden;
}
.mvk-service-card::before {
content: attr(data-num);
position: absolute;
top: 16px;
right: 24px;
font-size: 52px;
font-weight: 800;
color: var(--mvk-green-light);
line-height: 1;
user-select: none;
}
.mvk-service-card:hover {
filter: drop-shadow(0 16px 48px rgba(0,0,0,.16));
transform: translateY(-6px);
border-color: var(--mvk-green);
}
.mvk-service-card:hover .mvk-service-card__icon { background: var(--mvk-green); }
.mvk-service-card:hover .mvk-service-card__icon img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.mvk-service-card__icon {
width: 64px;
height: 64px;
background: var(--mvk-green-light);
border-radius: var(--mvk-radius);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: background var(--mvk-transition);
}
.mvk-service-card__icon img { width: 36px; height: 36px; object-fit: contain; }
.mvk-service-card__title {
font-size: 19px;
font-weight: 700;
color: var(--mvk-text);
margin-bottom: 12px;
line-height: 1.3;
}
.mvk-service-card__text {
font-size: 15px;
color: var(--mvk-muted);
line-height: 1.7;
} .mvk-how-we-work {
padding: 100px 0;
background: var(--mvk-light);
}
.mvk-steps-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
position: relative;
}
.mvk-steps-grid::before {
content: '';
position: absolute;
top: 36px;
left: 10%;
right: 10%;
height: 2px;
border-top: 2px dashed var(--mvk-green);
z-index: 0;
}
.mvk-step {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 16px;
position: relative;
z-index: 1;
}
.mvk-step__num {
width: 72px;
height: 72px;
border-radius: 50%;
background: var(--mvk-white);
border: 2px solid var(--mvk-green);
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
font-weight: 800;
color: var(--mvk-green);
margin-bottom: 24px;
position: relative;
z-index: 1;
box-shadow: 0 0 0 6px var(--mvk-light);
}
.mvk-step__icon {
font-size: 28px;
margin-bottom: 12px;
line-height: 1;
}
.mvk-step__title {
font-size: 17px;
font-weight: 700;
color: var(--mvk-text);
margin-bottom: 10px;
}
.mvk-step__text {
font-size: 14px;
color: var(--mvk-muted);
line-height: 1.65;
} .mvk-why-mvk {
padding: 100px 0;
background: var(--mvk-navy-dark);
position: relative;
overflow: hidden;
}
.mvk-why-mvk::before {
content: '';
position: absolute;
inset: 0;
background: url(//mvkambiental.com.br/wp-content/themes/mvk-ambiental/assets/img/volunteers.webp) center/cover no-repeat;
opacity: .08;
}
.mvk-why__inner {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
position: relative;
z-index: 1;
}
.mvk-why__content .mvk-section-header { text-align: left; margin-bottom: 36px; }
.mvk-why__content h2 { color: var(--mvk-white); margin: 0; }
.mvk-why__list { display: flex; flex-direction: column; gap: 16px; }
.mvk-why__item {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 16px 20px;
background: rgba(255,255,255,.06);
border-radius: var(--mvk-radius);
border-left: 3px solid var(--mvk-green);
color: rgba(255,255,255,.9);
font-size: 15px;
font-weight: 500;
transition: background var(--mvk-transition);
}
.mvk-why__item:hover { background: rgba(255,255,255,.1); }
.mvk-why__item::before {
content: '';
flex-shrink: 0;
width: 20px;
height: 20px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2350B71E'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
margin-top: 2px;
}
.mvk-why__image {
position: relative;
}
.mvk-why__image img {
width: 100%;
border-radius: var(--mvk-radius-lg);
object-fit: cover;
aspect-ratio: 4/5;
box-shadow: var(--mvk-shadow-lg);
} .mvk-cta-section {
position: relative;
padding: 100px 0;
text-align: center;
overflow: hidden;
width: 89%;
margin: 0 auto 90px;
border-radius: 35px;
background: #50B71E;
}
.mvk-cta__overlay {
position: absolute;
inset: 0;
background: url(//mvkambiental.com.br/wp-content/themes/mvk-ambiental/assets/img/cta-bg2.webp) center / cover no-repeat;
opacity: 0.1;
pointer-events: none;
}
.mvk-cta__content {
position: relative;
z-index: 1;
max-width: 680px;
margin: 0 auto;
}
.mvk-cta__content h2 {
font-size: clamp(28px, 4vw, 44px);
font-weight: 800;
color: var(--mvk-white);
margin-bottom: 20px;
line-height: 1.2;
}
.mvk-cta__content p {
font-size: 17px;
color: rgba(255,255,255,.82);
line-height: 1.7;
margin-bottom: 40px;
}
.mvk-cta__btns {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 16px;
}
.mvk-btn--white {
background: #fff !important;
color: var(--mvk-text) !important;
}
.mvk-btn--white:hover {
background: #f0f0f0 !important;
color: var(--mvk-text) !important;
} .mvk-page-header {
position: relative;
min-height: 440px;
display: flex;
align-items: flex-end;
padding-top: calc(var(--mvk-header-h) + 60px);
padding-bottom: 64px;
background-size: cover;
background-position: center;
}
.mvk-page-header__overlay {
position: absolute;
inset: 0;
background: linear-gradient(160deg, rgba(11,18,42,.92) 0%, rgba(27,43,90,.80) 100%);
}
.mvk-page-header .mvk-container {
position: relative;
z-index: 1;
width: 100%;
}
.mvk-page-header__title {
font-size: clamp(36px, 5.5vw, 62px);
font-weight: 800;
color: var(--mvk-white);
margin-bottom: 14px;
line-height: 1.1;
}
.mvk-page-header__subtitle {
font-size: 15px;
color: rgba(255,255,255,.75);
max-width: 540px;
line-height: 1.65;
margin-bottom: 20px;
}
.mvk-breadcrumb {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: rgba(255,255,255,.7);
}
.mvk-breadcrumb a {
color: rgba(255,255,255,.7);
transition: color var(--mvk-transition);
}
.mvk-breadcrumb a:hover { color: var(--mvk-green); }
.mvk-breadcrumb__sep { opacity: .5; } .mvk-about-section {
padding: 100px 0;
background: var(--mvk-white);
}
.mvk-about__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 72px;
align-items: start;
margin-bottom: 72px;
}
.mvk-about__image {
position: relative;
}
.mvk-about__image img {
width: 100%;
border-radius: var(--mvk-radius-lg);
object-fit: cover;
aspect-ratio: 4/3;
box-shadow: var(--mvk-shadow-lg);
}
.mvk-about__content h2 {
font-size: clamp(28px, 3.5vw, 40px);
font-weight: 800;
color: var(--mvk-text);
margin-bottom: 20px;
line-height: 1.2;
}
.mvk-about__content p {
font-size: 16px;
color: var(--mvk-muted);
line-height: 1.8;
margin-bottom: 16px;
}
.mvk-mvv-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 36px;
}
.mvk-mvv-card {
background: var(--mvk-light);
border-radius: var(--mvk-radius);
padding: 24px;
border-top: 3px solid var(--mvk-green);
}
.mvk-mvv-card h3 {
font-size: 16px;
font-weight: 700;
color: var(--mvk-navy);
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.mvk-mvv-card p {
font-size: 14px;
color: var(--mvk-muted);
line-height: 1.65;
margin: 0;
}
.mvk-values-section {
background: var(--mvk-navy-dark);
border-radius: var(--mvk-radius-lg);
padding: 52px;
}
.mvk-values-section h3 {
font-size: 24px;
font-weight: 800;
color: var(--mvk-white);
margin-bottom: 32px;
text-align: center;
}
.mvk-values-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
}
.mvk-values-grid li {
display: flex;
align-items: center;
gap: 12px;
color: rgba(255,255,255,.88);
font-size: 15px;
font-weight: 500;
padding: 12px 16px;
background: rgba(255,255,255,.06);
border-radius: var(--mvk-radius);
}
.mvk-values-grid li::before {
content: '';
flex-shrink: 0;
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2350B71E'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
} .mvk-services-detail { padding: 0; }
.mvk-services-intro {
padding: 80px 0 0;
text-align: center;
background: var(--mvk-white);
}
.mvk-services-intro p {
max-width: 640px;
margin: 0 auto;
font-size: 17px;
color: var(--mvk-muted);
line-height: 1.7;
}
.mvk-service-detail {
padding: 80px 0;
}
.mvk-service-detail:nth-child(odd) { background: var(--mvk-white); }
.mvk-service-detail:nth-child(even) { background: var(--mvk-light); }
.mvk-service-detail__header {
margin-bottom: 40px;
}
.mvk-service-detail__header h2 {
font-size: clamp(24px, 3.5vw, 36px);
font-weight: 800;
color: var(--mvk-navy);
line-height: 1.2;
}
.mvk-service-detail__body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: start;
}
.mvk-service-detail__text p {
font-size: 16px;
color: var(--mvk-muted);
line-height: 1.8;
margin-bottom: 16px;
}
.mvk-service-detail__text p:last-child { margin-bottom: 0; }
.mvk-service-process,
.mvk-service-benefits {
background: var(--mvk-white);
border-radius: var(--mvk-radius-lg);
padding: 32px;
box-shadow: var(--mvk-shadow);
}
.mvk-service-detail:nth-child(odd) .mvk-service-process,
.mvk-service-detail:nth-child(odd) .mvk-service-benefits {
background: var(--mvk-light);
box-shadow: none;
border: 1.5px solid var(--mvk-border);
}
.mvk-service-process h4,
.mvk-service-benefits h4 {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--mvk-green);
margin-bottom: 20px;
}
.mvk-service-process ol {
list-style: none;
counter-reset: process-counter;
display: flex;
flex-direction: column;
gap: 14px;
}
.mvk-service-process ol li {
counter-increment: process-counter;
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 14px;
color: var(--mvk-text);
line-height: 1.6;
}
.mvk-service-process ol li::before {
content: counter(process-counter, decimal-leading-zero);
flex-shrink: 0;
width: 28px;
height: 28px;
background: var(--mvk-green);
color: var(--mvk-white);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-weight: 800;
margin-top: 1px;
}
.mvk-service-benefits ul {
display: flex;
flex-direction: column;
gap: 10px;
}
.mvk-service-benefits ul li {
display: flex;
align-items: flex-start;
gap: 10px;
font-size: 14px;
color: var(--mvk-text);
line-height: 1.6;
}
.mvk-service-benefits ul li::before {
content: '';
flex-shrink: 0;
width: 16px;
height: 16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2350B71E'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
margin-top: 3px;
}
.mvk-service-detail__cta { margin-top: 40px; } .mvk-contact-section {
padding: 80px 0 100px;
background: var(--mvk-white);
}
.mvk-info-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-bottom: 72px;
}
.mvk-info-card {
background: var(--mvk-white);
border: 1.5px solid var(--mvk-border);
border-radius: var(--mvk-radius-lg);
padding: 32px;
display: flex;
align-items: flex-start;
gap: 20px;
transition: box-shadow var(--mvk-transition), border-color var(--mvk-transition);
}
.mvk-info-card:hover {
box-shadow: var(--mvk-shadow);
border-color: var(--mvk-green);
}
.mvk-info-card__icon {
width: 52px;
height: 52px;
background: var(--mvk-navy-dark);
border-radius: var(--mvk-radius);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.mvk-info-card__icon svg { color: var(--mvk-green); }
.mvk-info-card__body h3 {
font-size: 16px;
font-weight: 700;
color: var(--mvk-text);
margin-bottom: 6px;
}
.mvk-info-card__body p {
font-size: 14px;
color: var(--mvk-muted);
line-height: 1.6;
}
.mvk-contact-main {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 72px;
align-items: start;
}
.mvk-contact-text h2 {
font-size: clamp(26px, 3.5vw, 38px);
font-weight: 800;
color: var(--mvk-text);
margin-bottom: 16px;
line-height: 1.2;
}
.mvk-contact-text p {
font-size: 16px;
color: var(--mvk-muted);
line-height: 1.8;
margin-bottom: 32px;
}
.mvk-contact-form {
background: var(--mvk-light);
border-radius: var(--mvk-radius-lg);
padding: 48px;
}
.mvk-contact-form h3 {
font-size: 22px;
font-weight: 800;
color: var(--mvk-text);
margin-bottom: 28px;
}
.mvk-form .mvk-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.mvk-form .mvk-form-row--full {
grid-template-columns: 1fr;
}
.mvk-form .mvk-form-group {
display: flex;
flex-direction: column;
margin-bottom: 16px;
}
.mvk-form label {
font-size: 13px;
font-weight: 600;
color: var(--mvk-text);
margin-bottom: 6px;
text-transform: uppercase;
letter-spacing: .5px;
}
.mvk-form input,
.mvk-form select,
.mvk-form textarea {
width: 100%;
padding: 13px 16px;
border: 1.5px solid var(--mvk-border);
border-radius: var(--mvk-radius);
font-family: inherit;
font-size: 15px;
color: var(--mvk-text);
background: var(--mvk-white);
transition: border-color var(--mvk-transition), box-shadow var(--mvk-transition);
outline: none;
-webkit-appearance: none;
}
.mvk-form input:focus,
.mvk-form select:focus,
.mvk-form textarea:focus {
border-color: var(--mvk-green);
box-shadow: 0 0 0 3px rgba(80,183,30,.15);
}
.mvk-form textarea {
resize: vertical;
min-height: 120px;
}
.mvk-form .mvk-form-success {
background: var(--mvk-green-light);
color: var(--mvk-green-dark);
border-radius: var(--mvk-radius);
padding: 14px 20px;
font-weight: 600;
margin-bottom: 20px;
display: none;
}
.mvk-form .mvk-form-success.visible { display: block; } .mvk-footer {
background: var(--mvk-navy-dark);
color: rgba(255,255,255,.7);
}
.mvk-footer__main {
display: grid;
grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
gap: 48px;
padding: 72px 24px 56px;
max-width: var(--mvk-container);
margin: 0 auto;
}
.mvk-footer__logo {
height: 44px;
width: auto;
object-fit: contain;
margin-bottom: 20px;
-webkit-filter: brightness(0) invert(1) !important;
filter: brightness(0) invert(1) !important;
display: block;
}
.mvk-footer__brand p {
font-size: 14px;
line-height: 1.75;
max-width: 300px;
margin-bottom: 28px;
color: rgba(255,255,255,.6);
}
.mvk-footer__contacts {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.mvk-footer__contact-box { display: flex; flex-direction: column; gap: 5px; }
.mvk-footer__contact-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
color: var(--mvk-green);
}
.mvk-footer__contact-val {
font-size: 15px;
font-weight: 700;
color: #fff;
}
a.mvk-footer__contact-val { transition: color var(--mvk-transition); }
a.mvk-footer__contact-val:hover { color: var(--mvk-green); }
.mvk-footer__col-title {
font-size: 15px;
font-weight: 700;
color: #fff;
margin-bottom: 22px;
padding-bottom: 12px;
border-bottom: 2px solid var(--mvk-green);
display: inline-block;
}
.mvk-footer__col ul { display: flex; flex-direction: column; gap: 11px; list-style: none; }
.mvk-footer__col ul li a {
font-size: 14px;
color: rgba(255,255,255,.62);
display: inline-flex;
align-items: center;
gap: 7px;
transition: color var(--mvk-transition), padding-left var(--mvk-transition);
}
.mvk-footer__col ul li a::before {
content: '›';
color: var(--mvk-green);
font-size: 17px;
line-height: 1;
flex-shrink: 0;
}
.mvk-footer__col ul li a:hover {
color: var(--mvk-green);
padding-left: 4px;
}
.mvk-footer__col-desc {
font-size: 13px;
color: rgba(255,255,255,.58);
line-height: 1.7;
margin-bottom: 20px;
}
.mvk-footer__socials {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 20px;
}
.mvk-footer__social {
width: 40px;
height: 40px;
border-radius: 8px;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.12);
display: flex;
align-items: center;
justify-content: center;
color: rgba(255,255,255,.65);
transition: background var(--mvk-transition), color var(--mvk-transition), border-color var(--mvk-transition);
}
.mvk-footer__social:hover {
background: var(--mvk-green);
color: #fff;
border-color: var(--mvk-green);
}
.mvk-footer__email-row {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: rgba(255,255,255,.7);
}
.mvk-footer__email-row svg { color: var(--mvk-green); flex-shrink: 0; }
.mvk-footer__bottom {
border-top: 1px solid rgba(255,255,255,.1);
padding: 20px 24px;
}
.mvk-footer__bottom .mvk-container {
display: flex;
align-items: center;
justify-content: center;
}
.mvk-footer__bottom p {
font-size: 13px;
color: rgba(255,255,255,.4);
}
.mvk-footer__dev-link {
color: var(--mvk-green);
font-weight: 600;
transition: color var(--mvk-transition);
}
.mvk-footer__dev-link:hover { color: #fff; } [data-reveal] {
opacity: 0;
transform: translateY(32px);
transition: opacity .65s ease, transform .65s ease;
}
[data-reveal].visible {
opacity: 1;
transform: translateY(0);
}
[data-reveal="left"]   { transform: translateX(-32px); }
[data-reveal="right"]  { transform: translateX(32px); }
[data-reveal="left"].visible,
[data-reveal="right"].visible { transform: translateX(0); }
.elementor-editor-active [data-reveal] {
opacity: 1 !important;
transform: none !important;
transition: none !important;
}   .mvk-hero__content { max-width: 680px; }
.mvk-hero__widget {
position: absolute;
right: 40px;
bottom: 80px;
z-index: 3;
background: rgba(255,255,255,.13);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255,255,255,.22);
border-radius: 16px;
padding: 16px 22px;
min-width: 250px;
}
.mvk-hero__widget-title {
font-size: 11px;
font-weight: 700;
color: rgba(255,255,255,.7);
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.mvk-hero__widget-opts {
display: flex;
gap: 16px;
}
.mvk-hero__widget-opts span {
font-size: 13px;
font-weight: 600;
color: rgba(255,255,255,.6);
cursor: default;
white-space: nowrap;
}
.mvk-hero__widget-opts span.is-active { color: var(--mvk-green); } .mvk-home-about {
padding: 100px 0;
background: #f3f6f0;
}
.mvk-home-about__grid {
display: grid;
grid-template-columns: 1fr 1.35fr;
gap: 64px;
align-items: start;
}
.mvk-home-about__left .mvk-eyebrow {
margin-bottom: 18px;
display: inline-flex;
align-items: center;
gap: 7px;
letter-spacing: 2px;
}
.mvk-home-about__left .mvk-eyebrow::before { display: none; }
.mvk-home-about__left .mvk-eyebrow svg { flex-shrink: 0; }
.mvk-home-about__left .mvk-eyebrow [class^="icon-"] {
flex-shrink: 0;
width: 16px;
height: 16px;
color: var(--mvk-green);
}
.mvk-home-about__left > .mvk-btn { margin-top: 20px; display: inline-flex; }
.mvk-home-about__heading {
font-size: clamp(28px, 3.5vw, 40px);
font-weight: 800;
color: var(--mvk-text);
line-height: 1.2;
margin-bottom: 0;
}
.mvk-home-about__body {
font-size: 15px;
color: var(--mvk-muted);
line-height: 1.8;
margin-bottom: 20px;
position: relative;
z-index: 1;
}
.mvk-home-about__img-wrap {
position: relative;
margin-top: 32px;
margin-bottom: 52px;
border-radius: var(--mvk-radius-lg);
overflow: visible;
}
.mvk-home-about__img-wrap > img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
display: block;
border-radius: var(--mvk-radius-lg);
}
.mvk-home-about__counter {
position: absolute;
bottom: -28px;
left: 24px;
background: var(--mvk-navy-dark);
border-radius: 15px;
overflow: hidden;
min-width: 162px;
box-shadow: 0 8px 32px rgba(0,0,0,.24);
z-index: 2;
}
.mvk-home-about__counter-body {
padding: 18px 24px 14px;
text-align: center;
}
.mvk-counter-num {
font-size: 64px;
font-weight: 700;
color: #fff;
line-height: 1;
display: block;
}
.mvk-home-about__counter-tag {
background: var(--mvk-green);
padding: 10px 18px;
text-align: center;
}
.mvk-counter-label {
font-size: 12px;
font-weight: 700;
color: rgba(255,255,255,.95);
text-transform: uppercase;
letter-spacing: .5px;
line-height: 1.4;
display: block;
} .mvk-home-about__right {
position: relative;
display: flex;
flex-direction: column;
}
.mvk-home-about__truck {
position: absolute;
top: 299px;
right: -250px;
width: 260px;
z-index: 0;
filter: drop-shadow(0 10px 28px rgba(0,0,0,.14));
pointer-events: none;
}
.mvk-home-about__steps-card {
background: #fff;
border-radius: 15px;
padding: 36px 40px 40px;
box-shadow: 0 3px 20px rgba(0,0,0,.05);
position: relative;
z-index: 1;
} .mvk-mvv-stepper {
position: relative;
display: flex;
flex-direction: column;
margin-bottom: 36px;
}
.mvk-mvv-stepper::before {
content: '';
position: absolute;
left: 25px;
top: 58px;
bottom: 34px;
width: 2px;
background: repeating-linear-gradient(
to bottom,
#b8ccb0 0px,
#b8ccb0 5px,
transparent 5px,
transparent 11px
);
z-index: 0;
}
.mvk-mvv-step {
display: flex;
align-items: flex-start;
gap: 20px;
padding-bottom: 36px;
position: relative;
z-index: 1;
}
.mvk-mvv-step:last-child { padding-bottom: 0; }
.mvk-mvv-step__icon {
width: 52px;
height: 52px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.mvk-mvv-step__icon--filled {
background: var(--mvk-navy-dark);
color: #fff;
}
.mvk-mvv-step__icon--green {
background: var(--mvk-green);
color: #fff;
}
.mvk-mvv-step__icon--outline {
background: #fff;
border: 2px solid var(--mvk-green);
color: var(--mvk-green);
}
.mvk-mvv-step__body { padding-top: 12px; }
.mvk-mvv-step__body h3 {
font-size: 22px;
font-weight: 700;
color: var(--mvk-text);
margin-bottom: 6px;
}
.mvk-mvv-step__body p {
font-size: 14px;
color: var(--mvk-muted);
line-height: 1.7;
margin: 0;
} .mvk-solutions { background: var(--mvk-white); overflow: hidden; }
.mvk-solutions__top {
display: grid;
grid-template-columns: 1fr 1.3fr 1fr;
gap: 40px;
align-items: center;
padding: 80px 24px 0;
max-width: var(--mvk-container);
margin: 0 auto;
}
.mvk-solutions__left .mvk-eyebrow { margin-bottom: 16px; }
.mvk-solutions__left h2 {
font-size: clamp(26px, 3vw, 36px);
font-weight: 800;
color: var(--mvk-text);
line-height: 1.2;
margin-bottom: 28px;
}
.mvk-solutions__left {
margin-bottom: 45px;
}
.mvk-solutions__truck {
display: flex;
justify-content: center;
align-items: flex-end;
position: relative;
z-index: 2;
margin-bottom: -60px;
}
.mvk-solutions__truck img {
position: relative;
top: 45px;
max-height: 420px;
width: 100%;
object-fit: contain;
object-position: bottom center;
filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .22));
}
.mvk-solutions__right {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 20px;
padding-bottom: 25px;
}
.mvk-solutions__icon {
width: 56px;
height: 56px;
background: var(--mvk-green-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.mvk-solutions__icon img { width: 28px; height: 28px; object-fit: contain; }
.mvk-solutions__desc { font-size: 15px; color: var(--mvk-muted); line-height: 1.7; max-width: 260px; }
.mvk-solutions__stat { display: flex; align-items: baseline; gap: 8px; }
.mvk-solutions__stat-num {
margin-top: 20px;
font-size: 56px;
font-weight: 800;
color: var(--mvk-navy);
line-height: 1;
}
.mvk-solutions__stat-label {
font-size: 13px;
font-weight: 600;
color: var(--mvk-muted);
text-transform: uppercase;
letter-spacing: 1px;
line-height: 1.4;
max-width: 90px;
position: relative;
top: -25px;
}
.mvk-solutions__banner {
background: #111C3C;
padding: 100px 24px 64px;
position: relative;
overflow: hidden;
border-radius: 30px;
width: 93%;
justify-self: center;
}
.mvk-solutions__banner::before {
content: '';
position: absolute;
inset: 0;
background: url(//mvkambiental.com.br/wp-content/themes/mvk-ambiental/assets/img/solucions.jpg) center / cover no-repeat;
opacity: 0.2;
z-index: 0;
}
.mvk-solutions__banner-inner { max-width: var(--mvk-container); margin: 0 auto; position: relative; z-index: 1; }
.mvk-solutions__banner h3 {
font-size: clamp(20px, 2.5vw, 28px);
font-weight: 800;
color: var(--mvk-white);
text-align: center;
margin-bottom: 48px;
line-height: 1.3;
}
.mvk-solutions__cats {
display: flex;
justify-content: center;
gap: 48px;
flex-wrap: wrap;
}
.mvk-sol-cat { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.85); font-size: 15px; font-weight: 600; }
.mvk-sol-cat__icon {
width: 44px;
height: 44px;
background: rgba(255,255,255,.1);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(255,255,255,.15);
flex-shrink: 0;
}
.mvk-sol-cat__icon img { width: 24px; height: 24px; object-fit: contain; -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } .mvk-service-card::before { font-size: 110px; top: -12px; right: 12px; }
.mvk-service-card--active {
background: var(--mvk-navy-dark);
border-color: var(--mvk-navy-dark);
}
.mvk-service-card--active::before { color: rgba(255,255,255,.05); }
.mvk-service-card--active .mvk-service-card__title { color: var(--mvk-white); }
.mvk-service-card--active .mvk-service-card__text { color: rgba(255,255,255,.65); }
.mvk-service-card--active .mvk-service-card__icon { background: rgba(255,255,255,.1); }
.mvk-service-card--active .mvk-service-card__icon img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
.mvk-service-card--active:hover { border-color: var(--mvk-navy); box-shadow: var(--mvk-shadow-lg); transform: translateY(-6px); }
.mvk-card-badges {
display: flex;
gap: 6px;
flex-wrap: wrap;
margin-top: 20px;
padding-top: 16px;
border-top: 1px solid var(--mvk-border);
align-items: center;
}
.mvk-card-badges-label {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: var(--mvk-muted);
margin-right: 2px;
}
.mvk-card-badge {
display: flex;
align-items: center;
gap: 5px;
font-size: 12px;
font-weight: 600;
color: var(--mvk-text);
padding: 4px 10px;
background: var(--mvk-light);
border-radius: 20px;
}
.mvk-card-badge::before {
content: '';
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--mvk-green);
flex-shrink: 0;
}
.mvk-service-card--active .mvk-card-badges { border-top-color: rgba(255,255,255,.1); }
.mvk-service-card--active .mvk-card-badges-label { color: rgba(255,255,255,.4); }
.mvk-service-card--active .mvk-card-badge { background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); }
.mvk-service-card--active .mvk-card-badge::before { background: var(--mvk-green); } .mvk-process {
background: #111C3C;
overflow: hidden;
position: relative;
}
.mvk-process::before {
content: '';
position: absolute;
inset: 0;
background: url(//mvkambiental.com.br/wp-content/themes/mvk-ambiental/assets/img/process-bg.webp) center / cover no-repeat;
opacity: 0.05;
z-index: 0;
pointer-events: none;
}
.mvk-process__inner {
position: relative;
z-index: 1;
padding-top: 100px;
padding-bottom: 100px;
}
.mvk-process__grid { position: relative; z-index: 1; }
.mvk-process__grid {
max-width: var(--mvk-container);
margin: 0 auto;
padding: 0 24px;
display: grid;
grid-template-columns: 1fr 1.1fr;
gap: 80px;
align-items: center;
}
.mvk-process__left { padding: 100px 0 80px; }
.mvk-process__left .mvk-eyebrow { color: var(--mvk-green); }
.mvk-process__left h2 {
font-size: clamp(30px, 4vw, 46px);
font-weight: 800;
color: var(--mvk-white);
margin-bottom: 32px;
line-height: 1.15;
}
.mvk-process__image {
margin-bottom: 32px;
border-radius: 20px;
overflow: hidden;
}
.mvk-process__image img {
width: 100%;
max-height: 300px;
object-fit: cover;
object-position: top;
border-radius: 20px;
display: block;
}
.mvk-process__btns { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.mvk-btn--link-white {
font-size: 15px;
font-weight: 700;
color: rgba(255,255,255,.8);
display: inline-flex;
align-items: center;
gap: 6px;
transition: color var(--mvk-transition);
padding: 0;
border: none;
background: none;
}
.mvk-btn--link-white:hover { color: var(--mvk-green); transform: none; }
.mvk-process__right { padding: 100px 0 80px; }
.mvk-process-stepper { display: flex; flex-direction: column; gap: 12px; }
.mvk-process-step {
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.1);
border-radius: 16px;
overflow: hidden;
cursor: pointer;
transition: border-color 0.3s ease, background 0.3s ease;
}
.mvk-process-step:hover { background: rgba(255,255,255,.09); border-color: rgba(80,183,30,.3); }
.mvk-process-step.is-active {
background: rgba(80,183,30,.08);
border-color: rgba(80,183,30,.55);
}
.mvk-process-step__top {
display: flex;
align-items: center;
gap: 18px;
padding: 20px 24px;
}
.mvk-process-step__badge {
width: 48px;
height: 48px;
border-radius: 12px;
background: rgba(255,255,255,.08);
border: 1px solid rgba(255,255,255,.12);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: rgba(255,255,255,.5);
transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.mvk-process-step.is-active .mvk-process-step__badge {
background: var(--mvk-green);
border-color: var(--mvk-green);
color: #fff;
}
.mvk-process-step__info { flex: 1; }
.mvk-process-step__label {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
color: rgba(255,255,255,.35);
display: block;
margin-bottom: 2px;
transition: color 0.3s ease;
}
.mvk-process-step.is-active .mvk-process-step__label { color: var(--mvk-green); }
.mvk-process-step__info h3 {
font-size: 17px;
font-weight: 700;
color: rgba(255,255,255,.7);
margin: 0;
transition: color 0.3s ease;
}
.mvk-process-step.is-active .mvk-process-step__info h3 { color: #fff; } .mvk-process-step__body {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, padding 0.3s ease;
padding: 0 24px;
}
.mvk-process-step.is-active .mvk-process-step__body {
max-height: 120px;
padding: 0 24px 20px;
}
.mvk-process-step__body p {
font-size: 14px;
color: rgba(255,255,255,.65);
line-height: 1.7;
margin: 0;
} .mvk-process-step__bar {
height: 3px;
background: rgba(255,255,255,.08);
overflow: hidden;
}
.mvk-process-step__bar-fill {
display: block;
height: 100%;
width: 0;
background: var(--mvk-green);
}
.mvk-process-step.is-active .mvk-process-step__bar-fill {
animation: mvkStepProgress 4000ms linear forwards;
}
@keyframes mvkStepProgress {
from { width: 0; }
to   { width: 100%; }
}  .mvk-why { padding: 110px 0; background: #fff; }
.mvk-why__grid {
display: grid;
grid-template-columns: 1fr 1.35fr;
gap: 80px;
align-items: center;
}
.mvk-why__left .mvk-eyebrow { margin-bottom: 18px; }
.mvk-why__heading {
font-size: clamp(34px, 4.5vw, 56px);
font-weight: 800;
color: var(--mvk-text);
line-height: 1.08;
margin-bottom: 20px;
}
.mvk-why__sub {
font-size: 15px;
color: var(--mvk-muted);
line-height: 1.75;
max-width: 340px;
margin-bottom: 36px;
}
.mvk-why__items { display: flex; flex-direction: column; gap: 12px; }
.mvk-why-item {
display: flex;
align-items: center;
gap: 18px;
padding: 20px 26px;
background: #f4f8f1;
border: 1.5px solid #deebd4;
border-radius: 14px;
cursor: default;
transition: background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}
.mvk-why-item:hover {
background: #e8f5de;
border-color: var(--mvk-green);
transform: translateX(7px);
box-shadow: 0 6px 24px rgba(80,183,30,.13);
}
.mvk-why-item__icon {
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--mvk-green);
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: #fff;
transition: transform .22s ease;
}
.mvk-why-item:hover .mvk-why-item__icon { transform: scale(1.1); }
.mvk-why-item span {
font-size: 15px;
font-weight: 600;
color: var(--mvk-text);
line-height: 1.4;
}   .mvk-emp-steps {
padding: 110px 0 100px;
background: var(--mvk-off-white);
}
.mvk-emp-steps .mvk-section-header {
text-align: center;
margin-bottom: 72px;
}
.mvk-emp-steps .mvk-section-header h2 {
font-size: clamp(28px, 4vw, 42px);
font-weight: 800;
color: var(--mvk-navy);
margin-top: 10px;
} .mvk-zigzag {
display: grid;
grid-template-columns: repeat(4, 1fr);
position: relative;
gap: 0;
}
.mvk-zigzag::before {
content: '';
position: absolute;
top: 50%;
left: calc(12.5%);
width: calc(75%);
height: 2px;
border-top: 2px dashed var(--mvk-navy);
opacity: 0.2;
transform: translateY(-50%);
z-index: 0;
} .mvk-zigzag-item {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
z-index: 1;
padding: 0 12px;
} .mvk-zigzag-item__dot {
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--mvk-navy);
border: 3px solid var(--mvk-white);
box-shadow: 0 0 0 3px var(--mvk-navy);
flex-shrink: 0;
} .mvk-zigzag-item--bottom {
flex-direction: column;
}
.mvk-zigzag-item--bottom .mvk-zigzag-item__icon {
margin-bottom: 20px;
}
.mvk-zigzag-item--bottom .mvk-zigzag-item__content {
margin-top: 20px;
} .mvk-zigzag-item--top {
flex-direction: column;
}
.mvk-zigzag-item--top .mvk-zigzag-item__content {
order: -2;
margin-bottom: 20px;
}
.mvk-zigzag-item--top .mvk-zigzag-item__dot {
order: -1;
}
.mvk-zigzag-item--top .mvk-zigzag-item__icon {
margin-top: 20px;
} .mvk-zigzag-item__icon {
width: 68px;
height: 68px;
border-radius: 50%;
background: var(--mvk-navy);
display: flex;
align-items: center;
justify-content: center;
color: var(--mvk-green);
flex-shrink: 0;
box-shadow: 0 8px 24px rgba(27,43,90,.18);
} .mvk-zigzag-item__content {
text-align: center;
}
.mvk-zigzag-item__num {
display: block;
font-size: 13px;
font-weight: 800;
letter-spacing: 1.5px;
color: var(--mvk-green);
margin-bottom: 6px;
}
.mvk-zigzag-item__content h3 {
font-size: 17px;
font-weight: 700;
color: var(--mvk-navy);
margin-bottom: 8px;
}
.mvk-zigzag-item__content p {
font-size: 14px;
color: var(--mvk-muted);
line-height: 1.65;
} .mvk-emp-about {
padding: 110px 0 120px;
background: #fff;
}
.mvk-emp-about__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
} .mvk-emp-about__left .mvk-eyebrow { margin-bottom: 16px; }
.mvk-emp-about__heading {
font-size: clamp(26px, 3.5vw, 40px);
font-weight: 800;
color: var(--mvk-navy);
line-height: 1.2;
margin-bottom: 24px;
}
.mvk-emp-about__left p {
font-size: 15px;
color: var(--mvk-muted);
line-height: 1.75;
margin-bottom: 16px;
}
.mvk-emp-about__left p:last-of-type { margin-bottom: 32px; }
.mvk-emp-about__img-wrap {
position: relative;
border-radius: 20px;
overflow: visible;
}
.mvk-emp-about__img-wrap img {
width: 100%;
border-radius: 20px;
object-fit: cover;
height: 320px;
}
.mvk-emp-about__counter {
position: absolute;
bottom: -20px;
right: -20px;
background: var(--mvk-navy);
color: #fff;
border-radius: 16px;
display: flex;
flex-direction: column;
min-width: 140px;
overflow: hidden;
box-shadow: var(--mvk-shadow-lg);
}
.mvk-emp-about__counter-body {
padding: 16px 20px 10px;
text-align: center;
}
.mvk-counter-num {
font-size: 36px;
font-weight: 800;
line-height: 1;
color: var(--mvk-green);
}
.mvk-emp-about__counter-tag {
background: var(--mvk-green);
padding: 8px 14px;
text-align: center;
}
.mvk-counter-label {
font-size: 11px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.5px;
line-height: 1.4;
} .mvk-emp-about__right {
position: relative;
display: flex;
flex-direction: column;
gap: 32px;
}
.mvk-emp-about__truck {
position: absolute;
right: -40px;
top: -60px;
width: 320px;
opacity: 0.08;
pointer-events: none;
z-index: 0;
}
.mvk-emp-vmv {
display: flex;
flex-direction: column;
gap: 16px;
position: relative;
z-index: 1;
}
.mvk-emp-vmv-item {
display: flex;
align-items: flex-start;
gap: 18px;
background: var(--mvk-off-white);
border: 1px solid var(--mvk-border);
border-radius: 16px;
padding: 22px 24px;
transition: box-shadow var(--mvk-transition);
}
.mvk-emp-vmv-item:hover {
box-shadow: 0 8px 24px rgba(27,43,90,.08);
}
.mvk-emp-vmv-item--active {
background: var(--mvk-navy);
border-color: var(--mvk-navy);
}
.mvk-emp-vmv-item__icon {
width: 44px;
height: 44px;
border-radius: 50%;
background: var(--mvk-green-light);
display: flex;
align-items: center;
justify-content: center;
color: var(--mvk-green);
flex-shrink: 0;
}
.mvk-emp-vmv-item--active .mvk-emp-vmv-item__icon {
background: rgba(80,183,30,.18);
color: var(--mvk-green);
}
.mvk-emp-vmv-item__body h3 {
font-size: 16px;
font-weight: 700;
color: var(--mvk-navy);
margin-bottom: 6px;
}
.mvk-emp-vmv-item--active .mvk-emp-vmv-item__body h3 { color: #fff; }
.mvk-emp-vmv-item__body p {
font-size: 14px;
color: var(--mvk-muted);
line-height: 1.65;
margin: 0;
}
.mvk-emp-vmv-item--active .mvk-emp-vmv-item__body p { color: rgba(255,255,255,.7); }
.mvk-emp-about__right > .mvk-btn {
align-self: flex-start;
position: relative;
z-index: 1;
} .mvk-section-header--light h2 { color: #fff; } .mvk-zigzag--dark::before {
border-color: var(--mvk-green);
opacity: 0.35;
}
.mvk-zigzag--dark .mvk-zigzag-item__icon {
background: var(--mvk-green);
color: #fff;
box-shadow: 0 8px 24px rgba(80,183,30,.25);
}
.mvk-zigzag--dark .mvk-zigzag-item__dot {
background: var(--mvk-green);
border-color: #111C3C;
box-shadow: 0 0 0 3px var(--mvk-green);
}
.mvk-zigzag--dark .mvk-zigzag-item__content h3 {
color: #fff;
}
.mvk-zigzag--dark .mvk-zigzag-item__content p {
color: rgba(255,255,255,.65);
}  .mvk-svc-trade {
background: #fff;
padding: 110px 0;
}
.mvk-svc-trade__header {
margin-bottom: 56px;
}
.mvk-svc-trade__header .mvk-eyebrow { margin-bottom: 12px; }
.mvk-svc-trade__header h2 {
font-size: clamp(26px, 3.5vw, 44px);
font-weight: 800;
color: var(--mvk-navy);
max-width: 700px;
line-height: 1.2;
}
.mvk-svc-trade__body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}
.mvk-svc-trade__img {
width: 100%;
border-radius: 30px;
display: block;
object-fit: cover;
aspect-ratio: 16 / 9;
margin-bottom: 28px;
}
.mvk-svc-trade__desc p {
font-size: 15px; color: var(--mvk-muted);
line-height: 1.75; margin-bottom: 16px;
}
.mvk-svc-trade__desc .mvk-btn { margin-top: 12px; }
.mvk-svc-trade__features {
display: flex; flex-direction: column;
}
.mvk-svc-trade__feat {
padding: 32px 0 32px 28px;
border-left: 3px solid var(--mvk-green);
transition: border-color .3s;
}
.mvk-svc-trade__feat:hover { border-color: var(--mvk-navy); }
.mvk-svc-trade__feat-top {
display: flex; align-items: center; gap: 14px; margin-bottom: 12px;
}
.mvk-svc-trade__feat-icon {
width: 44px; height: 44px;
background: #EBF7DF; border-radius: 12px;
display: flex; align-items: center; justify-content: center;
color: var(--mvk-green); flex-shrink: 0;
transition: background .3s, color .3s;
}
.mvk-svc-trade__feat:hover .mvk-svc-trade__feat-icon {
background: var(--mvk-navy); color: #fff;
}
.mvk-svc-trade__feat h3 {
font-size: 18px; font-weight: 700; color: var(--mvk-navy);
}
.mvk-svc-trade__feat > p {
font-size: 14px; color: var(--mvk-muted);
line-height: 1.65; margin-bottom: 14px;
}
.mvk-svc-trade__sep {
height: 1px; background: var(--mvk-border);
margin: 4px 0 4px 28px;
}
.mvk-svc-trade__list {
list-style: none; display: flex; flex-direction: column; gap: 8px;
}
.mvk-svc-trade__list li {
font-size: 13px; color: var(--mvk-text);
display: flex; align-items: center; gap: 10px;
}
.mvk-svc-trade__list li::before {
content: '';
width: 6px; height: 6px;
border-radius: 50%;
background: var(--mvk-green);
flex-shrink: 0;
} .mvk-svc-paper {
padding: 110px 0 100px;
background: #EAF2E9;
}
.mvk-svc-paper__header {
max-width: 760px;
margin: 0 auto 72px;
text-align: center;
}
.mvk-svc-paper__header .mvk-eyebrow { margin-bottom: 12px; }
.mvk-svc-paper__header h2 {
font-size: clamp(26px, 3.5vw, 42px);
font-weight: 800; color: var(--mvk-navy);
margin-bottom: 16px;
}
.mvk-svc-paper__header p {
font-size: 15px; color: var(--mvk-muted); line-height: 1.75;
}
.mvk-svc-paper__cta {
text-align: center;
margin-top: 56px;
}
.mvk-svc-paper__flow {
display: grid;
grid-template-columns: repeat(4, 1fr);
position: relative;
margin-bottom: 64px;
}
.mvk-svc-paper__flow::before {
content: '';
position: absolute;
top: 36px;
left: calc(12.5%);
width: 75%;
height: 2px;
background: linear-gradient(90deg, var(--mvk-navy) 0%, var(--mvk-green) 50%, var(--mvk-navy) 100%);
opacity: 0.2;
z-index: 0;
}
.mvk-svc-flow-step {
display: flex; flex-direction: column; align-items: center;
text-align: center; padding: 0 16px;
position: relative; z-index: 1;
}
.mvk-svc-flow-step__dot {
width: 72px; height: 72px;
border-radius: 50%;
background: var(--mvk-navy);
color: var(--mvk-green);
display: flex; align-items: center; justify-content: center;
margin-bottom: 20px;
box-shadow: 0 8px 28px rgba(27,43,90,.2);
transition: transform .35s ease, background .35s ease, color .35s ease;
}
.mvk-svc-flow-step:hover .mvk-svc-flow-step__dot {
background: var(--mvk-green);
color: #fff;
transform: scale(1.12) translateY(-4px);
}
.mvk-svc-flow-step__num {
font-size: 11px; font-weight: 800;
letter-spacing: 1.5px;
color: var(--mvk-green);
display: block; margin-bottom: 6px;
}
.mvk-svc-flow-step h3 {
font-size: 16px; font-weight: 700;
color: var(--mvk-navy); margin-bottom: 8px;
}
.mvk-svc-flow-step p {
font-size: 13px; color: var(--mvk-muted); line-height: 1.6;
}
.mvk-svc-paper__benefits {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
margin-bottom: 48px;
}
.mvk-svc-benefit-card {
display: flex; align-items: flex-start; gap: 16px;
background: #F8FAFC;
border-radius: 16px; padding: 22px 20px;
border: 1px solid var(--mvk-border);
transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.mvk-svc-benefit-card:hover {
border-color: var(--mvk-green);
box-shadow: 0 6px 24px rgba(80,183,30,.1);
transform: translateY(-3px);
}
.mvk-svc-benefit-card__icon {
width: 40px; height: 40px;
background: #EBF7DF; border-radius: 10px;
display: flex; align-items: center; justify-content: center;
color: var(--mvk-green); flex-shrink: 0;
}
.mvk-svc-benefit-card__body p {
font-size: 14px; color: var(--mvk-text);
font-weight: 500; margin: 0; line-height: 1.5;
} .mvk-svc-plastic {
background: #fff;
padding: 110px 0;
}
.mvk-svc-plastic__header {
margin-bottom: 48px;
}
.mvk-svc-plastic__header .mvk-eyebrow { margin-bottom: 12px; }
.mvk-svc-plastic__header h2 {
font-size: clamp(26px, 3.5vw, 44px);
font-weight: 800; color: var(--mvk-navy);
max-width: 700px; line-height: 1.2;
}
.mvk-svc-plastic__bento {
display: grid;
grid-template-columns: 1.4fr 1fr;
gap: 20px;
align-items: start;
} .mvk-plastic-main {
background: #111C3C;
border-radius: 24px;
padding: 52px 48px 48px;
position: relative;
overflow: hidden;
display: flex; flex-direction: column;
min-height: 500px;
}
.mvk-plastic-main__deco {
position: absolute;
right: -12px; bottom: -40px;
font-size: 200px; font-weight: 800;
color: rgba(255,255,255,.04);
line-height: 1; user-select: none; pointer-events: none;
}
.mvk-plastic-main .mvk-eyebrow { color: var(--mvk-green); margin-bottom: 14px; }
.mvk-plastic-main p {
font-size: 15px; color: rgba(255,255,255,.72);
line-height: 1.75; margin-bottom: 16px;
}
.mvk-plastic-main .mvk-plastic-transform { margin: 8px 0 28px; }
.mvk-plastic-main .mvk-btn { align-self: flex-start; } .mvk-plastic-transform {
display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.mvk-plastic-transform__from { display: flex; gap: 8px; }
.mvk-plastic-badge {
padding: 8px 18px;
background: rgba(80,183,30,.15);
border: 1px solid rgba(80,183,30,.4);
border-radius: 50px;
color: var(--mvk-green);
font-weight: 700; font-size: 14px;
transition: background .3s, transform .3s, color .3s;
cursor: default;
}
.mvk-plastic-badge:hover {
background: var(--mvk-green); color: #fff;
transform: scale(1.08) translateY(-2px);
}
.mvk-plastic-transform__arrow { color: rgba(255,255,255,.3); flex-shrink: 0; }
.mvk-plastic-result-badge {
display: flex; align-items: center; gap: 8px;
padding: 8px 18px;
background: rgba(255,255,255,.1);
border: 1px solid rgba(255,255,255,.18);
border-radius: 50px;
color: #fff; font-weight: 600; font-size: 14px;
}
.mvk-plastic-result-badge svg { color: var(--mvk-green); } .mvk-plastic-stack {
display: flex; flex-direction: column; gap: 20px;
}
.mvk-plastic-stack__benefits {
background: #F8FAFC;
border: 1px solid var(--mvk-border);
border-radius: 20px; padding: 32px 28px;
}
.mvk-plastic-stack__benefits h4 {
font-size: 11px; font-weight: 800;
letter-spacing: 1.5px; text-transform: uppercase;
color: var(--mvk-navy); margin-bottom: 20px;
}
.mvk-plastic-stack__process {
background: var(--mvk-navy);
border-radius: 20px; padding: 32px 28px;
}
.mvk-plastic-stack__process h4 {
font-size: 11px; font-weight: 800;
letter-spacing: 1.5px; text-transform: uppercase;
color: var(--mvk-green); margin-bottom: 20px;
} .mvk-plastic-blist {
display: flex; flex-direction: column; gap: 10px;
}
.mvk-plastic-blist li {
display: flex; align-items: center; gap: 12px;
color: var(--mvk-text); font-size: 13px; line-height: 1.5;
}
.mvk-plastic-blist li::before {
content: '';
width: 7px; height: 7px;
border-radius: 50%;
background: var(--mvk-green); flex-shrink: 0;
} .mvk-plastic-process {
display: flex; flex-direction: column; gap: 14px;
}
.mvk-plastic-process__step {
display: flex; align-items: flex-start; gap: 14px;
font-size: 13px; line-height: 1.5;
}
.mvk-plastic-process__step span:last-child { color: rgba(255,255,255,.72); }
.mvk-plastic-process__n {
font-size: 11px; font-weight: 800;
letter-spacing: 1px; color: var(--mvk-green);
flex-shrink: 0; padding-top: 2px;
}
.mvk-plastic-process__outro {
margin-top: 16px; padding-top: 16px;
border-top: 1px solid rgba(255,255,255,.1);
font-size: 12px; line-height: 1.65;
color: rgba(255,255,255,.55);
}  @media (min-width: 1600px) {
:root { --mvk-container: 1440px; }
.mvk-hero .mvk-container { margin-left: clamp(100px, 9vw, 220px); }
} @media (max-width: 1280px) {
.mvk-why__grid         { gap: 60px; }
.mvk-svc-trade__body   { gap: 60px; }
.mvk-emp-about__grid   { gap: 60px; }
.mvk-process__grid     { gap: 60px; }
.mvk-home-about__grid  { gap: 52px; }
.mvk-home-about__truck { right: -160px; width: 210px; }
} @media (max-width: 1024px) { .mvk-header__nav {
display: none;
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: linear-gradient(155deg, #090f1e 0%, #111C3C 55%, #152040 100%);
z-index: 9001;
padding: 0 36px 48px;
overflow-y: auto;
flex-direction: column;
}
.mvk-header__nav.is-open {
display: flex;
animation: mvkMenuIn .28s ease forwards;
}
@keyframes mvkMenuIn {
from { opacity: 0; transform: translateY(-14px); }
to   { opacity: 1; transform: translateY(0); }
}
.mvk-nav__topbar {
height: var(--mvk-header-h);
display: flex;
align-items: center;
justify-content: space-between;
flex-shrink: 0;
}
.mvk-nav__logo img {
height: 38px;
width: auto;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.mvk-nav__close {
background: rgba(255,255,255,.08);
border: none;
color: #fff;
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: background .2s;
flex-shrink: 0;
}
.mvk-nav__close:hover { background: rgba(255,255,255,.18); }
.mvk-nav__list {
flex-direction: column;
align-items: stretch !important;
gap: 0;
flex: 1;
counter-reset: nav-item;
padding-top: 20px;
}
.mvk-nav__list .menu-item { counter-increment: nav-item; width: 100%; }
.mvk-nav__list .menu-item a {
color: rgba(255,255,255,.75);
font-size: clamp(26px, 7vw, 40px);
font-weight: 800;
padding: 18px 0;
display: flex;
align-items: center;
gap: 14px;
border-bottom: 1px solid rgba(255,255,255,.07);
border-radius: 0;
background: none;
transition: color .2s ease, padding-left .2s ease;
}
.mvk-nav__list .menu-item a::before {
content: "0" counter(nav-item);
font-size: 11px;
font-weight: 700;
letter-spacing: 1.5px;
color: var(--mvk-green);
opacity: .75;
flex-shrink: 0;
margin-top: 3px;
}
.mvk-nav__list .menu-item a:hover {
color: #fff;
padding-left: 8px;
background: none;
}
.mvk-nav__list .menu-item.current-menu-item > a { color: #fff; padding-left: 0; }
.mvk-nav__list .menu-item.current-menu-item > a::after { display: none; }
.mvk-nav__footer {
padding-top: 40px;
display: flex;
flex-direction: column;
gap: 14px;
}
.mvk-nav__footer .mvk-btn {
width: 100%;
justify-content: center;
font-size: 15px;
}
.mvk-nav__contact-hint {
font-size: 12px;
color: rgba(255,255,255,.28);
text-align: center;
letter-spacing: .4px;
}
.mvk-header__hamburger { display: flex; }
.mvk-header .mvk-btn--primary { display: none; } .mvk-why__grid > *,
.mvk-home-about__grid > *,
.mvk-process__grid > *,
.mvk-svc-trade__body > *,
.mvk-svc-plastic__bento > *,
.mvk-service-detail__body > * { min-width: 0; } .mvk-hero .mvk-container {
margin-left: 0;
margin-right: 0;
max-width: var(--mvk-container);
padding: 0 32px;
}
.mvk-hero__content { max-width: 100%; } .mvk-home-about__grid { grid-template-columns: 1fr; gap: 48px; }
.mvk-home-about__truck { display: none; } .mvk-solutions__top { grid-template-columns: 1fr 1fr; gap: 32px; }
.mvk-solutions__truck { grid-column: 1 / -1; margin-bottom: -40px; } .mvk-cards-grid { grid-template-columns: 1fr 1fr; } .mvk-zigzag         { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
.mvk-zigzag::before { display: none; } .mvk-process__grid { grid-template-columns: 1fr; gap: 0; }
.mvk-process__left { padding: 80px 0 40px; }
.mvk-process__right { padding: 0 0 80px; } .mvk-why__grid { grid-template-columns: 1fr; gap: 48px; }
.mvk-why__sub  { max-width: 600px; } .mvk-steps-grid        { grid-template-columns: 1fr 1fr; gap: 40px; }
.mvk-steps-grid::before { display: none; }
.mvk-about__grid       { grid-template-columns: 1fr; gap: 48px; }
.mvk-why__inner        { grid-template-columns: 1fr; gap: 48px; }
.mvk-why__image        { max-width: 480px; } .mvk-service-detail__body { grid-template-columns: 1fr; gap: 32px; }
.mvk-svc-trade__body      { grid-template-columns: 1fr; gap: 48px; }
.mvk-svc-paper__flow      { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
.mvk-svc-paper__flow::before { display: none; }
.mvk-svc-plastic__bento   { grid-template-columns: 1fr; } .mvk-contact-main { grid-template-columns: 1fr; gap: 48px; }
.mvk-info-cards   { grid-template-columns: 1fr 1fr; } .mvk-footer__main  { grid-template-columns: 1fr 1fr; gap: 40px; }
.mvk-footer__brand { grid-column: 1 / -1; } .mvk-emp-about__grid { grid-template-columns: 1fr; gap: 60px; }
.mvk-emp-about__truck { display: none; }
} @media (max-width: 900px) {
.mvk-cta-section { width: 96%; border-radius: 24px; }
.mvk-solutions__banner { width: 100%; border-radius: 0; }
.mvk-plastic-main { min-height: auto; }
.mvk-home-about__steps-card { padding: 32px 28px; }
.mvk-svc-trade__body { gap: 40px; }
.mvk-emp-steps { padding: 80px 0; }
} @media (max-width: 768px) { :root { --mvk-header-h: 72px; } .mvk-header__logo img { height: 68px; }
.mvk-header--scrolled { height: 64px; }
.mvk-header--scrolled .mvk-header__logo img { height: 52px; } .mvk-hero { min-height: 100vh; min-height: 100svh; padding-bottom: 60px; }
.mvk-hero__widget { display: none; }
.mvk-hero__btns { flex-direction: column; align-items: stretch; }
.mvk-hero__btns .mvk-btn { justify-content: center; } .mvk-home-about { padding: 72px 0; }
.mvk-home-about__steps-card { padding: 28px 22px 32px; }
.mvk-home-about__counter { bottom: -22px; } .mvk-solutions__top { grid-template-columns: 1fr; }
.mvk-solutions__truck { display: none; }
.mvk-solutions__left { margin-bottom: 16px; }
.mvk-solutions__cats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; justify-items: center; }
.mvk-solutions__banner { padding: 60px 20px; width: 100%; border-radius: 0; } .mvk-cards-grid  { grid-template-columns: 1fr; }
.mvk-steps-grid  { grid-template-columns: 1fr; }
.mvk-what-we-do  { padding: 72px 0; }
.mvk-how-we-work { padding: 72px 0; } .mvk-process__inner  { padding-top: 72px; padding-bottom: 72px; }
.mvk-process__left   { padding: 0 0 40px; }
.mvk-process__right  { padding: 0; }
.mvk-process__btns   { flex-direction: column; gap: 12px; }
.mvk-process__btns .mvk-btn { width: 100%; justify-content: center; } .mvk-zigzag { grid-template-columns: 1fr; gap: 28px; }
.mvk-zigzag-item { flex-direction: row; gap: 16px; align-items: flex-start; padding: 0 8px; }
.mvk-zigzag-item__icon { width: 52px; height: 52px; flex-shrink: 0; }
.mvk-zigzag-item__content { text-align: left; }
.mvk-zigzag-item--top .mvk-zigzag-item__content { order: 0; margin-bottom: 0; margin-top: 0; }
.mvk-zigzag-item--top .mvk-zigzag-item__dot,
.mvk-zigzag-item--bottom .mvk-zigzag-item__dot { display: none; }
.mvk-zigzag-item--top .mvk-zigzag-item__icon { order: -1; } .mvk-why { padding: 72px 0; }
.mvk-why-mvk { padding: 72px 0; } .mvk-cta-section { width: 100%; border-radius: 0; margin: 0 0 60px; padding: 72px 0; }
.mvk-cta__btns { flex-direction: column; align-items: center; }
.mvk-cta__btns .mvk-btn { width: 100%; max-width: 360px; justify-content: center; } .mvk-page-header { min-height: 300px; padding-top: calc(var(--mvk-header-h) + 36px); padding-bottom: 48px; } .mvk-svc-trade   { padding: 72px 0; }
.mvk-svc-paper   { padding: 72px 0 60px; }
.mvk-svc-plastic { padding: 72px 0; }
.mvk-svc-trade__header { margin-bottom: 40px; }
.mvk-svc-plastic__header { margin-bottom: 36px; }
.mvk-svc-paper__header { margin-bottom: 56px; }
.mvk-svc-paper__flow { grid-template-columns: 1fr 1fr; }
.mvk-svc-paper__benefits { grid-template-columns: 1fr; } .mvk-about-section  { padding: 72px 0; }
.mvk-contact-section { padding: 72px 0 80px; }
.mvk-info-cards     { grid-template-columns: 1fr; gap: 16px; margin-bottom: 48px; }
.mvk-contact-form   { padding: 32px 24px; }
.mvk-contact-main > * { min-width: 0; }
.mvk-form .mvk-form-row { grid-template-columns: 1fr; } .mvk-contact-text .mvk-btn--whatsapp {
white-space: normal;
width: 100%;
justify-content: center;
text-align: center;
}
.mvk-mvv-grid       { grid-template-columns: 1fr; }
.mvk-values-section { padding: 36px 24px; }
.mvk-values-grid    { grid-template-columns: 1fr; }
.mvk-service-detail { padding: 60px 0; }
.mvk-services-intro { padding: 48px 0 0; } .mvk-footer__main     { grid-template-columns: 1fr; gap: 32px; padding: 48px 24px 36px; }
.mvk-footer__brand    { grid-column: auto; }
.mvk-footer__contacts { grid-template-columns: 1fr; } .mvk-emp-about      { padding: 72px 0 80px; }
.mvk-emp-about__counter { right: 0; bottom: -16px; }
.mvk-emp-steps      { padding: 72px 0 60px; }
} @media (max-width: 640px) { .mvk-hero { padding-bottom: 48px; } .mvk-service-card { padding: 28px 22px; }
.mvk-service-card::before { font-size: 80px; } .mvk-svc-paper__flow     { grid-template-columns: 1fr; }
.mvk-svc-trade__feat     { padding: 24px 0 24px 20px; }
.mvk-plastic-main        { padding: 36px 28px; }
.mvk-plastic-transform   { flex-direction: column; align-items: flex-start; }
.mvk-plastic-stack__benefits,
.mvk-plastic-stack__process { padding: 28px 22px; } .mvk-counter-num { font-size: 48px; }
.mvk-home-about__steps-card { padding: 24px 18px 28px; }
.mvk-mvv-step__body h3 { font-size: 18px; } .mvk-footer__logo { height: 80px; }
.mvk-footer__brand p { max-width: 100%; } .mvk-cta-section { padding: 60px 0; margin-bottom: 0; }
.mvk-cta__content { padding: 0 16px; } .mvk-contact-form { padding: 24px 20px; }
.mvk-info-card    { padding: 24px 18px; }
.mvk-info-cards > * { min-width: 0; } .mvk-why-item { padding: 18px 20px; gap: 14px; } .mvk-emp-about__counter { right: 0; min-width: 120px; }
} @media (max-width: 480px) { .mvk-container { padding: 0 16px; } .mvk-btn        { font-size: 14px; padding: 13px 22px; }
.mvk-btn--arrow::after { width: 24px; height: 24px; font-size: 11px; } .mvk-hero { padding-bottom: 40px; }
.mvk-hero__content { max-width: 100%; } .mvk-section-header { margin-bottom: 40px; } .mvk-service-card { padding: 24px 18px; } .mvk-home-about { padding: 60px 0; }
.mvk-home-about__steps-card { padding: 20px 16px 24px; }
.mvk-counter-num { font-size: 40px; }
.mvk-home-about__counter { min-width: 140px; } .mvk-solutions__banner { padding: 48px 16px; }
.mvk-sol-cat { font-size: 13px; gap: 10px; }
.mvk-sol-cat__icon { width: 38px; height: 38px; } .mvk-process__inner { padding-top: 60px; padding-bottom: 60px; }
.mvk-why { padding: 60px 0; }
.mvk-why__heading { font-size: clamp(26px, 7vw, 38px); }
.mvk-why-item { padding: 14px 16px; gap: 12px; }
.mvk-why-item__icon { width: 36px; height: 36px; }
.mvk-why-item span { font-size: 14px; } .mvk-svc-trade   { padding: 60px 0; }
.mvk-svc-paper   { padding: 60px 0 48px; }
.mvk-svc-plastic { padding: 60px 0; }
.mvk-svc-trade__header { margin-bottom: 32px; }
.mvk-svc-plastic__header { margin-bottom: 28px; }
.mvk-svc-paper__header { margin-bottom: 40px; }
.mvk-plastic-main { padding: 28px 20px; }
.mvk-plastic-transform__from { flex-wrap: wrap; } .mvk-contact-form { padding: 20px 16px; }
.mvk-info-card    { padding: 20px 16px; gap: 14px; } .mvk-footer__main   { padding: 40px 16px 28px; }
.mvk-footer__bottom { padding: 16px; }
.mvk-footer__bottom p { text-align: center; font-size: 11px; }
.mvk-footer__logo { height: 72px; } .mvk-page-header { min-height: 260px; } .mvk-emp-about { padding: 60px 0 64px; }
.mvk-emp-steps  { padding: 60px 0; }
.mvk-emp-about__img-wrap img { height: 240px; }
.mvk-emp-about__counter { min-width: 120px; }
.mvk-emp-about__counter-body .mvk-counter-num { font-size: 28px; } .mvk-zigzag-item__icon { width: 44px; height: 44px; }
.mvk-zigzag-item { gap: 14px; }
} @media (max-width: 375px) {
:root { --mvk-header-h: 64px; }
.mvk-container { padding: 0 14px; }
.mvk-btn { padding: 12px 18px; font-size: 13px; }
.mvk-hero { padding-bottom: 32px; }
.mvk-hero__title { font-size: clamp(26px, 8vw, 38px); }
.mvk-hero__subtitle { font-size: 14px; }
.mvk-footer__main { padding: 36px 14px 24px; }
.mvk-footer__logo { height: 60px; }
.mvk-why-item { padding: 12px 14px; }
.mvk-plastic-transform__from { flex-wrap: wrap; }
.mvk-contact-form { padding: 16px 14px; }
.mvk-home-about__steps-card { padding: 18px 14px 20px; }
.mvk-solutions__banner { padding: 40px 14px; }
.mvk-svc-trade__feat { padding: 20px 0 20px 16px; }
.mvk-cta__btns .mvk-btn { max-width: 100%; }
.mvk-section-header { margin-bottom: 32px; }
} @keyframes mvk-spin { to { transform: rotate(360deg); } }
.mvk-btn-spinner {
display: inline-block;
width: 14px; height: 14px;
border: 2px solid rgba(255,255,255,.4);
border-top-color: #fff;
border-radius: 50%;
animation: mvk-spin .7s linear infinite;
vertical-align: middle;
margin-right: 6px;
} .mvk-form-sent {
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 48px 24px;
min-height: 320px;
}
.mvk-form-sent__icon {
width: 72px; height: 72px;
background: var(--mvk-green);
border-radius: 20px;
display: flex; align-items: center; justify-content: center;
margin: 0 auto 24px;
color: #fff;
}
.mvk-form-sent h3 {
font-size: 26px; font-weight: 800;
color: var(--mvk-navy);
margin-bottom: 10px;
}
.mvk-form-sent p {
color: var(--mvk-body);
font-size: 16px;
max-width: 340px;
margin: 0 auto;
}  .mvk-svc-trade__feat-icon img,
.mvk-svc-benefit-card__icon img,
.mvk-info-card__icon img {
filter: brightness(0) saturate(100%) invert(52%) sepia(98%) saturate(500%) hue-rotate(68deg) brightness(99%);
transition: filter .3s ease;
} .mvk-svc-trade__feat:hover .mvk-svc-trade__feat-icon img {
filter: brightness(0) invert(1);
} .mvk-svc-flow-step__dot img,
.mvk-zigzag-item__icon img {
filter: brightness(0) invert(1);
transition: filter .3s ease;
}