:root {
    --mg2-red: #ff2e22;
    --mg2-red-dark: #e8251b;
    --mg2-ink: #171515;
    --mg2-muted: #706b69;
    --mg2-line: #ece8e6;
    --mg2-soft: #fff4f0;
    --mg2-peach: #ffe8df;
    --mg2-blue: #5e63d8;
    --mg2-white: #fff;
    --mg2-shadow: 0 14px 34px rgba(55, 36, 29, .08);
    --mg2-radius-sm: 12px;
    --mg2-radius: 18px;
    --mg2-radius-lg: 26px;
    --mg2-shell: 1440px;
    --mg2-hero-height: 570px;
    --mg2-inner-banner-radius: 28px;
}

/* Account, cart and checkout */
.mg2-auth-page,.mg2-cart-page,.mg2-checkout-page { background:#fff; color:var(--mg2-ink); }
.mg2-auth-page { padding:22px 0 64px; }
.mg2-auth-page .mg2-breadcrumbs { margin-bottom:18px; }
.mg2-auth { min-height:600px; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr); overflow:hidden; border:1px solid #f0e4df; border-radius:28px; background:#fff; box-shadow:0 20px 60px rgba(63,39,30,.08); }
.mg2-auth__visual { position:relative; min-width:0; display:flex; align-items:flex-end; overflow:hidden; padding:48px; background:linear-gradient(140deg,#fff0eb 0%,#fff9f7 54%,#fff 100%); }
.mg2-auth__visual::before { content:""; position:absolute; width:540px; height:540px; right:-170px; top:-190px; border:1px solid #ffd8d0; border-radius:50%; box-shadow:inset 0 0 0 75px rgba(255,255,255,.28),inset 0 0 0 150px rgba(255,255,255,.18); }
.mg2-auth__mark { position:absolute; z-index:1; width:min(59%,410px); right:-15px; top:28px; aspect-ratio:1; }
.mg2-auth__mark img { width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 22px 24px rgba(70,40,28,.13)); }
.mg2-auth__copy { position:relative; z-index:2; max-width:510px; }
.mg2-auth__copy h1 { margin:0 0 17px; font:700 clamp(42px,4.5vw,66px)/1.03 "MG2 Sora",sans-serif; letter-spacing:-3px; }
.mg2-auth__copy h1 span { color:var(--mg2-red); }
.mg2-auth__copy p { max-width:455px; margin:0 0 26px; color:#605854; font-size:15px; font-weight:600; line-height:1.65; }
.mg2-auth__copy ul { display:flex; flex-wrap:wrap; gap:10px; margin:0; padding:0; list-style:none; }
.mg2-auth__copy li { display:inline-flex; align-items:center; gap:8px; padding:9px 12px; border:1px solid rgba(255,46,34,.12); border-radius:11px; background:rgba(255,255,255,.8); font-size:10px; font-weight:800; }
.mg2-auth__copy li i { color:var(--mg2-red); font-size:14px; }
.mg2-auth__form-wrap { align-self:center; padding:48px; }
.mg2-auth__form-head { display:flex; align-items:center; gap:14px; margin-bottom:28px; }
.mg2-auth__icon { width:52px; height:52px; flex:0 0 52px; display:grid; place-items:center; border-radius:15px; background:#fff0ec; color:var(--mg2-red); font-size:22px; }
.mg2-auth__form-head h2,.mg2-register__head h1 { margin:0; font:700 30px/1.15 "MG2 Sora",sans-serif; letter-spacing:-1px; }
.mg2-auth__form-head p,.mg2-register__head p { margin:5px 0 0; color:var(--mg2-muted); font-size:12px; }
.mg2-auth-form { display:grid; gap:17px; }
.mg2-field { display:grid; gap:8px; margin:0; color:#504946; font-size:10px; font-weight:800; letter-spacing:.2px; }
.mg2-field__control { min-height:54px; display:grid; grid-template-columns:20px minmax(0,1fr) auto; align-items:center; gap:10px; padding:0 15px; border:1px solid #e5dedb; border-radius:14px; background:#fff; color:#9a918d; transition:border-color .18s ease,box-shadow .18s ease; }
.mg2-field__control:focus-within { border-color:#ff9d92; box-shadow:0 0 0 4px rgba(255,46,34,.08); }
.mg2-field__control > i { font-size:16px; }
.mg2-field__control input { width:100%; height:52px; min-width:0; padding:0; border:0; outline:0; background:transparent; color:var(--mg2-ink); font:700 12px/1 "MG2 Manrope",sans-serif; }
.mg2-field__control input::placeholder { color:#aca4a0; font-weight:600; }
.mg2-password-toggle { width:32px; height:32px; display:grid; place-items:center; padding:0; border:0; border-radius:9px; background:#f7f3f1; color:#756d69; cursor:pointer; }
.mg2-password-toggle:hover,.mg2-password-toggle:focus-visible { background:#ffede9; color:var(--mg2-red); outline:none; }
.mg2-auth-form__meta { display:flex; align-items:center; justify-content:space-between; gap:18px; }
.mg2-auth-form__meta > a,.mg2-auth__switch a,.mg2-check a { color:var(--mg2-red); font-size:11px; font-weight:800; text-decoration:none; }
.mg2-check { display:flex; align-items:flex-start; gap:9px; margin:0; color:#625b57; font-size:11px; font-weight:700; cursor:pointer; }
.mg2-check input { width:18px; height:18px; flex:0 0 18px; margin:0; accent-color:var(--mg2-red); }
.mg2-auth-form__submit { width:100%; margin-top:3px; }
.mg2-auth__phone { min-height:62px; display:grid; grid-template-columns:38px minmax(0,1fr) 18px; align-items:center; gap:11px; margin-top:14px; padding:11px 14px; border:1px solid #eee7e3; border-radius:14px; color:var(--mg2-ink); text-decoration:none; }
.mg2-auth__phone > i:first-child { width:38px; height:38px; display:grid; place-items:center; border-radius:11px; background:#f6f3f1; color:var(--mg2-red); }
.mg2-auth__phone span { display:grid; gap:2px; }.mg2-auth__phone strong { font-size:11px; }.mg2-auth__phone small { color:var(--mg2-muted); font-size:9px; }.mg2-auth__phone:hover { border-color:#ffc8bf; color:var(--mg2-red); }
.mg2-auth__switch { margin:22px 0 0; color:var(--mg2-muted); font-size:11px; text-align:center; }
.mg2-form-message { display:flex; align-items:flex-start; gap:10px; margin-bottom:20px; padding:13px 15px; border:1px solid; border-radius:13px; font-size:11px; font-weight:700; line-height:1.5; }
.mg2-form-message ul { margin:0; padding-left:16px; }.mg2-form-message--error { border-color:#ffc9c1; background:#fff2ef; color:#a8271f; }.mg2-form-message--success { border-color:#bce5cd; background:#effbf4; color:#287749; }

.mg2-auth-page--register { padding-bottom:68px; background:linear-gradient(180deg,#fff 0%,#fffaf8 100%); }
.mg2-register { overflow:hidden; padding:42px; border:1px solid #f0e4df; border-radius:28px; background:#fff; box-shadow:0 18px 54px rgba(63,39,30,.07); }
.mg2-register__head { display:flex; align-items:center; justify-content:space-between; gap:28px; margin-bottom:30px; padding-bottom:25px; border-bottom:1px solid #eee7e3; }
.mg2-register__head > a { display:inline-flex; align-items:center; gap:8px; padding:11px 14px; border-radius:12px; background:#fff0ec; color:var(--mg2-red); font-size:10px; font-weight:800; text-decoration:none; }
.mg2-register-form__fields { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px 17px; }
.mg2-register-form__fields .mg2-field:nth-last-child(-n+2) { grid-column:span 1; }
.mg2-register-form__footer { display:flex; align-items:center; justify-content:space-between; gap:28px; margin-top:28px; padding-top:24px; border-top:1px solid #eee7e3; }
.mg2-check--consent { max-width:570px; }
.mg2-register-form__footer .mg2-btn { min-width:230px; }
.mg2-register-form__footer .mg2-btn:disabled,.mg2-checkout-page button:disabled { opacity:.48; cursor:not-allowed; }

.mg2-commerce-head { padding:22px 0 28px; background:linear-gradient(180deg,#fff 0%,#fffaf8 100%); }
.mg2-commerce-head__row { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-top:24px; }
.mg2-commerce-head h1 { margin:0; font:700 clamp(38px,4vw,58px)/1.06 "MG2 Sora",sans-serif; letter-spacing:-2.5px; }
.mg2-commerce-head p { margin:10px 0 0; color:var(--mg2-muted); font-size:13px; }
.mg2-commerce-head__step { display:flex; align-items:center; gap:10px; padding:12px 15px; border:1px solid #eee5e1; border-radius:14px; background:#fff; color:#6f6763; font-size:9px; font-weight:800; white-space:nowrap; }
.mg2-commerce-head__step b { width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:var(--mg2-red); color:#fff; font-size:10px; }.mg2-commerce-head__step b.is-done { background:#202020; }.mg2-commerce-head__step > i { width:30px; height:1px; background:#dfd6d2; }
.mg2-cart-content,.mg2-checkout-content { padding:36px 0 64px; }
.mg2-cart-empty { min-height:390px; display:grid; justify-items:center; align-content:center; padding:45px; border:1px solid #eee5e1; border-radius:26px; background:linear-gradient(145deg,#fff 0%,#fff8f5 100%); text-align:center; box-shadow:0 14px 40px rgba(60,38,29,.055); }
.mg2-cart-empty > span { width:76px; height:76px; display:grid; place-items:center; border-radius:22px; background:var(--mg2-red); color:#fff; box-shadow:0 14px 30px rgba(255,46,34,.22); font-size:30px; }
.mg2-cart-empty h2 { margin:22px 0 8px; font:700 28px/1.2 "MG2 Sora",sans-serif; }.mg2-cart-empty p { max-width:510px; margin:0 0 24px; color:var(--mg2-muted); font-size:12px; line-height:1.6; }.mg2-cart-empty > div { display:flex; gap:10px; }
.mg2-cart-content .cart-table-wrapper { overflow:hidden; border:1px solid #eee6e2; border-radius:24px; background:#fff; box-shadow:0 14px 40px rgba(60,38,29,.055); }
.mg2-cart-content .cart-table { width:100%; border-collapse:collapse; }
.mg2-cart-content .cart-table th { padding:16px 20px; background:#faf7f5; color:#8a817d; font-size:9px; font-weight:800; letter-spacing:.45px; text-align:left; text-transform:uppercase; }
.mg2-cart-content .cart-table td { padding:20px; border-top:1px solid #eee7e3; vertical-align:middle; font-size:11px; }
.mg2-cart-content .product-block { min-width:280px; display:flex; align-items:center; gap:15px; }.mg2-cart-content .product-block > a { width:78px; height:78px; flex:0 0 78px; display:grid; place-items:center; overflow:hidden; border-radius:15px; background:#f7f3f1; }.mg2-cart-content .product-block img { width:100%; height:100%; object-fit:cover; }.mg2-cart-content .product-block h4 { margin:0 0 7px; font:700 13px/1.35 "MG2 Sora",sans-serif; }.mg2-cart-content .product-block h4 a { color:var(--mg2-ink); text-decoration:none; }
.mg2-cart-content .text-muted { color:var(--mg2-muted)!important; font-size:9px!important; line-height:1.55; }
.mg2-cart-content .price2 { color:var(--mg2-ink); font-size:12px; font-weight:800; white-space:nowrap; }
.mg2-cart-content .qty-box { display:grid; grid-template-columns:34px 44px 34px; align-items:center; overflow:hidden; width:max-content; border:1px solid #e6dfdb; border-radius:11px; }.mg2-cart-content .qty-box button { height:36px; border:0; background:#f8f5f3; color:var(--mg2-ink); font-size:16px; cursor:pointer; }.mg2-cart-content .qty-box input { width:44px; height:36px; padding:0; border:0; outline:0; text-align:center; font-size:11px; font-weight:800; appearance:textfield; }.mg2-cart-content .qty-box--locked { grid-template-columns:48px; }.mg2-cart-content .qty-box--locked input { width:48px; background:#f8f5f3; }
.mg2-cart-content .close-btn2 { width:34px; height:34px; display:grid; place-items:center; padding:9px; border:0; border-radius:10px; background:#fff1ed; cursor:pointer; }.mg2-cart-content .close-btn2 img { width:100%; height:100%; }
.mg2-cart-content .cart-footer { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:20px 0; }.mg2-cart-content .ibt-btn { min-height:46px; display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:0 18px; border:1px solid #e2dad6; border-radius:12px; background:#fff; color:var(--mg2-ink); font-size:10px; font-weight:800; text-decoration:none; }.mg2-cart-content .ibt-btn:hover { border-color:#ffaaa0; color:var(--mg2-red); }
.mg2-cart-content .cart-table2 { width:min(100%,420px); margin-left:auto; padding:26px; border:1px solid #eee5e1; border-radius:22px; background:#fffaf8; }.mg2-cart-content .cart-table2 h4 { margin:0 0 14px; font:700 22px/1.2 "MG2 Sora",sans-serif; }.mg2-cart-content .cart-table2 table { width:100%; border-collapse:collapse; margin-bottom:18px; }.mg2-cart-content .cart-table2 th,.mg2-cart-content .cart-table2 td { padding:9px 0; border:0; border-bottom:1px solid #ede6e2; font-size:11px; text-align:left; }.mg2-cart-content .cart-table2 th:last-child,.mg2-cart-content .cart-table2 td:last-child { text-align:right; }.mg2-cart-content .cart-table2 tbody tr:last-child td { padding-top:14px; border-bottom:0; font-size:15px; font-weight:900; }.mg2-cart-content .cart-table2 .ibt-btn { width:100%; border-color:var(--mg2-red); background:var(--mg2-red); color:#fff; }

.mg2-checkout-content .custom-form5 > .row { row-gap:22px; }
.mg2-checkout-content .contact-form5,.mg2-checkout-content .side-widget3 { border:1px solid #eee5e1; border-radius:22px; background:#fff; box-shadow:0 12px 35px rgba(60,38,29,.05); }
.mg2-checkout-content .contact-form5 { padding:30px; }.mg2-checkout-content .contact-form5 > h2 { margin:0 0 22px; font:700 25px/1.2 "MG2 Sora",sans-serif; }
.mg2-checkout-content .contact-form5 .row { row-gap:15px; }.mg2-checkout-content .form-group { position:relative; margin:0; }.mg2-checkout-content input[type="text"],.mg2-checkout-content input[type="tel"],.mg2-checkout-content input[type="email"],.mg2-checkout-content select,.mg2-checkout-content textarea { width:100%; min-height:52px; padding:0 15px; border:1px solid #e5dedb; border-radius:13px; outline:0; background:#fff; color:var(--mg2-ink); font:700 11px/1.35 "MG2 Manrope",sans-serif; }.mg2-checkout-content textarea { min-height:112px; margin-top:16px; padding-top:15px; resize:vertical; }.mg2-checkout-content input:focus,.mg2-checkout-content select:focus,.mg2-checkout-content textarea:focus { border-color:#ff9d92; box-shadow:0 0 0 4px rgba(255,46,34,.08); }
.mg2-checkout-content .form-group.v3 { display:flex; flex-wrap:wrap; gap:14px 22px; margin-top:18px; padding:16px; border-radius:13px; background:#faf7f5; }.mg2-checkout-content .radio-box,.mg2-checkout-content .payment-widget .form-group.v3 { display:flex; align-items:flex-start; gap:8px; }.mg2-checkout-content input[type="checkbox"],.mg2-checkout-content input[type="radio"] { width:18px; height:18px; flex:0 0 18px; margin:0; accent-color:var(--mg2-red); }.mg2-checkout-content label { color:#5c5551; font-size:10px; font-weight:700; }.mg2-checkout-content label a { color:var(--mg2-red); }
.mg2-checkout-content #checkout-address-select,.mg2-checkout-content #checkout-address-fields { margin-top:16px; }
.mg2-checkout-content .side-bar3 { position:sticky; top:22px; display:grid; gap:16px; }.mg2-checkout-content .side-widget3 { padding:24px; margin:0!important; }.mg2-checkout-content .side-widget3 h4 { margin:0 0 15px; font:700 18px/1.2 "MG2 Sora",sans-serif; }
.mg2-checkout-content .cart-widget3 table { width:100%; border-collapse:collapse; }.mg2-checkout-content .cart-widget3 th,.mg2-checkout-content .cart-widget3 td { padding:8px 0; border-bottom:1px solid #eee7e3; color:#6b635f; font-size:10px; text-align:left; }.mg2-checkout-content .cart-widget3 th:last-child,.mg2-checkout-content .cart-widget3 td:last-child { color:var(--mg2-ink); font-weight:800; text-align:right; }.mg2-checkout-content .cart-widget3 tbody tr:last-child td { padding-top:13px; border-bottom:0; font-size:15px; font-weight:900; }
.mg2-checkout-content .payment-methods { display:grid; gap:8px; }.mg2-checkout-content .method { display:grid; grid-template-columns:18px minmax(0,1fr); gap:8px; padding:11px; border:1px solid #ebe3df; border-radius:12px; }.mg2-checkout-content .method label { margin:0; cursor:pointer; }.mg2-checkout-content .method .content { grid-column:2; }.mg2-checkout-content .method p,.mg2-checkout-content .payment-widget .para { margin:3px 0 0; color:var(--mg2-muted); font-size:9px; line-height:1.45; }.mg2-checkout-content .payment-widget .para { margin-top:14px; }.mg2-checkout-content .payment-widget .form-group.v3 { margin-top:12px; padding:0; background:transparent; }
.mg2-checkout-content .payment-widget > button { width:100%; min-height:48px; margin-top:16px; border:0; border-radius:13px; background:var(--mg2-red); color:#fff; font:800 11px/1 "MG2 Manrope",sans-serif; cursor:pointer; }
.mg2-checkout-content .order-widget table { width:100%; border-collapse:collapse; }.mg2-checkout-content .order-widget td { padding:13px 0; border-top:1px solid #eee7e3; vertical-align:top; }.mg2-checkout-content .order-widget tr:first-child td { border-top:0; }.mg2-checkout-content .recent-post3 { display:grid; grid-template-columns:48px minmax(0,1fr); gap:10px; }.mg2-checkout-content .recent-post3 > a { grid-row:1 / 4; }.mg2-checkout-content .recent-post3 h4 { margin:0; font:700 10px/1.35 "MG2 Sora",sans-serif; }.mg2-checkout-content .recent-post3 h4 a { color:var(--mg2-ink); text-decoration:none; }.mg2-checkout-content .recent-post3 span,.mg2-checkout-content .recent-post3 .small { grid-column:2; color:var(--mg2-muted); font-size:8px!important; }.mg2-checkout-content .order-widget .price-data { width:90px; padding-left:10px; color:var(--mg2-ink); font-size:9px; font-weight:800; text-align:right; }.mg2-checkout-content .checkout-error { margin-top:5px; color:#c93229; font-size:9px; font-weight:700; }.mg2-checkout-content .is-invalid { border-color:#e55047!important; }
.mg2-checkout-content .sidebar-toggle3,.mg2-checkout-content .sidebar-overlay3,.mg2-checkout-content .sidebar-close3 { display:none; }

@media (max-width:900px) {
    .mg2-auth { grid-template-columns:1fr; }.mg2-auth__visual { min-height:360px; }.mg2-auth__mark { width:300px; right:4%; top:10px; }.mg2-auth__copy { max-width:470px; }.mg2-register-form__fields { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .mg2-commerce-head__row { align-items:flex-start; flex-direction:column; }.mg2-checkout-content .side-bar3 { position:static; }
}
@media (max-width:760px) {
    .mg2-auth-page { padding:16px 0 42px; }.mg2-auth-page .mg2-breadcrumbs { margin-bottom:13px; }.mg2-auth { border-radius:22px; }.mg2-auth__visual { min-height:315px; align-items:flex-end; padding:28px 22px; }.mg2-auth__mark { width:215px; right:-18px; top:2px; opacity:.95; }.mg2-auth__copy h1 { font-size:35px; letter-spacing:-2px; }.mg2-auth__copy p { max-width:290px; margin-bottom:18px; font-size:11px; }.mg2-auth__copy ul { display:none; }.mg2-auth__form-wrap { padding:28px 22px; }.mg2-auth__form-head h2,.mg2-register__head h1 { font-size:24px; }.mg2-auth-form__meta { align-items:flex-start; }.mg2-auth__phone { margin-top:12px; }
    .mg2-register { padding:26px 20px; border-radius:22px; }.mg2-register__head { align-items:flex-start; flex-direction:column; gap:15px; margin-bottom:23px; }.mg2-register-form__fields { grid-template-columns:1fr; gap:15px; }.mg2-register-form__footer { align-items:stretch; flex-direction:column; }.mg2-register-form__footer .mg2-btn { width:100%; min-width:0; }
    .mg2-commerce-head { padding:15px 0 22px; }.mg2-commerce-head__row { gap:18px; margin-top:18px; }.mg2-commerce-head h1 { font-size:34px; letter-spacing:-1.8px; }.mg2-commerce-head p { font-size:11px; line-height:1.5; }.mg2-commerce-head__step { width:100%; justify-content:center; }.mg2-cart-content,.mg2-checkout-content { padding:24px 0 46px; }.mg2-cart-empty { min-height:360px; padding:28px 19px; border-radius:21px; }.mg2-cart-empty h2 { font-size:23px; }.mg2-cart-empty > div { width:100%; flex-direction:column; }.mg2-cart-empty .mg2-btn { width:100%; }
    .mg2-cart-content .cart-table-wrapper { overflow:visible; border:0; box-shadow:none; background:transparent; }.mg2-cart-content .cart-table,.mg2-cart-content .cart-table tbody { display:block; }.mg2-cart-content .cart-table thead { display:none; }.mg2-cart-content .cart-table tr { display:grid; grid-template-columns:1fr 1fr auto; gap:13px; margin-bottom:12px; padding:16px; border:1px solid #eee5e1; border-radius:18px; background:#fff; box-shadow:0 8px 22px rgba(60,38,29,.045); }.mg2-cart-content .cart-table td { display:block; padding:0; border:0; }.mg2-cart-content .cart-table td:first-child { grid-column:1 / -1; }.mg2-cart-content .cart-table td:nth-child(2)::before,.mg2-cart-content .cart-table td:nth-child(3)::before,.mg2-cart-content .cart-table td:nth-child(4)::before { display:block; margin-bottom:5px; color:#9b918d; font-size:7px; font-weight:800; text-transform:uppercase; }.mg2-cart-content .cart-table td:nth-child(2)::before { content:"Цена"; }.mg2-cart-content .cart-table td:nth-child(3)::before { content:"Количество"; }.mg2-cart-content .cart-table td:nth-child(4)::before { content:"Сумма"; }.mg2-cart-content .cart-table td:nth-child(4) { grid-column:1 / 3; }.mg2-cart-content .cart-table td:last-child { grid-column:3; grid-row:2; }.mg2-cart-content .product-block { min-width:0; align-items:flex-start; }.mg2-cart-content .product-block > a { width:64px; height:64px; flex-basis:64px; }.mg2-cart-content .cart-footer { align-items:stretch; flex-direction:column-reverse; }.mg2-cart-content .cart-footer .ibt-btn,.mg2-cart-content .cart-footer form { width:100%; }.mg2-cart-content .cart-table2 { width:100%; padding:22px; }
    .mg2-checkout-content .contact-form5 { padding:22px 18px; border-radius:19px; }.mg2-checkout-content .contact-form5 .row { row-gap:12px; }.mg2-checkout-content .side-widget3 { padding:20px 18px; border-radius:19px; }.mg2-checkout-content .form-group.v3 { align-items:flex-start; flex-direction:column; }.mg2-checkout-content .order-widget .price-data { width:76px; }
}

/* Cookies policy */
.mg2-cookies-main { overflow: hidden; }
.mg2-cookies-hero { padding: 28px 0 30px; }
.mg2-cookies-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-cookies-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-cookies-intro { padding: 28px 0 38px; }
.mg2-cookies-intro__panel { min-height: 178px; display: grid; grid-template-columns: 82px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-cookies-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.1); }
.mg2-cookies-intro__icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 32px; }
.mg2-cookies-intro h1 { margin: 7px 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-cookies-richtext { max-width: 800px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-cookies-richtext > :first-child { margin-top: 0; }.mg2-cookies-richtext > :last-child { margin-bottom: 0; }
.mg2-cookies-intro__link { display: inline-flex; align-items: center; gap: 8px; color: var(--mg2-red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.mg2-cookies-types { padding: 8px 0 40px; }
.mg2-cookies-types .mg2-section-head > p { max-width: 420px; color: #837873; font-size: 12px; line-height: 1.55; text-align: right; }
.mg2-cookies-types__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.mg2-cookie-type { min-height: 190px; display: grid; grid-template-columns: 68px minmax(0,1fr); align-items: start; gap: 22px; padding: 28px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(145deg,#fff 0%,#fff 68%,#fff6f2 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-cookie-type:hover { transform: translateY(-4px); border-color: #ffd0c7; box-shadow: 0 18px 40px rgba(55,38,31,.11); }
.mg2-cookie-type--required { border-color: #ffd5cc; background: linear-gradient(145deg,#fff6f2,#fff 62%,#fff0eb); }
.mg2-cookie-type__icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 19px; background: #ffe9e4; color: var(--mg2-red); font-size: 28px; }
.mg2-cookie-type__badge { display: inline-flex; margin-bottom: 10px; color: var(--mg2-red); font-size: 9px; font-weight: 800; letter-spacing: .75px; text-transform: uppercase; }
.mg2-cookie-type h3 { margin: 0 0 9px; font: 700 21px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.6px; }
.mg2-cookie-type p { margin: 0; color: #675f5b; font-size: 12px; line-height: 1.6; }
.mg2-cookies-settings { padding: 8px 0 42px; scroll-margin-top: 100px; }
.mg2-cookies-settings__panel { min-height: 270px; display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); align-items: center; gap: 52px; padding: 40px 44px; border: 1px solid #ffd4ca; border-radius: 26px; background: linear-gradient(115deg,#fff0eb,#fff 48%,#ffe8e1); box-shadow: 0 14px 34px rgba(54,40,34,.055); }
.mg2-cookies-settings__copy h2 { margin: 8px 0 12px; font: 700 clamp(28px,3vw,41px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.4px; }
.mg2-cookies-settings__copy p { max-width: 520px; margin: 0; color: #615955; font-size: 14px; line-height: 1.65; }
.mg2-cookies-settings__control { min-width: 0; padding: 23px; border: 1px solid #eee3de; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 10px 26px rgba(55,38,31,.06); }
.mg2-cookies-settings__status { display: grid; grid-template-columns: 52px minmax(0,1fr); align-items: center; gap: 14px; margin-bottom: 18px; }
.mg2-cookies-settings__status > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #fff0ec; color: var(--mg2-red); font-size: 23px; }
.mg2-cookies-settings__status small,.mg2-cookies-settings__status strong { display: block; }.mg2-cookies-settings__status small { margin-bottom: 3px; color: #958984; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }.mg2-cookies-settings__status strong { font: 700 16px/1.3 "MG2 Sora",sans-serif; }
.mg2-cookies-settings__actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.mg2-cookies-settings__actions .mg2-btn { width: 100%; min-height: 52px; padding-inline: 16px; text-align: center; }
.mg2-cookies-settings__actions .mg2-btn.is-current { box-shadow: 0 0 0 3px rgba(255,47,38,.14); }
.mg2-cookies-settings__note { margin: 13px 0 0; color: #8a7f79; font-size: 10px; line-height: 1.5; text-align: center; }
.mg2-cookies-policy { padding: 10px 0 54px; }
.mg2-cookies-policy__layout { display: grid; grid-template-columns: 270px minmax(0,1fr); align-items: start; gap: 34px; }
.mg2-cookies-policy__aside { position: sticky; top: 105px; padding: 27px; border: 1px solid #eee5e1; border-radius: 22px; background: #fff9f6; }
.mg2-cookies-policy__aside h2 { margin: 8px 0 9px; font: 700 25px/1.18 "MG2 Sora",sans-serif; letter-spacing: -.8px; }.mg2-cookies-policy__aside > p { margin: 0 0 20px; color: #8b807b; font-size: 11px; }
.mg2-cookies-policy__aside nav { display: grid; gap: 2px; }.mg2-cookies-policy__aside nav a { padding: 10px 0; border-top: 1px solid #eee4df; color: #5f5753; font-size: 11px; font-weight: 700; }.mg2-cookies-policy__aside nav a:hover { color: var(--mg2-red); }
.mg2-cookies-policy__document { display: grid; gap: 10px; }
.mg2-cookies-policy__document article { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 18px; padding: 25px 28px; border: 1px solid #eee6e2; border-radius: 20px; background: #fff; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; scroll-margin-top: 110px; }
.mg2-cookies-policy__document article:hover { transform: translateY(-2px); border-color: #ffd0c6; box-shadow: 0 14px 32px rgba(55,38,31,.075); }
.mg2-cookies-policy__document article > span { color: #c3b4ae; font: 800 10px/1.3 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-cookies-policy__document h3 { margin: 0 0 9px; font: 700 19px/1.25 "MG2 Sora",sans-serif; letter-spacing: -.45px; }.mg2-cookies-policy__document p { margin: 0; color: #625a56; font-size: 12px; line-height: 1.72; }.mg2-cookies-policy__document a { color: var(--mg2-red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
    .mg2-cookies-intro__panel { grid-template-columns: 78px minmax(0,1fr); }.mg2-cookies-intro__link { grid-column: 2; justify-self: start; }
    .mg2-cookies-settings__panel { grid-template-columns: 1fr; gap: 28px; }.mg2-cookies-policy__layout { grid-template-columns: 220px minmax(0,1fr); gap: 20px; }
}
@media (max-width: 760px) {
    .mg2-cookies-hero { padding: 18px 0 24px; }.mg2-cookies-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-cookies-intro { padding: 12px 0 28px; }.mg2-cookies-intro__panel { min-height: 0; grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-cookies-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-cookies-intro h1 { font-size: 27px; letter-spacing: -1px; }.mg2-cookies-richtext { font-size: 12px; }.mg2-cookies-intro__link { grid-column: 1 / -1; }
    .mg2-cookies-types { padding-bottom: 28px; }.mg2-cookies-types .mg2-section-head > p { display: none; }.mg2-cookies-types__grid { grid-template-columns: 1fr; gap: 10px; }.mg2-cookie-type { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 16px; padding: 20px; border-radius: 20px; }.mg2-cookie-type__icon { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-cookie-type h3 { font-size: 18px; }
    .mg2-cookies-settings { padding-bottom: 30px; }.mg2-cookies-settings__panel { min-height: 0; gap: 23px; padding: 26px 21px; border-radius: 20px; }.mg2-cookies-settings__copy h2 { font-size: 28px; }.mg2-cookies-settings__copy p { font-size: 12px; }.mg2-cookies-settings__control { padding: 18px; border-radius: 17px; }.mg2-cookies-settings__actions { grid-template-columns: 1fr; }.mg2-cookies-settings__status strong { font-size: 14px; }
    .mg2-cookies-policy { padding-bottom: 42px; }.mg2-cookies-policy__layout { grid-template-columns: 1fr; }.mg2-cookies-policy__aside { position: static; padding: 22px; border-radius: 20px; }.mg2-cookies-policy__aside nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 15px; }.mg2-cookies-policy__document article { grid-template-columns: 30px minmax(0,1fr); gap: 10px; padding: 21px 18px; border-radius: 18px; }.mg2-cookies-policy__document h3 { font-size: 17px; }.mg2-cookies-policy__document p { font-size: 11px; }
}

/* Personal data consent */
.mg2-consent-main { overflow-x: clip; }
.mg2-consent-hero { padding: 28px 0 30px; }
.mg2-consent-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-consent-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-consent-intro { padding: 28px 0 38px; }
.mg2-consent-intro__panel { min-height: 178px; display: grid; grid-template-columns: 82px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-consent-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.1); }
.mg2-consent-intro__icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 31px; }
.mg2-consent-intro h1 { margin: 7px 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-consent-richtext { max-width: 820px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-consent-richtext > :first-child { margin-top: 0; }.mg2-consent-richtext > :last-child { margin-bottom: 0; }
.mg2-consent-intro__link { display: inline-flex; align-items: center; gap: 8px; color: var(--mg2-red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.mg2-consent-summary { padding: 8px 0 34px; }
.mg2-consent-summary .mg2-section-head > p { max-width: 460px; color: #837873; font-size: 12px; line-height: 1.55; text-align: right; }
.mg2-consent-summary__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.mg2-consent-summary__grid article { min-height: 215px; padding: 25px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(145deg,#fff 0%,#fff 70%,#fff6f2 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-consent-summary__grid article:hover { transform: translateY(-4px); border-color: #ffd0c7; box-shadow: 0 18px 40px rgba(55,38,31,.11); }
.mg2-consent-summary__grid article > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 18px; background: #ffe9e4; color: var(--mg2-red); font-size: 25px; }
.mg2-consent-summary__grid h3 { margin: 0 0 9px; font: 700 18px/1.22 "MG2 Sora",sans-serif; letter-spacing: -.45px; }
.mg2-consent-summary__grid p { margin: 0; color: #675f5b; font-size: 11px; line-height: 1.62; }
.mg2-consent-notice { padding: 8px 0 42px; }
.mg2-consent-notice__panel { display: grid; grid-template-columns: 70px minmax(0,1fr); align-items: center; gap: 25px; padding: 29px 34px; border: 1px solid #ffd2c9; border-radius: 23px; background: linear-gradient(105deg,#fff0eb,#fff 52%,#fff7f4); box-shadow: 0 11px 28px rgba(55,38,31,.045); }
.mg2-consent-notice__panel > span { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 19px; background: var(--mg2-red); color: #fff; font-size: 27px; }
.mg2-consent-notice h2 { margin: 0 0 7px; font: 700 23px/1.22 "MG2 Sora",sans-serif; letter-spacing: -.65px; }
.mg2-consent-notice p { max-width: 1000px; margin: 0; color: #625a56; font-size: 12px; line-height: 1.65; }
.mg2-consent-document { padding: 8px 0 44px; scroll-margin-top: 105px; }
.mg2-consent-document__layout { display: grid; grid-template-columns: 285px minmax(0,1fr); align-items: start; gap: 34px; }
.mg2-consent-document__aside { position: sticky; top: 105px; padding: 27px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(150deg,#fff9f6,#fff); box-shadow: 0 10px 26px rgba(55,38,31,.04); }
.mg2-consent-document__aside h2 { margin: 8px 0 9px; font: 700 27px/1.18 "MG2 Sora",sans-serif; letter-spacing: -.8px; }.mg2-consent-document__aside > p { margin: 0 0 19px; color: #8b807b; font-size: 11px; }
.mg2-consent-document__aside nav { display: grid; }.mg2-consent-document__aside nav a { padding: 9px 0; border-top: 1px solid #eee4df; color: #5f5753; font-size: 10px; font-weight: 700; line-height: 1.35; }.mg2-consent-document__aside nav a:hover { color: var(--mg2-red); }
.mg2-consent-document__body { display: grid; gap: 11px; }
.mg2-consent-document__body > article { overflow: hidden; border: 1px solid #eee5e1; border-radius: 21px; background: #fff; box-shadow: 0 8px 22px rgba(55,38,31,.035); scroll-margin-top: 110px; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mg2-consent-document__body > article:hover { transform: translateY(-2px); border-color: #ffd0c6; box-shadow: 0 15px 34px rgba(55,38,31,.075); }
.mg2-consent-document__body header { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 17px; padding: 23px 27px 19px; border-bottom: 1px solid #f0e7e3; background: linear-gradient(100deg,#fffafa,#fff); }
.mg2-consent-document__body header > span { padding-top: 4px; color: #c3b4ae; font: 800 10px/1.3 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-consent-document__body h3 { margin: 0 0 5px; font: 700 20px/1.24 "MG2 Sora",sans-serif; letter-spacing: -.5px; }.mg2-consent-document__body header p { margin: 0; color: #958984; font-size: 10px; }
.mg2-consent-copy { display: grid; gap: 12px; padding: 22px 27px 25px 88px; color: #5d5551; font-size: 12px; line-height: 1.72; }
.mg2-consent-copy p,.mg2-consent-copy ul,.mg2-consent-copy dl { margin: 0; }.mg2-consent-copy ul { display: grid; gap: 8px; padding-left: 18px; }.mg2-consent-copy li::marker { color: var(--mg2-red); }.mg2-consent-copy a { color: var(--mg2-red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.mg2-consent-requisites { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid #eee4df; border-radius: 15px; background: #eee4df; }
.mg2-consent-requisites > div { padding: 15px 17px; background: #fffdfa; }.mg2-consent-requisites dt { margin-bottom: 4px; color: #9a8e89; font-size: 9px; font-weight: 800; letter-spacing: .55px; text-transform: uppercase; }.mg2-consent-requisites dd { margin: 0; color: #3c3734; font-weight: 700; line-height: 1.45; }
.mg2-consent-cta { padding: 8px 0 54px; }
.mg2-consent-cta__panel { min-height: 184px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 36px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-consent-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-consent-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }.mg2-consent-cta p { max-width: 690px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-consent-cta__actions { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }

@media (max-width: 1080px) {
    .mg2-consent-summary__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-consent-summary__grid article { min-height: 175px; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; }.mg2-consent-summary__grid article > span { margin: 0; }
}
@media (max-width: 1000px) {
    .mg2-consent-intro__panel { grid-template-columns: 78px minmax(0,1fr); }.mg2-consent-intro__link { grid-column: 2; justify-self: start; }
    .mg2-consent-document__layout { grid-template-columns: 230px minmax(0,1fr); gap: 20px; }.mg2-consent-copy { padding-left: 27px; }
    .mg2-consent-cta__panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
    .mg2-consent-hero { padding: 18px 0 24px; }.mg2-consent-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-consent-intro { padding: 12px 0 28px; }.mg2-consent-intro__panel { min-height: 0; grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-consent-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-consent-intro h1 { font-size: 25px; letter-spacing: -1px; }.mg2-consent-richtext { font-size: 12px; }.mg2-consent-intro__link { grid-column: 1 / -1; }
    .mg2-consent-summary { padding-bottom: 27px; }.mg2-consent-summary .mg2-section-head > p { display: none; }.mg2-consent-summary__grid { grid-template-columns: 1fr; gap: 10px; }.mg2-consent-summary__grid article { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 16px; padding: 20px; border-radius: 20px; }.mg2-consent-summary__grid article > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-consent-summary__grid h3 { font-size: 18px; }.mg2-consent-summary__grid p { font-size: 11px; }
    .mg2-consent-notice { padding-bottom: 30px; }.mg2-consent-notice__panel { grid-template-columns: 54px minmax(0,1fr); gap: 16px; padding: 21px 19px; border-radius: 20px; }.mg2-consent-notice__panel > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-consent-notice h2 { font-size: 18px; }.mg2-consent-notice p { grid-column: 1 / -1; font-size: 11px; }
    .mg2-consent-document { padding-bottom: 30px; }.mg2-consent-document__layout { grid-template-columns: 1fr; }.mg2-consent-document__aside { position: static; padding: 22px; border-radius: 20px; }.mg2-consent-document__aside nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 14px; }.mg2-consent-document__aside nav a { font-size: 9px; }.mg2-consent-document__body > article { border-radius: 19px; }.mg2-consent-document__body header { grid-template-columns: 30px minmax(0,1fr); gap: 10px; padding: 20px 18px 17px; }.mg2-consent-document__body h3 { font-size: 17px; }.mg2-consent-copy { gap: 10px; padding: 18px; font-size: 11px; }.mg2-consent-requisites { grid-template-columns: 1fr; }
    .mg2-consent-cta { padding: 8px 0 42px; }.mg2-consent-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-consent-cta__actions,.mg2-consent-cta__actions .mg2-btn { width: 100%; }.mg2-consent-cta__actions { display: grid; }
}

/* Privacy policy */
.mg2-privacy-processes { padding: 8px 0 42px; }
.mg2-privacy-processes .mg2-section-head > p { max-width: 400px; color: #837873; font-size: 12px; line-height: 1.55; text-align: right; }
.mg2-privacy-processes__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.mg2-privacy-processes__grid article { position: relative; min-height: 222px; padding: 27px 26px; overflow: hidden; border: 1px solid #eee5e1; border-radius: 22px; background: #fff; box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-privacy-processes__grid article::after { content: ""; position: absolute; right: -34px; bottom: -46px; width: 130px; height: 130px; border-radius: 50%; background: #fff3ef; z-index: 0; }
.mg2-privacy-processes__grid article:hover { transform: translateY(-4px); border-color: #ffd0c7; box-shadow: 0 18px 40px rgba(55,38,31,.11); }
.mg2-privacy-processes__grid article > * { position: relative; z-index: 1; }
.mg2-privacy-processes__grid article > span { position: absolute; top: 24px; right: 25px; color: #c9bbb5; font: 800 9px/1 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-privacy-processes__grid i { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 17px; background: #ffe9e4; color: var(--mg2-red); font-size: 23px; }
.mg2-privacy-processes__grid h3 { margin: 0 0 9px; font: 700 19px/1.22 "MG2 Sora",sans-serif; letter-spacing: -.5px; }
.mg2-privacy-processes__grid p { max-width: 300px; margin: 0; color: #675f5b; font-size: 11px; line-height: 1.63; }

@media (max-width: 1000px) {
    .mg2-privacy-processes__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
    .mg2-privacy-processes { padding-bottom: 30px; }.mg2-privacy-processes .mg2-section-head > p { display: none; }.mg2-privacy-processes__grid { grid-template-columns: 1fr; gap: 10px; }.mg2-privacy-processes__grid article { min-height: 0; padding: 21px; border-radius: 20px; }.mg2-privacy-processes__grid i { width: 50px; height: 50px; margin-bottom: 18px; border-radius: 15px; font-size: 21px; }.mg2-privacy-processes__grid h3 { font-size: 18px; }.mg2-privacy-processes__grid p { font-size: 11px; }
}

/* User agreement */
.mg2-agreement-main { overflow-x: clip; }
.mg2-agreement-hero { padding: 28px 0 30px; }
.mg2-agreement-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-agreement-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-agreement-intro { padding: 28px 0 38px; }
.mg2-agreement-intro__panel { min-height: 178px; display: grid; grid-template-columns: 82px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-agreement-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.1); }
.mg2-agreement-intro__icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 31px; }
.mg2-agreement-intro h1 { margin: 7px 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-agreement-richtext { max-width: 820px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-agreement-richtext > :first-child { margin-top: 0; }.mg2-agreement-richtext > :last-child { margin-bottom: 0; }
.mg2-agreement-intro__link { display: inline-flex; align-items: center; gap: 8px; color: var(--mg2-red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.mg2-agreement-summary { padding: 8px 0 42px; }
.mg2-agreement-summary .mg2-section-head > p { max-width: 430px; color: #837873; font-size: 12px; line-height: 1.55; text-align: right; }
.mg2-agreement-summary__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.mg2-agreement-summary__grid article { min-height: 178px; display: grid; grid-template-columns: 66px minmax(0,1fr); align-items: start; gap: 21px; padding: 27px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(145deg,#fff 0%,#fff 70%,#fff6f2 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-agreement-summary__grid article:hover { transform: translateY(-4px); border-color: #ffd0c7; box-shadow: 0 18px 40px rgba(55,38,31,.11); }
.mg2-agreement-summary__grid article > span { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 19px; background: #ffe9e4; color: var(--mg2-red); font-size: 27px; }
.mg2-agreement-summary__grid h3 { margin: 1px 0 9px; font: 700 20px/1.22 "MG2 Sora",sans-serif; letter-spacing: -.55px; }
.mg2-agreement-summary__grid p { margin: 0; color: #675f5b; font-size: 12px; line-height: 1.62; }
.mg2-agreement-document { padding: 8px 0 44px; scroll-margin-top: 105px; }
.mg2-agreement-document__layout { display: grid; grid-template-columns: 285px minmax(0,1fr); align-items: start; gap: 34px; }
.mg2-agreement-document__aside { position: sticky; top: 105px; padding: 27px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(150deg,#fff9f6,#fff); box-shadow: 0 10px 26px rgba(55,38,31,.04); }
.mg2-agreement-document__aside h2 { margin: 8px 0 9px; font: 700 27px/1.18 "MG2 Sora",sans-serif; letter-spacing: -.8px; }.mg2-agreement-document__aside > p { margin: 0 0 19px; color: #8b807b; font-size: 11px; }
.mg2-agreement-document__aside nav { display: grid; }.mg2-agreement-document__aside nav a { padding: 9px 0; border-top: 1px solid #eee4df; color: #5f5753; font-size: 10px; font-weight: 700; line-height: 1.35; }.mg2-agreement-document__aside nav a:hover { color: var(--mg2-red); }
.mg2-agreement-document__body { display: grid; gap: 11px; }
.mg2-agreement-document__body > article { overflow: hidden; border: 1px solid #eee5e1; border-radius: 21px; background: #fff; box-shadow: 0 8px 22px rgba(55,38,31,.035); scroll-margin-top: 110px; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mg2-agreement-document__body > article:hover { transform: translateY(-2px); border-color: #ffd0c6; box-shadow: 0 15px 34px rgba(55,38,31,.075); }
.mg2-agreement-document__body header { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 17px; padding: 23px 27px 19px; border-bottom: 1px solid #f0e7e3; background: linear-gradient(100deg,#fffafa,#fff); }
.mg2-agreement-document__body header > span { padding-top: 4px; color: #c3b4ae; font: 800 10px/1.3 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-agreement-document__body h3 { margin: 0 0 5px; font: 700 20px/1.24 "MG2 Sora",sans-serif; letter-spacing: -.5px; }.mg2-agreement-document__body header p { margin: 0; color: #958984; font-size: 10px; }
.mg2-agreement-copy { display: grid; gap: 12px; padding: 22px 27px 25px 88px; color: #5d5551; font-size: 12px; line-height: 1.72; }
.mg2-agreement-copy p,.mg2-agreement-copy ul { margin: 0; }.mg2-agreement-copy ul { display: grid; gap: 8px; padding-left: 18px; }.mg2-agreement-copy li::marker { color: var(--mg2-red); }.mg2-agreement-copy a { color: var(--mg2-red); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.mg2-agreement-cta { padding: 8px 0 54px; }
.mg2-agreement-cta__panel { min-height: 184px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 36px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-agreement-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-agreement-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }.mg2-agreement-cta p { max-width: 690px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-agreement-cta__actions { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }

@media (max-width: 1000px) {
    .mg2-agreement-intro__panel { grid-template-columns: 78px minmax(0,1fr); }.mg2-agreement-intro__link { grid-column: 2; justify-self: start; }
    .mg2-agreement-document__layout { grid-template-columns: 230px minmax(0,1fr); gap: 20px; }.mg2-agreement-copy { padding-left: 27px; }
    .mg2-agreement-cta__panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 760px) {
    .mg2-agreement-hero { padding: 18px 0 24px; }.mg2-agreement-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-agreement-intro { padding: 12px 0 28px; }.mg2-agreement-intro__panel { min-height: 0; grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-agreement-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-agreement-intro h1 { font-size: 26px; letter-spacing: -1px; }.mg2-agreement-richtext { font-size: 12px; }.mg2-agreement-intro__link { grid-column: 1 / -1; }
    .mg2-agreement-summary { padding-bottom: 29px; }.mg2-agreement-summary .mg2-section-head > p { display: none; }.mg2-agreement-summary__grid { grid-template-columns: 1fr; gap: 10px; }.mg2-agreement-summary__grid article { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 16px; padding: 20px; border-radius: 20px; }.mg2-agreement-summary__grid article > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-agreement-summary__grid h3 { font-size: 18px; }.mg2-agreement-summary__grid p { font-size: 11px; }
    .mg2-agreement-document { padding-bottom: 30px; }.mg2-agreement-document__layout { grid-template-columns: 1fr; }.mg2-agreement-document__aside { position: static; padding: 22px; border-radius: 20px; }.mg2-agreement-document__aside nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 14px; }.mg2-agreement-document__aside nav a { font-size: 9px; }.mg2-agreement-document__body > article { border-radius: 19px; }.mg2-agreement-document__body header { grid-template-columns: 30px minmax(0,1fr); gap: 10px; padding: 20px 18px 17px; }.mg2-agreement-document__body h3 { font-size: 17px; }.mg2-agreement-copy { gap: 10px; padding: 18px; font-size: 11px; }
    .mg2-agreement-cta { padding: 8px 0 42px; }.mg2-agreement-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-agreement-cta__actions,.mg2-agreement-cta__actions .mg2-btn { width: 100%; }.mg2-agreement-cta__actions { display: grid; }
}

/* Contacts */
.mg2-contacts-main { overflow: hidden; }
.mg2-contacts-hero { padding: 28px 0 30px; }
.mg2-contacts-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-contacts-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-contacts-intro { padding: 28px 0 40px; }
.mg2-contacts-intro__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 28px; }
.mg2-contacts-intro__head h1 { max-width: 850px; margin: 0 0 10px; font: 700 clamp(30px,3vw,44px)/1.14 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-contacts-richtext { max-width: 790px; color: #625a56; font-size: 15px; line-height: 1.65; }
.mg2-contacts-richtext > :first-child { margin-top: 0; }.mg2-contacts-richtext > :last-child { margin-bottom: 0; }
.mg2-contacts-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(470px,1.1fr); gap: 18px; align-items: stretch; }
.mg2-contacts-details, .mg2-contact-form-card { min-height: 630px; border: 1px solid #eee3de; border-radius: 24px; box-shadow: 0 12px 30px rgba(54,40,34,.05); }
.mg2-contacts-details { display: flex; flex-direction: column; padding: 30px; background: linear-gradient(145deg,#fff 0%,#fff 62%,#fff3ee 100%); }
.mg2-contacts-details__top { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.mg2-contacts-details__top > span { width: 60px; height: 60px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 18px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; font-size: 25px; box-shadow: 0 10px 24px rgba(223,27,18,.18); }
.mg2-contacts-details__top small { display: block; margin-bottom: 4px; color: #a0928c; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.mg2-contacts-details__top h2 { margin: 0; font: 700 25px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.7px; }
.mg2-contact-methods { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.mg2-contact-method { min-height: 126px; display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: center; gap: 14px; padding: 18px; border: 1px solid #eee5e1; border-radius: 18px; background: rgba(255,255,255,.9); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mg2-contact-method:hover { transform: translateY(-2px); border-color: #ffd0c7; box-shadow: 0 13px 27px rgba(55,38,31,.08); }
.mg2-contact-method > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: #ffe9e4; color: var(--mg2-red); font-size: 20px; }
.mg2-contact-method > div { min-width: 0; }
.mg2-contact-method small { display: block; margin-bottom: 6px; color: #9a8c86; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.mg2-contact-method a, .mg2-contact-method strong { display: block; overflow-wrap: anywhere; color: #302b29; font-size: 13px; font-weight: 800; line-height: 1.45; }
.mg2-contact-method a:hover { color: var(--mg2-red); text-decoration: underline; text-underline-offset: 3px; }
.mg2-contact-method em { display: block; margin-top: 4px; color: #776d68; font-size: 11px; font-style: normal; }
.mg2-contact-method--wide { grid-column: 1 / -1; min-height: 104px; }
.mg2-contacts-socials { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 17px 18px; border-radius: 18px; background: #fff; }
.mg2-contacts-socials > strong { font: 700 13px/1.2 "MG2 Sora",sans-serif; }
.mg2-contacts-socials > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.mg2-contacts-socials a { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #eee2dd; border-radius: 10px; color: #514946; background: #fff; font-size: 11px; font-weight: 800; }
.mg2-contacts-socials a:hover { border-color: #ffb8aa; color: var(--mg2-red); }
.mg2-contacts-socials i { font-size: 15px; }
.mg2-contacts-details__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 24px; }
.mg2-contacts-details__actions .mg2-btn--white { border: 1px solid #e9ddd8; }
.mg2-contact-form-card { padding: 30px; background: linear-gradient(145deg,#fff8f5,#fff 46%,#fff); }
.mg2-contact-form-card__head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.mg2-contact-form-card__head > span { width: 60px; height: 60px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 18px; background: #ffe9e4; color: var(--mg2-red); font-size: 25px; }
.mg2-contact-form-card__head h2 { margin: 0 0 5px; font: 700 26px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.8px; }
.mg2-contact-form-card__head p { margin: 0; color: #756b66; font-size: 12px; line-height: 1.5; }
.mg2-contact-form { display: grid; gap: 15px; }
.mg2-contact-form__row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mg2-contact-form label:not(.mg2-contact-form__consent) { display: grid; gap: 7px; margin: 0; }
.mg2-contact-form label > span { color: #504844; font-size: 11px; font-weight: 800; }
.mg2-contact-form input:not([type="checkbox"]), .mg2-contact-form textarea { width: 100%; border: 1px solid #e7dcd7; border-radius: 13px; outline: 0; background: #fff; color: #2e2927; font: 600 13px/1.4 "MG2 Manrope",sans-serif; transition: border-color .2s ease,box-shadow .2s ease; }
.mg2-contact-form input:not([type="checkbox"]) { min-height: 50px; padding: 0 15px; }
.mg2-contact-form textarea { min-height: 128px; padding: 13px 15px; resize: vertical; }
.mg2-contact-form input:focus, .mg2-contact-form textarea:focus { border-color: #ff8777; box-shadow: 0 0 0 4px rgba(255,59,48,.08); }
.mg2-contact-form input::placeholder, .mg2-contact-form textarea::placeholder { color: #b7aaa4; font-weight: 500; }
.mg2-contact-form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.mg2-contact-form__consent { display: flex; align-items: flex-start; gap: 10px; margin: 0; cursor: pointer; }
.mg2-contact-form__consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--mg2-red); }
.mg2-contact-form__consent span { color: #716762; font-size: 10px; font-weight: 600; line-height: 1.45; }
.mg2-contact-form__consent a { color: var(--mg2-red); text-decoration: underline; text-underline-offset: 2px; }
.mg2-contact-form button { justify-self: start; border: 0; }
.mg2-contact-form button:disabled { cursor: not-allowed; opacity: .45; box-shadow: none; transform: none; }
.mg2-form-alert { margin-bottom: 18px; padding: 14px 16px; border-radius: 13px; font-size: 12px; line-height: 1.5; }
.mg2-form-alert--success { border: 1px solid #bce9c9; background: #eefbf2; color: #25773c; }
.mg2-form-alert--error { border: 1px solid #ffd0c8; background: #fff3f0; color: #a72d22; }
.mg2-contacts-map { padding: 10px 0 40px; }
.mg2-contacts-map .mg2-section-head { align-items: flex-end; }
.mg2-contacts-map .mg2-section-head h2 { margin-bottom: 7px; }
.mg2-contacts-map .mg2-section-head p { max-width: 760px; margin: 0; color: #716863; font-size: 12px; }
.mg2-contacts-map .mg2-section-head > a { display: inline-flex; align-items: center; gap: 7px; color: var(--mg2-red); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-contacts-map__frame { height: 470px; overflow: hidden; border: 1px solid #eee1dc; border-radius: 24px; background: #f7f2ef; box-shadow: 0 12px 30px rgba(54,40,34,.05); }
.mg2-contacts-map__frame > iframe { width: 100%; height: 100%; display: block; border: 0; }
.mg2-contacts-map__frame > ymaps, .mg2-contacts-map__frame > div { width: 100% !important; height: 100% !important; }
.mg2-contacts-branches { padding: 8px 0 54px; }
.mg2-contacts-branches__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.mg2-branch-contact { min-height: 190px; display: grid; grid-template-columns: 52px minmax(0,1fr) 24px; align-items: start; gap: 15px; padding: 24px; border: 1px solid #eee3de; border-radius: 21px; background: #fff; color: #302b29; box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-branch-contact:hover { transform: translateY(-3px); border-color: #ffc7bc; color: #302b29; box-shadow: 0 18px 38px rgba(55,38,31,.1); }
.mg2-branch-contact.is-active { border-color: #ffb6a8; background: linear-gradient(145deg,#fff4f0,#fff); }
.mg2-branch-contact > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #ffe8e2; color: var(--mg2-red); font-size: 22px; }
.mg2-branch-contact small { display: block; margin-bottom: 5px; color: var(--mg2-red); font-size: 9px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.mg2-branch-contact h3 { margin: 0 0 9px; font: 700 18px/1.25 "MG2 Sora",sans-serif; }
.mg2-branch-contact p { margin: 0 0 12px; color: #756b66; font-size: 10px; line-height: 1.5; }
.mg2-branch-contact strong { font-size: 12px; }
.mg2-branch-contact > i { color: #bcada7; font-size: 17px; }

@media (max-width: 1100px) {
    .mg2-contacts-grid { grid-template-columns: 1fr; }.mg2-contacts-details,.mg2-contact-form-card { min-height: 0; }.mg2-contacts-details__actions { margin-top: 16px; }
    .mg2-contacts-branches__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
    .mg2-contacts-hero { padding: 18px 0 24px; }.mg2-contacts-hero__media { max-height: none; aspect-ratio: 1440 / 570; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-contacts-intro { padding: 12px 0 28px; }.mg2-contacts-intro__head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 20px; }.mg2-contacts-intro__head h1 { font-size: 28px; letter-spacing: -1px; }.mg2-contacts-richtext { font-size: 13px; }.mg2-contacts-intro__head > .mg2-btn { width: 100%; }
    .mg2-contacts-details,.mg2-contact-form-card { padding: 21px; border-radius: 20px; }.mg2-contacts-details__top,.mg2-contact-form-card__head { align-items: flex-start; }.mg2-contacts-details__top > span,.mg2-contact-form-card__head > span { width: 54px; height: 54px; border-radius: 16px; font-size: 22px; }.mg2-contacts-details__top h2,.mg2-contact-form-card__head h2 { font-size: 22px; }
    .mg2-contact-methods { grid-template-columns: 1fr; }.mg2-contact-method,.mg2-contact-method--wide { grid-column: auto; min-height: 100px; padding: 15px; }.mg2-contacts-socials { align-items: flex-start; flex-direction: column; }.mg2-contacts-socials > div { justify-content: flex-start; }.mg2-contacts-details__actions,.mg2-contacts-details__actions .mg2-btn { width: 100%; }.mg2-contacts-details__actions { display: grid; }
    .mg2-contact-form__row { grid-template-columns: 1fr; }.mg2-contact-form button { width: 100%; }
    .mg2-contacts-map { padding-bottom: 28px; }.mg2-contacts-map .mg2-section-head { align-items: flex-start; }.mg2-contacts-map .mg2-section-head > a { margin-top: 12px; }.mg2-contacts-map__frame { height: 360px; border-radius: 20px; }
    .mg2-contacts-branches { padding-bottom: 42px; }.mg2-contacts-branches .mg2-section-head > p { display: none; }.mg2-contacts-branches__grid { grid-template-columns: 1fr; }.mg2-branch-contact { min-height: 0; padding: 20px; border-radius: 19px; }
}

/* Blog */
.mg2-blog-main,.mg2-blog-article-main { overflow: hidden; background: linear-gradient(180deg,#fff 0,#fff 62%,#fffaf8 100%); }
.mg2-blog-hero { padding: 28px 0 26px; }
.mg2-blog-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-blog-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-blog-feed { padding: 22px 0 60px; }
.mg2-blog-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,470px); align-items: end; gap: 48px; margin-bottom: 27px; }
.mg2-blog-heading h1 { margin: 8px 0 9px; font: 700 clamp(34px,3.7vw,52px)/1.08 "MG2 Sora",sans-serif; letter-spacing: -1.9px; }
.mg2-blog-heading p { max-width: 720px; margin: 0; color: #6d625d; font-size: 14px; line-height: 1.65; }
.mg2-blog-search { display: grid; gap: 7px; }
.mg2-blog-search label { color: #695f5a; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.mg2-blog-search > div { height: 52px; display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; overflow: hidden; border: 1px solid #e7ddd8; border-radius: 14px; background: #fff; transition: border-color .18s ease,box-shadow .18s ease; }
.mg2-blog-search > div:focus-within { border-color: #ff9b8e; box-shadow: 0 0 0 4px rgba(255,46,34,.07); }
.mg2-blog-search i { justify-self: center; color: #9d918c; font-size: 17px; }
.mg2-blog-search input { min-width: 0; height: 100%; padding: 0 8px 0 0; border: 0; outline: 0; color: #292523; background: transparent; font: 600 12px/1.2 "MG2 Manrope",sans-serif; }
.mg2-blog-search input::placeholder { color: #ada29d; font-weight: 500; }
.mg2-blog-search button { height: 100%; padding: 0 19px; border: 0; background: var(--mg2-red); color: #fff; font: 800 11px/1 "MG2 Manrope",sans-serif; cursor: pointer; transition: background .18s ease; }
.mg2-blog-search button:hover { background: var(--mg2-red-dark); }
.mg2-blog-categories { display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 8px; margin-bottom: 24px; }
.mg2-blog-categories a { min-width: 0; min-height: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 12px 8px; border: 1px solid #eadfda; border-radius: 16px; background: #fff; color: #5d5551; font-size: 10px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease; }
.mg2-blog-categories i { font-size: 20px; color: var(--mg2-red); }
.mg2-blog-categories a:hover { transform: translateY(-2px); border-color: #ffb3a6; color: var(--mg2-red); box-shadow: 0 10px 22px rgba(55,38,31,.07); }
.mg2-blog-categories a.is-active { border-color: var(--mg2-red); background: linear-gradient(145deg,#ff3b30,#e82017); color: #fff; box-shadow: 0 10px 22px rgba(255,46,34,.2); }
.mg2-blog-categories a.is-active i { color: #fff; }
.mg2-blog-featured { min-height: 430px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); overflow: hidden; margin-bottom: 18px; border: 1px solid #eee2dc; border-radius: 26px; background: linear-gradient(140deg,#fff,#fff8f5 62%,#ffeee8); box-shadow: 0 12px 30px rgba(55,38,31,.055); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-blog-featured:hover { transform: translateY(-3px); box-shadow: 0 22px 48px rgba(55,38,31,.115); }
.mg2-blog-featured__image { min-height: 430px; display: block; overflow: hidden; background: #fff8f5; }
.mg2-blog-featured__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .38s ease; }
.mg2-blog-featured:hover .mg2-blog-featured__image img { transform: scale(1.02); }
.mg2-blog-featured__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,4vw,58px); }
.mg2-blog-featured__label { margin-bottom: 11px; color: var(--mg2-red); font-size: 9px; font-weight: 900; letter-spacing: 1.15px; text-transform: uppercase; }
.mg2-blog-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 14px; margin-bottom: 13px; color: #9a8d87; font-size: 10px; font-weight: 700; }
.mg2-blog-card__meta a { min-height: 27px; display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 8px; background: #ffe9e4; color: var(--mg2-red); font-size: 9px; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; }
.mg2-blog-card__meta a:hover { background: var(--mg2-red); color: #fff; }
.mg2-blog-featured h2 { margin: 0 0 15px; font: 700 clamp(28px,2.8vw,42px)/1.14 "MG2 Sora",sans-serif; letter-spacing: -1.25px; }
.mg2-blog-featured h2 a,.mg2-blog-card h2 a { color: #211d1b; text-decoration: none; }
.mg2-blog-featured h2 a:hover,.mg2-blog-card h2 a:hover { color: var(--mg2-red); }
.mg2-blog-featured p { margin: 0 0 23px; color: #6a605b; font-size: 13px; line-height: 1.7; }
.mg2-blog-read { display: inline-flex; align-items: center; gap: 8px; color: var(--mg2-red) !important; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-blog-read i { transition: transform .18s ease; }.mg2-blog-read:hover i { transform: translateX(3px); }
.mg2-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.mg2-blog-card { min-width: 0; overflow: hidden; border: 1px solid #eee3de; border-radius: 22px; background: #fff; box-shadow: 0 8px 22px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-blog-card:hover { transform: translateY(-4px); border-color: #ffc8bd; box-shadow: 0 19px 40px rgba(55,38,31,.11); }
.mg2-blog-card__image { display: block; overflow: hidden; aspect-ratio: 8 / 5; background: #fff8f5; }
.mg2-blog-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.mg2-blog-card:hover .mg2-blog-card__image img { transform: scale(1.027); }
.mg2-blog-card__content { min-height: 275px; display: flex; flex-direction: column; padding: 23px; }
.mg2-blog-card h2 { margin: 0 0 12px; font: 700 20px/1.3 "MG2 Sora",sans-serif; letter-spacing: -.55px; }
.mg2-blog-card p { margin: 0 0 19px; color: #716762; font-size: 11px; line-height: 1.65; }
.mg2-blog-card .mg2-blog-read { margin-top: auto; }
.mg2-blog-empty { min-height: 190px; display: grid; grid-template-columns: 70px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 30px; border: 1px solid #eee2dc; border-radius: 22px; background: linear-gradient(145deg,#fff,#fff6f2); }
.mg2-blog-empty > i { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: #ffe9e4; color: var(--mg2-red); font-size: 28px; }.mg2-blog-empty h2 { margin: 0 0 7px; font: 700 23px/1.2 "MG2 Sora",sans-serif; }.mg2-blog-empty p { margin: 0; color: #766b66; font-size: 12px; }
.mg2-blog-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 30px; }.mg2-blog-pagination a,.mg2-blog-pagination span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #eadfda; border-radius: 11px; background: #fff; color: #554d49; font-size: 11px; font-weight: 800; text-decoration: none; }.mg2-blog-pagination a:hover,.mg2-blog-pagination a.is-active { border-color: var(--mg2-red); background: var(--mg2-red); color: #fff; }.mg2-blog-pagination span { color: #c7bcb7; }

/* Blog article */
.mg2-blog-article { padding: 28px 0 60px; }
.mg2-blog-article__header { max-width: 1030px; margin: 30px auto 31px; text-align: center; }
.mg2-blog-article__header .mg2-blog-card__meta { justify-content: center; }
.mg2-blog-article__header h1 { margin: 0 0 17px; font: 700 clamp(35px,4vw,58px)/1.08 "MG2 Sora",sans-serif; letter-spacing: -2.2px; }
.mg2-blog-article__header > p { max-width: 820px; margin: 0 auto; color: #6b615c; font-size: 15px; line-height: 1.7; }
.mg2-blog-article__image { max-width: 1120px; overflow: hidden; margin: 0 auto 38px; aspect-ratio: 8 / 5; border: 1px solid #eee2dc; border-radius: 26px; background: #fff8f5; box-shadow: 0 15px 38px rgba(55,38,31,.075); }
.mg2-blog-article__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mg2-blog-article__layout { max-width: 1120px; display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: start; gap: 54px; margin: 0 auto; }
.mg2-blog-article__body { color: #504844; font-size: 15px; line-height: 1.82; }
.mg2-blog-article__body > :first-child { margin-top: 0; }.mg2-blog-article__body > :last-child { margin-bottom: 0; }
.mg2-blog-article__body h2 { margin: 32px 0 13px; color: #211d1b; font: 700 27px/1.24 "MG2 Sora",sans-serif; letter-spacing: -.75px; }
.mg2-blog-article__body p { margin: 0 0 18px; }
.mg2-blog-article__body ul,.mg2-blog-article__body ol { display: grid; gap: 10px; margin: 0 0 21px; padding-left: 22px; }
.mg2-blog-article__body li::marker { color: var(--mg2-red); font-weight: 800; }
.mg2-blog-aside { position: sticky; top: 18px; display: grid; gap: 10px; padding: 22px; border: 1px solid #eee3de; border-radius: 22px; background: linear-gradient(150deg,#fff,#fff9f6); box-shadow: 0 10px 26px rgba(55,38,31,.05); }
.mg2-blog-aside__title { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; }.mg2-blog-aside__title i { color: var(--mg2-red); font-size: 18px; }.mg2-blog-aside__title strong { font: 700 18px/1.2 "MG2 Sora",sans-serif; }
.mg2-blog-aside > a:not(.mg2-btn) { display: grid; grid-template-columns: 86px minmax(0,1fr); align-items: center; gap: 11px; padding: 9px; border: 1px solid #f0e8e4; border-radius: 14px; color: #302a28; background: rgba(255,255,255,.84); text-decoration: none; transition: border-color .18s ease,transform .18s ease; }
.mg2-blog-aside > a:not(.mg2-btn):hover { transform: translateY(-1px); border-color: #ffbeaf; color: var(--mg2-red); }
.mg2-blog-aside img { width: 86px; height: 58px; object-fit: cover; border-radius: 9px; }.mg2-blog-aside span { font-size: 10px; font-weight: 800; line-height: 1.35; }.mg2-blog-aside small { display: block; margin-bottom: 3px; color: var(--mg2-red); font-size: 8px; font-weight: 800; text-transform: uppercase; }.mg2-blog-aside .mg2-btn { margin-top: 7px; }

@media (max-width: 1120px) {
    .mg2-blog-categories { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .mg2-blog-heading { grid-template-columns: 1fr; gap: 22px; }.mg2-blog-search { max-width: 600px; }
    .mg2-blog-featured { grid-template-columns: 1fr 1fr; }.mg2-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mg2-blog-article__layout { grid-template-columns: minmax(0,1fr) 290px; gap: 30px; }
}
@media (max-width: 760px) {
    .mg2-blog-hero { padding: 18px 0 20px; }.mg2-blog-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-blog-feed { padding: 12px 0 42px; }.mg2-blog-heading { margin-bottom: 20px; }.mg2-blog-heading h1 { font-size: 31px; letter-spacing: -1px; }.mg2-blog-heading p { font-size: 12px; }
    .mg2-blog-search > div { height: auto; grid-template-columns: 40px minmax(0,1fr); }.mg2-blog-search input { height: 48px; }.mg2-blog-search button { grid-column: 1 / -1; height: 44px; }
    .mg2-blog-categories { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }.mg2-blog-categories a { min-height: 72px; flex-direction: row; justify-content: flex-start; padding: 11px 13px; text-align: left; }.mg2-blog-categories i { font-size: 18px; }
    .mg2-blog-featured { min-height: 0; grid-template-columns: 1fr; border-radius: 20px; }.mg2-blog-featured__image { min-height: 0; aspect-ratio: 8 / 5; }.mg2-blog-featured__content { padding: 24px 21px 27px; }.mg2-blog-featured h2 { font-size: 25px; }.mg2-blog-featured p { font-size: 12px; }
    .mg2-blog-grid { grid-template-columns: 1fr; gap: 13px; }.mg2-blog-card { border-radius: 20px; }.mg2-blog-card__content { min-height: 235px; padding: 21px; }.mg2-blog-card h2 { font-size: 19px; }
    .mg2-blog-empty { grid-template-columns: 55px minmax(0,1fr); padding: 21px; }.mg2-blog-empty > i { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-blog-empty .mg2-btn { grid-column: 1 / -1; }
    .mg2-blog-article { padding: 18px 0 42px; }.mg2-blog-article__header { margin: 22px auto 24px; text-align: left; }.mg2-blog-article__header .mg2-blog-card__meta { justify-content: flex-start; }.mg2-blog-article__header h1 { font-size: 31px; letter-spacing: -1.15px; }.mg2-blog-article__header > p { font-size: 13px; }
    .mg2-blog-article__image { margin-bottom: 27px; border-radius: 20px; }.mg2-blog-article__layout { grid-template-columns: 1fr; gap: 30px; }.mg2-blog-article__body { font-size: 14px; line-height: 1.74; }.mg2-blog-article__body h2 { font-size: 23px; }.mg2-blog-aside { position: static; padding: 19px; border-radius: 19px; }
}

/* News */
.mg2-news-main,.mg2-news-article-main { overflow: hidden; }
.mg2-news-hero { padding: 28px 0 26px; }
.mg2-news-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-news-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-news-feed { padding: 22px 0 58px; }
.mg2-news-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,470px); align-items: end; gap: 48px; margin-bottom: 26px; }
.mg2-news-heading h1 { margin: 8px 0 9px; font: 700 clamp(32px,3.5vw,50px)/1.1 "MG2 Sora",sans-serif; letter-spacing: -1.8px; }
.mg2-news-heading p { max-width: 690px; margin: 0; color: #6d625d; font-size: 14px; line-height: 1.65; }
.mg2-news-search { display: grid; gap: 7px; }
.mg2-news-search label { color: #695f5a; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.mg2-news-search > div { height: 52px; display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; overflow: hidden; border: 1px solid #e7ddd8; border-radius: 14px; background: #fff; transition: border-color .18s ease,box-shadow .18s ease; }
.mg2-news-search > div:focus-within { border-color: #ff9b8e; box-shadow: 0 0 0 4px rgba(255,46,34,.07); }
.mg2-news-search i { justify-self: center; color: #9d918c; font-size: 17px; }
.mg2-news-search input { min-width: 0; height: 100%; padding: 0 8px 0 0; border: 0; outline: 0; color: #292523; background: transparent; font: 600 12px/1.2 "MG2 Manrope",sans-serif; }
.mg2-news-search input::placeholder { color: #ada29d; font-weight: 500; }
.mg2-news-search button { height: 100%; padding: 0 19px; border: 0; background: var(--mg2-red); color: #fff; font: 800 11px/1 "MG2 Manrope",sans-serif; cursor: pointer; transition: background .18s ease; }
.mg2-news-search button:hover { background: var(--mg2-red-dark); }
.mg2-news-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.mg2-news-filters a { min-height: 40px; display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid #eadfda; border-radius: 11px; background: #fff; color: #5d5551; font-size: 11px; font-weight: 800; text-decoration: none; transition: color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease; }
.mg2-news-filters a:hover { border-color: #ffb3a6; color: var(--mg2-red); box-shadow: 0 8px 18px rgba(55,38,31,.06); }
.mg2-news-filters a.is-active { border-color: var(--mg2-red); background: var(--mg2-red); color: #fff; box-shadow: 0 8px 18px rgba(255,46,34,.18); }
.mg2-news-featured { min-height: 410px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); overflow: hidden; margin-bottom: 18px; border: 1px solid #eee2dc; border-radius: 24px; background: linear-gradient(145deg,#fff,#fff8f5); box-shadow: 0 12px 30px rgba(55,38,31,.055); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-news-featured:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-news-featured__image { min-height: 410px; display: block; overflow: hidden; background: #fff8f5; }
.mg2-news-featured__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.mg2-news-featured:hover .mg2-news-featured__image img { transform: scale(1.018); }
.mg2-news-featured__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px,4vw,56px); }
.mg2-news-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 14px; margin-bottom: 13px; color: #9a8d87; font-size: 10px; font-weight: 700; }
.mg2-news-card__meta a { min-height: 27px; display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 8px; background: #ffe9e4; color: var(--mg2-red); font-size: 9px; font-weight: 900; letter-spacing: .5px; text-decoration: none; text-transform: uppercase; }
.mg2-news-card__meta a:hover { background: var(--mg2-red); color: #fff; }
.mg2-news-featured h2 { margin: 0 0 15px; font: 700 clamp(27px,2.7vw,40px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.2px; }
.mg2-news-featured h2 a,.mg2-news-card h2 a { color: #211d1b; text-decoration: none; }
.mg2-news-featured h2 a:hover,.mg2-news-card h2 a:hover { color: var(--mg2-red); }
.mg2-news-featured p { margin: 0 0 23px; color: #6a605b; font-size: 13px; line-height: 1.7; }
.mg2-news-read { display: inline-flex; align-items: center; gap: 8px; color: var(--mg2-red) !important; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-news-read i { transition: transform .18s ease; }.mg2-news-read:hover i { transform: translateX(3px); }
.mg2-news-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.mg2-news-card { min-width: 0; overflow: hidden; border: 1px solid #eee3de; border-radius: 21px; background: #fff; box-shadow: 0 8px 22px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-news-card:hover { transform: translateY(-4px); border-color: #ffc8bd; box-shadow: 0 18px 38px rgba(55,38,31,.11); }
.mg2-news-card__image { display: block; overflow: hidden; aspect-ratio: 8 / 5; background: #fff8f5; }
.mg2-news-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.mg2-news-card:hover .mg2-news-card__image img { transform: scale(1.025); }
.mg2-news-card__content { min-height: 260px; display: flex; flex-direction: column; padding: 23px; }
.mg2-news-card h2 { margin: 0 0 12px; font: 700 20px/1.3 "MG2 Sora",sans-serif; letter-spacing: -.55px; }
.mg2-news-card p { margin: 0 0 19px; color: #716762; font-size: 11px; line-height: 1.65; }
.mg2-news-card .mg2-news-read { margin-top: auto; }
.mg2-news-empty { min-height: 190px; display: grid; grid-template-columns: 70px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 30px; border: 1px solid #eee2dc; border-radius: 22px; background: linear-gradient(145deg,#fff,#fff6f2); }
.mg2-news-empty > i { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: #ffe9e4; color: var(--mg2-red); font-size: 28px; }.mg2-news-empty h2 { margin: 0 0 7px; font: 700 23px/1.2 "MG2 Sora",sans-serif; }.mg2-news-empty p { margin: 0; color: #766b66; font-size: 12px; }
.mg2-news-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 30px; }.mg2-news-pagination a,.mg2-news-pagination span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #eadfda; border-radius: 11px; background: #fff; color: #554d49; font-size: 11px; font-weight: 800; text-decoration: none; }.mg2-news-pagination a:hover,.mg2-news-pagination a.is-active { border-color: var(--mg2-red); background: var(--mg2-red); color: #fff; }.mg2-news-pagination span { color: #c7bcb7; }

/* News article */
.mg2-news-article { padding: 28px 0 58px; }
.mg2-news-article__header { max-width: 990px; margin: 28px auto 30px; text-align: center; }
.mg2-news-article__header .mg2-news-card__meta { justify-content: center; }
.mg2-news-article__header h1 { margin: 0 0 16px; font: 700 clamp(34px,4vw,58px)/1.1 "MG2 Sora",sans-serif; letter-spacing: -2.2px; }
.mg2-news-article__header > p { max-width: 790px; margin: 0 auto; color: #6b615c; font-size: 15px; line-height: 1.7; }
.mg2-news-article__image { max-width: 1120px; overflow: hidden; margin: 0 auto 36px; aspect-ratio: 8 / 5; border: 1px solid #eee2dc; border-radius: 25px; background: #fff8f5; box-shadow: 0 14px 36px rgba(55,38,31,.07); }
.mg2-news-article__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mg2-news-article__layout { max-width: 1120px; display: grid; grid-template-columns: minmax(0,1fr) 320px; align-items: start; gap: 54px; margin: 0 auto; }
.mg2-news-article__body { color: #504844; font-size: 15px; line-height: 1.8; }.mg2-news-article__body > :first-child { margin-top: 0; }.mg2-news-article__body > :last-child { margin-bottom: 0; }.mg2-news-article__body h2 { margin: 31px 0 13px; color: #211d1b; font: 700 26px/1.25 "MG2 Sora",sans-serif; letter-spacing: -.7px; }.mg2-news-article__body p { margin: 0 0 17px; }.mg2-news-article__body ul,.mg2-news-article__body ol { display: grid; gap: 9px; margin: 0 0 20px; padding-left: 22px; }.mg2-news-article__body li::marker { color: var(--mg2-red); font-weight: 800; }
.mg2-news-aside { position: sticky; top: 18px; display: grid; gap: 10px; padding: 22px; border: 1px solid #eee3de; border-radius: 21px; background: #fff; box-shadow: 0 10px 26px rgba(55,38,31,.05); }.mg2-news-aside > strong { margin-bottom: 6px; font: 700 18px/1.2 "MG2 Sora",sans-serif; }.mg2-news-aside > a:not(.mg2-btn) { display: grid; grid-template-columns: 86px minmax(0,1fr); align-items: center; gap: 11px; padding: 9px; border: 1px solid #f0e8e4; border-radius: 14px; color: #302a28; text-decoration: none; transition: border-color .18s ease,transform .18s ease; }.mg2-news-aside > a:not(.mg2-btn):hover { transform: translateY(-1px); border-color: #ffbeaf; color: var(--mg2-red); }.mg2-news-aside img { width: 86px; height: 58px; object-fit: cover; border-radius: 9px; }.mg2-news-aside span { font-size: 10px; font-weight: 800; line-height: 1.35; }.mg2-news-aside small { display: block; margin-bottom: 3px; color: #a0938d; font-size: 8px; font-weight: 700; }.mg2-news-aside .mg2-btn { margin-top: 7px; }

@media (max-width: 1050px) {
    .mg2-news-heading { grid-template-columns: 1fr; gap: 22px; }.mg2-news-search { max-width: 600px; }.mg2-news-featured { grid-template-columns: 1fr 1fr; }.mg2-news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-news-article__layout { grid-template-columns: minmax(0,1fr) 290px; gap: 30px; }
}
@media (max-width: 760px) {
    .mg2-news-hero { padding: 18px 0 20px; }.mg2-news-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }.mg2-news-feed { padding: 12px 0 42px; }.mg2-news-heading { margin-bottom: 20px; }.mg2-news-heading h1 { font-size: 30px; letter-spacing: -1px; }.mg2-news-heading p { font-size: 12px; }.mg2-news-search > div { grid-template-columns: 40px minmax(0,1fr); }.mg2-news-search button { grid-column: 1 / -1; height: 44px; }.mg2-news-search > div { height: auto; }.mg2-news-search input { height: 48px; }.mg2-news-filters { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-news-filters a { justify-content: center; text-align: center; }.mg2-news-featured { grid-template-columns: 1fr; min-height: 0; border-radius: 20px; }.mg2-news-featured__image { min-height: 0; aspect-ratio: 8 / 5; }.mg2-news-featured__content { padding: 24px 21px 27px; }.mg2-news-featured h2 { font-size: 25px; }.mg2-news-featured p { font-size: 12px; }.mg2-news-grid { grid-template-columns: 1fr; gap: 13px; }.mg2-news-card { border-radius: 20px; }.mg2-news-card__content { min-height: 230px; padding: 21px; }.mg2-news-card h2 { font-size: 19px; }.mg2-news-empty { grid-template-columns: 55px minmax(0,1fr); padding: 21px; }.mg2-news-empty > i { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-news-empty .mg2-btn { grid-column: 1 / -1; }.mg2-news-article { padding: 18px 0 42px; }.mg2-news-article__header { margin: 22px auto 24px; text-align: left; }.mg2-news-article__header .mg2-news-card__meta { justify-content: flex-start; }.mg2-news-article__header h1 { font-size: 31px; letter-spacing: -1.15px; }.mg2-news-article__header > p { font-size: 13px; }.mg2-news-article__image { margin-bottom: 27px; border-radius: 20px; }.mg2-news-article__layout { grid-template-columns: 1fr; gap: 30px; }.mg2-news-article__body { font-size: 14px; line-height: 1.72; }.mg2-news-article__body h2 { font-size: 23px; }.mg2-news-aside { position: static; padding: 19px; border-radius: 19px; }
}

/* Vacancies */
.mg2-vacancies-main { overflow: hidden; }
.mg2-vacancies-hero { padding: 28px 0 30px; }
.mg2-vacancies-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-vacancies-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-vacancies-intro { padding: 28px 0 40px; }
.mg2-vacancies-intro__panel { min-height: 178px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-vacancies-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-vacancies-intro__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 34px; }
.mg2-vacancies-intro h1 { margin: 0 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-vacancies-richtext { max-width: 820px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-vacancies-richtext > :first-child { margin-top: 0; }.mg2-vacancies-richtext > :last-child { margin-bottom: 0; }
.mg2-vacancies-list { padding: 8px 0 40px; }
.mg2-vacancies-list__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.mg2-vacancy-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid #eee4df; border-radius: 22px; background: linear-gradient(150deg,#fff 0%,#fff 62%,#fff7f4 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-vacancy-card:hover { transform: translateY(-4px); border-color: #ffc8bd; box-shadow: 0 18px 40px rgba(55,38,31,.12); }
.mg2-vacancy-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.mg2-vacancy-card__icon { width: 62px; height: 62px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 19px; background: #ffe9e4; color: var(--mg2-red); font-size: 27px; }
.mg2-vacancy-card__top small { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; padding: 8px 11px; border: 1px solid #efdfd9; border-radius: 10px; background: #fff; color: #746963; font-size: 10px; font-weight: 800; }
.mg2-vacancy-card__top small i { color: var(--mg2-red); font-size: 13px; }
.mg2-vacancy-card h3 { margin: 0 0 16px; font: 700 clamp(23px,2.2vw,31px)/1.18 "MG2 Sora",sans-serif; letter-spacing: -.9px; }
.mg2-vacancy-card__facts { display: grid; gap: 9px; margin-bottom: 18px; }
.mg2-vacancy-card__facts strong,.mg2-vacancy-card__facts span { display: flex; align-items: flex-start; gap: 9px; color: #4b4441; font-size: 12px; line-height: 1.5; }
.mg2-vacancy-card__facts i { flex: 0 0 auto; margin-top: 1px; color: var(--mg2-red); font-size: 16px; }
.mg2-vacancy-card > p { margin: 0 0 22px; color: #716762; font-size: 12px; line-height: 1.62; }
.mg2-vacancy-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--mg2-red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-vacancy-card__link:hover { color: #bd160e; }
.mg2-vacancies-empty { min-height: 190px; display: grid; grid-template-columns: 72px minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 32px; border: 1px solid #eee3de; border-radius: 22px; background: linear-gradient(145deg,#fff,#fff5f1); }
.mg2-vacancies-empty > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: #ffe9e4; color: var(--mg2-red); font-size: 29px; }
.mg2-vacancies-empty h3 { margin: 0 0 8px; font: 700 23px/1.2 "MG2 Sora",sans-serif; }.mg2-vacancies-empty p { max-width: 720px; margin: 0; color: #6e645f; font-size: 13px; line-height: 1.6; }
.mg2-vacancies-process { padding: 8px 0 40px; }
.mg2-vacancies-process__panel { min-height: 330px; display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.45fr); align-items: center; gap: 44px; padding: 38px 42px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(120deg,#fff8f5,#fff 48%,#fff0eb); box-shadow: 0 12px 30px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-vacancies-process__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-vacancies-process h2 { margin: 0 0 12px; font: 700 clamp(27px,2.7vw,39px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.2px; }
.mg2-vacancies-process p { max-width: 390px; margin: 0; color: #665e5a; font-size: 14px; line-height: 1.6; }
.mg2-vacancies-process ol { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; }
.mg2-vacancies-process li { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid #f0e5e1; border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(55,38,31,.04); }
.mg2-vacancies-process li > span { color: #c7b9b3; font: 800 11px/1 "MG2 Sora",sans-serif; letter-spacing: 1px; }
.mg2-vacancies-process li > i { margin: 22px 0 26px; color: var(--mg2-red); font-size: 28px; }
.mg2-vacancies-process li strong { margin-bottom: 8px; font: 700 14px/1.3 "MG2 Sora",sans-serif; }.mg2-vacancies-process li small { color: #756b66; font-size: 10px; line-height: 1.5; }
.mg2-vacancies-cta { padding: 8px 0 52px; }
.mg2-vacancies-cta__panel { min-height: 178px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-vacancies-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-vacancies-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-vacancies-cta p { max-width: 700px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }.mg2-vacancies-cta p a { color: var(--mg2-red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.mg2-vacancies-cta__actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }

@media (max-width: 1100px) {
    .mg2-vacancies-process__panel { grid-template-columns: 1fr; gap: 28px; }.mg2-vacancies-process p { max-width: 700px; }
}
@media (max-width: 900px) {
    .mg2-vacancies-intro__panel { grid-template-columns: 82px minmax(0,1fr); }.mg2-vacancies-intro__panel > .mg2-btn { grid-column: 2; justify-self: start; }
    .mg2-vacancies-list__grid { grid-template-columns: 1fr; }.mg2-vacancy-card { min-height: 290px; }
    .mg2-vacancies-process ol { grid-template-columns: 1fr; }.mg2-vacancies-process li { min-height: 130px; }
    .mg2-vacancies-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-vacancies-cta__actions { flex-wrap: wrap; }
}
@media (max-width: 760px) {
    .mg2-vacancies-hero { padding: 18px 0 24px; }.mg2-vacancies-hero__media { max-height: none; aspect-ratio: 1440 / 570; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-vacancies-intro { padding: 12px 0 28px; }.mg2-vacancies-intro__panel { grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-vacancies-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 25px; }.mg2-vacancies-intro h1 { font-size: 27px; letter-spacing: -1px; }.mg2-vacancies-richtext { font-size: 13px; }.mg2-vacancies-intro__panel > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-vacancies-list { padding-bottom: 28px; }.mg2-vacancies-list .mg2-section-head > p { display: none; }.mg2-vacancy-card { min-height: 0; padding: 22px; border-radius: 20px; }.mg2-vacancy-card__top { align-items: flex-start; }.mg2-vacancy-card__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-vacancy-card h3 { font-size: 24px; }.mg2-vacancy-card__top small { max-width: 180px; }
    .mg2-vacancies-empty { grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; }.mg2-vacancies-empty > span { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-vacancies-empty > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-vacancies-process { padding-bottom: 28px; }.mg2-vacancies-process__panel { min-height: 0; gap: 24px; padding: 25px 21px; border-radius: 20px; }.mg2-vacancies-process h2 { font-size: 27px; }.mg2-vacancies-process li { min-height: 105px; display: grid; grid-template-columns: 34px 40px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; gap: 4px 8px; padding: 17px; }.mg2-vacancies-process li > span { grid-column: 1; grid-row: 1 / 3; }.mg2-vacancies-process li > i { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 23px; }.mg2-vacancies-process li strong { grid-column: 3; grid-row: 1; margin: 0; }.mg2-vacancies-process li small { grid-column: 3; grid-row: 2; }
    .mg2-vacancies-cta { padding: 8px 0 42px; }.mg2-vacancies-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-vacancies-cta__actions,.mg2-vacancies-cta__actions .mg2-btn { width: 100%; }.mg2-vacancies-cta__actions { display: grid; }
}

/* Vacancy detail */
.mg2-vacancy-detail-main { overflow-x: clip; }
.mg2-vacancy-detail-hero { padding: 28px 0 30px; }
.mg2-vacancy-detail-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-vacancy-detail-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-vacancy-detail-intro { padding: 28px 0 40px; }
.mg2-vacancy-detail-intro__panel { min-height: 205px; display: grid; grid-template-columns: 82px minmax(0,1fr) minmax(260px,.72fr) auto; align-items: center; gap: 27px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-vacancy-detail-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.1); }
.mg2-vacancy-detail-intro__icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 31px; }
.mg2-vacancy-detail-intro h1 { margin: 0 0 10px; font: 700 clamp(27px,2.8vw,40px)/1.14 "MG2 Sora",sans-serif; letter-spacing: -1.35px; }
.mg2-vacancy-detail-intro__copy > p,.mg2-vacancy-detail-richtext { max-width: 610px; margin: 0; color: #5f5753; font-size: 13px; line-height: 1.65; }
.mg2-vacancy-detail-richtext > :first-child { margin-top: 0; }.mg2-vacancy-detail-richtext > :last-child { margin-bottom: 0; }
.mg2-vacancy-detail-intro__facts { display: grid; gap: 9px; }
.mg2-vacancy-detail-intro__facts > span { min-height: 60px; display: grid; grid-template-columns: 38px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; column-gap: 11px; padding: 10px 13px; border: 1px solid #ecdfda; border-radius: 15px; background: rgba(255,255,255,.85); }
.mg2-vacancy-detail-intro__facts i { grid-row: 1 / 3; color: var(--mg2-red); font-size: 22px; }.mg2-vacancy-detail-intro__facts small { align-self: end; color: #9a8d87; font-size: 9px; font-weight: 800; }.mg2-vacancy-detail-intro__facts strong { align-self: start; color: #3f3936; font-size: 11px; line-height: 1.35; }
.mg2-vacancy-detail-content { padding: 8px 0 42px; }
.mg2-vacancy-detail-content .mg2-section-head > p { max-width: 430px; color: #837873; font-size: 12px; line-height: 1.55; text-align: right; }
.mg2-vacancy-detail-content__layout { display: grid; grid-template-columns: minmax(0,1fr) 315px; align-items: start; gap: 26px; }
.mg2-vacancy-detail-content__sections { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mg2-vacancy-detail-content__sections article { min-height: 300px; display: grid; grid-template-columns: 58px minmax(0,1fr); align-items: start; gap: 20px; padding: 27px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(150deg,#fff 0%,#fff 70%,#fff7f4 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-vacancy-detail-content__sections article:hover { transform: translateY(-4px); border-color: #ffcfc5; box-shadow: 0 18px 40px rgba(55,38,31,.1); }
.mg2-vacancy-detail-content__sections article > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: #ffe9e4; color: var(--mg2-red); font-size: 25px; }
.mg2-vacancy-detail-content__sections h3 { margin: 4px 0 14px; font: 700 20px/1.22 "MG2 Sora",sans-serif; letter-spacing: -.55px; }
.mg2-vacancy-detail-copy { color: #675f5b; font-size: 11px; line-height: 1.62; }.mg2-vacancy-detail-copy > :first-child { margin-top: 0; }.mg2-vacancy-detail-copy > :last-child { margin-bottom: 0; }.mg2-vacancy-detail-copy ul,.mg2-vacancy-detail-copy ol { display: grid; gap: 7px; margin: 0; padding-left: 17px; }.mg2-vacancy-detail-copy li::marker { color: var(--mg2-red); }
.mg2-vacancy-detail-aside { position: sticky; top: 105px; padding: 27px; border: 1px solid #f0e1dc; border-radius: 22px; background: linear-gradient(145deg,#fff7f4,#fff 58%,#fff0eb); box-shadow: 0 12px 30px rgba(55,38,31,.06); }
.mg2-vacancy-detail-aside h2 { margin: 8px 0 22px; font: 700 25px/1.18 "MG2 Sora",sans-serif; letter-spacing: -.75px; }
.mg2-vacancy-detail-aside dl { display: grid; gap: 0; margin: 0 0 22px; }.mg2-vacancy-detail-aside dl > div { padding: 13px 0; border-top: 1px solid #eadfd9; }.mg2-vacancy-detail-aside dt { display: flex; align-items: center; gap: 8px; margin-bottom: 5px; color: #978a84; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .55px; }.mg2-vacancy-detail-aside dt i { color: var(--mg2-red); font-size: 13px; }.mg2-vacancy-detail-aside dd { margin: 0; color: #3f3936; font-size: 12px; font-weight: 700; line-height: 1.45; }.mg2-vacancy-detail-aside .mg2-btn { width: 100%; }
.mg2-vacancy-application { padding: 8px 0 54px; scroll-margin-top: 105px; }
.mg2-vacancy-application__panel { padding: 38px 42px; border: 1px solid #f0e1dc; border-radius: 25px; background: linear-gradient(120deg,#fff,#fff 55%,#fff1ec); box-shadow: 0 14px 34px rgba(54,40,34,.05); }
.mg2-vacancy-application__head { display: grid; grid-template-columns: 76px minmax(0,1fr); align-items: center; gap: 22px; margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid #eee3df; }
.mg2-vacancy-application__icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 21px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 28px; }
.mg2-vacancy-application__head h2 { margin: 6px 0 8px; font: 700 clamp(27px,2.7vw,39px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.15px; }.mg2-vacancy-application__head p { max-width: 720px; margin: 0; color: #6a615c; font-size: 13px; line-height: 1.58; }
.mg2-vacancy-application__success { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 15px 18px; border: 1px solid #bfe3c7; border-radius: 15px; background: #f2fbf4; color: #297039; font-size: 12px; font-weight: 800; }.mg2-vacancy-application__success i { font-size: 18px; }
.mg2-vacancy-form { display: grid; gap: 27px; }
.mg2-vacancy-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mg2-vacancy-form label { display: grid; gap: 8px; }.mg2-vacancy-form label > span:first-child:not(.visually-hidden) { color: #514a46; font-size: 11px; font-weight: 800; }
.mg2-vacancy-form input[type="text"],.mg2-vacancy-form input[type="tel"],.mg2-vacancy-form select { width: 100%; height: 52px; padding: 0 17px; border: 1px solid #dfd4cf; border-radius: 15px; background: #fff; color: #302b28; font: 600 13px/1.2 "MG2 Sora",sans-serif; outline: none; transition: border-color .18s ease,box-shadow .18s ease; }
.mg2-vacancy-form input[type="text"]:focus,.mg2-vacancy-form input[type="tel"]:focus,.mg2-vacancy-form select:focus { border-color: #ff8177; box-shadow: 0 0 0 4px rgba(255,59,48,.1); }
.mg2-vacancy-form__group { margin: 0; padding: 0; border: 0; }.mg2-vacancy-form__group legend { margin-bottom: 12px; color: #514a46; font-size: 11px; font-weight: 800; }
.mg2-vacancy-form__date { display: grid; grid-template-columns: .6fr 1.2fr .8fr; gap: 12px; max-width: 650px; }
.mg2-vacancy-form__choices { display: grid; grid-template-columns: repeat(2,minmax(0,220px)); gap: 10px; }.mg2-vacancy-form__choices--schedule { grid-template-columns: repeat(3,minmax(0,1fr)); max-width: 820px; }
.mg2-vacancy-form__choices label { position: relative; cursor: pointer; }.mg2-vacancy-form__choices input { position: absolute; opacity: 0; pointer-events: none; }.mg2-vacancy-form__choices label > span { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 15px; border: 1px solid #dfd4cf; border-radius: 15px; background: #fff; color: #5f5753; font-size: 11px; font-weight: 800; text-align: center; transition: color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease; }.mg2-vacancy-form__choices label > span i { color: var(--mg2-red); font-size: 16px; }.mg2-vacancy-form__choices input:checked + span { border-color: var(--mg2-red); background: #fff1ed; color: #2f2926; box-shadow: 0 0 0 3px rgba(255,59,48,.08); }.mg2-vacancy-form__choices input:focus-visible + span { outline: 2px solid var(--mg2-red); outline-offset: 2px; }
.mg2-vacancy-form__errors { padding: 17px 19px; border: 1px solid #ffc8bd; border-radius: 15px; background: #fff4f1; color: #8c2720; font-size: 11px; line-height: 1.55; }.mg2-vacancy-form__errors ul { margin: 8px 0 0; padding-left: 18px; }
.mg2-vacancy-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 26px; border-top: 1px solid #eee3df; }.mg2-vacancy-form__footer p { max-width: 620px; margin: 0; color: #786e68; font-size: 11px; line-height: 1.55; }.mg2-vacancy-form__footer a { color: var(--mg2-red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }.mg2-vacancy-form__footer .mg2-btn { flex: 0 0 auto; }

@media (max-width: 1100px) {
    .mg2-vacancy-detail-intro__panel { grid-template-columns: 78px minmax(0,1fr) minmax(250px,.65fr); }.mg2-vacancy-detail-intro__panel > .mg2-btn { grid-column: 2 / -1; justify-self: start; }
    .mg2-vacancy-detail-content__sections { grid-template-columns: 1fr; }.mg2-vacancy-detail-content__sections article { min-height: 220px; }
}
@media (max-width: 900px) {
    .mg2-vacancy-detail-intro__panel { grid-template-columns: 74px minmax(0,1fr); }.mg2-vacancy-detail-intro__facts { grid-column: 1 / -1; grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-vacancy-detail-intro__panel > .mg2-btn { grid-column: 1 / -1; }
    .mg2-vacancy-detail-content__layout { grid-template-columns: 1fr; }.mg2-vacancy-detail-aside { position: static; }
}
@media (max-width: 760px) {
    .mg2-vacancy-detail-hero { padding: 18px 0 24px; }.mg2-vacancy-detail-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-vacancy-detail-intro { padding: 12px 0 28px; }.mg2-vacancy-detail-intro__panel { min-height: 0; grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-vacancy-detail-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-vacancy-detail-intro h1 { font-size: 25px; letter-spacing: -1px; }.mg2-vacancy-detail-intro__copy > p,.mg2-vacancy-detail-richtext { font-size: 12px; }.mg2-vacancy-detail-intro__facts { grid-template-columns: 1fr; }.mg2-vacancy-detail-intro__panel > .mg2-btn { width: 100%; }
    .mg2-vacancy-detail-content { padding-bottom: 30px; }.mg2-vacancy-detail-content .mg2-section-head > p { display: none; }.mg2-vacancy-detail-content__sections article { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 16px; padding: 20px; border-radius: 20px; }.mg2-vacancy-detail-content__sections article > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-vacancy-detail-content__sections h3 { margin-top: 2px; font-size: 18px; }.mg2-vacancy-detail-copy { grid-column: 1 / -1; font-size: 11px; }.mg2-vacancy-detail-aside { padding: 22px; border-radius: 20px; }
    .mg2-vacancy-application { padding-bottom: 42px; }.mg2-vacancy-application__panel { padding: 23px 20px; border-radius: 20px; }.mg2-vacancy-application__head { grid-template-columns: 56px minmax(0,1fr); gap: 15px; margin-bottom: 25px; padding-bottom: 22px; }.mg2-vacancy-application__icon { width: 54px; height: 54px; border-radius: 16px; font-size: 22px; }.mg2-vacancy-application__head h2 { font-size: 25px; }.mg2-vacancy-application__head p { grid-column: 1 / -1; font-size: 11px; }.mg2-vacancy-form__grid { grid-template-columns: 1fr; gap: 13px; }.mg2-vacancy-form__date { grid-template-columns: 1fr; max-width: none; }.mg2-vacancy-form__choices,.mg2-vacancy-form__choices--schedule { grid-template-columns: 1fr; max-width: none; }.mg2-vacancy-form__footer { align-items: stretch; flex-direction: column; }.mg2-vacancy-form__footer .mg2-btn { width: 100%; }
}

/* Lessors */
.mg2-lessors-main { overflow: hidden; }
.mg2-lessors-hero { padding: 28px 0 30px; }
.mg2-lessors-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-lessors-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-lessors-intro { padding: 28px 0 42px; }
.mg2-lessors-intro__panel { min-height: 350px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(260px,.7fr); align-items: center; gap: 38px; padding: 40px 52px; overflow: hidden; border: 1px solid #f0e3de; border-radius: 26px; background: linear-gradient(118deg,#fff 0%,#fff 54%,#fff0eb 100%); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-lessors-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 21px 46px rgba(55,38,31,.11); }
.mg2-lessors-intro__copy { position: relative; z-index: 2; }
.mg2-lessors-intro h1 { max-width: 820px; margin: 0 0 16px; font: 700 clamp(30px,3.4vw,48px)/1.1 "MG2 Sora",sans-serif; letter-spacing: -1.8px; }
.mg2-lessors-richtext,.mg2-lessors-intro__copy > p { max-width: 790px; margin: 0; color: #5f5753; font-size: 15px; line-height: 1.7; }
.mg2-lessors-richtext > :first-child { margin-top: 0; }.mg2-lessors-richtext > :last-child { margin-bottom: 0; }
.mg2-lessors-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.mg2-lessors-intro__visual { height: 275px; display: grid; place-items: center; }
.mg2-lessors-intro__visual img { width: min(100%,310px); height: 100%; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(111,55,40,.12)); }
.mg2-lessors-requirements { padding: 8px 0 44px; }
.mg2-lessors-requirements .mg2-section-head { align-items: flex-end; }
.mg2-lessors-requirements .mg2-section-head p { margin: 8px 0 0; color: #716762; font-size: 13px; }
.mg2-lessors-requirements__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.mg2-lessor-card { position: relative; width: calc(25% - 12px); min-height: 390px; display: flex; flex-direction: column; align-items: stretch; padding: 20px; border: 1px solid #eee3de; border-radius: 22px; background: linear-gradient(155deg,#fff 0%,#fff 65%,#fff7f4 100%); box-shadow: 0 8px 22px rgba(55,38,31,.035); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-lessor-card:hover { transform: translateY(-5px); border-color: #ffc7bc; box-shadow: 0 19px 40px rgba(55,38,31,.12); }
.mg2-lessor-card__number { position: absolute; z-index: 2; top: 17px; right: 18px; color: #c6b7b1; font: 800 11px/1 "MG2 Sora",sans-serif; letter-spacing: 1px; }
.mg2-lessor-card__image { height: 188px; display: grid; place-items: center; margin: 0 0 18px; overflow: hidden; border-radius: 17px; background: radial-gradient(circle at 50% 42%,#fff 0 42%,#fff7f4 100%); }
.mg2-lessor-card__image img { width: 100%; height: 100%; object-fit: contain; transform: scale(.92); transition: transform .25s ease; }
.mg2-lessor-card:hover .mg2-lessor-card__image img { transform: scale(.97); }
.mg2-lessor-card h3 { margin: 0 0 9px; font: 700 17px/1.3 "MG2 Sora",sans-serif; letter-spacing: -.35px; }
.mg2-lessor-card__body { color: #6d645f; font-size: 12px; line-height: 1.58; }
.mg2-lessor-card__body > :first-child { margin-top: 0; }.mg2-lessor-card__body > :last-child { margin-bottom: 0; }
.mg2-lessors-offer { padding: 8px 0 54px; scroll-margin-top: 24px; }
.mg2-lessors-offer__panel { padding: 38px 42px 42px; border: 1px solid #f0dfd9; border-radius: 26px; background: linear-gradient(135deg,#fff8f5,#fff 42%,#fff4f0); box-shadow: 0 14px 36px rgba(54,40,34,.055); }
.mg2-lessors-offer__head { min-height: 170px; display: grid; grid-template-columns: minmax(0,1fr) 190px; align-items: center; gap: 28px; margin-bottom: 24px; }
.mg2-lessors-offer__head h2 { margin: 0 0 10px; font: 700 clamp(28px,3vw,43px)/1.12 "MG2 Sora",sans-serif; letter-spacing: -1.4px; }
.mg2-lessors-offer__head p { max-width: 720px; margin: 0; color: #675e5a; font-size: 14px; line-height: 1.65; }
.mg2-lessors-offer__head img { width: 180px; height: 180px; justify-self: end; object-fit: contain; filter: drop-shadow(0 13px 18px rgba(111,55,40,.09)); }
.mg2-lessors-form { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: 18px; }
.mg2-lessors-form__fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.mg2-lessors-form label:not(.mg2-lessors-upload) { display: grid; gap: 7px; margin: 0; }
.mg2-lessors-form label > span { color: #514945; font-size: 11px; font-weight: 800; }
.mg2-lessors-form input:not([type="file"]),.mg2-lessors-form textarea { width: 100%; border: 1px solid #e7dcd7; border-radius: 13px; outline: 0; background: #fff; color: #2e2927; font: 600 13px/1.4 "MG2 Manrope",sans-serif; transition: border-color .2s ease,box-shadow .2s ease; }
.mg2-lessors-form input:not([type="file"]) { min-height: 50px; padding: 0 15px; }
.mg2-lessors-form textarea { min-height: 134px; padding: 13px 15px; resize: vertical; }
.mg2-lessors-form input:focus,.mg2-lessors-form textarea:focus { border-color: #ff8777; box-shadow: 0 0 0 4px rgba(255,59,48,.08); }
.mg2-lessors-form input::placeholder,.mg2-lessors-form textarea::placeholder { color: #b6aaa5; font-weight: 500; }
.mg2-lessors-form__wide { grid-column: 1 / -1; }
.mg2-lessors-upload { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 28px; border: 1.5px dashed #ff9c8d; border-radius: 20px; background: rgba(255,255,255,.8); text-align: center; cursor: pointer; transition: border-color .2s ease,background .2s ease,box-shadow .2s ease; }
.mg2-lessors-upload:hover { border-color: var(--mg2-red); background: #fff; box-shadow: 0 14px 30px rgba(82,47,37,.08); }
.mg2-lessors-upload__icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 19px; background: #ffe7e1; color: var(--mg2-red) !important; font-size: 28px !important; }
.mg2-lessors-upload strong { font: 700 16px/1.3 "MG2 Sora",sans-serif; }
.mg2-lessors-upload > span:not(.mg2-lessors-upload__icon) { max-width: 250px; color: #756a65; font-size: 12px; line-height: 1.5; }
.mg2-lessors-upload small { color: #a3938c; font-size: 10px; line-height: 1.45; }
.mg2-lessors-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.mg2-lessors-form__footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 4px; }
.mg2-lessors-form__footer p { max-width: 760px; margin: 0; color: #786e69; font-size: 10px; line-height: 1.5; }
.mg2-lessors-form__footer a { color: var(--mg2-red); text-decoration: underline; text-underline-offset: 2px; }
.mg2-lessors-form__footer button { flex: 0 0 auto; border: 0; }
.mg2-lessors-offer .mg2-form-alert { display: flex; align-items: flex-start; gap: 8px; }
.mg2-lessors-offer .mg2-form-alert ul { margin: 4px 0 0; padding-left: 18px; }

@media (max-width: 1100px) {
    .mg2-lessor-card { width: calc(33.333% - 10px); }
    .mg2-lessors-form { grid-template-columns: 1fr; }.mg2-lessors-upload { min-height: 270px; }.mg2-lessors-form__footer { grid-column: auto; }
}
@media (max-width: 900px) {
    .mg2-lessors-intro__panel { grid-template-columns: 1fr 230px; padding: 34px; }.mg2-lessors-intro__visual { height: 230px; }
    .mg2-lessor-card { width: calc(50% - 8px); }
}
@media (max-width: 760px) {
    .mg2-lessors-hero { padding: 18px 0 24px; }.mg2-lessors-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-lessors-intro { padding: 12px 0 30px; }.mg2-lessors-intro__panel { min-height: 0; grid-template-columns: 1fr; gap: 12px; padding: 25px 21px 18px; border-radius: 20px; }.mg2-lessors-intro h1 { font-size: 28px; letter-spacing: -1px; }.mg2-lessors-richtext,.mg2-lessors-intro__copy > p { font-size: 13px; }.mg2-lessors-intro__actions { display: grid; grid-template-columns: 1fr; }.mg2-lessors-intro__visual { height: 190px; grid-row: 1; }.mg2-lessors-intro__visual img { width: 220px; }
    .mg2-lessors-requirements { padding-bottom: 30px; }.mg2-lessors-requirements .mg2-section-head p { display: none; }.mg2-lessors-requirements__grid { gap: 12px; }.mg2-lessor-card { width: 100%; min-height: 0; padding: 17px; border-radius: 20px; }.mg2-lessor-card__image { height: 210px; }.mg2-lessor-card h3 { font-size: 18px; }
    .mg2-lessors-offer { padding-bottom: 42px; }.mg2-lessors-offer__panel { padding: 24px 20px; border-radius: 20px; }.mg2-lessors-offer__head { min-height: 0; grid-template-columns: 1fr; gap: 10px; }.mg2-lessors-offer__head h2 { font-size: 28px; }.mg2-lessors-offer__head img { width: 160px; height: 160px; grid-row: 1; justify-self: center; }.mg2-lessors-form__fields { grid-template-columns: 1fr; }.mg2-lessors-form__wide { grid-column: auto; }.mg2-lessors-upload { min-height: 250px; padding: 22px; }.mg2-lessors-form__footer { align-items: stretch; flex-direction: column; }.mg2-lessors-form__footer button { width: 100%; }
}

/* Promotions */
.mg2-promotions-main { overflow: hidden; }
.mg2-promotions-hero { padding: 28px 0 30px; }
.mg2-promotions-hero__media { width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-promotions-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-promotions-intro { padding: 26px 0 38px; }
.mg2-promotions-intro__layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); align-items: center; gap: 54px; padding: 0 4px; }
.mg2-promotions-intro h1 { margin: 0 0 13px; font: 700 clamp(31px,3.2vw,46px)/1.1 "MG2 Sora",sans-serif; letter-spacing: -1.7px; }
.mg2-promotions-richtext { max-width: 760px; color: #514a47; font-size: 15px; line-height: 1.7; }
.mg2-promotions-richtext > :first-child { margin-top: 0; }.mg2-promotions-richtext > :last-child { margin-bottom: 0; }
.mg2-promotions-intro__layout > p { margin: 0; padding: 21px 24px; border-left: 3px solid var(--mg2-red); background: #fff8f5; color: #675e5a; font-size: 13px; line-height: 1.65; }
.mg2-promotions-offers { padding: 16px 0 42px; }
.mg2-promotions-offers__head p { margin: 8px 0 0; color: #746a65; font-size: 13px; }
.mg2-promotions-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mg2-promotion-card { min-height: 310px; display: grid; grid-template-columns: 245px minmax(0,1fr); overflow: hidden; border: 1px solid #eee3de; border-radius: 24px; background: #fff; box-shadow: 0 8px 22px rgba(55,38,31,.035); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-promotion-card:hover { transform: translateY(-5px); border-color: #ffc8bd; box-shadow: 0 20px 42px rgba(55,38,31,.115); }
.mg2-promotion-card__image { min-height: 310px; overflow: hidden; background: #fff9f6; }
.mg2-promotion-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .28s ease; }
.mg2-promotion-card:hover .mg2-promotion-card__image img { transform: scale(1.035); }
.mg2-promotion-card__content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 29px 28px 25px; }
.mg2-promotion-card h3 { margin: 0 0 11px; font: 700 22px/1.22 "MG2 Sora",sans-serif; letter-spacing: -.7px; }
.mg2-promotion-card p { margin: 0; color: #68605c; font-size: 12px; line-height: 1.65; }
.mg2-promotion-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; color: var(--mg2-red); font-size: 12px; font-weight: 800; text-decoration: none; }
.mg2-promotion-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.mg2-promotions-steps { padding: 18px 0 34px; }
.mg2-promotions-steps__panel { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: 54px; padding: 40px 44px; border: 1px solid #f0dfd9; border-radius: 26px; background: linear-gradient(118deg,#fff7f3,#fff 52%,#fff1eb); }
.mg2-promotions-steps h2 { margin: 0 0 11px; font: 700 clamp(27px,2.7vw,39px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.3px; }
.mg2-promotions-steps__copy > p { margin: 0; color: #6d635f; font-size: 13px; line-height: 1.65; }
.mg2-promotions-steps__list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.mg2-promotions-steps__list li { min-height: 176px; padding: 19px; border: 1px solid #f0e4df; border-radius: 18px; background: rgba(255,255,255,.92); }
.mg2-promotions-steps__list li > span { display: block; margin-bottom: 23px; color: var(--mg2-red); font: 800 11px/1 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-promotions-steps__list strong { display: block; margin-bottom: 7px; font: 700 14px/1.35 "MG2 Sora",sans-serif; }
.mg2-promotions-steps__list p { margin: 0; color: #766c67; font-size: 11px; line-height: 1.55; }
.mg2-promotions-cta { padding: 16px 0 54px; }
.mg2-promotions-cta__panel { min-height: 168px; display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 32px 42px; border: 1px solid #ffd9d0; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 58%,#ffe9e1); }
.mg2-promotions-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,35px)/1.18 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-promotions-cta p { max-width: 720px; margin: 0; color: #625a56; font-size: 13px; }

@media (max-width: 1100px) {
    .mg2-promotion-card { grid-template-columns: 205px minmax(0,1fr); }.mg2-promotion-card__image { min-height: 300px; }
    .mg2-promotions-steps__panel { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 900px) {
    .mg2-promotions-intro__layout { grid-template-columns: 1fr; gap: 18px; }
    .mg2-promotions-grid { grid-template-columns: 1fr; }.mg2-promotion-card { grid-template-columns: 245px minmax(0,1fr); }
}
@media (max-width: 760px) {
    .mg2-promotions-hero { padding: 18px 0 24px; }.mg2-promotions-hero__media { max-height: none; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-promotions-intro { padding: 12px 0 28px; }.mg2-promotions-intro h1 { font-size: 28px; letter-spacing: -1px; }.mg2-promotions-richtext { font-size: 13px; }.mg2-promotions-intro__layout > p { padding: 17px 18px; font-size: 12px; }
    .mg2-promotions-offers { padding: 8px 0 30px; }.mg2-promotions-offers__head p { display: none; }.mg2-promotions-grid { gap: 12px; }.mg2-promotion-card { min-height: 0; grid-template-columns: 1fr; border-radius: 20px; }.mg2-promotion-card__image { min-height: 0; aspect-ratio: 16 / 10; }.mg2-promotion-card__content { min-height: 210px; padding: 23px 21px; }.mg2-promotion-card h3 { font-size: 20px; }
    .mg2-promotions-steps { padding: 10px 0 28px; }.mg2-promotions-steps__panel { padding: 25px 21px; border-radius: 20px; }.mg2-promotions-steps h2 { font-size: 27px; }.mg2-promotions-steps__list { grid-template-columns: 1fr; }.mg2-promotions-steps__list li { min-height: 0; display: grid; grid-template-columns: 36px minmax(0,1fr); gap: 5px 8px; }.mg2-promotions-steps__list li > span { grid-row: 1 / 3; margin: 3px 0 0; }.mg2-promotions-steps__list strong { margin: 0; }
    .mg2-promotions-cta { padding: 10px 0 42px; }.mg2-promotions-cta__panel { min-height: 0; align-items: flex-start; flex-direction: column; gap: 23px; padding: 27px 22px; border-radius: 20px; }.mg2-promotions-cta__panel .mg2-btn { width: 100%; }
}

@font-face { font-family: "MG2 Manrope"; src: url("../fonts/google/manrope-400.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "MG2 Manrope"; src: url("../fonts/google/manrope-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "MG2 Manrope"; src: url("../fonts/google/manrope-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "MG2 Manrope"; src: url("../fonts/google/manrope-800.ttf") format("truetype"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "MG2 Sora"; src: url("../fonts/google/sora-600.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "MG2 Sora"; src: url("../fonts/google/sora-700.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

html { scroll-behavior: smooth; }
.mg2-body { margin: 0; background: #fff; color: var(--mg2-ink); font-family: "MG2 Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
.mg2-body *, .mg2-body *::before, .mg2-body *::after { box-sizing: border-box; }
.mg2-body a { color: inherit; }
.mg2-body img { max-width: 100%; }
.mg2-shell { width: min(var(--mg2-shell), calc(100% - 48px)); margin-inline: auto; }
.mg2-skip { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: #fff; border: 2px solid var(--mg2-red); border-radius: 10px; }
.mg2-skip:focus { transform: none; }

.mg2-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border: 1px solid transparent; border-radius: 11px; font: 700 14px/1 "MG2 Manrope", sans-serif; text-decoration: none; white-space: nowrap; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
.mg2-btn:hover { transform: translateY(-1px); }
.mg2-btn:focus-visible, .mg2-icon-btn:focus-visible, .mg2-menu-btn:focus-visible, .mg2-topbar__shop:focus-visible { outline: 3px solid rgba(94, 99, 216, .3); outline-offset: 2px; }
.mg2-btn--red { color: #fff !important; background: var(--mg2-red); box-shadow: 0 8px 18px rgba(255, 46, 34, .2); }
.mg2-btn--red:hover { background: var(--mg2-red-dark); box-shadow: 0 11px 22px rgba(255, 46, 34, .28); }
.mg2-btn--ghost, .mg2-btn--outline, .mg2-btn--white { background: #fff; color: var(--mg2-ink) !important; border-color: #ded9d6; }
.mg2-btn--outline:hover, .mg2-btn--ghost:hover, .mg2-btn--white:hover { border-color: #bfb8b4; box-shadow: 0 8px 20px rgba(30, 20, 16, .07); }
.mg2-btn--large { min-height: 54px; padding-inline: 24px; font-size: 15px; border-radius: 12px; }
.mg2-icon-btn, .mg2-menu-btn { width: 44px; height: 44px; flex: 0 0 44px; display: inline-grid; place-items: center; border: 1px solid var(--mg2-line); border-radius: 12px; background: #fff; color: var(--mg2-ink); font-size: 19px; cursor: pointer; transition: border .2s, box-shadow .2s; }
.mg2-icon-btn:hover, .mg2-menu-btn:hover { border-color: #cfc8c5; box-shadow: 0 7px 18px rgba(30, 20, 16, .07); }

/* Header */
.mg2-header { position: relative; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(236,232,230,.7); }
.mg2-topbar { background: #1d1d1d; color: #fff; }
.mg2-topbar__inner { min-height: 66px; display: grid; grid-template-columns: auto auto minmax(190px, 1fr) auto auto; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.mg2-topbar__item { min-width: 0; display: inline-flex; align-items: center; gap: 10px; color: #fff !important; font-size: 14px; font-weight: 700; line-height: 1.25; text-decoration: none; }
.mg2-topbar__item > i { flex: 0 0 auto; color: #a8a8a8; font-size: 18px; }
a.mg2-topbar__item { transition: color .18s ease; }
a.mg2-topbar__item:hover { color: #ff7068 !important; }
.mg2-topbar__address { color: #b7b7b7 !important; }
.mg2-topbar__address span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mg2-topbar__hours { justify-self: end; }
.mg2-topbar__hours-lines { display: grid; gap: 2px; }
.mg2-topbar__hours-lines strong { font-size: 13px; white-space: nowrap; }
.mg2-topbar__hours-lines small { color: #a9a9a9; font-size: 11px; }
.mg2-topbar__shop-wrap { position: relative; justify-self: end; }
.mg2-topbar__shop { min-width: 174px; height: 46px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 9px; padding: 6px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); color: #fff; text-align: left; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.mg2-topbar__shop:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.11); }
.mg2-topbar__shop > span { min-width: 0; display: grid; }
.mg2-topbar__shop small { color: #aaa; font-size: 9px; line-height: 1.2; }
.mg2-topbar__shop strong { overflow: hidden; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.mg2-topbar__shop > .bi-chevron-down { font-size: 9px; }
.mg2-header__inner { min-height: 96px; display: flex; align-items: center; gap: 30px; }
.mg2-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex: 0 0 auto; }
.mg2-brand img { position: static !important; width: 205px !important; height: auto !important; margin: 0 !important; flex: 0 0 auto; transform: none !important; object-fit: contain; }
.mg2-brand__copy { display: grid; }
.mg2-brand__name { color: #141212; font: 800 26px/.95 "MG2 Manrope", sans-serif; letter-spacing: -.8px; }
.mg2-brand__name span { color: var(--mg2-red); }
.mg2-brand__tagline { color: #4d4846; font: 700 9px/1.5 "MG2 Manrope", sans-serif; letter-spacing: .6px; }
.mg2-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); }
.mg2-nav a { display: inline-flex; align-items: center; gap: 5px; color: #24201f; font-size: 13px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.mg2-nav a:hover { color: var(--mg2-red); }
.mg2-nav .bi-chevron-down { font-size: 9px; }
.mg2-popular-nav { position: relative; }
.mg2-popular-nav__trigger { display: inline-flex; align-items: center; gap: 5px; padding: 10px 0; border: 0; background: transparent; color: #24201f; font: 700 13px/1.2 "MG2 Manrope", sans-serif; white-space: nowrap; cursor: pointer; transition: color .18s ease; }
.mg2-popular-nav__trigger:hover, .mg2-popular-nav__trigger[aria-expanded="true"] { color: var(--mg2-red); }
.mg2-popular-nav__trigger:focus-visible { outline: 3px solid rgba(94,99,216,.3); outline-offset: 3px; border-radius: 4px; }
.mg2-popular-nav__trigger .bi-chevron-down { transition: transform .18s ease; }
.mg2-popular-nav__trigger[aria-expanded="true"] .bi-chevron-down { transform: rotate(180deg); }
.mg2-popular-dropdown { position: absolute; z-index: 80; top: calc(100% + 18px); left: -24px; width: 690px; padding: 20px; border: 1px solid var(--mg2-line); border-radius: 20px; background: rgba(255,255,255,.99); box-shadow: 0 24px 60px rgba(31,20,16,.16); backdrop-filter: blur(12px); }
.mg2-popular-dropdown[hidden] { display: none; }
.mg2-popular-dropdown::before { content: ""; position: absolute; top: -19px; left: 0; width: 190px; height: 20px; }
.mg2-popular-dropdown__head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 2px 2px 16px; border-bottom: 1px solid var(--mg2-line); }
.mg2-popular-dropdown__head > div { display: grid; gap: 2px; }
.mg2-popular-dropdown__head strong { font: 700 17px/1.25 "MG2 Sora", sans-serif; }
.mg2-popular-dropdown__head span { color: var(--mg2-muted); font-size: 11px; }
.mg2-nav .mg2-popular-dropdown__head > a { color: var(--mg2-red); font-size: 11px; }
.mg2-popular-dropdown__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; padding-top: 14px; }
.mg2-nav .mg2-popular-dropdown__item { position: relative; min-width: 0; min-height: 94px; display: grid; grid-template-columns: 72px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 10px; border: 1px solid #eee9e7; border-radius: 15px; background: #fff; white-space: normal; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.mg2-nav .mg2-popular-dropdown__item:hover, .mg2-nav .mg2-popular-dropdown__item:focus-visible { transform: translateY(-2px); border-color: #ffd1ca; color: var(--mg2-ink); box-shadow: 0 11px 24px rgba(57,31,23,.08); }
.mg2-popular-dropdown__item > span:first-child { width: 72px; height: 72px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg,#f3f7fa,#fff1ec); }
.mg2-popular-dropdown__item img { width: 100%; height: 100%; object-fit: cover; }
.mg2-popular-dropdown__item strong { min-width: 0; font-size: 12px; line-height: 1.35; }
.mg2-popular-dropdown__copy { min-width: 0; display: grid; gap: 7px; }
.mg2-popular-dropdown__copy > small { display: flex; align-items: center; gap: 10px; color: var(--mg2-muted); font-size: 10px; }
.mg2-popular-dropdown__copy > small b { color: var(--mg2-ink); font-size: 11px; }
.mg2-popular-dropdown__copy > small span { display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.mg2-popular-dropdown__copy > small i { color: #9a928e; font-size: 10px; }
.mg2-popular-dropdown__item > i { align-self: start; margin-top: 5px; color: #b3aaa6; font-size: 12px; }
.mg2-catalog-dropdown { left: 50%; width: 650px; transform: translateX(-50%); }
.mg2-catalog-dropdown::before { left: 50%; width: 145px; transform: translateX(-50%); }
.mg2-catalog-dropdown__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding-top: 14px; }
.mg2-nav .mg2-catalog-dropdown__item { min-width: 0; min-height: 78px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 12px; padding: 9px; border: 1px solid #eee9e7; border-radius: 14px; background: #fff; white-space: normal; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.mg2-nav .mg2-catalog-dropdown__item:hover, .mg2-nav .mg2-catalog-dropdown__item:focus-visible { transform: translateY(-2px); border-color: #ffd1ca; color: var(--mg2-ink); box-shadow: 0 11px 24px rgba(57,31,23,.08); }
.mg2-catalog-dropdown__item > span:first-child { width: 58px; height: 58px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: linear-gradient(145deg,#f3f7fa,#fff1ec); }
.mg2-catalog-dropdown__item img { width: 100%; height: 100%; object-fit: contain; }
.mg2-catalog-dropdown__copy { min-width: 0; display: grid; gap: 2px; }
.mg2-catalog-dropdown__copy strong { font-size: 12px; line-height: 1.3; }
.mg2-catalog-dropdown__copy small { color: var(--mg2-muted); font-size: 10px; font-weight: 600; }
.mg2-catalog-dropdown__item > i { align-self: start; margin-top: 5px; color: #b3aaa6; font-size: 12px; }
.mg2-header__actions { position: relative; display: flex; align-items: center; gap: 10px; }
.mg2-location-menu { position: absolute; z-index: 20; right: 0; top: calc(100% + 10px); width: 310px; padding: 8px; background: #fff; border: 1px solid var(--mg2-line); border-radius: 16px; box-shadow: var(--mg2-shadow); color: var(--mg2-ink); }
.mg2-location-menu a { display: grid; gap: 2px; padding: 12px; border-radius: 10px; text-decoration: none; }
.mg2-location-menu a:hover { background: var(--mg2-soft); }
.mg2-location-menu span { color: var(--mg2-muted); font-size: 12px; }
.mg2-cart-link { position: relative; }
.mg2-cart-link span { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border: 2px solid #fff; border-radius: 99px; background: var(--mg2-red); color: #fff; font-size: 9px; font-weight: 800; }
.mg2-menu-btn { display: none; }
.mg2-search-open { overflow: hidden; }
.mg2-search-modal { position: fixed; z-index: 4100; inset: 0; display: grid; place-items: start center; padding: clamp(72px, 11vh, 130px) 24px 24px; background: rgba(24, 20, 19, .58); backdrop-filter: blur(6px); }
.mg2-search-modal[hidden] { display: none; }
.mg2-search-dialog { position: relative; width: min(820px, 100%); display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 18px; padding: 34px; border: 1px solid rgba(255,46,34,.12); border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(20,13,11,.3); }
.mg2-search-dialog__close { position: absolute; top: 17px; right: 17px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f6f2f0; color: #3c3634; font-size: 17px; cursor: pointer; transition: color .18s ease, background .18s ease; }
.mg2-search-dialog__close:hover { color: var(--mg2-red); background: #fff0ec; }
.mg2-search-dialog__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: #fff0ec; color: var(--mg2-red); font-size: 24px; }
.mg2-search-dialog__heading { padding-right: 42px; }
.mg2-search-dialog h2 { margin: 3px 0 6px; font: 700 clamp(24px, 3vw, 34px)/1.16 "MG2 Sora", sans-serif; letter-spacing: -1px; }
.mg2-search-dialog p { margin: 0; color: var(--mg2-muted); font-size: 14px; }
.mg2-search-dialog form { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 4px; }
.mg2-search-dialog input { width: 100%; height: 56px; border: 1px solid #dcd6d3; border-radius: 13px; padding: 0 18px; color: var(--mg2-ink); background: #fff; font: 600 16px "MG2 Manrope", sans-serif; outline: 0; transition: border-color .18s ease, box-shadow .18s ease; }
.mg2-search-dialog input:focus { border-color: var(--mg2-red); box-shadow: 0 0 0 4px rgba(255,46,34,.1); }
.mg2-search-dialog form .mg2-btn { min-width: 126px; min-height: 56px; }
.mg2-mobile-menu { padding: 20px 24px 26px; border-top: 1px solid var(--mg2-line); background: #fff; }
.mg2-mobile-menu nav { display: grid; }
.mg2-mobile-menu nav a { padding: 13px 0; border-bottom: 1px solid var(--mg2-line); font-weight: 700; text-decoration: none; }
.mg2-mobile-popular { border-bottom: 1px solid var(--mg2-line); }
.mg2-mobile-popular summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; font-weight: 700; cursor: pointer; list-style: none; }
.mg2-mobile-popular summary::-webkit-details-marker { display: none; }
.mg2-mobile-popular summary:focus-visible { outline: 3px solid rgba(94,99,216,.3); outline-offset: 2px; border-radius: 5px; }
.mg2-mobile-popular summary i { font-size: 10px; transition: transform .18s ease; }
.mg2-mobile-popular[open] summary i { transform: rotate(180deg); }
.mg2-mobile-popular > div { display: grid; gap: 7px; padding: 0 0 13px; }
.mg2-mobile-menu .mg2-mobile-popular a { display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; gap: 11px; padding: 7px; border: 1px solid #eee9e7; border-radius: 12px; background: #fff; font-size: 12px; }
.mg2-mobile-popular a img { width: 50px; height: 50px; object-fit: cover; border-radius: 9px; background: #f8f4f2; }
.mg2-mobile-popular a > span { min-width: 0; display: grid; gap: 3px; }
.mg2-mobile-popular a > span strong { font-size: 12px; line-height: 1.3; }
.mg2-mobile-popular a > span small { color: var(--mg2-muted); font-size: 10px; font-weight: 600; }
.mg2-mobile-catalog a img { object-fit: contain; }
.mg2-mobile-menu .mg2-mobile-catalog .mg2-mobile-catalog__all { grid-template-columns: 50px minmax(0,1fr); }
.mg2-mobile-catalog__all > i { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 9px; background: #fff0ec; color: var(--mg2-red); font-size: 21px; }
.mg2-mobile-menu > .mg2-btn { width: 100%; margin-top: 18px; }

.mg2-modal-open { overflow: hidden; }
.mg2-closed-modal { position: fixed; z-index: 4000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(17, 15, 14, .58); backdrop-filter: blur(5px); }
.mg2-closed-modal[hidden] { display: none; }
.mg2-closed-card { position: relative; width: min(440px, 100%); display: grid; justify-items: start; padding: 30px; border: 1px solid rgba(255, 46, 34, .12); border-radius: 22px; background: #fff; box-shadow: 0 26px 70px rgba(20, 13, 11, .28); }
.mg2-closed-card__close { position: absolute; top: 15px; right: 15px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f6f2f0; color: #3c3634; cursor: pointer; }
.mg2-closed-card__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 50%; background: #fff0ec; color: var(--mg2-red); font-size: 25px; }
.mg2-closed-card h2 { margin: 0 42px 8px 0; font: 700 23px/1.2 "MG2 Sora", sans-serif; letter-spacing: -.6px; }
.mg2-closed-card p { margin: 0 0 8px; color: var(--mg2-muted); font-size: 14px; }
.mg2-closed-card > strong { font-size: 17px; }
.mg2-closed-card > small { margin-top: 3px; color: #8a827e; font-size: 12px; }
.mg2-closed-card .mg2-closed-card__note { margin-top: 18px; }
.mg2-closed-card__actions { width: 100%; display: grid; grid-template-columns: auto 1fr; gap: 10px; margin-top: 12px; }

/* Catalog */
.mg2-catalog-main { overflow: hidden; }
.mg2-catalog-hero { padding: 28px 0 34px; }
.mg2-breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; color: #8a827f; font-size: 12px; font-weight: 600; }
.mg2-breadcrumbs a { text-decoration: none; transition: color .18s ease; }
.mg2-breadcrumbs a:hover { color: var(--mg2-red); }
.mg2-breadcrumbs i { font-size: 8px; }
.mg2-eyebrow { display: inline-block; color: var(--mg2-red); font-size: 11px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.mg2-catalog-hero__panel { position: relative; height: var(--mg2-hero-height); min-height: var(--mg2-hero-height); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); align-items: center; overflow: hidden; padding: 0 42px; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-catalog-hero__panel::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 55%; background: radial-gradient(circle at 55% 50%, #fff0eb 0 38%, rgba(255,240,235,0) 72%); }
.mg2-catalog-hero__copy { position: relative; z-index: 2; }
.mg2-catalog-hero h1 { max-width: 720px; margin: 10px 0 20px; font: 700 clamp(44px, 5vw, 72px)/1.03 "MG2 Sora", sans-serif; letter-spacing: -3.5px; }
.mg2-catalog-hero h1 span { color: var(--mg2-red); }
.mg2-catalog-hero__copy > p { max-width: 650px; margin: 0 0 28px; color: #514b48; font-size: 16px; font-weight: 600; line-height: 1.65; }
.mg2-catalog-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mg2-catalog-hero__visual { position: relative; z-index: 1; min-height: 290px; }
.mg2-catalog-hero__mark { position: absolute; top: 50%; left: 50%; width: 220px; height: 220px; display: grid; place-items: center; padding: 32px; border-radius: 50%; background: #fff; box-shadow: 0 24px 60px rgba(79,37,26,.14); transform: translate(-50%,-50%) rotate(-4deg); }
.mg2-catalog-hero__mark::before { content: ""; position: absolute; inset: 14px; border: 2px solid #ffe0d9; border-radius: inherit; }
.mg2-catalog-hero__mark img { position: relative; width: 100%; height: 100%; object-fit: contain; }
.mg2-catalog-orbit { position: absolute; z-index: 2; width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid #f2ded8; border-radius: 20px; background: rgba(255,255,255,.96); color: var(--mg2-red); font-size: 28px; box-shadow: 0 14px 32px rgba(68,36,27,.09); }
.mg2-catalog-orbit--one { top: 3%; left: 4%; transform: rotate(-7deg); }
.mg2-catalog-orbit--two { top: 8%; right: 2%; transform: rotate(7deg); }
.mg2-catalog-orbit--three { right: 7%; bottom: 1%; transform: rotate(-5deg); }
.mg2-catalog-orbit--four { left: 1%; bottom: 7%; transform: rotate(6deg); }
.mg2-catalog-sections { padding: 34px 0 42px; }
.mg2-catalog-sections__head { align-items: end; margin-bottom: 24px; }
.mg2-catalog-sections__head > div { display: grid; gap: 5px; }
.mg2-catalog-sections__head > p { max-width: 390px; margin: 0 0 5px; color: var(--mg2-muted); font-size: 13px; text-align: right; }
.mg2-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mg2-catalog-card { min-width: 0; min-height: 330px; display: grid; grid-template-columns: minmax(220px, 42%) minmax(0, 1fr); overflow: hidden; border: 1px solid rgba(53,34,28,.055); border-radius: 24px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.mg2-catalog-card:hover, .mg2-catalog-card:focus-within { transform: translateY(-4px); border-color: rgba(255,46,34,.18); box-shadow: 0 20px 42px rgba(67,35,28,.12); }
.mg2-catalog-card--blue { background: linear-gradient(135deg,#edf3fa,#f8fbfd); }
.mg2-catalog-card--mint { background: linear-gradient(135deg,#eaf6f3,#f8fcfb); }
.mg2-catalog-card--peach { background: linear-gradient(135deg,#fff0e7,#fff9f5); }
.mg2-catalog-card--lilac { background: linear-gradient(135deg,#f7edf6,#fcf8fc); }
.mg2-catalog-card--sand { background: linear-gradient(135deg,#fff3df,#fffaf2); }
.mg2-catalog-card--coral { background: linear-gradient(135deg,#ffeae5,#fff8f6); }
.mg2-catalog-card__art { position: relative; min-width: 0; display: grid; place-items: center; overflow: hidden; padding: 26px 16px; text-decoration: none; }
.mg2-catalog-card__art::after { content: ""; position: absolute; inset: 18% 8%; border-radius: 50%; background: rgba(255,255,255,.5); filter: blur(1px); }
.mg2-catalog-card__art img { position: relative; z-index: 1; width: min(100%, 250px); height: 250px; object-fit: contain; filter: drop-shadow(0 13px 11px rgba(49,37,32,.13)); transition: transform .28s ease; }
.mg2-catalog-card:hover .mg2-catalog-card__art img { transform: translateY(-4px) rotate(-1deg) scale(1.025); }
.mg2-catalog-card__content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 26px 24px 12px; }
.mg2-catalog-card__number { color: rgba(34,29,27,.33); font: 700 11px/1 "MG2 Sora", sans-serif; letter-spacing: 1px; }
.mg2-catalog-card h2 { margin: 12px 0 15px; font: 700 clamp(21px, 2vw, 28px)/1.18 "MG2 Sora", sans-serif; letter-spacing: -.8px; }
.mg2-catalog-card h2 a { text-decoration: none; }
.mg2-catalog-card h2 a:hover { color: var(--mg2-red); }
.mg2-catalog-card__links { display: grid; gap: 6px; }
.mg2-catalog-card__links a { position: relative; width: fit-content; max-width: 100%; padding-left: 10px; color: #4c4643; font-size: 12px; line-height: 1.35; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; transition: color .16s ease, text-decoration-color .16s ease; }
.mg2-catalog-card__links a::before { content: "·"; position: absolute; left: 0; font-weight: 900; }
.mg2-catalog-card__links a:hover, .mg2-catalog-card__links a:focus-visible { color: var(--mg2-red); text-decoration-color: currentColor; }
.mg2-catalog-card__content > p { margin: 0; color: #5d5653; font-size: 13px; }
.mg2-catalog-card__more { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 18px; font-size: 12px; font-weight: 800; text-decoration: none; }
.mg2-catalog-card__more i { color: var(--mg2-red); transition: transform .18s ease; }
.mg2-catalog-card__more:hover { color: var(--mg2-red); }
.mg2-catalog-card__more:hover i { transform: translateX(4px); }
.mg2-catalog-empty { grid-column: 1 / -1; display: grid; justify-items: center; padding: 70px 24px; border: 1px dashed #d8d1ce; border-radius: 24px; color: var(--mg2-muted); text-align: center; }
.mg2-catalog-empty > i { color: var(--mg2-red); font-size: 34px; }
.mg2-catalog-empty h2 { margin: 12px 0 5px; color: var(--mg2-ink); font: 700 22px "MG2 Sora", sans-serif; }
.mg2-catalog-empty p { margin: 0; }

/* Business */
.mg2-business-main { overflow: hidden; }
.mg2-business-hero { padding: 28px 0 34px; }
.mg2-business-hero__panel { position: relative; height: var(--mg2-hero-height); min-height: var(--mg2-hero-height); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr); align-items: center; gap: clamp(42px, 6vw, 92px); overflow: hidden; padding: 0 42px; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-business-hero__panel::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; width: 55%; background: radial-gradient(circle at 55% 50%, #fff0eb 0 38%, rgba(255,240,235,0) 72%); }
.mg2-business-hero__copy { position: relative; z-index: 2; }
.mg2-business-hero h1 { max-width: 780px; margin: 10px 0 20px; font: 700 clamp(43px,4.7vw,68px)/1.04 "MG2 Sora",sans-serif; letter-spacing: -3.2px; }
.mg2-business-hero h1 span { color: var(--mg2-red); }
.mg2-business-hero__copy > p { max-width: 650px; margin: 0 0 28px; color: #514b48; font-size: 16px; font-weight: 600; line-height: 1.65; }
.mg2-business-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mg2-business-invoice { position: relative; z-index: 2; width: 100%; max-width: 440px; justify-self: end; padding: 24px; border: 1px solid rgba(76,51,42,.08); border-radius: 22px; background: rgba(255,255,255,.97); box-shadow: 0 28px 70px rgba(61,32,24,.14); transform: rotate(1.2deg); }
.mg2-business-invoice__head { display: flex; align-items: center; gap: 13px; padding-bottom: 18px; border-bottom: 1px solid var(--mg2-line); }
.mg2-business-invoice__head > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #fff0ec; color: var(--mg2-red); font-size: 22px; }
.mg2-business-invoice__head > div { display: grid; gap: 2px; }
.mg2-business-invoice__head strong { font: 700 17px/1.25 "MG2 Sora",sans-serif; }
.mg2-business-invoice__head small { color: var(--mg2-muted); font-size: 11px; }
.mg2-business-invoice ol { display: grid; gap: 0; margin: 8px 0 0; padding: 0; list-style: none; }
.mg2-business-invoice li { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 14px 2px; border-bottom: 1px solid #f2eeec; }
.mg2-business-invoice li > span { color: #a79f9b; font-size: 10px; font-weight: 800; }
.mg2-business-invoice li > div { display: grid; gap: 2px; }
.mg2-business-invoice li strong { font-size: 12px; line-height: 1.3; }
.mg2-business-invoice li small { color: var(--mg2-muted); font-size: 10px; }
.mg2-business-invoice li > i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #edf8f0; color: #33864b; font-size: 13px; }
.mg2-business-invoice__total { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 18px; }
.mg2-business-invoice__total span { color: var(--mg2-muted); font-size: 11px; }
.mg2-business-invoice__total strong { font: 700 17px "MG2 Sora",sans-serif; }
.mg2-business-process { padding: 34px 0; }
.mg2-business-process .mg2-section-head > div { display: grid; gap: 5px; }
.mg2-business-process__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.mg2-business-process article { position: relative; min-height: 230px; padding: 24px; border: 1px solid var(--mg2-line); border-radius: 20px; background: #fff; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mg2-business-process article:hover { transform: translateY(-4px); border-color: #ffd1ca; box-shadow: 0 18px 36px rgba(57,31,23,.09); }
.mg2-business-process article > span { position: absolute; top: 20px; right: 22px; color: #c6bfbc; font-size: 11px; font-weight: 800; }
.mg2-business-process article > i { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 15px; background: #fff0ec; color: var(--mg2-red); font-size: 22px; }
.mg2-business-process h3 { margin: 0 0 8px; font: 700 17px/1.3 "MG2 Sora",sans-serif; }
.mg2-business-process p { margin: 0; color: var(--mg2-muted); font-size: 13px; line-height: 1.55; }
.mg2-business-content { padding: 20px 0 34px; }
.mg2-business-content__inner { padding: 30px 34px; border: 1px solid var(--mg2-line); border-radius: 22px; background: #fff; color: #4e4845; }
.mg2-business-content__inner > :first-child { margin-top: 0; }
.mg2-business-content__inner > :last-child { margin-bottom: 0; }
.mg2-business-contact { padding: 20px 0 44px; }
.mg2-business-contact__panel { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 46px; border: 1px solid #ffd9cf; border-radius: 26px; background: linear-gradient(110deg,#fff0ea,#fff9f7 58%,#ffe4db); }
.mg2-business-contact h2 { margin: 0 0 8px; font: 700 clamp(25px,2.6vw,38px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-business-contact p { max-width: 680px; margin: 0; color: #5e5652; font-size: 14px; }
.mg2-business-contact__actions { flex: 0 0 auto; display: grid; gap: 11px; }
.mg2-business-contact__actions > a:not(.mg2-btn) { display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #4f4946; font-size: 12px; font-weight: 700; text-decoration: none; }
.mg2-business-contact__actions > a:not(.mg2-btn):hover { color: var(--mg2-red); }

/* Addresses */
.mg2-addresses-main { overflow: hidden; }
.mg2-addresses-hero { padding: 28px 0 34px; }
.mg2-addresses-hero__media { width: 100%; height: var(--mg2-hero-height); overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff5f0; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-addresses-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-addresses-list { padding: 32px 0 64px; }
.mg2-addresses-list__head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 22px; }
.mg2-addresses-list__head > div { min-width: 0; }
.mg2-addresses-list__head h1 { margin: 7px 0 8px; font: 700 clamp(30px, 3.2vw, 46px)/1.12 "MG2 Sora", sans-serif; letter-spacing: -1.8px; }
.mg2-addresses-list__head p, .mg2-addresses-list__intro { max-width: 760px; margin: 0; color: #5c5552; font-size: 14px; line-height: 1.65; }
.mg2-addresses-list__intro > :first-child { margin-top: 0; }.mg2-addresses-list__intro > :last-child { margin-bottom: 0; }
.mg2-addresses-filter { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 24px; padding: 2px 1px 8px; scrollbar-width: thin; }
.mg2-addresses-filter a { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; padding: 8px 14px; border: 1px solid var(--mg2-line); border-radius: 11px; background: #fff; color: #504946; font-size: 12px; font-weight: 800; text-decoration: none; box-shadow: 0 5px 14px rgba(54, 40, 34, .06); transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.mg2-addresses-filter a:hover, .mg2-addresses-filter a:focus-visible { color: var(--mg2-red); border-color: rgba(255,46,34,.28); box-shadow: 0 7px 18px rgba(54, 40, 34, .09); transform: translateY(-1px); }
.mg2-addresses-filter a.is-active { border-color: rgba(255,46,34,.28); background: #fff1ed; color: #df2f25; box-shadow: 0 6px 16px rgba(54, 40, 34, .08); }
.mg2-addresses-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.mg2-address-card { min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--mg2-line); border-radius: 20px; background: #fff; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.mg2-address-card[hidden], .mg2-addresses-empty[hidden] { display: none; }
.mg2-address-card:hover, .mg2-address-card:focus-within { transform: translateY(-4px); border-color: rgba(255,46,34,.22); box-shadow: 0 20px 44px rgba(55,34,27,.1); }
.mg2-address-card.is-current { border-color: rgba(255,46,34,.48); box-shadow: 0 0 0 1px rgba(255,46,34,.12); }
.mg2-address-card__media { position: relative; aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #f5f2f0; }
.mg2-address-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .28s ease; }
.mg2-address-card:hover .mg2-address-card__media img { transform: scale(1.025); }
.mg2-address-card__media > span { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border-radius: 9px; background: rgba(255,255,255,.96); color: var(--mg2-red); font-size: 10px; font-weight: 800; box-shadow: 0 8px 20px rgba(37,25,20,.1); }
.mg2-address-card__body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.mg2-address-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.mg2-address-card__heading > i { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 12px; background: #fff0ec; color: var(--mg2-red); font-size: 19px; }
.mg2-address-card__metro { display: inline-flex; align-items: center; gap: 5px; color: var(--mg2-red); font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.mg2-address-card h2 { margin: 5px 0 0; font: 700 21px/1.25 "MG2 Sora", sans-serif; letter-spacing: -.6px; }
.mg2-address-card h2 a { text-decoration: none; }.mg2-address-card h2 a:hover { color: var(--mg2-red); }
.mg2-address-card__address { min-height: 46px; display: flex; align-items: flex-start; gap: 9px; margin: 16px 0; color: #57504d; font-size: 12px; line-height: 1.5; }
.mg2-address-card__address > i { margin-top: 2px; color: var(--mg2-red); font-size: 14px; }
.mg2-address-card__contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.mg2-address-card__contacts > span, .mg2-address-card__contacts > a { min-width: 0; min-height: 64px; display: flex; align-items: center; gap: 9px; padding: 10px; border: 1px solid #f0ecea; border-radius: 12px; color: #48423f; text-decoration: none; }
.mg2-address-card__contacts > span > i, .mg2-address-card__contacts > a > i { flex: 0 0 auto; color: var(--mg2-red); font-size: 16px; }
.mg2-address-card__contacts > span > span, .mg2-address-card__contacts > a > span { min-width: 0; display: grid; gap: 2px; }
.mg2-address-card__contacts strong { overflow: hidden; color: var(--mg2-ink); font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.mg2-address-card__contacts small { color: #8a827e; font-size: 9px; line-height: 1.25; }
.mg2-address-card__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: auto; }
.mg2-address-card__actions .mg2-btn { min-width: 0; min-height: 46px; padding-inline: 11px; font-size: 12px; }
.mg2-addresses-empty { grid-column: 1 / -1; display: grid; justify-items: center; gap: 8px; padding: 64px 24px; border: 1px dashed #d8d1ce; color: var(--mg2-muted); text-align: center; }
.mg2-addresses-empty > i { color: var(--mg2-red); font-size: 34px; }.mg2-addresses-empty h2, .mg2-addresses-empty p { margin: 0; }

/* Company */
.mg2-company-main { overflow: hidden; }
.mg2-company-hero { padding: 28px 0 34px; }
.mg2-company-hero__media { width: 100%; height: var(--mg2-hero-height); overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff7f2; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-company-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-company-story { padding: 30px 0 64px; }
.mg2-company-story__layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(320px,.65fr); align-items: stretch; gap: 20px; }
.mg2-company-story__content { min-width: 0; padding: 38px 42px; border: 1px solid var(--mg2-line); border-radius: 24px; background: #fff; }
.mg2-company-story__content > h1 { margin: 7px 0 26px; font: 700 clamp(31px,3vw,44px)/1.12 "MG2 Sora",sans-serif; letter-spacing: -1.7px; }
.mg2-company-richtext { color: #4f4946; font-size: 15px; line-height: 1.72; }
.mg2-company-richtext > :first-child { margin-top: 0; }.mg2-company-richtext > :last-child { margin-bottom: 0; }
.mg2-company-richtext h2, .mg2-company-richtext h3 { margin: 26px 0 11px; color: var(--mg2-ink); font-family: "MG2 Sora",sans-serif; line-height: 1.25; letter-spacing: -.6px; }
.mg2-company-richtext h2 { font-size: 24px; }.mg2-company-richtext h3 { font-size: 19px; }
.mg2-company-richtext p { margin: 0 0 15px; }
.mg2-company-richtext p:empty, .mg2-company-richtext p:has(> br:only-child) { display: none; }
.mg2-company-richtext a { color: var(--mg2-red); text-underline-offset: 3px; }
.mg2-company-nearby { min-width: 0; display: flex; flex-direction: column; padding: 34px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(145deg,#fff1ec,#fff9f7 62%,#ffe7df); }
.mg2-company-nearby__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 16px; background: #fff; color: var(--mg2-red); font-size: 25px; box-shadow: 0 10px 24px rgba(63,38,30,.07); }
.mg2-company-nearby > p { margin: 0 0 6px; color: var(--mg2-red); font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.mg2-company-nearby > h2 { margin: 0 0 13px; font: 700 clamp(24px,2.2vw,32px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-company-nearby > span:not(.mg2-company-nearby__icon) { color: #645c58; font-size: 13px; line-height: 1.6; }
.mg2-company-nearby__actions { display: grid; gap: 10px; margin-top: auto; padding-top: 30px; }
.mg2-company-nearby__actions .mg2-btn { min-height: 49px; }

/* Discounts */
.mg2-discounts-main { overflow: hidden; }
.mg2-discounts-hero { padding: 28px 0 34px; }
.mg2-discounts-hero__media { width: 100%; height: var(--mg2-hero-height); overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff8f5; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-discounts-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-discounts-intro { padding: 30px 0 28px; }
.mg2-discounts-intro__layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); align-items: stretch; gap: 20px; }
.mg2-discounts-intro__content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 40px 42px; border: 1px solid var(--mg2-line); border-radius: 24px; background: #fff; }
.mg2-discounts-intro__content > h1 { margin: 7px 0 24px; font: 700 clamp(31px,3vw,44px)/1.12 "MG2 Sora",sans-serif; letter-spacing: -1.7px; }
.mg2-discounts-richtext { color: #504a47; font-size: 15px; line-height: 1.7; }
.mg2-discounts-richtext > :first-child { margin-top: 0; }.mg2-discounts-richtext > :last-child { margin-bottom: 0; }
.mg2-discounts-richtext h2, .mg2-discounts-richtext h3 { margin: 0 0 14px; color: var(--mg2-ink); font: 700 24px/1.25 "MG2 Sora",sans-serif; letter-spacing: -.7px; }
.mg2-discounts-richtext p { margin: 0 0 15px; }.mg2-discounts-richtext p:empty, .mg2-discounts-richtext p:has(> br:only-child) { display: none; }
.mg2-discounts-intro__content > .mg2-btn { min-height: 50px; margin-top: auto; padding-top: 12px; padding-bottom: 12px; }
.mg2-discounts-intro__visual { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #f1e1db; border-radius: 24px; background: #fff8f5; }
.mg2-discounts-intro__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-discounts-faq { padding: 28px 0 30px; }
.mg2-discounts-faq__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 20px; }
.mg2-discounts-faq__head h2 { margin: 7px 0 0; font: 700 clamp(28px,2.8vw,40px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.4px; }
.mg2-discounts-faq__head > div:last-child, .mg2-discounts-faq__head > p { max-width: 550px; margin: 0; color: var(--mg2-muted); font-size: 13px; line-height: 1.6; }
.mg2-discounts-faq__head > div:last-child > :first-child { margin-top: 0; }.mg2-discounts-faq__head > div:last-child > :last-child { margin-bottom: 0; }
.mg2-discounts-faq__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.mg2-discount-faq { min-width: 0; overflow: hidden; border: 1px solid var(--mg2-line); border-radius: 18px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.mg2-discount-faq:hover, .mg2-discount-faq:focus-within { border-color: rgba(255,46,34,.25); box-shadow: 0 14px 32px rgba(55,34,27,.075); transform: translateY(-2px); }
.mg2-discount-faq summary { min-height: 84px; display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 17px 20px; list-style: none; cursor: pointer; }
.mg2-discount-faq summary::-webkit-details-marker { display: none; }
.mg2-discount-faq summary > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: #fff0ec; color: var(--mg2-red); font-size: 21px; }
.mg2-discount-faq summary > strong { font: 700 17px/1.3 "MG2 Sora",sans-serif; }
.mg2-discount-faq summary > .bi-chevron-down { color: #9f9692; font-size: 13px; transition: transform .2s ease; }
.mg2-discount-faq[open] summary > .bi-chevron-down { transform: rotate(180deg); }
.mg2-discount-faq__answer { padding: 0 22px 22px 82px; color: #5b5450; font-size: 13px; line-height: 1.65; }
.mg2-discount-faq__answer > :first-child { margin-top: 0; }.mg2-discount-faq__answer > :last-child { margin-bottom: 0; }
.mg2-discount-faq__answer ul, .mg2-discount-faq__answer ol { padding-left: 19px; }
.mg2-discounts-cta { padding: 24px 0 48px; }
.mg2-discounts-cta__panel { min-height: 176px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 34px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 58%,#ffe8df); }
.mg2-discounts-cta h2 { margin: 0 0 8px; font: 700 clamp(24px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-discounts-cta p { max-width: 700px; margin: 0; color: #5d5652; font-size: 14px; }

/* Order status */
.mg2-order-status-main { overflow: hidden; }
.mg2-order-status-hero { padding: 28px 0 42px; }
.mg2-order-status-hero__media { position: relative; width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1991 / 789; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-order-status-hero__media > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 47%; }
.mg2-order-status-form { width: min(100%,900px); min-height: 154px; display: grid; grid-template-columns: 88px minmax(0,1fr); align-items: center; gap: 13px; margin: 22px auto 0; padding: 13px 16px 13px 13px; border: 1px solid #eee7e3; border-radius: 20px; background: rgba(255,255,255,.985); box-shadow: 0 12px 26px rgba(65,39,30,.13); }
.mg2-order-status-form__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#ff342a,#de0909); color: #fff; box-shadow: inset 0 0 0 1px rgba(134,0,0,.18), 0 7px 14px rgba(218,24,14,.18); font-size: 39px; }
.mg2-order-status-form__fields { min-width: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.mg2-order-status-form input { width: 100%; min-width: 0; height: 49px; padding: 0 14px; border: 1px solid #ded9d6; border-radius: 10px; outline: 0; background: #fff; color: var(--mg2-ink); font: 700 13px/1 "MG2 Manrope",sans-serif; transition: border-color .18s ease, box-shadow .18s ease; }
.mg2-order-status-form input::placeholder { color: #99918d; font-weight: 600; opacity: 1; }
.mg2-order-status-form input:focus { border-color: var(--mg2-red); box-shadow: 0 0 0 3px rgba(255,46,34,.13); }
.mg2-order-status-form .mg2-btn { grid-column: 1 / -1; min-height: 49px; border-radius: 10px; font-size: 16px; }
.mg2-order-status-form.is-loading { opacity: .78; pointer-events: none; }
.mg2-order-status-form.is-loading .mg2-btn i { animation: mg2-order-spin .8s linear infinite; }
@keyframes mg2-order-spin { to { transform: rotate(360deg); } }
.mg2-order-status-privacy { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; color: #817975; font-size: 12px; text-align: center; }
.mg2-order-status-privacy i { color: var(--mg2-red); font-size: 15px; }
.mg2-order-status-result { max-width: 900px; margin: 22px auto 0; }
.mg2-order-status-result:empty { display: none; }
.mg2-order-status-alert, .mg2-order-status-card { border: 1px solid var(--mg2-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(55,36,29,.07); }
.mg2-order-status-alert { display: flex; align-items: center; gap: 15px; padding: 18px 20px; border-color: #ffd2cc; background: #fff8f6; }
.mg2-order-status-alert > span { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 13px; background: #ffe6e1; color: var(--mg2-red); font-size: 21px; }
.mg2-order-status-alert strong { display: block; margin-bottom: 2px; font: 700 16px/1.3 "MG2 Sora",sans-serif; }
.mg2-order-status-alert p { margin: 0; color: #665e5a; font-size: 13px; }
.mg2-order-status-card { padding: 24px; }
.mg2-order-status-card__head { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.mg2-order-status-card__head > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: #eaf8ef; color: #269b52; font-size: 24px; }
.mg2-order-status-card__head > div { display: grid; gap: 2px; }
.mg2-order-status-card__head small { color: #6f6864; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.mg2-order-status-card__head strong { font: 700 21px/1.25 "MG2 Sora",sans-serif; }
.mg2-order-status-rows { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.mg2-order-status-row { min-width: 0; display: grid; gap: 5px; padding: 14px 16px; border-radius: 14px; background: #faf8f7; }
.mg2-order-status-row span { color: #817975; font-size: 11px; }
.mg2-order-status-row strong { overflow-wrap: anywhere; font-size: 14px; line-height: 1.35; }
.mg2-order-history { padding: 2px 0 54px; }
.mg2-order-history__head { margin-bottom: 18px; }
.mg2-order-history__head h1 { margin: 0 0 7px; font: 700 clamp(28px,2.8vw,40px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.3px; }
.mg2-order-history__head p { margin: 0; color: var(--mg2-muted); font-size: 14px; }
.mg2-order-history__table-wrap { overflow-x: auto; border: 1px solid var(--mg2-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(55,36,29,.05); }
.mg2-order-history__table { width: 100%; min-width: 760px; border-collapse: collapse; }
.mg2-order-history__table th, .mg2-order-history__table td { padding: 17px 20px; border-bottom: 1px solid var(--mg2-line); text-align: left; font-size: 13px; }
.mg2-order-history__table th { background: #faf8f7; color: #746d69; font-size: 11px; text-transform: uppercase; letter-spacing: .45px; }
.mg2-order-history__table tbody tr:last-child td { border-bottom: 0; }
.mg2-order-history__table tbody tr:hover { background: #fffafa; }

/* Home */
.mg2-hero { overflow: hidden; background: #fff; }
.mg2-hero__grid { height: var(--mg2-hero-height); min-height: var(--mg2-hero-height); display: grid; grid-template-columns: .92fr 1.15fr; align-items: center; gap: 14px; }
.mg2-hero__copy { position: relative; z-index: 2; padding: 58px 0 44px 42px; }
.mg2-hero h1 { max-width: 650px; margin: 0; color: var(--mg2-ink); font: 700 clamp(44px, 4.55vw, 70px)/1.05 "MG2 Sora", sans-serif; letter-spacing: -3px; }
.mg2-hero h1 span { color: var(--mg2-red); }
.mg2-hero__copy > p { max-width: 570px; margin: 26px 0; color: #3f3a38; font-size: 18px; font-weight: 600; line-height: 1.65; }
.mg2-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.mg2-hero__benefits { max-width: 650px; margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.mg2-hero__benefits div { display: grid; justify-items: center; gap: 6px; text-align: center; color: #393432; font-size: 12px; line-height: 1.35; }
.mg2-hero__benefit-icon { width: 44px; height: 44px; display: grid; place-items: center; }
.mg2-benefit-icon { width: 44px; height: 44px; overflow: visible; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mg2-benefit-icon .paper { fill: #fff; stroke: #211f1e; stroke-width: 1.9; }
.mg2-benefit-icon .ink { stroke: #211f1e; stroke-width: 1.9; }
.mg2-benefit-icon .accent { stroke: var(--mg2-red); stroke-width: 2.2; }
.mg2-benefit-icon .accent-fill { fill: var(--mg2-red); stroke: #211f1e; stroke-width: 1.6; }
.mg2-benefit-icon .white { stroke: #fff; stroke-width: 1.5; }
.mg2-benefit-icon .skin { fill: #ffd8c2; stroke: #211f1e; stroke-width: 1.5; }
.mg2-hero__benefits strong { display: block; color: var(--mg2-ink); }
.mg2-hero__visual { position: relative; min-width: 0; align-self: stretch; display: flex; align-items: center; justify-content: center; }
.mg2-hero__visual::before { content: ""; position: absolute; inset: 14% 5% 10% 5%; border-radius: 50%; background: radial-gradient(circle, #fff0eb 0 40%, rgba(255,240,235,0) 72%); }
.mg2-hero__visual img { position: relative; z-index: 1; width: 112%; height: auto; max-width: 860px; transform: translate(2%, 2%); filter: drop-shadow(0 12px 14px rgba(74, 35, 24, .04)); }
.mg2-hero__dot { position: absolute; z-index: 0; width: 11px; height: 11px; border-radius: 50%; background: #ffcabf; }
.mg2-hero__dot--1 { top: 21%; left: 10%; }.mg2-hero__dot--2 { top: 15%; right: 12%; width: 8px; height: 8px; }
.mg2-section { padding: 30px 0; }
.mg2-section-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.mg2-section-head h2 { margin: 0; color: var(--mg2-ink); font: 700 clamp(24px, 2.2vw, 34px)/1.2 "MG2 Sora", sans-serif; letter-spacing: -1.2px; }
.mg2-section-head > a { color: var(--mg2-ink); font-weight: 700; font-size: 14px; text-decoration: none; }
.mg2-service-picker > .mg2-shell, .mg2-service-picker .mg2-shell { padding: 22px 24px 24px; border: 1px solid var(--mg2-line); border-radius: var(--mg2-radius-lg); box-shadow: 0 8px 26px rgba(37, 25, 20, .035); }
.mg2-service-picker .mg2-section-head { margin: 0 14px 14px; }
.mg2-service-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.mg2-service-tile { min-width: 0; min-height: 140px; display: grid; align-content: center; justify-items: center; gap: 10px; padding: 14px 10px 16px; border: 1px solid var(--mg2-line); border-radius: 17px; background: #fff; color: var(--mg2-ink); font-size: 13px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.mg2-service-tile:hover { transform: translateY(-3px); border-color: #ffd1ca; box-shadow: 0 12px 26px rgba(57, 31, 23, .08); }
.mg2-service-tile__icon { width: 62px; height: 62px; display: grid; place-items: center; }
.mg2-service-illustration { width: 62px; height: 62px; overflow: visible; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mg2-service-illustration .paper { fill: #fff; stroke: #211f1e; stroke-width: 1.8; }
.mg2-service-illustration .ink { stroke: #211f1e; stroke-width: 1.8; }
.mg2-service-illustration .ink-fill { fill: #211f1e; stroke: none; }
.mg2-service-illustration .accent { stroke: var(--mg2-red); stroke-width: 2.2; }
.mg2-service-illustration .accent-fill { fill: var(--mg2-red); stroke: #211f1e; stroke-width: 1.4; }
.mg2-service-illustration .white { stroke: #fff; stroke-width: 1.7; }
.mg2-service-illustration .skin { fill: #ffd8c2; stroke: #211f1e; stroke-width: 1.5; }
.mg2-service-illustration .sky { fill: #dff2f4; stroke: #211f1e; stroke-width: 1.2; }
.mg2-service-illustration .sun { fill: #ffcf66; stroke: var(--mg2-red); stroke-width: 1.2; }
.mg2-service-illustration .mountain { fill: #83bfa5; stroke: #211f1e; stroke-width: 1.3; }
.mg2-service-tile:hover .mg2-service-illustration { transform: translateY(-2px) rotate(-1deg); }
.mg2-service-illustration { transition: transform .2s ease; }
.mg2-slider-arrows { display: flex; gap: 9px; }
.mg2-slider-arrows button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--mg2-line); border-radius: 50%; background: #fff; color: var(--mg2-ink); cursor: pointer; }
.mg2-product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); align-items: stretch; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-bottom: -20px; padding: 6px 4px 30px; }
.mg2-product-rail::-webkit-scrollbar { display: none; }
.mg2-product-card { min-width: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--mg2-line); border-radius: 20px; background: #fff; box-shadow: 0 8px 20px rgba(37, 25, 20, .025); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-product-card:hover, .mg2-product-card:focus-within { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(67, 35, 28, .14); }
.mg2-product-card__image { width: 100%; height: auto; aspect-ratio: 1 / 1; display: block; overflow: hidden; background: linear-gradient(145deg, #f5f8fb, #fff5f1); }
.mg2-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mg2-product-card:hover .mg2-product-card__image img { transform: scale(1.035); }
.mg2-product-card__body { min-height: 0; flex: 1; display: flex; flex-direction: column; gap: 12px; padding: 16px; }
.mg2-product-card h3 { margin: 0; font: 700 16px/1.3 "MG2 Sora", sans-serif; }
.mg2-product-card h3 a { text-decoration: none; }
.mg2-product-card__meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.mg2-product-card__meta strong { font-size: 15px; }.mg2-product-card__meta span { color: var(--mg2-muted); font-size: 11px; white-space: nowrap; }
.mg2-product-card .mg2-btn { min-height: 38px; width: 100%; padding-block: 8px; }
.mg2-category-bands { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mg2-category-band { min-width: 0; min-height: 224px; display: grid; grid-template-columns: 98px minmax(0, 1fr); align-items: stretch; gap: 10px; padding: 18px 15px; overflow: hidden; border: 1px solid rgba(0,0,0,.035); border-radius: 19px; color: var(--mg2-ink); transition: transform .2s ease, box-shadow .2s ease; }
.mg2-category-band:hover { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(43, 30, 26, .07); }
.mg2-category-band:focus-within { box-shadow: 0 0 0 3px rgba(255, 46, 34, .13), 0 13px 28px rgba(43, 30, 26, .07); }
.mg2-category-band--blue { background: #f0f4fa; }.mg2-category-band--mint { background: #eef8f5; }.mg2-category-band--peach { background: #fff1e8; }.mg2-category-band--lilac { background: #f8eff7; }.mg2-category-band--sand { background: #fff5e7; }
.mg2-category-band__art { min-width: 0; display: grid; place-items: center; align-self: center; text-decoration: none; }
.mg2-category-band__art img { width: 116px; max-width: 122%; height: 154px; object-fit: contain; filter: drop-shadow(0 8px 7px rgba(45, 36, 32, .10)); transition: transform .24s ease; }
.mg2-category-band:hover .mg2-category-band__art img { transform: translateY(-2px) rotate(-1deg) scale(1.025); }
.mg2-category-band__content { min-width: 0; display: flex; flex-direction: column; align-items: stretch; }
.mg2-category-band__content h3 { margin: 2px 0 10px; font: 700 16px/1.2 "MG2 Sora", sans-serif; text-align: center; }
.mg2-category-band__content h3 a { color: var(--mg2-ink); text-decoration: none; }
.mg2-category-band__list { display: grid; gap: 5px; color: #4d4745; font-size: 11px; line-height: 1.35; }
.mg2-category-band__list > a { position: relative; width: fit-content; max-width: 100%; padding-left: 9px; color: inherit; text-decoration: underline; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color .16s ease, text-decoration-color .16s ease; }
.mg2-category-band__list > a::before { content: "·"; position: absolute; left: 0; top: 0; font-weight: 900; }
.mg2-category-band__list > a:hover, .mg2-category-band__list > a:focus-visible { color: var(--mg2-red); text-decoration-color: currentColor; }
.mg2-category-band__content h3 a:hover, .mg2-category-band__content h3 a:focus-visible, .mg2-category-band__more:hover, .mg2-category-band__more:focus-visible { color: var(--mg2-red); text-decoration: underline; text-underline-offset: 4px; }
.mg2-category-band__more { width: fit-content; margin: auto auto 0; padding-top: 12px; color: var(--mg2-ink); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; }
.mg2-trust__layout { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(340px, .95fr); align-items: stretch; gap: 16px; }
.mg2-why__panel { min-height: 232px; padding: 25px 30px 24px; border: 1px solid var(--mg2-line); border-radius: 22px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.mg2-why__panel:hover, .mg2-why__panel:focus-within { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(67, 35, 28, .14); }
.mg2-why__panel .mg2-section-head { min-height: 34px; margin-bottom: 20px; }
.mg2-why__panel .mg2-section-head h2 { font-size: 24px; letter-spacing: -.8px; }
.mg2-why__grid { display: grid; grid-template-columns: repeat(7, 1fr); align-items: start; gap: 10px; }
.mg2-why__grid > div { min-width: 0; display: grid; justify-items: center; align-content: start; gap: 8px; text-align: center; font-size: 11px; font-weight: 700; line-height: 1.35; }
.mg2-why__icon { width: 58px; height: 58px; display: grid; place-items: center; }
.mg2-why-icon { width: 58px; height: 58px; overflow: visible; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.mg2-why-icon .ink { fill: #fff; stroke: #292725; stroke-width: 2.5; }
.mg2-why-icon .accent { fill: none; stroke: var(--mg2-red); stroke-width: 2.7; }
.mg2-why-icon .accent-fill { fill: var(--mg2-red); stroke: #a9251c; stroke-width: 1.4; }
.mg2-why-icon .year { fill: #292725; stroke: none; font: 800 13px "MG2 Manrope", sans-serif; }
.mg2-care__inner { position: relative; min-width: 0; min-height: 232px; display: grid; grid-template-columns: minmax(0, 1fr) 46%; align-items: center; overflow: hidden; border-radius: 22px; background: linear-gradient(115deg, #ffe9e1 0%, #fff1ec 62%, #ffe6de 100%); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-care__inner::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255, 246, 242, .98) 0%, rgba(255, 242, 237, .9) 40%, rgba(255, 239, 233, .22) 68%, transparent 100%); pointer-events: none; }
.mg2-care__inner:hover, .mg2-care__inner:focus-within { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(67, 35, 28, .16); }
.mg2-care__copy { position: relative; z-index: 2; align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 0 25px 28px; }
.mg2-care__copy h2 { margin: 0 0 15px; font: 700 17px/1.35 "MG2 Sora", sans-serif; }
.mg2-care__copy p { margin: 0 0 17px; color: #4d4542; font-size: 12px; line-height: 1.6; }
.mg2-care__copy .mg2-btn { margin-top: auto; min-height: 42px; padding: 10px 17px; color: var(--mg2-ink); box-shadow: 0 8px 20px rgba(85, 43, 33, .07); }
.mg2-care__inner > img { position: absolute; z-index: 0; top: 0; right: 0; width: auto; max-width: none; height: 100%; object-fit: contain; object-position: right center; }

/* Footer */
.mg2-print-cta { padding: 34px 0 10px; }
.mg2-print-cta__inner { position: relative; min-height: 146px; display: grid; grid-template-columns: minmax(360px, 1.15fr) 300px minmax(390px, 1fr); align-items: center; gap: 20px; padding: 18px 34px; overflow: hidden; border-radius: 22px; background: linear-gradient(100deg, #ffe4de 0%, #fff0eb 52%, #ffe1da 100%); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-print-cta__inner:hover, .mg2-print-cta__inner:focus-within { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(67, 35, 28, .14); }
.mg2-print-cta__inner::before { content: ""; position: absolute; left: 42%; bottom: -72px; width: 310px; height: 190px; border-radius: 50%; background: rgba(255,255,255,.34); transform: rotate(-8deg); }
.mg2-print-cta__copy { position: relative; z-index: 2; }
.mg2-print-cta h2 { margin: 0 0 7px; font: 700 28px/1.18 "MG2 Sora", sans-serif; letter-spacing: -.8px; }
.mg2-print-cta p { margin: 0; color: #4f4744; font-size: 15px; font-weight: 600; line-height: 1.45; }
.mg2-print-cta__visual { position: relative; z-index: 1; align-self: stretch; min-width: 0; margin-block: -18px; }
.mg2-print-cta__visual img { position: absolute; top: 50%; left: 50%; width: 560px; max-width: none; height: auto; transform: translate(-50%, -50%); filter: saturate(1.03) contrast(1.01); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); }
.mg2-print-cta__actions { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mg2-print-cta__actions .mg2-btn { min-height: 54px; padding: 13px 18px; border-radius: 12px; font-size: 14px; white-space: nowrap; }
.mg2-print-cta__actions .mg2-btn--red { box-shadow: 0 10px 20px rgba(255,46,34,.19); }
.mg2-print-cta__actions .mg2-btn--white { border: 1px solid #fff; box-shadow: 0 8px 20px rgba(79,48,39,.08); }
.mg2-footer { margin-top: 24px; border-top: 1px solid var(--mg2-line); background: #fff; }
.mg2-footer__grid { display: grid; grid-template-columns: 1.55fr repeat(5, minmax(0, 1fr)); gap: 24px; padding-block: 40px 30px; }
.mg2-footer__brand > p { max-width: 330px; margin: 18px 0; color: var(--mg2-muted); font-size: 13px; }
.mg2-footer__brand .mg2-brand img { width: 190px !important; }
.mg2-footer__grid > div:not(.mg2-footer__brand) { display: grid; align-content: start; gap: 8px; }
.mg2-footer h3 { margin: 0 0 5px; font-size: 13px; font-weight: 800; }.mg2-footer__grid a, .mg2-footer__grid span { color: #4f4a48; font-size: 12px; text-decoration: none; }
.mg2-footer__grid a:hover { color: var(--mg2-red); text-decoration: underline; text-underline-offset: 3px; }.mg2-footer__contacts a, .mg2-footer__contacts span { display: flex; align-items: flex-start; gap: 8px; }
.mg2-footer__socials { display: flex; gap: 8px; }.mg2-footer__socials a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--mg2-line); border-radius: 50%; color: var(--mg2-ink); }
.mg2-footer__bottom { display: flex; gap: 40px; padding: 18px 0 28px; border-top: 1px solid var(--mg2-line); color: #827c79; font-size: 11px; }.mg2-footer__bottom a { margin-left: auto; color: inherit; text-decoration: none; }.mg2-footer__bottom a + a { margin-left: 0; }

.mg2-cookie-banner { position: fixed; z-index: 5000; left: 24px; bottom: 24px; width: min(430px, calc(100vw - 48px)); padding: 24px; border: 1px solid #dfe4ec; border-radius: 20px; background: rgba(255,255,255,.98); color: #202837; box-shadow: 0 22px 60px rgba(26, 35, 49, .18); backdrop-filter: blur(12px); }
.mg2-cookie-banner[hidden] { display: none; }
.mg2-cookie-banner__close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #dce3ec; border-radius: 50%; background: #fff; color: #64748b; font-size: 15px; cursor: pointer; transition: color .18s ease, background .18s ease; }
.mg2-cookie-banner__close:hover { background: #f3f6fa; color: #263242; }
.mg2-cookie-banner__text { padding-right: 35px; font-size: 14px; line-height: 1.48; }
.mg2-cookie-banner__text a { color: #2043a1; text-decoration: underline; text-underline-offset: 2px; }
.mg2-cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.mg2-cookie-banner__actions .mg2-btn { width: 100%; min-height: 48px; }

/* Product configurator */
.mg2-product-page main > .py-4 { padding: 38px 0 18px !important; }
.mg2-product-page main .container-xxl, .mg2-product-page main > section > .container { width: min(var(--mg2-shell), calc(100% - 48px)); max-width: none; margin-inline: auto; padding-inline: 0; }
.mg2-product-page main > .py-4 > .container-xxl { position: relative; }
.mg2-product-page main > .py-4 > .container-xxl > h1 { margin: 0 0 8px !important; color: var(--mg2-ink); font: 700 clamp(36px, 3.6vw, 56px)/1.08 "MG2 Sora", sans-serif; letter-spacing: -2.4px; }
.mg2-product-page .breadcrumb { gap: 4px; margin-bottom: 26px !important; color: #8b8582; font-size: 12px; }
.mg2-product-page .breadcrumb-item + .breadcrumb-item::before { content: "›"; color: #b4afad; }
.mg2-product-page .breadcrumb a { color: #817b78; text-decoration: none; }
.mg2-product-page main .card { background: transparent; }
.mg2-product-page main .card-body { padding: 0 !important; }
.mg2-product-page main .card-body > .row { --bs-gutter-x: 24px; }
.mg2-product-page .product-media-sticky { top: 118px !important; }
.mg2-product-page .shop-img2.mgx-photo-box { aspect-ratio: 1 / 1; min-height: 0; overflow: hidden; border: 0; border-radius: 20px !important; background: #ffd9b9; }
.mg2-product-page .shop-img2.mgx-photo-box > img { width: 100%; height: 100%; object-fit: cover; border-radius: inherit; }
.mg2-product-page .product-media-sticky > .d-flex { display: grid !important; grid-template-columns: repeat(4, 66px); gap: 9px !important; flex-wrap: nowrap !important; }
.mg2-product-page .thumb-btn { width: 66px !important; height: 66px !important; border-color: var(--mg2-line) !important; border-radius: 11px !important; background: #fff !important; }
.mg2-product-page .thumb-btn:hover, .mg2-product-page .thumb-btn.is-active { border-color: var(--mg2-red) !important; }
.mg2-product-page .product-configurator-col > .shop-content2 { padding: 0; }
.mg2-product-page .shop-content2 > .mgx-short-desc, .mg2-product-page .shop-content2 > p { max-width: calc(100% - 326px); margin: 0 0 18px; color: #393432; font-size: 14px; line-height: 1.65; }
.mg2-product-page #calcForm { margin-top: 0 !important; display: grid; grid-template-columns: minmax(0, 1fr) 306px; align-items: start; gap: 24px; }
.mg2-product-page #calcForm > .row { grid-column: 1; margin: 0; --bs-gutter-x: 14px; --bs-gutter-y: 14px; }
.mg2-product-page #calcForm h5 { margin: 10px 0 2px !important; color: var(--mg2-ink); font: 700 17px/1.3 "MG2 Sora", sans-serif; }
.mg2-product-page #calcForm .form-label { margin-bottom: 7px; color: #3c3735; font-size: 12px; font-weight: 800; }
.mg2-product-page #calcForm .form-select, .mg2-product-page #calcForm .form-control, .mg2-product-page .mgx-custom-trigger { min-height: 46px; border: 1px solid var(--mg2-line); border-radius: 11px; background: #fff; color: var(--mg2-ink); font: 700 13px "MG2 Manrope", sans-serif; box-shadow: none; }
.mg2-product-page #calcForm .form-select:focus, .mg2-product-page #calcForm .form-control:focus, .mg2-product-page .mgx-custom-trigger:focus { border-color: var(--mg2-red); box-shadow: 0 0 0 3px rgba(255,46,34,.09); }
.mg2-product-page .mgx-custom-menu { z-index: 50; border: 1px solid var(--mg2-line); border-radius: 12px; box-shadow: var(--mg2-shadow); }
.mg2-product-page .mgx-custom-option { font-size: 13px; }
.mg2-product-page .mgx-option-btn { min-height: 44px; padding: 10px 14px !important; border: 1px solid var(--mg2-line) !important; border-radius: 11px !important; color: var(--mg2-ink) !important; background: #fff !important; font: 700 13px "MG2 Manrope", sans-serif !important; }
.mg2-product-page .mgx-option-btn.is-active, .mg2-product-page .mgx-option-btn:has(input:checked) { border-color: var(--mg2-red) !important; box-shadow: 0 0 0 1px var(--mg2-red); }
.mg2-product-page .mgx-option-help { border-color: #bcb6b3; color: #7b7471; }
.mg2-product-page .qty-box { min-height: 46px; width: 100%; justify-content: space-between; border-color: var(--mg2-line); border-radius: 11px; }
.mg2-product-page #doc-upload { margin-top: 10px !important; }
.mg2-product-page .upload-card { overflow: hidden; border: 0; border-radius: 15px; background: #f1f5fc; }
.mg2-product-page .upload-drop { min-height: 130px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 18px; border: 1px dashed #b9c7ea; border-radius: 15px; background: #f2f6fd; text-align: center; cursor: pointer; }
.mg2-product-page .upload-drop:hover { border-color: var(--mg2-blue); background: #edf1fb; }
.mg2-product-page .upload-icon { color: var(--mg2-blue); font-size: 30px; }
.mg2-product-page .upload-drop .form-text { max-width: 500px; color: #667085; font-size: 10px; line-height: 1.5; }
.mg2-product-page .extra-service-row { min-height: 38px; padding: 7px 9px; border: 1px solid var(--mg2-line); border-radius: 10px; }
.mg2-product-page .extra-service-label, .mg2-product-page .extra-service-title { font-size: 12px; font-weight: 700; cursor: pointer; }
.mg2-product-page .extra-service-price { color: #514b48; font-size: 11px; font-weight: 700; }
.mg2-product-page .form-check-input:checked { border-color: var(--mg2-red); background-color: var(--mg2-red); }
.mg2-product-page .print-variant-card { padding: 12px !important; gap: 10px !important; border-color: var(--mg2-line) !important; border-radius: 13px !important; }
.mg2-product-page .print-variant-card.is-active { border-color: var(--mg2-red) !important; box-shadow: 0 0 0 1px var(--mg2-red) !important; }
.mg2-product-page .print-variant-media { aspect-ratio: 1.35; border-radius: 9px !important; }.mg2-product-page .print-variant-media img { width: 100%; height: 100%; object-fit: cover; }
.mg2-product-page .print-variant-title { font-size: 13px !important; }.mg2-product-page .print-variant-desc { display: none; }
.mg2-product-page #timing-cards .timing-card2 { min-height: 100px; padding: 13px !important; border: 1px solid var(--mg2-line) !important; border-radius: 12px !important; background: #fff !important; color: var(--mg2-ink) !important; }
.mg2-product-page #timing-cards .timing-card2.is-active { border-color: var(--mg2-red) !important; box-shadow: 0 0 0 1px var(--mg2-red); }
.mg2-product-page .timing-btn .timing-title { font-size: 12px; }.mg2-product-page .timing-btn .timing-price { font-size: 11px; }.mg2-product-page .timing-btn .timing-price .pp-price { font-size: 19px; }
.mg2-product-page .mg2-order-summary { grid-column: 2; grid-row: 1; position: sticky; top: 118px; min-width: 0; padding: 20px; border: 1px solid var(--mg2-line); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(44, 29, 23, .06); }
.mg2-product-page .mg2-order-summary__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--mg2-line); }
.mg2-product-page .mg2-order-summary__head h2 { margin: 0; font: 700 19px/1.2 "MG2 Sora", sans-serif; }.mg2-product-page .mg2-order-summary__head span { color: var(--mg2-muted); font-size: 10px; }
.mg2-product-page .mg2-order-summary hr { border-color: var(--mg2-line); opacity: 1; }
.mg2-product-page .mg2-order-summary > .d-flex { display: grid !important; gap: 9px !important; }
.mg2-product-page .mg2-order-summary > .d-flex > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #4d4744; font-size: 12px; }
.mg2-product-page .mg2-order-summary #total { color: var(--mg2-ink); font: 800 27px/1 "MG2 Sora", sans-serif; }
.mg2-product-page #btn-order { min-height: 50px; border: 0; border-radius: 11px !important; background: var(--mg2-red); font: 800 14px "MG2 Manrope", sans-serif; box-shadow: 0 9px 18px rgba(255,46,34,.2); }
.mg2-product-page #btn-order:hover { background: var(--mg2-red-dark); }
.mg2-product-page .why-order-section, .mg2-product-page .review-tabs { padding-top: 54px !important; }
.mg2-product-page .sec-title .title { color: var(--mg2-ink); font: 700 clamp(26px, 2.5vw, 38px)/1.2 "MG2 Sora", sans-serif; letter-spacing: -1px; }
.mg2-product-page .why-order-card { height: 100%; padding: 22px; border: 1px solid var(--mg2-line); border-radius: 16px; background: #fff; }
.mg2-product-page .why-order-icon { color: var(--mg2-red); }.mg2-product-page .why-order-item-title { font-family: "MG2 Sora", sans-serif; font-size: 16px; }.mg2-product-page .why-order-item-desc { color: var(--mg2-muted); font-size: 13px; }
.mg2-product-page .review-tabs .shop-content2 { padding: 26px 0; }.mg2-product-page .review-tabs p, .mg2-product-page .review-tabs li { color: #4b4542; font: 400 15px/1.75 "MG2 Manrope", sans-serif; }
.mg2-product-page .accordion4 .accordion-item { border-color: var(--mg2-line); }.mg2-product-page .accordion4 .accordion-button { font-family: "MG2 Manrope", sans-serif; }

@media (min-width: 992px) {
    .mg2-product-page main > .py-4 { padding-top: 24px !important; }
    .mg2-product-page main > .py-4 > .container-xxl > h1 {
        position: absolute;
        z-index: 2;
        top: 44px;
        left: calc(33.333333% + 16px);
        max-width: calc(66.666667% - 340px);
    }
    .mg2-product-page main > .py-4 > .container-xxl > nav { margin-bottom: 18px !important; }
    .mg2-product-page .product-configurator-col > .shop-content2 { padding-top: 72px; }
    .mg2-product-page .mg2-header__inner { gap: 24px; }
}

@media (max-width: 1240px) {
    .mg2-nav { display: none; }.mg2-menu-btn { display: inline-grid; }.mg2-topbar__address { display: none; }.mg2-topbar__inner { grid-template-columns: auto auto minmax(0, 1fr) auto; }
    .mg2-header__inner { min-height: 78px; }.mg2-header__actions { margin-left: auto; }
    .mg2-hero__copy { padding-left: 12px; }.mg2-service-grid { grid-template-columns: repeat(4, 1fr); }.mg2-service-tile { min-height: 125px; }
    .mg2-category-bands { grid-template-columns: repeat(3, 1fr); }.mg2-category-band { grid-template-columns: 104px minmax(0, 1fr); }.mg2-trust__layout { grid-template-columns: 1fr; }.mg2-why__grid { grid-template-columns: repeat(7, 1fr); }.mg2-care__inner { min-height: 250px; grid-template-columns: minmax(0, 1fr) 230px; }
    .mg2-print-cta__inner { grid-template-columns: minmax(320px, 1fr) 230px minmax(360px, 1fr); padding-inline: 28px; }.mg2-print-cta__visual img { width: 500px; }
    .mg2-catalog-hero__panel { padding-inline: 44px; grid-template-columns: minmax(0,1fr) 360px; }.mg2-catalog-hero h1 { font-size: 58px; }.mg2-catalog-card { grid-template-columns: minmax(190px,40%) minmax(0,1fr); }.mg2-catalog-card__art img { height: 220px; }
    .mg2-addresses-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mg2-footer__grid { grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 992px) and (max-width: 1180px) {
    .mg2-product-page #calcForm { grid-template-columns: minmax(0, 1fr) 280px; gap: 16px; }
    .mg2-product-page .shop-content2 > .mgx-short-desc, .mg2-product-page .shop-content2 > p { max-width: calc(100% - 296px); }
    .mg2-product-page .mg2-order-summary { padding: 16px; }
}
@media (max-width: 900px) {
    .mg2-shell { width: min(100% - 32px, var(--mg2-shell)); }
    .mg2-topbar__inner { min-height: 62px; grid-template-columns: auto minmax(0, 1fr) auto; gap: 16px; }.mg2-topbar__email { display: none; }.mg2-topbar__hours { justify-self: center; }.mg2-topbar__shop { min-width: 160px; }
    .mg2-header__upload, .mg2-login { display: none; }.mg2-brand__name { font-size: 23px; }
    .mg2-hero__grid { grid-template-columns: 1fr; }.mg2-hero__copy { padding: 54px 6px 10px; }.mg2-hero__visual { min-height: 420px; }.mg2-hero__visual img { max-width: 720px; }
    .mg2-hero__benefits { grid-template-columns: repeat(4, 1fr); }
    .mg2-product-rail { grid-auto-columns: minmax(235px, 42vw); }
    .mg2-print-cta__inner { grid-template-columns: minmax(0, 1fr) 190px; row-gap: 12px; padding: 24px 28px; }.mg2-print-cta__visual { min-height: 106px; margin-block: 0; }.mg2-print-cta__visual img { width: 420px; }.mg2-print-cta__actions { grid-column: 1 / -1; }
    .mg2-hero__grid, .mg2-catalog-hero__panel, .mg2-business-hero__panel { height: auto; min-height: 0; }
    .mg2-catalog-hero__panel { grid-template-columns: 1fr; padding: 44px; }.mg2-catalog-hero__visual { display: none; }.mg2-catalog-grid { grid-template-columns: 1fr; }
    .mg2-business-hero__panel { grid-template-columns: 1fr; padding: 46px; }.mg2-business-invoice { max-width: none; justify-self: stretch; transform: none; }.mg2-business-process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-business-contact__panel { align-items: flex-start; flex-direction: column; }.mg2-business-contact__actions { width: 100%; max-width: 360px; }
    .mg2-addresses-hero__media { height: auto; aspect-ratio: 1994 / 789; }.mg2-addresses-list__head { align-items: flex-start; flex-direction: column; gap: 18px; }.mg2-addresses-list__head > .mg2-btn { align-self: stretch; }
    .mg2-company-hero__media { height: auto; aspect-ratio: 1995 / 788; }.mg2-company-story__layout { grid-template-columns: 1fr; }.mg2-company-nearby { min-height: 350px; }
    .mg2-discounts-hero__media { height: auto; aspect-ratio: 1994 / 789; }.mg2-discounts-intro__layout { grid-template-columns: 1fr; }.mg2-discounts-intro__visual { max-width: 720px; justify-self: center; }.mg2-discounts-faq__head { align-items: flex-start; flex-direction: column; gap: 14px; }
    .mg2-order-status-hero__media { height: auto; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }.mg2-order-status-hero__media > img { height: auto; aspect-ratio: 1991 / 789; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); object-fit: contain; }.mg2-order-status-form { width: 100%; min-height: 0; margin-top: 14px; }.mg2-order-status-privacy { margin-top: 12px; }
    .mg2-footer__grid { grid-template-columns: 1.5fr repeat(2, 1fr); }.mg2-footer__contacts { grid-column: auto; }.mg2-footer__bottom { flex-wrap: wrap; gap: 12px 20px; }.mg2-footer__bottom a { margin-left: 0; }
}
@media (max-width: 991px) {
    .mg2-product-page main .container-xxl, .mg2-product-page main > section > .container { width: min(var(--mg2-shell), calc(100% - 32px)); }
    .mg2-product-page main .card-body > .row { row-gap: 28px !important; }
    .mg2-product-page .product-media-sticky { position: static !important; }
    .mg2-product-page .shop-img2.mgx-photo-box { max-width: 600px; margin-inline: auto; }
    .mg2-product-page .product-media-sticky > .d-flex { justify-content: center; }
    .mg2-product-page .shop-content2 > .mgx-short-desc, .mg2-product-page .shop-content2 > p { max-width: none; }
    .mg2-product-page #calcForm { grid-template-columns: 1fr; }
    .mg2-product-page #calcForm > .row, .mg2-product-page .mg2-order-summary { grid-column: 1; }
    .mg2-product-page .mg2-order-summary { grid-row: auto; position: static; }
}
@media (max-width: 640px) {
    .mg2-body { --mg2-inner-banner-radius: 20px; }
    .mg2-shell { width: min(100% - 24px, var(--mg2-shell)); }
    .mg2-topbar__inner { min-height: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 10px; padding-block: 9px; }.mg2-topbar__phone { grid-column: 1; grid-row: 1; font-size: 12px; }.mg2-topbar__phone > i { font-size: 15px; }.mg2-topbar__hours { grid-column: 1; grid-row: 2; justify-self: start; gap: 7px; }.mg2-topbar__hours > i { font-size: 14px; }.mg2-topbar__hours-lines { display: grid; align-items: start; gap: 2px; }.mg2-topbar__hours-lines strong { font-size: 10px; }.mg2-topbar__hours-lines small { font-size: 9px; }.mg2-topbar__shop-wrap { grid-column: 2; grid-row: 1 / 3; align-self: center; }.mg2-topbar__shop { min-width: 142px; height: 40px; padding-inline: 9px; }.mg2-topbar__shop > .bi-shop { display: none; }.mg2-location-menu { width: min(310px, calc(100vw - 24px)); }
    .mg2-header__inner { min-height: 70px; gap: 8px; }.mg2-brand { gap: 6px; }.mg2-brand img { width: 150px !important; height: auto !important; flex-basis: auto; }.mg2-brand__name { font-size: 19px; }.mg2-brand__tagline { font-size: 7px; }
    .mg2-header__actions { gap: 7px; }.mg2-icon-btn, .mg2-menu-btn { width: 40px; height: 40px; flex-basis: 40px; }
    .mg2-search-modal { place-items: start center; padding: 76px 12px 12px; }.mg2-search-dialog { grid-template-columns: 1fr; gap: 12px; padding: 24px 18px 18px; border-radius: 20px; }.mg2-search-dialog__icon { width: 46px; height: 46px; font-size: 21px; }.mg2-search-dialog__heading { padding-right: 30px; }.mg2-search-dialog h2 { margin-top: 2px; font-size: 24px; }.mg2-search-dialog p { font-size: 12px; }.mg2-search-dialog form { grid-template-columns: 1fr; }.mg2-search-dialog input, .mg2-search-dialog form .mg2-btn { min-height: 52px; height: 52px; width: 100%; }
    .mg2-catalog-hero { padding: 18px 0 24px; }.mg2-breadcrumbs { margin-bottom: 14px; }.mg2-catalog-hero__panel { padding: 32px 22px; border-radius: var(--mg2-inner-banner-radius); }.mg2-catalog-hero h1 { margin-block: 8px 16px; font-size: 42px; letter-spacing: -2px; }.mg2-catalog-hero__copy > p { font-size: 14px; }.mg2-catalog-hero__actions { display: grid; grid-template-columns: 1fr; }.mg2-catalog-sections { padding-top: 24px; }.mg2-catalog-sections__head { align-items: start; }.mg2-catalog-sections__head > p { display: none; }.mg2-catalog-card { min-height: 0; grid-template-columns: 118px minmax(0,1fr); border-radius: 20px; }.mg2-catalog-card__art { padding: 18px 8px; }.mg2-catalog-card__art img { width: 118px; height: 150px; }.mg2-catalog-card__content { min-height: 250px; padding: 22px 17px 20px 8px; }.mg2-catalog-card h2 { margin-block: 9px 12px; font-size: 20px; }.mg2-catalog-card__links { gap: 5px; }.mg2-catalog-card__links a { font-size: 11px; }.mg2-catalog-card__more { font-size: 11px; }
    .mg2-business-hero { padding: 18px 0 24px; }.mg2-business-hero__panel { gap: 30px; padding: 32px 22px; border-radius: var(--mg2-inner-banner-radius); }.mg2-business-hero h1 { margin-block: 8px 16px; font-size: 40px; letter-spacing: -2px; }.mg2-business-hero__copy > p { font-size: 14px; }.mg2-business-hero__actions { display: grid; grid-template-columns: 1fr; }.mg2-business-invoice { padding: 18px; border-radius: 18px; }.mg2-business-process { padding-top: 24px; }.mg2-business-process__grid { grid-template-columns: 1fr; }.mg2-business-contact__panel { min-height: 0; gap: 24px; padding: 28px 22px; border-radius: 22px; }.mg2-business-contact__actions { max-width: none; }.mg2-business-contact__actions .mg2-btn { width: 100%; }.mg2-business-content__inner { padding: 24px 20px; }
    .mg2-addresses-hero { padding: 18px 0 24px; }.mg2-addresses-list { padding: 22px 0 48px; }.mg2-addresses-list__head h1 { font-size: 30px; letter-spacing: -1.2px; }.mg2-addresses-grid { grid-template-columns: 1fr; }.mg2-address-card { border-radius: 16px; }.mg2-address-card__body { padding: 17px; }.mg2-address-card__contacts { grid-template-columns: 1fr; }.mg2-address-card__address { min-height: 0; }.mg2-address-card__actions { grid-template-columns: 1fr; }
    .mg2-company-hero { padding: 18px 0 24px; }.mg2-company-story { padding: 18px 0 48px; }.mg2-company-story__content, .mg2-company-nearby { padding: 24px 20px; border-radius: 20px; }.mg2-company-story__content > h1 { margin-bottom: 19px; font-size: 30px; letter-spacing: -1.2px; }.mg2-company-richtext { font-size: 14px; line-height: 1.65; }.mg2-company-richtext h2 { font-size: 21px; }.mg2-company-nearby { min-height: 0; }.mg2-company-nearby__icon { margin-bottom: 22px; }.mg2-company-nearby__actions { padding-top: 24px; }
    .mg2-discounts-hero { padding: 18px 0 24px; }.mg2-discounts-intro { padding: 18px 0 20px; }.mg2-discounts-intro__content { padding: 24px 20px; border-radius: 20px; }.mg2-discounts-intro__content > h1 { margin-bottom: 19px; font-size: 30px; letter-spacing: -1.2px; }.mg2-discounts-richtext { font-size: 14px; line-height: 1.65; }.mg2-discounts-richtext h2 { font-size: 21px; }.mg2-discounts-intro__content > .mg2-btn { width: 100%; margin-top: 12px; }.mg2-discounts-intro__visual { border-radius: 20px; }.mg2-discounts-faq { padding: 20px 0; }.mg2-discounts-faq__head h2 { font-size: 27px; letter-spacing: -1px; }.mg2-discounts-faq__grid { grid-template-columns: 1fr; }.mg2-discount-faq summary { min-height: 76px; grid-template-columns: 42px minmax(0,1fr) auto; gap: 11px; padding: 14px; }.mg2-discount-faq summary > span { width: 42px; height: 42px; border-radius: 12px; font-size: 18px; }.mg2-discount-faq summary > strong { font-size: 15px; }.mg2-discount-faq__answer { padding: 0 17px 18px 67px; font-size: 12px; }.mg2-discounts-cta { padding: 18px 0 42px; }.mg2-discounts-cta__panel { min-height: 0; align-items: flex-start; flex-direction: column; gap: 24px; padding: 26px 22px; border-radius: 20px; }.mg2-discounts-cta__panel .mg2-btn { width: 100%; }
    .mg2-order-status-hero { padding: 18px 0 32px; }.mg2-order-status-form { grid-template-columns: 58px minmax(0,1fr); gap: 10px; padding: 12px; border-radius: 18px; }.mg2-order-status-form__icon { width: 54px; height: 54px; font-size: 26px; }.mg2-order-status-form__fields { grid-template-columns: 1fr; }.mg2-order-status-form input, .mg2-order-status-form .mg2-btn { height: 50px; min-height: 50px; }.mg2-order-status-form .mg2-btn { grid-column: 1; font-size: 14px; }.mg2-order-status-privacy { align-items: flex-start; text-align: left; }.mg2-order-status-result { margin-top: 16px; }.mg2-order-status-alert, .mg2-order-status-card { border-radius: 18px; }.mg2-order-status-card { padding: 18px; }.mg2-order-status-rows { grid-template-columns: 1fr 1fr; }.mg2-order-status-row { padding: 12px; }.mg2-order-history { padding-bottom: 38px; }.mg2-order-history__head h1 { font-size: 28px; }
    .mg2-hero__copy { padding: 38px 4px 4px; text-align: left; }.mg2-hero h1 { font-size: clamp(38px, 11.5vw, 54px); letter-spacing: -2px; }.mg2-hero__copy > p { margin: 20px 0; font-size: 15px; line-height: 1.55; }
    .mg2-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }.mg2-btn--large { min-height: 50px; padding-inline: 12px; font-size: 13px; }
    .mg2-hero__benefits { margin-top: 28px; grid-template-columns: repeat(2, 1fr); gap: 18px 10px; }.mg2-hero__benefit-icon, .mg2-benefit-icon { width: 42px; height: 42px; }.mg2-hero__visual { min-height: 290px; margin-inline: -12px; }.mg2-hero__visual img { width: 128%; max-width: none; transform: translate(-2%, 2%); }
    .mg2-section { padding: 22px 0; }.mg2-section-head { margin-bottom: 14px; }.mg2-section-head h2 { font-size: 23px; }.mg2-section-head > a { font-size: 12px; }
    .mg2-service-picker .mg2-shell { padding: 18px 12px 14px; border-radius: 18px; }.mg2-service-picker .mg2-section-head { margin: 0 4px 12px; }.mg2-service-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }.mg2-service-tile { min-height: 122px; font-size: 12px; }.mg2-service-tile__icon, .mg2-service-illustration { width: 54px; height: 54px; }
    .mg2-product-rail { grid-auto-columns: 77vw; }.mg2-category-bands { grid-template-columns: 1fr; }.mg2-category-band { min-height: 205px; grid-template-columns: 118px minmax(0, 1fr); padding: 18px; }.mg2-category-band__art img { width: 124px; height: 160px; }.mg2-category-band__content h3 { font-size: 17px; }.mg2-category-band__list { font-size: 12px; }
    .mg2-why__panel { padding: 22px 14px; }.mg2-why__panel .mg2-section-head h2 { font-size: 21px; }.mg2-why__grid { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; }.mg2-why__grid > div:last-child { grid-column: 1 / -1; }.mg2-care__inner { min-height: 260px; grid-template-columns: minmax(0, 1fr) 42%; }.mg2-care__copy { padding: 26px 0 24px 22px; }.mg2-care__copy h2 { font-size: 16px; }
    .mg2-print-cta__inner { grid-template-columns: 1fr; gap: 8px; padding: 25px 22px 22px; text-align: left; }.mg2-print-cta h2 { font-size: 23px; }.mg2-print-cta p { font-size: 14px; }.mg2-print-cta__visual { min-height: 132px; }.mg2-print-cta__visual img { left: 50%; width: 500px; }.mg2-print-cta__actions { width: 100%; grid-column: 1; grid-template-columns: 1fr; gap: 10px; }.mg2-print-cta__actions .mg2-btn { min-height: 50px; }
    .mg2-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }.mg2-footer__brand { grid-column: 1 / -1; }.mg2-footer__contacts { grid-column: 1 / -1; }.mg2-footer__bottom { display: grid; }
    .mg2-footer__brand .mg2-brand img { width: 180px !important; }
    .mg2-closed-card { padding: 24px 20px 20px; }.mg2-closed-card h2 { font-size: 20px; }.mg2-closed-card__actions { grid-template-columns: 1fr; }.mg2-closed-card__actions .mg2-btn { width: 100%; }
    .mg2-cookie-banner { left: 12px; right: 12px; bottom: 12px; width: auto; max-height: calc(100vh - 24px); overflow-y: auto; padding: 22px 20px 20px; border-radius: 20px; }.mg2-cookie-banner__text { padding-right: 30px; font-size: 13px; line-height: 1.42; }.mg2-cookie-banner__actions { grid-template-columns: 1fr; }.mg2-cookie-banner__actions .mg2-btn { min-height: 48px; }
    .mg2-product-page main > .py-4 { padding-top: 26px !important; }.mg2-product-page main .container-xxl, .mg2-product-page main > section > .container { width: calc(100% - 24px); }
    .mg2-product-page main > .py-4 > .container-xxl > h1 { font-size: 35px; letter-spacing: -1.7px; }.mg2-product-page .breadcrumb { display: flex; overflow-x: auto; flex-wrap: nowrap; white-space: nowrap; padding-bottom: 3px; }
    .mg2-product-page .shop-img2.mgx-photo-box { border-radius: 16px !important; }.mg2-product-page #calcForm > .row { --bs-gutter-x: 10px; }.mg2-product-page #calcForm h5 { font-size: 16px; }
    .mg2-product-page .mg2-order-summary { position: sticky; bottom: 10px; z-index: 30; padding: 14px; box-shadow: 0 16px 40px rgba(42,28,23,.18); }.mg2-product-page .mg2-order-summary__head { display: none; }.mg2-product-page .mg2-order-summary hr { margin-block: 5px !important; }.mg2-product-page .mg2-order-summary > .d-flex > div:not(:nth-child(2)) { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* How to order */
.mg2-how-main { overflow: hidden; }
.mg2-how-hero { padding: 28px 0 30px; }
.mg2-how-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1991 / 789; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-how-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-how-intro { padding: 28px 0 42px; }
.mg2-how-intro__content { min-height: 166px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 30px 34px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 54%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-how-intro__number { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font: 800 39px/1 "MG2 Sora",sans-serif; }
.mg2-how-intro h1 { margin: 0 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-how-richtext { max-width: 810px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-how-richtext > :first-child { margin-top: 0; }.mg2-how-richtext > :last-child { margin-bottom: 0; }
.mg2-how-steps { padding: 6px 0 34px; }
.mg2-how-steps__list { list-style: none; display: grid; gap: 18px; margin: 0; padding: 0; }
.mg2-how-step { min-height: 430px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); align-items: stretch; gap: 18px; }
.mg2-how-step:nth-child(even) .mg2-how-step__media { order: 2; }
.mg2-how-step:nth-child(even) .mg2-how-step__content { order: 1; }
.mg2-how-step__media { min-width: 0; display: flex; flex-direction: column; margin: 0; overflow: hidden; border: 1px solid #eee5e1; border-radius: 24px; background: #fff; box-shadow: 0 10px 28px rgba(55,38,31,.05); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-how-step:hover .mg2-how-step__media, .mg2-how-step:hover .mg2-how-step__content { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(55,38,31,.11); }
.mg2-how-step__browser { height: 44px; flex: 0 0 44px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid #eee8e5; background: #fbfaf9; }
.mg2-how-step__browser > span { width: 8px; height: 8px; border-radius: 50%; background: #ff493e; }.mg2-how-step__browser > span:nth-child(2) { background: #ffb23f; }.mg2-how-step__browser > span:nth-child(3) { background: #74c881; }
.mg2-how-step__browser small { margin-left: 9px; color: #aaa19d; font-size: 10px; font-weight: 700; letter-spacing: .2px; }
.mg2-how-step__media > img { width: 100%; min-height: 0; flex: 1 1 auto; display: block; object-fit: contain; object-position: center; background: #fff; }
.mg2-how-step__content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 38px 40px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(145deg,#fff 0%,#fff 58%,#fff5f1 100%); box-shadow: 0 10px 28px rgba(55,38,31,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-how-step__topline { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mg2-how-step__number { color: var(--mg2-red); font: 800 18px/1 "MG2 Sora",sans-serif; letter-spacing: 1px; }
.mg2-how-step__icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: #ffe9e4; color: var(--mg2-red); font-size: 24px; }
.mg2-how-step h2 { margin: 0 0 14px; font: 700 clamp(26px,2.6vw,38px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.3px; }
.mg2-how-step__content > p { margin: 0 0 20px; color: #5e5753; font-size: 15px; line-height: 1.65; }
.mg2-how-step__content ul { list-style: none; display: grid; gap: 10px; margin: 0 0 25px; padding: 0; }
.mg2-how-step__content li { display: flex; align-items: flex-start; gap: 9px; color: #383230; font-size: 13px; line-height: 1.45; }
.mg2-how-step__content li i { color: var(--mg2-red); font-size: 17px; line-height: 1.15; }
.mg2-how-step__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: auto; }
.mg2-how-step__secondary { color: #6a625e; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-how-step__secondary:hover { color: var(--mg2-red); }
.mg2-how-cta { padding: 22px 0 52px; }
.mg2-how-cta__panel { min-height: 176px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-how-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-how-cta p { max-width: 690px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-how-cta__actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }

@media (max-width: 1040px) {
    .mg2-how-intro__content { grid-template-columns: 82px minmax(0,1fr); }.mg2-how-intro__content > .mg2-btn { grid-column: 2; justify-self: start; }
    .mg2-how-step { grid-template-columns: 1fr 1fr; }.mg2-how-step__content { padding: 30px; }
    .mg2-how-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-how-cta__actions { flex-wrap: wrap; }
}
@media (max-width: 760px) {
    .mg2-how-hero { padding: 18px 0 24px; }.mg2-how-hero__media { max-height: none; aspect-ratio: 1991 / 789; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-how-intro { padding: 12px 0 28px; }.mg2-how-intro__content { grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-how-intro__number { width: 56px; height: 56px; font-size: 27px; }.mg2-how-intro h1 { font-size: 27px; letter-spacing: -1px; }.mg2-how-richtext { font-size: 13px; }.mg2-how-intro__content > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-how-steps__list { gap: 14px; }.mg2-how-step { min-height: 0; grid-template-columns: 1fr; gap: 10px; }.mg2-how-step:nth-child(even) .mg2-how-step__media, .mg2-how-step:nth-child(even) .mg2-how-step__content { order: initial; }.mg2-how-step__media { min-height: 260px; border-radius: 20px; }.mg2-how-step__browser { height: 38px; flex-basis: 38px; }.mg2-how-step__content { padding: 24px 22px; border-radius: 20px; }.mg2-how-step__topline { margin-bottom: 15px; }.mg2-how-step__icon { width: 46px; height: 46px; border-radius: 14px; font-size: 21px; }.mg2-how-step h2 { font-size: 27px; }.mg2-how-step__content > p { font-size: 14px; }.mg2-how-step__actions, .mg2-how-step__actions .mg2-btn { width: 100%; }.mg2-how-step__secondary { width: 100%; text-align: center; }
    .mg2-how-cta { padding: 12px 0 42px; }.mg2-how-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-how-cta__actions, .mg2-how-cta__actions .mg2-btn { width: 100%; }.mg2-how-cta__actions { display: grid; }
}

/* Requirements */
.mg2-requirements-hero { padding: 28px 0 30px; }
.mg2-requirements-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-requirements-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mg2-requirements-intro { padding: 28px 0 38px; }
.mg2-requirements-intro__panel { min-height: 178px; display: grid; grid-template-columns: 82px minmax(0,1fr) auto; align-items: center; gap: 26px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-requirements-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-requirements-intro__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 34px; }
.mg2-requirements-intro h1 { margin: 0 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-requirements-richtext { max-width: 820px; color: #5f5753; font-size: 14px; line-height: 1.65; }
.mg2-requirements-richtext > :first-child { margin-top: 0; }.mg2-requirements-richtext > :last-child { margin-bottom: 0; }
.mg2-requirements-quick { padding: 8px 0 40px; }
.mg2-requirements-quick__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 11px; }
.mg2-requirements-check { min-width: 0; min-height: 170px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid #eee6e2; border-radius: 19px; background: linear-gradient(155deg,#fff,#fff 64%,#fff5f1); box-shadow: 0 8px 22px rgba(55,38,31,.04); transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.mg2-requirements-check:hover { transform: translateY(-3px); border-color: #ffc9bf; box-shadow: 0 15px 34px rgba(55,38,31,.1); }
.mg2-requirements-check > span { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 15px; background: #ffeae5; color: var(--mg2-red); font-size: 23px; }
.mg2-requirements-check strong { margin-bottom: 5px; font: 700 17px/1.2 "MG2 Sora",sans-serif; }
.mg2-requirements-check small { color: #756b66; font-size: 10px; line-height: 1.45; }
.mg2-requirements-quick__note { display: flex; align-items: flex-start; gap: 9px; margin: 13px 0 0; padding: 15px 18px; border: 1px solid #f1e5e0; border-radius: 15px; background: #fff9f6; color: #655c58; font-size: 11px; line-height: 1.55; }
.mg2-requirements-quick__note i { color: var(--mg2-red); font-size: 16px; }
.mg2-requirements-content { padding: 8px 0 42px; scroll-margin-top: 20px; }
.mg2-requirements-content__head { margin-bottom: 20px; }.mg2-requirements-content__head p { max-width: 350px; }
.mg2-requirements-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin-bottom: 28px; }
.mg2-requirements-nav a { min-width: 0; min-height: 70px; display: grid; grid-template-columns: 38px minmax(0,1fr) 26px; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #ece5e2; border-radius: 16px; background: #fff; color: #3c3735; text-decoration: none; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.mg2-requirements-nav a:hover { transform: translateY(-2px); border-color: #ffc6bc; box-shadow: 0 12px 28px rgba(55,38,31,.08); }
.mg2-requirements-nav a > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #fff0ec; color: var(--mg2-red); font-size: 17px; }
.mg2-requirements-nav a > span { font: 700 12px/1.25 "MG2 Sora",sans-serif; }
.mg2-requirements-nav a > small { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #f5f2f1; color: #8b817d; font: 800 9px/1 "MG2 Manrope",sans-serif; }
.mg2-requirements-groups { display: grid; gap: 24px; }
.mg2-requirements-group { display: grid; grid-template-columns: minmax(235px,.4fr) minmax(0,1.6fr); gap: 24px; padding: 24px; border: 1px solid #efe6e2; border-radius: 24px; background: linear-gradient(125deg,#fff9f6,#fff 34%); box-shadow: 0 10px 28px rgba(54,40,34,.045); scroll-margin-top: 20px; }
.mg2-requirements-group__head { align-self: start; position: sticky; top: 18px; padding: 14px 10px; }
.mg2-requirements-group__head > span { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 20px; background: linear-gradient(145deg,#ff3b30,#dc170e); color: #fff; box-shadow: 0 10px 22px rgba(223,27,18,.17); font-size: 28px; }
.mg2-requirements-group__head h3 { margin: 0 0 9px; font: 700 24px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.7px; }
.mg2-requirements-group__head div div,.mg2-requirements-group__head div div p { margin: 0; color: #766c67; font-size: 12px; line-height: 1.6; }
.mg2-requirements-list { min-width: 0; display: grid; gap: 9px; }
.mg2-requirements-item { overflow: hidden; border: 1px solid #eee7e4; border-radius: 17px; background: #fff; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.mg2-requirements-item:hover,.mg2-requirements-item:focus-within { transform: translateY(-1px); border-color: #ffc8be; box-shadow: 0 11px 27px rgba(55,38,31,.075); }
.mg2-requirements-item[open] { border-color: #ffb6aa; box-shadow: 0 13px 30px rgba(55,38,31,.08); }
.mg2-requirements-item summary { min-height: 72px; display: grid; grid-template-columns: 42px minmax(0,1fr) 34px; align-items: center; gap: 12px; padding: 13px 16px; list-style: none; cursor: pointer; }
.mg2-requirements-item summary:focus-visible { outline: 3px solid rgba(255,46,34,.16); outline-offset: -3px; border-radius: 15px; }
.mg2-requirements-item summary::-webkit-details-marker { display: none; }
.mg2-requirements-item summary > span { color: #c5b7b1; font: 800 10px/1 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-requirements-item summary > strong { font: 700 15px/1.35 "MG2 Sora",sans-serif; }
.mg2-requirements-item summary > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff0ec; color: var(--mg2-red); font-size: 14px; transition: transform .2s ease; }
.mg2-requirements-item[open] summary > i { transform: rotate(45deg); }
.mg2-requirements-item > div { padding: 0 64px 20px 70px; color: #625a56; font-size: 13px; line-height: 1.68; }
.mg2-requirements-item > div > :first-child { margin-top: 0; }.mg2-requirements-item > div > :last-child { margin-bottom: 0; }
.mg2-requirements-preflight { padding: 8px 0 40px; }
.mg2-requirements-preflight__panel { min-height: 300px; display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: center; gap: 42px; padding: 38px 42px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(120deg,#fff8f5,#fff 48%,#fff0eb); box-shadow: 0 12px 30px rgba(54,40,34,.045); }
.mg2-requirements-preflight__copy { display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 20px; align-items: start; }
.mg2-requirements-preflight__copy > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 19px; background: var(--mg2-red); color: #fff; font-size: 29px; }
.mg2-requirements-preflight h2 { margin: 2px 0 10px; font: 700 clamp(26px,2.7vw,39px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.2px; }
.mg2-requirements-preflight p { margin: 0; color: #665e5a; font-size: 13px; line-height: 1.6; }
.mg2-requirements-preflight ul { list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; margin: 0; padding: 0; }
.mg2-requirements-preflight li { min-height: 70px; display: flex; align-items: center; gap: 11px; padding: 14px 16px; border: 1px solid #f0e5e1; border-radius: 16px; background: rgba(255,255,255,.88); color: #4b4441; font-size: 12px; line-height: 1.45; }
.mg2-requirements-preflight li i { width: 28px; height: 28px; flex: 0 0 28px; display: grid; place-items: center; border-radius: 9px; background: #ffe9e4; color: var(--mg2-red); font-size: 16px; }
.mg2-requirements-cta { padding: 8px 0 52px; }
.mg2-requirements-cta__panel { min-height: 188px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 36px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-requirements-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-requirements-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-requirements-cta p { max-width: 700px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-requirements-cta__actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; max-width: 560px; flex: 0 0 auto; }
.mg2-requirements-cta__faq { color: var(--mg2-red) !important; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1100px) {
    .mg2-requirements-quick__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.mg2-requirements-group { grid-template-columns: 220px minmax(0,1fr); }.mg2-requirements-preflight__panel { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 900px) {
    .mg2-requirements-intro__panel { grid-template-columns: 72px minmax(0,1fr); }.mg2-requirements-intro__panel > .mg2-btn { grid-column: 2; justify-self: start; }.mg2-requirements-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-requirements-group { grid-template-columns: 1fr; }.mg2-requirements-group__head { position: static; display: grid; grid-template-columns: 60px minmax(0,1fr); align-items: center; gap: 18px; padding: 4px; }.mg2-requirements-group__head > span { width: 58px; height: 58px; margin: 0; border-radius: 17px; font-size: 24px; }.mg2-requirements-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-requirements-cta__actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
    .mg2-requirements-hero { padding: 18px 0 24px; }.mg2-requirements-hero__media { max-height: none; aspect-ratio: 1440 / 570; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-requirements-intro { padding: 12px 0 28px; }.mg2-requirements-intro__panel { grid-template-columns: 56px minmax(0,1fr); gap: 15px; padding: 22px; border-radius: 20px; }.mg2-requirements-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-requirements-intro h1 { font-size: 26px; letter-spacing: -1px; }.mg2-requirements-richtext { font-size: 12px; }.mg2-requirements-intro__panel > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-requirements-quick { padding-bottom: 28px; }.mg2-requirements-quick__grid { display: flex; overflow-x: auto; gap: 10px; margin: 0 -24px; padding: 0 24px 10px; scrollbar-width: none; }.mg2-requirements-quick__grid::-webkit-scrollbar { display: none; }.mg2-requirements-check { min-width: 170px; min-height: 155px; }.mg2-requirements-quick__note { font-size: 10px; }
    .mg2-requirements-content { padding-bottom: 30px; }.mg2-requirements-content__head { align-items: flex-start; flex-direction: column; gap: 8px; }.mg2-requirements-nav { display: flex; overflow-x: auto; gap: 9px; margin: 0 -24px 24px; padding: 0 24px 10px; scrollbar-width: none; }.mg2-requirements-nav::-webkit-scrollbar { display: none; }.mg2-requirements-nav a { min-width: 210px; }.mg2-requirements-groups { gap: 16px; }.mg2-requirements-group { gap: 18px; padding: 18px; border-radius: 20px; }.mg2-requirements-group__head h3 { font-size: 20px; }.mg2-requirements-item summary { min-height: 68px; grid-template-columns: 28px minmax(0,1fr) 32px; gap: 8px; padding: 12px; }.mg2-requirements-item summary > strong { font-size: 13px; }.mg2-requirements-item > div { padding: 0 16px 17px 48px; font-size: 11px; }
    .mg2-requirements-preflight { padding-bottom: 28px; }.mg2-requirements-preflight__panel { min-height: 0; gap: 24px; padding: 25px 21px; border-radius: 20px; }.mg2-requirements-preflight__copy { grid-template-columns: 56px minmax(0,1fr); gap: 15px; }.mg2-requirements-preflight__copy > span { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-requirements-preflight h2 { font-size: 26px; }.mg2-requirements-preflight ul { grid-template-columns: 1fr; }.mg2-requirements-preflight li { min-height: 62px; font-size: 11px; }
    .mg2-requirements-cta { padding: 8px 0 42px; }.mg2-requirements-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-requirements-cta__actions,.mg2-requirements-cta__actions .mg2-btn { width: 100%; }.mg2-requirements-cta__actions { display: grid; }.mg2-requirements-cta__faq { justify-self: center; }
}

/* FAQ */
.mg2-faq-hero { padding: 28px 0 30px; }
.mg2-faq-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-faq-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-faq-intro { padding: 28px 0 38px; }
.mg2-faq-intro__panel { min-height: 182px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); align-items: center; gap: 42px; padding: 34px 38px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-faq-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-faq-intro__copy { min-width: 0; display: grid; grid-template-columns: 82px minmax(0,1fr); align-items: center; gap: 24px; }
.mg2-faq-intro__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 34px; }
.mg2-faq-intro h1 { margin: 0 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-faq-richtext { max-width: 720px; color: #5f5753; font-size: 14px; line-height: 1.65; }
.mg2-faq-richtext > :first-child { margin-top: 0; }.mg2-faq-richtext > :last-child { margin-bottom: 0; }
.mg2-faq-search { min-height: 66px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 13px; padding: 8px 12px 8px 20px; border: 1px solid #e9ded9; border-radius: 17px; background: #fff; box-shadow: 0 9px 24px rgba(55,38,31,.045); transition: border-color .2s ease, box-shadow .2s ease; }
.mg2-faq-search:focus-within { border-color: #ffb9af; box-shadow: 0 0 0 4px rgba(255,46,34,.08),0 10px 28px rgba(55,38,31,.07); }
.mg2-faq-search > i { color: var(--mg2-red); font-size: 19px; }
.mg2-faq-search input { min-width: 0; height: 48px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--mg2-ink); font: 600 14px/1.3 "MG2 Manrope",sans-serif; }
.mg2-faq-search input::placeholder { color: #aaa19d; }
.mg2-faq-search__count { padding: 9px 12px; border-radius: 10px; background: #fff1ed; color: #dc2a20; font-size: 11px; font-weight: 800; white-space: nowrap; }
.mg2-faq-content { padding: 8px 0 42px; }
.mg2-faq-content__head { margin-bottom: 20px; }
.mg2-faq-content__head p { max-width: 430px; }
.mg2-faq-filters { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin-bottom: 30px; }
.mg2-faq-filter { min-width: 0; min-height: 74px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #ece5e2; border-radius: 16px; background: #fff; color: #3c3735; text-align: left; cursor: pointer; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease; }
.mg2-faq-filter:hover { transform: translateY(-2px); border-color: #ffc6bc; box-shadow: 0 12px 28px rgba(55,38,31,.08); }
.mg2-faq-filter:focus-visible { outline: 3px solid rgba(94,99,216,.3); outline-offset: 2px; }
.mg2-faq-filter > i { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: #fff0ec; color: var(--mg2-red); font-size: 17px; }
.mg2-faq-filter > span { overflow: hidden; font: 700 12px/1.25 "MG2 Sora",sans-serif; }
.mg2-faq-filter > small { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: #f5f2f1; color: #8b817d; font: 800 9px/1 "MG2 Manrope",sans-serif; }
.mg2-faq-filter.is-active { border-color: #ff8f84; background: linear-gradient(145deg,#fff,#fff2ee); box-shadow: 0 11px 26px rgba(228,42,31,.1); }
.mg2-faq-filter.is-active > small { background: var(--mg2-red); color: #fff; }
.mg2-faq-groups { display: grid; gap: 24px; }
.mg2-faq-group { display: grid; grid-template-columns: minmax(235px,.4fr) minmax(0,1.6fr); gap: 24px; padding: 24px; border: 1px solid #efe6e2; border-radius: 24px; background: linear-gradient(125deg,#fff9f6,#fff 34%); box-shadow: 0 10px 28px rgba(54,40,34,.045); }
.mg2-faq-group[hidden], .mg2-faq-item[hidden] { display: none !important; }
.mg2-faq-group__head { align-self: start; position: sticky; top: 18px; padding: 14px 10px; }
.mg2-faq-group__head > span { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 20px; background: linear-gradient(145deg,#ff3b30,#dc170e); color: #fff; box-shadow: 0 10px 22px rgba(223,27,18,.17); font-size: 28px; }
.mg2-faq-group__head h3 { margin: 0 0 9px; font: 700 24px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.7px; }
.mg2-faq-group__head div div, .mg2-faq-group__head div div p { margin: 0; color: #766c67; font-size: 12px; line-height: 1.6; }
.mg2-faq-list { min-width: 0; display: grid; gap: 9px; }
.mg2-faq-item { overflow: hidden; border: 1px solid #eee7e4; border-radius: 17px; background: #fff; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.mg2-faq-item:hover, .mg2-faq-item:focus-within { transform: translateY(-1px); border-color: #ffc8be; box-shadow: 0 11px 27px rgba(55,38,31,.075); }
.mg2-faq-item[open] { border-color: #ffb6aa; box-shadow: 0 13px 30px rgba(55,38,31,.08); }
.mg2-faq-item summary { min-height: 72px; display: grid; grid-template-columns: 42px minmax(0,1fr) 36px; align-items: center; gap: 12px; padding: 13px 16px; list-style: none; cursor: pointer; }
.mg2-faq-item summary::-webkit-details-marker { display: none; }
.mg2-faq-item__number { color: #c5b7b1; font: 800 10px/1 "MG2 Sora",sans-serif; letter-spacing: .8px; }
.mg2-faq-item summary strong { font: 700 15px/1.35 "MG2 Sora",sans-serif; }
.mg2-faq-item__toggle { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff0ec; color: var(--mg2-red); font-size: 14px; }
.mg2-faq-item__toggle i { transition: transform .2s ease; }
.mg2-faq-item[open] .mg2-faq-item__toggle i { transform: rotate(45deg); }
.mg2-faq-item__answer { padding: 0 66px 20px 70px; color: #625a56; font-size: 13px; line-height: 1.68; }
.mg2-faq-item__answer > :first-child { margin-top: 0; }.mg2-faq-item__answer > :last-child { margin-bottom: 0; }
.mg2-faq-empty { min-height: 260px; display: grid; place-items: center; align-content: center; padding: 32px; border: 1px dashed #e7d7d1; border-radius: 24px; background: #fff9f6; text-align: center; }
.mg2-faq-empty[hidden] { display: none; }
.mg2-faq-empty > i { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 18px; background: #ffe9e4; color: var(--mg2-red); font-size: 25px; }
.mg2-faq-empty h3 { margin: 0 0 6px; font: 700 22px/1.2 "MG2 Sora",sans-serif; }.mg2-faq-empty p { margin: 0; color: var(--mg2-muted); font-size: 13px; }
.mg2-faq-cta { padding: 8px 0 52px; }
.mg2-faq-cta__panel { min-height: 188px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 36px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease,box-shadow .22s ease; }
.mg2-faq-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-faq-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-faq-cta p { max-width: 680px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-faq-cta__actions { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; max-width: 520px; }
.mg2-faq-cta__status { color: var(--mg2-red) !important; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 1100px) {
    .mg2-faq-intro__panel { grid-template-columns: 1fr; gap: 24px; }.mg2-faq-filters { grid-template-columns: repeat(3,minmax(0,1fr)); }.mg2-faq-group { grid-template-columns: 220px minmax(0,1fr); }
}
@media (max-width: 900px) {
    .mg2-faq-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-faq-group { grid-template-columns: 1fr; }.mg2-faq-group__head { position: static; display: grid; grid-template-columns: 60px minmax(0,1fr); align-items: center; gap: 18px; padding: 4px; }.mg2-faq-group__head > span { width: 58px; height: 58px; margin: 0; border-radius: 17px; font-size: 24px; }.mg2-faq-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-faq-cta__actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
    .mg2-faq-hero { padding: 18px 0 24px; }.mg2-faq-hero__media { height: auto; aspect-ratio: 1440 / 570; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-faq-intro { padding: 12px 0 28px; }.mg2-faq-intro__panel { min-height: 0; gap: 22px; padding: 22px; border-radius: 20px; }.mg2-faq-intro__copy { grid-template-columns: 56px minmax(0,1fr); gap: 15px; }.mg2-faq-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 24px; }.mg2-faq-intro h1 { font-size: 26px; letter-spacing: -1px; }.mg2-faq-richtext { grid-column: 1 / -1; font-size: 12px; }.mg2-faq-search { min-height: 58px; grid-template-columns: auto minmax(0,1fr); padding: 6px 14px; }.mg2-faq-search input { height: 44px; font-size: 12px; }.mg2-faq-search__count { grid-column: 1 / -1; justify-self: start; margin: -2px 0 8px 31px; }
    .mg2-faq-content { padding-bottom: 30px; }.mg2-faq-content__head { align-items: flex-start; flex-direction: column; gap: 8px; }.mg2-faq-filters { display: flex; overflow-x: auto; gap: 9px; margin: 0 -24px 24px; padding: 0 24px 10px; scrollbar-width: none; }.mg2-faq-filters::-webkit-scrollbar { display: none; }.mg2-faq-filter { min-width: 195px; min-height: 64px; }
    .mg2-faq-groups { gap: 16px; }.mg2-faq-group { gap: 18px; padding: 18px; border-radius: 20px; }.mg2-faq-group__head h3 { font-size: 20px; }.mg2-faq-group__head div div,.mg2-faq-group__head div div p { font-size: 10px; }.mg2-faq-item summary { min-height: 68px; grid-template-columns: 28px minmax(0,1fr) 32px; gap: 8px; padding: 12px; }.mg2-faq-item summary strong { font-size: 13px; }.mg2-faq-item__answer { padding: 0 16px 17px 48px; font-size: 11px; }.mg2-faq-item__toggle { width: 31px; height: 31px; }
    .mg2-faq-cta { padding: 8px 0 42px; }.mg2-faq-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-faq-cta__actions,.mg2-faq-cta__actions .mg2-btn { width: 100%; }.mg2-faq-cta__actions { display: grid; }.mg2-faq-cta__status { justify-self: center; }
}

/* Payment */
.mg2-payment-main { overflow: hidden; }
.mg2-payment-hero { padding: 28px 0 30px; }
.mg2-payment-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1994 / 789; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-payment-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-payment-intro { padding: 28px 0 40px; }
.mg2-payment-intro__panel { min-height: 178px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-payment-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-payment-intro__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 34px; }
.mg2-payment-intro h1 { margin: 7px 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-payment-richtext { max-width: 800px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-payment-richtext > :first-child { margin-top: 0; }.mg2-payment-richtext > :last-child { margin-bottom: 0; }
.mg2-payment-methods { padding: 8px 0 38px; }
.mg2-payment-methods .mg2-section-head > p { max-width: 310px; color: #8c817c; font-size: 13px; text-align: right; }
.mg2-payment-methods__grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.mg2-payment-method { min-width: 0; min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px 21px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(155deg,#fff 0%,#fff 62%,#fff5f1 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.mg2-payment-method:hover { transform: translateY(-4px); border-color: #ffd3ca; box-shadow: 0 18px 40px rgba(55,38,31,.12); }
.mg2-payment-method__icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 18px; background: #ffe9e4; color: var(--mg2-red); font-size: 27px; }
.mg2-payment-method__label { min-height: 32px; display: flex; align-items: center; margin-bottom: 9px; color: var(--mg2-red); font-size: 10px; font-weight: 800; letter-spacing: .7px; line-height: 1.35; text-transform: uppercase; }
.mg2-payment-method h3 { margin: 0 0 12px; font: 700 20px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.5px; }
.mg2-payment-method p { margin: 0; color: #655d59; font-size: 12px; line-height: 1.58; }
.mg2-payment-process { padding: 8px 0 40px; }
.mg2-payment-process__panel { min-height: 310px; display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.7fr); align-items: center; gap: 42px; padding: 38px 42px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(120deg,#fff8f5,#fff 52%,#fff0eb); box-shadow: 0 12px 30px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-payment-process__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-payment-process__head h2 { margin: 7px 0 12px; font: 700 clamp(27px,2.7vw,39px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.2px; }
.mg2-payment-process__head p { max-width: 420px; margin: 0; color: #665e5a; font-size: 14px; line-height: 1.6; }
.mg2-payment-process__steps { list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; }
.mg2-payment-process__steps li { min-height: 190px; position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid #f0e5e1; border-radius: 20px; background: rgba(255,255,255,.86); box-shadow: 0 8px 22px rgba(55,38,31,.04); }
.mg2-payment-process__steps li > span { color: #c7b9b3; font: 800 11px/1 "MG2 Sora",sans-serif; letter-spacing: 1px; }
.mg2-payment-process__steps li > i { margin: 18px 0 20px; color: var(--mg2-red); font-size: 28px; }
.mg2-payment-process__steps strong, .mg2-payment-process__steps small { display: block; }
.mg2-payment-process__steps strong { margin-bottom: 7px; font: 700 15px/1.25 "MG2 Sora",sans-serif; }
.mg2-payment-process__steps small { color: #756b66; font-size: 11px; line-height: 1.45; }
.mg2-payment-notes { padding: 6px 0 40px; }
.mg2-payment-notes__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mg2-payment-notes article { min-height: 145px; display: grid; grid-template-columns: 64px minmax(0,1fr); align-items: center; gap: 20px; padding: 25px 28px; border: 1px solid #eee5e1; border-radius: 22px; background: #fff; box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-payment-notes article:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(55,38,31,.1); }
.mg2-payment-notes article > span { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: #ffeae5; color: var(--mg2-red); font-size: 26px; }
.mg2-payment-notes h2 { margin: 0 0 8px; font: 700 18px/1.25 "MG2 Sora",sans-serif; }
.mg2-payment-notes p { margin: 0; color: #675f5b; font-size: 12px; line-height: 1.55; }
.mg2-payment-cta { padding: 8px 0 52px; }
.mg2-payment-cta__panel { min-height: 178px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-payment-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-payment-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-payment-cta p { max-width: 680px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-payment-cta__actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }

@media (max-width: 1120px) {
    .mg2-payment-methods__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }.mg2-payment-method { min-height: 280px; }
    .mg2-payment-process__panel { grid-template-columns: 1fr; gap: 28px; }.mg2-payment-process__head p { max-width: 680px; }
}
@media (max-width: 900px) {
    .mg2-payment-intro__panel { grid-template-columns: 82px minmax(0,1fr); }.mg2-payment-intro__panel > .mg2-btn { grid-column: 2; justify-self: start; }
    .mg2-payment-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-payment-cta__actions { flex-wrap: wrap; }
}
@media (max-width: 760px) {
    .mg2-payment-hero { padding: 18px 0 24px; }.mg2-payment-hero__media { max-height: none; aspect-ratio: 1994 / 789; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-payment-intro { padding: 12px 0 28px; }.mg2-payment-intro__panel { grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-payment-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 25px; }.mg2-payment-intro h1 { font-size: 27px; letter-spacing: -1px; }.mg2-payment-richtext { font-size: 13px; }.mg2-payment-intro__panel > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-payment-methods { padding-bottom: 28px; }.mg2-payment-methods .mg2-section-head > p { display: none; }.mg2-payment-methods__grid { grid-template-columns: 1fr; gap: 10px; }.mg2-payment-method { min-height: 0; display: grid; grid-template-columns: 54px minmax(0,1fr); column-gap: 16px; padding: 19px; border-radius: 20px; }.mg2-payment-method__icon { grid-column: 1; grid-row: 1 / 4; width: 54px; height: 54px; margin: 0; border-radius: 16px; font-size: 23px; }.mg2-payment-method__label, .mg2-payment-method h3, .mg2-payment-method p { grid-column: 2; }.mg2-payment-method__label { min-height: 0; margin: 0 0 4px; }.mg2-payment-method h3 { margin-bottom: 7px; font-size: 18px; }.mg2-payment-method p { font-size: 11px; }
    .mg2-payment-process { padding-bottom: 28px; }.mg2-payment-process__panel { min-height: 0; gap: 24px; padding: 25px 21px; border-radius: 20px; }.mg2-payment-process__head h2 { font-size: 27px; }.mg2-payment-process__steps { grid-template-columns: 1fr; }.mg2-payment-process__steps li { min-height: 104px; display: grid; grid-template-columns: 34px 40px minmax(0,1fr); align-items: center; gap: 8px; padding: 17px; }.mg2-payment-process__steps li > i { margin: 0; font-size: 23px; }.mg2-payment-process__steps strong { font-size: 14px; }
    .mg2-payment-notes { padding-bottom: 28px; }.mg2-payment-notes__grid { grid-template-columns: 1fr; gap: 10px; }.mg2-payment-notes article { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 15px; padding: 20px; border-radius: 20px; }.mg2-payment-notes article > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-payment-notes h2 { font-size: 16px; }
    .mg2-payment-cta { padding: 8px 0 42px; }.mg2-payment-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-payment-cta__actions, .mg2-payment-cta__actions .mg2-btn { width: 100%; }.mg2-payment-cta__actions { display: grid; }
}

/* Delivery */
.mg2-delivery-main { overflow: hidden; }
.mg2-delivery-hero { padding: 28px 0 30px; }
.mg2-delivery-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 1994 / 789; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-delivery-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-delivery-intro { padding: 28px 0 40px; }
.mg2-delivery-intro__panel { min-height: 178px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-delivery-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-delivery-intro__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 34px; }
.mg2-delivery-intro h1 { margin: 0 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-delivery-richtext { max-width: 800px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-delivery-richtext > :first-child { margin-top: 0; }.mg2-delivery-richtext > :last-child { margin-bottom: 0; }
.mg2-delivery-options { padding: 8px 0 40px; }
.mg2-delivery-options .mg2-section-head > p { max-width: 350px; color: #8c817c; font-size: 13px; text-align: right; }
.mg2-delivery-options__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mg2-delivery-option { min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 34px; border: 1px solid #eee5e1; border-radius: 24px; background: linear-gradient(145deg,#fff 0%,#fff 62%,#fff7f4 100%); box-shadow: 0 10px 28px rgba(55,38,31,.045); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.mg2-delivery-option--accent { border-color: #ffd1c8; background: linear-gradient(145deg,#fff5f1 0%,#fff 48%,#ffece6 100%); }
.mg2-delivery-option:hover { transform: translateY(-4px); border-color: #ffc8bd; box-shadow: 0 20px 44px rgba(55,38,31,.12); }
.mg2-delivery-option__top { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 28px; }
.mg2-delivery-option__icon { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 21px; background: #ffe9e4; color: var(--mg2-red); font-size: 31px; }
.mg2-delivery-option__price { padding: 11px 16px; border: 1px solid #ffd7ce; border-radius: 14px; background: #fff; color: var(--mg2-red); font: 800 17px/1 "MG2 Sora",sans-serif; }
.mg2-delivery-option h3 { margin: 0 0 12px; font: 700 clamp(25px,2.3vw,34px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-delivery-option > p { max-width: 590px; margin: 0 0 22px; color: #625a56; font-size: 14px; line-height: 1.65; }
.mg2-delivery-option ul { list-style: none; display: grid; gap: 11px; margin: 0 0 24px; padding: 0; }
.mg2-delivery-option li { display: flex; align-items: flex-start; gap: 9px; color: #3f3936; font-size: 13px; line-height: 1.45; }
.mg2-delivery-option li i { color: var(--mg2-red); font-size: 17px; line-height: 1.15; }
.mg2-delivery-option > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #5f5753; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-delivery-option > a:hover { color: var(--mg2-red); }
.mg2-delivery-process { padding: 8px 0 40px; }
.mg2-delivery-process__panel { min-height: 330px; display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.8fr); align-items: center; gap: 42px; padding: 38px 42px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(120deg,#fff8f5,#fff 48%,#fff0eb); box-shadow: 0 12px 30px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-delivery-process__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-delivery-process__head h2 { margin: 0 0 12px; font: 700 clamp(27px,2.7vw,39px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.2px; }
.mg2-delivery-process__head p { max-width: 390px; margin: 0 0 24px; color: #665e5a; font-size: 14px; line-height: 1.6; }
.mg2-delivery-process__head a { display: inline-flex; align-items: center; gap: 8px; color: var(--mg2-red); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-delivery-process__steps { list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; }
.mg2-delivery-process__steps li { min-height: 220px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid #f0e5e1; border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(55,38,31,.04); }
.mg2-delivery-process__steps li > span { color: #c7b9b3; font: 800 11px/1 "MG2 Sora",sans-serif; letter-spacing: 1px; }
.mg2-delivery-process__steps li > i { margin: 20px 0 24px; color: var(--mg2-red); font-size: 27px; }
.mg2-delivery-process__steps strong { margin-bottom: 8px; font: 700 14px/1.3 "MG2 Sora",sans-serif; }
.mg2-delivery-process__steps small { color: #756b66; font-size: 10px; line-height: 1.5; }
.mg2-delivery-notes { padding: 6px 0 40px; }
.mg2-delivery-notes__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.mg2-delivery-notes article { min-height: 155px; display: grid; grid-template-columns: 60px minmax(0,1fr); align-items: center; gap: 18px; padding: 24px; border: 1px solid #eee5e1; border-radius: 22px; background: #fff; box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-delivery-notes article:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(55,38,31,.1); }
.mg2-delivery-notes article > span { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: #ffeae5; color: var(--mg2-red); font-size: 25px; }
.mg2-delivery-notes h3 { margin: 0 0 8px; font: 700 17px/1.25 "MG2 Sora",sans-serif; }
.mg2-delivery-notes p { margin: 0; color: #675f5b; font-size: 11px; line-height: 1.55; }
.mg2-delivery-cta { padding: 8px 0 52px; }
.mg2-delivery-cta__panel { min-height: 178px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-delivery-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-delivery-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-delivery-cta p { max-width: 700px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-delivery-cta__actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }

@media (max-width: 1100px) {
    .mg2-delivery-process__panel { grid-template-columns: 1fr; gap: 28px; }.mg2-delivery-process__head p { max-width: 650px; }.mg2-delivery-process__steps li { min-height: 190px; }
    .mg2-delivery-notes__grid { grid-template-columns: 1fr; }.mg2-delivery-notes article { min-height: 120px; }
}
@media (max-width: 900px) {
    .mg2-delivery-intro__panel { grid-template-columns: 82px minmax(0,1fr); }.mg2-delivery-intro__panel > .mg2-btn { grid-column: 2; justify-self: start; }
    .mg2-delivery-options__grid { grid-template-columns: 1fr; }.mg2-delivery-option { min-height: 360px; }
    .mg2-delivery-process__steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mg2-delivery-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-delivery-cta__actions { flex-wrap: wrap; }
}
@media (max-width: 760px) {
    .mg2-delivery-hero { padding: 18px 0 24px; }.mg2-delivery-hero__media { max-height: none; aspect-ratio: 1994 / 789; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-delivery-intro { padding: 12px 0 28px; }.mg2-delivery-intro__panel { grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-delivery-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 25px; }.mg2-delivery-intro h1 { font-size: 27px; letter-spacing: -1px; }.mg2-delivery-richtext { font-size: 13px; }.mg2-delivery-intro__panel > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-delivery-options { padding-bottom: 28px; }.mg2-delivery-options .mg2-section-head > p { display: none; }.mg2-delivery-option { min-height: 0; padding: 23px; border-radius: 20px; }.mg2-delivery-option__top { margin-bottom: 22px; }.mg2-delivery-option__icon { width: 60px; height: 60px; border-radius: 18px; font-size: 26px; }.mg2-delivery-option h3 { font-size: 26px; }.mg2-delivery-option > p { font-size: 13px; }.mg2-delivery-option li { font-size: 12px; }
    .mg2-delivery-process { padding-bottom: 28px; }.mg2-delivery-process__panel { min-height: 0; gap: 24px; padding: 25px 21px; border-radius: 20px; }.mg2-delivery-process__head h2 { font-size: 27px; }.mg2-delivery-process__steps { grid-template-columns: 1fr; }.mg2-delivery-process__steps li { min-height: 105px; display: grid; grid-template-columns: 34px 40px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; gap: 4px 8px; padding: 17px; }.mg2-delivery-process__steps li > span { grid-column: 1; grid-row: 1 / 3; }.mg2-delivery-process__steps li > i { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 23px; }.mg2-delivery-process__steps strong { grid-column: 3; grid-row: 1; margin: 0; }.mg2-delivery-process__steps small { grid-column: 3; grid-row: 2; }
    .mg2-delivery-notes { padding-bottom: 28px; }.mg2-delivery-notes__grid { gap: 10px; }.mg2-delivery-notes article { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 15px; padding: 20px; border-radius: 20px; }.mg2-delivery-notes article > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-delivery-notes h3 { font-size: 16px; }
    .mg2-delivery-cta { padding: 8px 0 42px; }.mg2-delivery-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-delivery-cta__actions, .mg2-delivery-cta__actions .mg2-btn { width: 100%; }.mg2-delivery-cta__actions { display: grid; }
}

/* Returns */
.mg2-returns-main { overflow: hidden; }
.mg2-returns-hero { padding: 28px 0 30px; }
.mg2-returns-hero__media { width: 100%; height: auto; max-height: var(--mg2-hero-height); aspect-ratio: 2051 / 767; overflow: hidden; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: #fff9f6; box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-returns-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.mg2-returns-intro { padding: 28px 0 40px; }
.mg2-returns-intro__panel { min-height: 178px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; align-items: center; gap: 28px; padding: 32px 36px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(110deg,#fff,#fff9f6 58%,#fff0eb); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-returns-intro__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-returns-intro__icon { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg,#ff3b30,#d70707); color: #fff; box-shadow: 0 10px 24px rgba(223,27,18,.2); font-size: 34px; }
.mg2-returns-intro h1 { margin: 0 0 8px; font: 700 clamp(28px,3vw,42px)/1.15 "MG2 Sora",sans-serif; letter-spacing: -1.5px; }
.mg2-returns-richtext { max-width: 820px; color: #5f5753; font-size: 15px; line-height: 1.65; }
.mg2-returns-richtext > :first-child { margin-top: 0; }.mg2-returns-richtext > :last-child { margin-bottom: 0; }
.mg2-returns-cases { padding: 8px 0 40px; }
.mg2-returns-cases__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.mg2-returns-case { min-height: 315px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(155deg,#fff 0%,#fff 62%,#fff7f4 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.mg2-returns-case--accent { border-color: #ffd1c8; background: linear-gradient(145deg,#fff5f1,#fff 50%,#ffece6); }
.mg2-returns-case:hover { transform: translateY(-4px); border-color: #ffc8bd; box-shadow: 0 18px 40px rgba(55,38,31,.12); }
.mg2-returns-case__icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 19px; background: #ffe9e4; color: var(--mg2-red); font-size: 28px; }
.mg2-returns-case h3 { margin: 0 0 12px; font: 700 24px/1.2 "MG2 Sora",sans-serif; letter-spacing: -.7px; }
.mg2-returns-case p { margin: 0 0 20px; color: #625a56; font-size: 13px; line-height: 1.6; }
.mg2-returns-case strong { margin-top: auto; color: #3e3835; font-size: 12px; line-height: 1.5; }
.mg2-returns-case > a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--mg2-red); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-returns-process { padding: 8px 0 40px; }
.mg2-returns-process__panel { min-height: 330px; display: grid; grid-template-columns: minmax(260px,.7fr) minmax(0,1.8fr); align-items: center; gap: 42px; padding: 38px 42px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(120deg,#fff8f5,#fff 48%,#fff0eb); box-shadow: 0 12px 30px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-returns-process__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-returns-process__head h2 { margin: 0 0 12px; font: 700 clamp(27px,2.7vw,39px)/1.16 "MG2 Sora",sans-serif; letter-spacing: -1.2px; }
.mg2-returns-process__head p { max-width: 390px; margin: 0; color: #665e5a; font-size: 14px; line-height: 1.6; }
.mg2-returns-process__steps { list-style: none; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; }
.mg2-returns-process__steps li { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; padding: 20px; border: 1px solid #f0e5e1; border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(55,38,31,.04); }
.mg2-returns-process__steps li > span { color: #c7b9b3; font: 800 11px/1 "MG2 Sora",sans-serif; letter-spacing: 1px; }
.mg2-returns-process__steps li > i { margin: 20px 0 24px; color: var(--mg2-red); font-size: 27px; }
.mg2-returns-process__steps strong { margin-bottom: 8px; font: 700 14px/1.3 "MG2 Sora",sans-serif; }
.mg2-returns-process__steps small { color: #756b66; font-size: 10px; line-height: 1.5; }
.mg2-returns-rights { padding: 6px 0 40px; }
.mg2-returns-rights__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.mg2-returns-rights article { min-height: 295px; display: grid; grid-template-columns: 70px minmax(0,1fr); align-items: start; gap: 22px; padding: 30px; border: 1px solid #eee5e1; border-radius: 22px; background: #fff; box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-returns-rights article:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(55,38,31,.1); }
.mg2-returns-rights article > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 19px; background: #ffeae5; color: var(--mg2-red); font-size: 28px; }
.mg2-returns-rights h3 { margin: 4px 0 12px; font: 700 21px/1.25 "MG2 Sora",sans-serif; }
.mg2-returns-rights article p { margin: 0 0 18px; color: #675f5b; font-size: 12px; line-height: 1.65; }
.mg2-returns-rights article a { display: inline-flex; align-items: center; gap: 7px; color: var(--mg2-red); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.mg2-returns-rights__note { display: flex; align-items: flex-start; gap: 10px; margin: 14px 0 0; padding: 17px 20px; border: 1px solid #f0e4df; border-radius: 16px; background: #fff9f6; color: #6a615d; font-size: 11px; line-height: 1.55; }
.mg2-returns-rights__note i { color: var(--mg2-red); font-size: 17px; }
.mg2-returns-help { padding: 8px 0 40px; }
.mg2-returns-help__panel { min-height: 360px; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(280px,.65fr); gap: 18px; padding: 18px; border: 1px solid #f0e4df; border-radius: 24px; background: linear-gradient(125deg,#fff,#fff7f4); box-shadow: 0 12px 30px rgba(54,40,34,.045); }
.mg2-returns-help__panel > div:first-child { padding: 26px 24px; }
.mg2-returns-help h2 { margin: 0 0 24px; font: 700 clamp(26px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-returns-help ul { list-style: none; display: grid; gap: 16px; margin: 0; padding: 0; }
.mg2-returns-help li { display: flex; align-items: flex-start; gap: 10px; color: #4b4441; font-size: 13px; line-height: 1.55; }
.mg2-returns-help li i { color: var(--mg2-red); font-size: 18px; }
.mg2-returns-help__contacts { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; border-radius: 20px; background: linear-gradient(145deg,#fff0eb,#ffe2d9); }
.mg2-returns-help__contacts > span { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 19px; background: #fff; color: var(--mg2-red); font-size: 28px; box-shadow: 0 8px 22px rgba(55,38,31,.06); }
.mg2-returns-help__contacts h3 { margin: 0 0 16px; font: 700 22px/1.25 "MG2 Sora",sans-serif; }
.mg2-returns-help__contacts > a:not(.mg2-btn) { margin-bottom: 8px; color: #403936; font-size: 14px; font-weight: 800; }
.mg2-returns-help__contacts .mg2-btn { margin-top: 18px; }
.mg2-returns-cta { padding: 8px 0 52px; }
.mg2-returns-cta__panel { min-height: 178px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 42px; border: 1px solid #ffd8cf; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fffafa 56%,#ffe7de); box-shadow: 0 14px 34px rgba(54,40,34,.045); transition: transform .22s ease, box-shadow .22s ease; }
.mg2-returns-cta__panel:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(55,38,31,.11); }
.mg2-returns-cta h2 { margin: 0 0 8px; font: 700 clamp(25px,2.5vw,36px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -1px; }
.mg2-returns-cta p { max-width: 700px; margin: 0; color: #5d5652; font-size: 14px; line-height: 1.55; }
.mg2-returns-cta__actions { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }

@media (max-width: 1100px) {
    .mg2-returns-process__panel { grid-template-columns: 1fr; gap: 28px; }.mg2-returns-process__head p { max-width: 650px; }.mg2-returns-process__steps li { min-height: 200px; }
    .mg2-returns-help__panel { grid-template-columns: 1fr; }.mg2-returns-help__contacts { min-height: 270px; }
}
@media (max-width: 900px) {
    .mg2-returns-intro__panel { grid-template-columns: 82px minmax(0,1fr); }.mg2-returns-intro__panel > .mg2-btn { grid-column: 2; justify-self: start; }
    .mg2-returns-cases__grid { grid-template-columns: 1fr; }.mg2-returns-case { min-height: 250px; }
    .mg2-returns-process__steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mg2-returns-rights__grid { grid-template-columns: 1fr; }.mg2-returns-rights article { min-height: 0; }
    .mg2-returns-cta__panel { align-items: flex-start; flex-direction: column; }.mg2-returns-cta__actions { flex-wrap: wrap; }
}
@media (max-width: 760px) {
    .mg2-returns-hero { padding: 18px 0 24px; }.mg2-returns-hero__media { max-height: none; aspect-ratio: 2051 / 767; border-radius: var(--mg2-inner-banner-radius); }
    .mg2-returns-intro { padding: 12px 0 28px; }.mg2-returns-intro__panel { grid-template-columns: 58px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-returns-intro__icon { width: 56px; height: 56px; border-radius: 17px; font-size: 25px; }.mg2-returns-intro h1 { font-size: 27px; letter-spacing: -1px; }.mg2-returns-richtext { font-size: 13px; }.mg2-returns-intro__panel > .mg2-btn { grid-column: 1 / -1; width: 100%; }
    .mg2-returns-cases { padding-bottom: 28px; }.mg2-returns-case { min-height: 0; padding: 22px; border-radius: 20px; }.mg2-returns-case__icon { width: 56px; height: 56px; margin-bottom: 19px; border-radius: 17px; font-size: 24px; }.mg2-returns-case h3 { font-size: 22px; }
    .mg2-returns-process { padding-bottom: 28px; }.mg2-returns-process__panel { min-height: 0; gap: 24px; padding: 25px 21px; border-radius: 20px; }.mg2-returns-process__head h2 { font-size: 27px; }.mg2-returns-process__steps { grid-template-columns: 1fr; }.mg2-returns-process__steps li { min-height: 105px; display: grid; grid-template-columns: 34px 40px minmax(0,1fr); grid-template-rows: auto auto; align-items: center; gap: 4px 8px; padding: 17px; }.mg2-returns-process__steps li > span { grid-column: 1; grid-row: 1 / 3; }.mg2-returns-process__steps li > i { grid-column: 2; grid-row: 1 / 3; margin: 0; font-size: 23px; }.mg2-returns-process__steps strong { grid-column: 3; grid-row: 1; margin: 0; }.mg2-returns-process__steps small { grid-column: 3; grid-row: 2; }
    .mg2-returns-rights { padding-bottom: 28px; }.mg2-returns-rights article { grid-template-columns: 54px minmax(0,1fr); gap: 15px; padding: 20px; border-radius: 20px; }.mg2-returns-rights article > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-returns-rights h3 { margin-top: 2px; font-size: 17px; }.mg2-returns-rights article p { grid-column: 1 / -1; font-size: 11px; }.mg2-returns-rights article a { grid-column: 1 / -1; }
    .mg2-returns-help { padding-bottom: 28px; }.mg2-returns-help__panel { min-height: 0; padding: 10px; border-radius: 20px; }.mg2-returns-help__panel > div:first-child { padding: 20px 14px; }.mg2-returns-help h2 { font-size: 27px; }.mg2-returns-help li { font-size: 12px; }.mg2-returns-help__contacts { min-height: 250px; padding: 24px; border-radius: 17px; }.mg2-returns-help__contacts .mg2-btn { width: 100%; }
    .mg2-returns-cta { padding: 8px 0 42px; }.mg2-returns-cta__panel { min-height: 0; gap: 24px; padding: 27px 22px; border-radius: 20px; }.mg2-returns-cta__actions, .mg2-returns-cta__actions .mg2-btn { width: 100%; }.mg2-returns-cta__actions { display: grid; }
}

/* Loyalty programme public offer */
.mg2-loyalty-main { overflow-x: clip; }
.mg2-loyalty-flow { padding: 8px 0 42px; }
.mg2-loyalty-flow .mg2-section-head > p { max-width: 470px; color: #837873; font-size: 12px; line-height: 1.55; text-align: right; }
.mg2-loyalty-flow__grid { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.mg2-loyalty-flow__grid::before { content: ""; position: absolute; top: 57px; left: 9%; right: 9%; border-top: 2px dashed #ffd2c8; z-index: 0; }
.mg2-loyalty-flow__grid article { position: relative; z-index: 1; min-height: 250px; padding: 26px; border: 1px solid #eee5e1; border-radius: 22px; background: linear-gradient(150deg,#fff 0%,#fff 66%,#fff5f1 100%); box-shadow: 0 9px 24px rgba(55,38,31,.04); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-loyalty-flow__grid article:hover { transform: translateY(-4px); border-color: #ffcfc5; box-shadow: 0 18px 40px rgba(55,38,31,.1); }
.mg2-loyalty-flow__grid article > span { position: absolute; top: 23px; right: 24px; color: #c6b8b2; font: 800 9px/1 "MG2 Sora",sans-serif; letter-spacing: .85px; }
.mg2-loyalty-flow__grid article > i { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 30px; border: 6px solid #fff; border-radius: 19px; background: linear-gradient(145deg,#ff4a3e,#da0c0c); color: #fff; box-shadow: 0 9px 22px rgba(221,23,16,.18); font-size: 24px; }
.mg2-loyalty-flow__grid h3 { margin: 0 0 10px; font: 700 19px/1.24 "MG2 Sora",sans-serif; letter-spacing: -.5px; }
.mg2-loyalty-flow__grid p { margin: 0; color: #675f5b; font-size: 11px; line-height: 1.64; }
.mg2-loyalty-main .mg2-consent-copy strong { color: #393330; font-weight: 800; }

@media (max-width: 1000px) {
    .mg2-loyalty-flow__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .mg2-loyalty-flow__grid::before { display: none; }
    .mg2-loyalty-flow__grid article { min-height: 215px; }
}
@media (max-width: 760px) {
    .mg2-loyalty-flow { padding-bottom: 30px; }
    .mg2-loyalty-flow .mg2-section-head > p { display: none; }
    .mg2-loyalty-flow__grid { grid-template-columns: 1fr; gap: 10px; }
    .mg2-loyalty-flow__grid article { min-height: 0; display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 4px 16px; padding: 20px; border-radius: 20px; }
    .mg2-loyalty-flow__grid article > span { top: 19px; right: 19px; }
    .mg2-loyalty-flow__grid article > i { grid-row: 1 / 3; width: 54px; height: 54px; margin: 0; border-width: 5px; border-radius: 17px; font-size: 22px; }
    .mg2-loyalty-flow__grid h3 { grid-column: 2; align-self: end; margin: 0; padding-right: 24px; font-size: 18px; }
    .mg2-loyalty-flow__grid p { grid-column: 2; align-self: start; font-size: 11px; }
}

/* Copycenter category */
.mg2-copycenter-main { overflow-x: clip; }
.mg2-copycenter-hero { padding: 28px 0 30px; }
.mg2-copycenter-hero__panel { position: relative; width: 100%; max-height: var(--mg2-hero-height); aspect-ratio: 1440 / 570; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); align-items: center; overflow: hidden; padding: 48px 56px; border: 1px solid #f1e1db; border-radius: var(--mg2-inner-banner-radius); background: linear-gradient(112deg,#fff 0%,#fff 43%,#fff4f0 100%); box-shadow: 0 14px 34px rgba(54,40,34,.045); }
.mg2-copycenter-hero__panel::before { content: ""; position: absolute; right: -7%; bottom: -72%; width: 59%; aspect-ratio: 1; border: 1px solid #ffd8d0; border-radius: 50%; box-shadow: inset 0 0 0 76px rgba(255,255,255,.32), inset 0 0 0 150px rgba(255,255,255,.21); }
.mg2-copycenter-hero__copy { position: relative; z-index: 2; min-width: 0; }
.mg2-copycenter-hero h1 { max-width: 790px; margin: 0 0 19px; font: 700 clamp(42px,5vw,72px)/1.03 "MG2 Sora",sans-serif; letter-spacing: -3.6px; }
.mg2-copycenter-hero h1 span { color: var(--mg2-red); }
.mg2-copycenter-hero__copy > p { max-width: 650px; margin: 0 0 25px; color: #56504d; font-size: 16px; font-weight: 600; line-height: 1.62; }
.mg2-copycenter-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; }
.mg2-copycenter-hero__facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; color: #5f5855; font-size: 11px; font-weight: 800; }
.mg2-copycenter-hero__facts span { display: inline-flex; align-items: center; gap: 7px; }
.mg2-copycenter-hero__facts i { color: var(--mg2-red); font-size: 16px; }
.mg2-copycenter-hero__visual { position: relative; z-index: 1; height: 100%; min-height: 300px; display: grid; place-items: center; }
.mg2-copycenter-hero__visual > img { position: relative; z-index: 2; width: min(88%,430px); height: min(88%,430px); object-fit: contain; filter: drop-shadow(0 24px 24px rgba(49,39,35,.15)); transform: rotate(-1deg); }
.mg2-copycenter-hero__halo { position: absolute; width: 76%; aspect-ratio: 1; border-radius: 50%; background: #fff; box-shadow: 0 24px 60px rgba(79,37,26,.11); }
.mg2-copycenter-sheet { position: absolute; z-index: 3; width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid #f0ded8; border-radius: 19px; background: rgba(255,255,255,.96); color: var(--mg2-red); box-shadow: 0 14px 30px rgba(68,36,27,.09); font-size: 26px; }
.mg2-copycenter-sheet--one { top: 11%; left: 5%; transform: rotate(-8deg); }.mg2-copycenter-sheet--two { top: 9%; right: 0; transform: rotate(7deg); }.mg2-copycenter-sheet--three { right: 5%; bottom: 8%; transform: rotate(-5deg); }
.mg2-copycenter-categories { padding: 16px 0 31px; }
.mg2-copycenter-section-head { align-items: end; margin-bottom: 20px; }
.mg2-copycenter-section-head > div > p { margin: 6px 0 0; color: var(--mg2-muted); font-size: 12px; }
.mg2-copycenter-section-head > a { display: inline-flex; align-items: center; gap: 8px; }
.mg2-copycenter-section-head > a i { color: var(--mg2-red); }
.mg2-copycenter-filter { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 10px; }
.mg2-copycenter-filter button { min-width: 0; min-height: 126px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 17px; border: 1px solid #eee7e3; border-radius: 18px; background: #fff; color: var(--mg2-ink); text-align: left; cursor: pointer; transition: transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease; }
.mg2-copycenter-filter button:hover,.mg2-copycenter-filter button:focus-visible { transform: translateY(-3px); border-color: #ffcfc6; box-shadow: 0 12px 26px rgba(55,38,31,.08); outline: none; }
.mg2-copycenter-filter button.is-active { border-color: var(--mg2-red); background: linear-gradient(145deg,#fff0eb,#fff8f5); box-shadow: 0 10px 24px rgba(255,46,34,.1); }
.mg2-copycenter-filter button > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: auto; border-radius: 13px; background: #f7f3f1; color: #3d3836; font-size: 18px; }
.mg2-copycenter-filter button.is-active > span { background: var(--mg2-red); color: #fff; }
.mg2-copycenter-filter strong { max-width: 100%; margin-top: 12px; font: 700 12px/1.3 "MG2 Sora",sans-serif; }
.mg2-copycenter-filter small { margin-top: 4px; color: #9a908b; font-size: 9px; font-weight: 700; }
.mg2-copycenter-services { padding: 28px 0 38px; scroll-margin-top: 90px; background: linear-gradient(180deg,#fff 0%,#fffbf9 100%); }
.mg2-copycenter-toolbar { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 21px; }
.mg2-copycenter-toolbar h2 { margin: 0; font: 700 clamp(27px,2.5vw,38px)/1.18 "MG2 Sora",sans-serif; letter-spacing: -1.3px; }
.mg2-copycenter-toolbar p { margin: 6px 0 0; color: var(--mg2-muted); font-size: 12px; }
.mg2-copycenter-search { width: min(100%,350px); min-height: 50px; display: grid; grid-template-columns: 20px minmax(0,1fr) 24px; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid #e8e2df; border-radius: 14px; background: #fff; box-shadow: 0 7px 18px rgba(55,38,31,.035); }
.mg2-copycenter-search:focus-within { border-color: #ffafa4; box-shadow: 0 0 0 3px rgba(255,46,34,.09); }
.mg2-copycenter-search > i { color: #918783; font-size: 16px; }
.mg2-copycenter-search input { min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; color: var(--mg2-ink); font: 700 12px/1 "MG2 Manrope",sans-serif; }
.mg2-copycenter-search input::-webkit-search-cancel-button { display: none; }
.mg2-copycenter-search input::placeholder { color: #a39a96; }
.mg2-copycenter-search button { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #928783; cursor: pointer; }
.mg2-copycenter-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.mg2-copycenter-card { min-width: 0; min-height: 385px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #eee7e3; border-radius: 21px; background: #fff; box-shadow: 0 8px 22px rgba(55,38,31,.035); transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.mg2-copycenter-card:hover,.mg2-copycenter-card:focus-within { transform: translateY(-4px); border-color: #ffcfc5; box-shadow: 0 18px 40px rgba(55,38,31,.11); }
.mg2-copycenter-card[hidden] { display: none !important; }
.mg2-copycenter-card__media { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; padding: 14px; text-decoration: none; }
.mg2-copycenter-card--paper .mg2-copycenter-card__media { background: linear-gradient(145deg,#f4f7fa,#fff1ec); }.mg2-copycenter-card--blue .mg2-copycenter-card__media { background: linear-gradient(145deg,#eaf1fa,#f7fbff); }.mg2-copycenter-card--sand .mg2-copycenter-card__media { background: linear-gradient(145deg,#fff2df,#fff9f1); }.mg2-copycenter-card--lilac .mg2-copycenter-card__media { background: linear-gradient(145deg,#f3edf8,#fcf9fd); }.mg2-copycenter-card--mint .mg2-copycenter-card__media { background: linear-gradient(145deg,#eaf6f1,#f9fcfb); }.mg2-copycenter-card--coral .mg2-copycenter-card__media { background: linear-gradient(145deg,#ffeae5,#fff8f5); }
.mg2-copycenter-card__media img { width: 100%; height: 100%; display: block; border-radius: 15px; object-fit: cover; transition: transform .35s ease; }
.mg2-copycenter-card:hover .mg2-copycenter-card__media img { transform: scale(1.035); }
.mg2-copycenter-card__placeholder { width: 126px; height: 126px; display: grid; place-items: center; border: 13px solid rgba(255,255,255,.7); border-radius: 34px; background: rgba(255,255,255,.88); color: var(--mg2-red); box-shadow: 0 13px 28px rgba(55,38,31,.07); font-size: 48px; transform: rotate(-3deg); }
.mg2-copycenter-card__category { position: absolute; left: 13px; bottom: 13px; max-width: calc(100% - 26px); display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border-radius: 9px; background: rgba(255,255,255,.94); color: #4b4441; box-shadow: 0 5px 14px rgba(55,38,31,.08); font-size: 9px; font-weight: 800; }
.mg2-copycenter-card__body { min-height: 0; flex: 1; display: flex; flex-direction: column; padding: 18px; }
.mg2-copycenter-card h3 { margin: 0 0 15px; font: 700 16px/1.33 "MG2 Sora",sans-serif; letter-spacing: -.35px; }
.mg2-copycenter-card h3 a { text-decoration: none; }.mg2-copycenter-card h3 a:hover { color: var(--mg2-red); }
.mg2-copycenter-card__meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: auto; }
.mg2-copycenter-card__meta > span { min-width: 0; display: grid; gap: 4px; }
.mg2-copycenter-card__meta small { color: #9d938e; font-size: 8px; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; }
.mg2-copycenter-card__meta strong { overflow-wrap: anywhere; font-size: 11px; line-height: 1.35; }
.mg2-copycenter-card__link { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-top: 16px; color: var(--mg2-ink); font-size: 11px; font-weight: 800; text-decoration: none; }
.mg2-copycenter-card__link i { color: var(--mg2-red); transition: transform .18s ease; }.mg2-copycenter-card__link:hover { color: var(--mg2-red); }.mg2-copycenter-card__link:hover i { transform: translateX(3px); }
.mg2-copycenter-empty { min-height: 290px; display: grid; justify-items: center; align-content: center; padding: 34px; border: 1px dashed #dfd7d3; border-radius: 22px; background: #fff; text-align: center; }
.mg2-copycenter-empty[hidden] { display: none !important; }
.mg2-copycenter-empty > span { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; background: #fff0ec; color: var(--mg2-red); font-size: 25px; }.mg2-copycenter-empty h3 { margin: 16px 0 7px; font: 700 21px/1.2 "MG2 Sora",sans-serif; }.mg2-copycenter-empty p { margin: 0 0 18px; color: var(--mg2-muted); font-size: 12px; }
.mg2-copycenter-pagination { margin-top: 24px; }
.mg2-copycenter-help { padding: 18px 0 54px; }
.mg2-copycenter-help__panel { min-height: 164px; display: grid; grid-template-columns: 72px minmax(0,1fr) auto; align-items: center; gap: 25px; padding: 30px 34px; border: 1px solid #ffd6cd; border-radius: 24px; background: linear-gradient(110deg,#fff0eb,#fff 55%,#ffe9e2); box-shadow: 0 13px 32px rgba(55,38,31,.045); }
.mg2-copycenter-help__panel > span { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 20px; background: var(--mg2-red); color: #fff; font-size: 29px; box-shadow: 0 10px 22px rgba(255,46,34,.18); }
.mg2-copycenter-help h2 { margin: 0 0 7px; font: 700 clamp(24px,2.4vw,34px)/1.2 "MG2 Sora",sans-serif; letter-spacing: -.9px; }.mg2-copycenter-help p { margin: 0; color: #645c58; font-size: 13px; }

@media (max-width: 1180px) {
    .mg2-copycenter-hero__panel { grid-template-columns: minmax(0,1fr) 360px; padding: 42px; }.mg2-copycenter-hero h1 { font-size: 56px; }.mg2-copycenter-filter { grid-template-columns: repeat(4,minmax(0,1fr)); }.mg2-copycenter-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
    .mg2-copycenter-hero__panel { aspect-ratio: auto; min-height: 480px; grid-template-columns: minmax(0,1fr) 310px; padding: 38px 32px; }.mg2-copycenter-hero h1 { font-size: 46px; }.mg2-copycenter-hero__copy > p { font-size: 14px; }.mg2-copycenter-hero__visual > img { width: 290px; height: 290px; }.mg2-copycenter-sheet { width: 52px; height: 52px; border-radius: 16px; font-size: 21px; }
    .mg2-copycenter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.mg2-copycenter-help__panel { grid-template-columns: 68px minmax(0,1fr); }.mg2-copycenter-help__panel .mg2-btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 760px) {
    .mg2-copycenter-hero { padding: 18px 0 24px; }.mg2-copycenter-hero__panel { max-height: none; min-height: 0; grid-template-columns: 1fr; padding: 30px 22px 22px; border-radius: var(--mg2-inner-banner-radius); }.mg2-copycenter-hero__panel::before { right: -30%; bottom: -25%; width: 100%; }.mg2-copycenter-hero h1 { margin-bottom: 15px; font-size: 38px; letter-spacing: -2.2px; }.mg2-copycenter-hero__copy > p { margin-bottom: 21px; font-size: 13px; }.mg2-copycenter-hero__actions { display: grid; grid-template-columns: 1fr; }.mg2-copycenter-hero__facts { gap: 12px 17px; margin-top: 20px; }.mg2-copycenter-hero__visual { min-height: 220px; margin-top: 8px; }.mg2-copycenter-hero__visual > img { width: 230px; height: 230px; }.mg2-copycenter-hero__halo { width: 210px; }.mg2-copycenter-sheet { width: 44px; height: 44px; border-radius: 14px; font-size: 18px; }.mg2-copycenter-sheet--one { top: 11%; left: 4%; }.mg2-copycenter-sheet--two { top: 8%; right: 3%; }.mg2-copycenter-sheet--three { right: 7%; bottom: 5%; }
    .mg2-copycenter-categories { padding: 4px 0 24px; }.mg2-copycenter-section-head { align-items: flex-start; }.mg2-copycenter-section-head > div > p,.mg2-copycenter-section-head > a { display: none; }.mg2-copycenter-filter { display: flex; gap: 9px; overflow-x: auto; margin-inline: -24px; padding: 2px 24px 12px; scroll-snap-type: x proximity; scrollbar-width: none; }.mg2-copycenter-filter::-webkit-scrollbar { display: none; }.mg2-copycenter-filter button { flex: 0 0 138px; min-height: 116px; scroll-snap-align: start; padding: 15px; }
    .mg2-copycenter-services { padding: 21px 0 28px; }.mg2-copycenter-toolbar { align-items: stretch; flex-direction: column; gap: 16px; }.mg2-copycenter-toolbar h2 { font-size: 28px; }.mg2-copycenter-search { width: 100%; }.mg2-copycenter-grid { grid-template-columns: 1fr; gap: 11px; }.mg2-copycenter-card { min-height: 0; display: grid; grid-template-columns: 118px minmax(0,1fr); border-radius: 19px; }.mg2-copycenter-card__media { height: auto; min-height: 180px; padding: 9px; }.mg2-copycenter-card__media img { border-radius: 13px; }.mg2-copycenter-card__placeholder { width: 78px; height: 78px; border-width: 8px; border-radius: 23px; font-size: 30px; }.mg2-copycenter-card__category { left: 8px; right: 8px; bottom: 8px; max-width: none; justify-content: center; padding-inline: 6px; font-size: 7px; }.mg2-copycenter-card__body { padding: 17px 15px; }.mg2-copycenter-card h3 { margin-bottom: 13px; font-size: 14px; }.mg2-copycenter-card__meta { grid-template-columns: 1fr; gap: 8px; }.mg2-copycenter-card__link { margin-top: 13px; }
    .mg2-copycenter-help { padding-bottom: 42px; }.mg2-copycenter-help__panel { min-height: 0; grid-template-columns: 54px minmax(0,1fr); gap: 16px; padding: 22px; border-radius: 20px; }.mg2-copycenter-help__panel > span { width: 54px; height: 54px; border-radius: 16px; font-size: 23px; }.mg2-copycenter-help h2 { font-size: 21px; }.mg2-copycenter-help p { font-size: 11px; }.mg2-copycenter-help__panel .mg2-btn { grid-column: 1 / -1; width: 100%; }
}
/* Service category storefront */
.mg2-service-catalog{background:#fff;color:var(--mg2-ink)}
.mg2-category-hero{padding:28px 0 42px}
.mg2-category-hero__inner{position:relative;min-height:390px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr);align-items:center;overflow:hidden;border:1px solid #f1ddd4;border-radius:34px;background:linear-gradient(120deg,#fff 0%,#fff 48%,#fff3ee 100%);box-shadow:0 24px 60px rgba(69,33,19,.08)}
.mg2-category-hero__copy{position:relative;z-index:2;padding:42px 26px 46px 54px}
.mg2-category-hero .mg2-breadcrumbs{margin:0 0 30px}
.mg2-category-hero h1{margin:0;color:#ef2d24;font-size:clamp(44px,5vw,78px);font-weight:900;line-height:.95;letter-spacing:-.045em;text-transform:uppercase}
.mg2-category-hero h2{max-width:650px;margin:22px 0 10px;font-size:clamp(25px,2.4vw,38px);font-weight:850;line-height:1.08;letter-spacing:-.025em}
.mg2-category-hero p{max-width:650px;margin:0;color:#655b57;font-size:17px;line-height:1.6}
.mg2-category-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}
.mg2-category-hero__visual{position:relative;align-self:stretch;display:grid;place-items:center;min-height:390px}
.mg2-category-hero__visual:before,.mg2-category-hero__visual:after{content:"";position:absolute;border:1px solid rgba(239,45,36,.16);border-radius:50%}
.mg2-category-hero__visual:before{width:430px;height:430px;right:-90px;bottom:-170px}
.mg2-category-hero__visual:after{width:310px;height:310px;right:-30px;bottom:-115px}
.mg2-category-hero__orb{position:absolute;width:270px;height:270px;border-radius:50%;background:#fff;box-shadow:0 24px 50px rgba(160,62,34,.12)}
.mg2-category-hero__visual img{position:relative;z-index:1;width:min(310px,80%);height:auto;filter:drop-shadow(0 20px 28px rgba(102,39,21,.13))}
.mg2-category-body{padding:12px 0 82px}
.mg2-category-tabs{display:flex;align-items:center;gap:9px;overflow:auto;padding:3px 2px 20px;scrollbar-width:none}
.mg2-category-tabs::-webkit-scrollbar{display:none}
.mg2-category-tabs>span{font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#918780;margin-right:5px}
.mg2-category-tabs a{flex:0 0 auto;display:inline-flex;align-items:center;min-height:44px;padding:0 19px;border:1px solid #e9e2df;border-radius:14px;background:#fff;color:#282321;font-weight:750;text-decoration:none;box-shadow:0 6px 16px rgba(48,30,22,.04);transition:.2s ease}
.mg2-category-tabs a:hover{border-color:#ef2d24;color:#ef2d24;transform:translateY(-1px)}
.mg2-category-body__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:20px 0 26px}
.mg2-category-body__head h2{margin:0;font-size:clamp(30px,3.1vw,46px);font-weight:900;letter-spacing:-.04em}
.mg2-category-body__head p{margin:7px 0 0;color:#776d68}
.mg2-category-body__head>span{flex:0 0 auto;color:#8b817c;font-size:14px;font-weight:700}
.mg2-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.mg2-product-card{min-width:0;overflow:hidden;border:1px solid #ece5e2;border-radius:26px;background:#fff;box-shadow:0 12px 34px rgba(56,34,24,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.mg2-product-card:hover{transform:translateY(-4px);border-color:#f1b8ad;box-shadow:0 22px 44px rgba(79,39,25,.12)}
.mg2-product-card__media{position:relative;display:grid;place-items:center;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(145deg,#fff8f5,#f5f1ef)}
.mg2-product-card__media img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .35s ease}
.mg2-product-card:hover .mg2-product-card__media img{transform:scale(1.035)}
.mg2-product-card__media>span{position:absolute;top:15px;left:15px;padding:7px 11px;border-radius:9px;background:#ef2d24;color:#fff;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.mg2-product-card__body{display:flex;flex-direction:column;min-height:220px;padding:22px}
.mg2-product-card__body h3{margin:0;font-size:21px;font-weight:850;line-height:1.2;letter-spacing:-.02em}
.mg2-product-card__body h3 a{color:#221e1c;text-decoration:none}
.mg2-product-card__body p{margin:10px 0 0;color:#746b67;font-size:14px;line-height:1.5}
.mg2-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px}
.mg2-product-card__meta strong{font-size:22px;color:#ef2d24;font-weight:900}
.mg2-product-card__meta span{display:inline-flex;align-items:center;gap:5px;color:#6c625d;font-size:13px;font-weight:700}
.mg2-product-card__link{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding-top:15px;border-top:1px solid #eee8e5;color:#26211f;font-size:14px;font-weight:800;text-decoration:none}
.mg2-product-card__link i{color:#ef2d24;transition:transform .2s ease}
.mg2-product-card__link:hover{color:#ef2d24}.mg2-product-card__link:hover i{transform:translateX(3px)}
.mg2-catalog-empty{padding:72px 24px;text-align:center;border:1px dashed #efc5bc;border-radius:26px;background:#fff8f5}.mg2-catalog-empty>i{font-size:44px;color:#ef2d24}.mg2-catalog-empty h2{margin:14px 0 5px}.mg2-catalog-empty p{margin:0;color:#746b67}
.mg2-pagination{display:flex;justify-content:center;margin-top:36px}

/* Shared visual treatment for the large print and ceramic configurators */
.mg2-configurator-page{background:#fff;padding:30px 0 72px}
.mg2-configurator-page>.py-4{padding-top:0!important}
.mg2-configurator-page .container-xxl{max-width:1320px}
.mg2-configurator-page .container-xxl>h1{margin:0 0 8px;font-size:clamp(36px,4vw,58px);font-weight:900;letter-spacing:-.04em;color:#211d1b}
.mg2-configurator-page .breadcrumb{margin-bottom:24px!important;font-size:13px}.mg2-configurator-page .breadcrumb a{color:#7c726d;text-decoration:none}.mg2-configurator-page .breadcrumb-item.active{color:#ef2d24}
.mg2-configurator-page>.py-4>.container-xxl>.card{overflow:visible;border:1px solid #eee4df!important;border-radius:30px!important;background:linear-gradient(145deg,#fff,#fffaf8);box-shadow:0 22px 55px rgba(56,31,21,.08)}
.mg2-configurator-page>.py-4>.container-xxl>.card>.card-body{padding:30px!important}
.mg2-configurator-page .shop-img2{overflow:hidden;border:1px solid #eee6e2;border-radius:24px;background:#fff}
.mg2-configurator-page .shop-img2 img,.mg2-configurator-page .shop-img2 video{width:100%;max-height:650px;object-fit:contain;background:#fff}
.mg2-configurator-page .pp-thumb-btn,.mg2-configurator-page .thumb-btn{border-radius:13px!important;border-color:#e7ddda!important}
.mg2-configurator-page .form-label{font-size:13px;font-weight:800;color:#514946}
.mg2-configurator-page .form-select,.mg2-configurator-page .form-control{min-height:48px;border-radius:13px;border-color:#ded6d2;background-color:#fff;box-shadow:none}
.mg2-configurator-page .form-select:focus,.mg2-configurator-page .form-control:focus{border-color:#ef2d24;box-shadow:0 0 0 3px rgba(239,45,36,.1)}
.mg2-configurator-page .btn-danger{border-color:#ef2d24;background:#ef2d24;box-shadow:0 13px 24px rgba(239,45,36,.18)!important;font-weight:800}
.mg2-configurator-page .btn-outline-secondary{border-color:#ddd4cf;color:#3f3936}.mg2-configurator-page .btn-outline-secondary:hover{border-color:#ef2d24;background:#fff4f0;color:#ef2d24}
.mg2-configurator-page #timing-cards>div>label,.mg2-configurator-page .mgx-option-card{border-radius:16px!important}
.mg2-configurator-page .shop-content2,.mg2-configurator-page .why-order-items,.mg2-configurator-page .accordion4{max-width:1260px;margin-left:auto;margin-right:auto}
.mg2-configurator-page .ibt-section-gapTop{padding-top:70px}
.mg2-configurator-page .sec-title{max-width:1260px;margin:0 auto 24px}
.mg2-configurator-page .sec-title .title{margin:0!important;font-size:clamp(30px,3.6vw,48px)!important;font-weight:900!important;line-height:1.05!important;letter-spacing:-.035em!important;color:#211d1b!important;text-transform:none!important}
.mg2-configurator-page .sec-title .title span{letter-spacing:-.035em!important;margin:0!important}
.mg2-configurator-page .shop-content2{padding:28px!important;border:1px solid #eee5e1;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(56,34,24,.06);font-size:16px;line-height:1.7}
.mg2-configurator-page .why-order-card{height:100%;padding:25px;border:1px solid #eee5e1;border-radius:21px;background:#fff;box-shadow:0 12px 30px rgba(56,34,24,.06)}
.mg2-configurator-page .why-order-icon{color:#ef2d24!important}.mg2-configurator-page .why-order-icon img{max-width:70px;max-height:70px;object-fit:contain}
.mg2-configurator-page .accordion-item{overflow:hidden;border-color:#ece3df!important;border-radius:17px!important;margin-bottom:10px!important}.mg2-configurator-page .accordion-button{font-weight:800}.mg2-configurator-page .accordion-button:not(.collapsed){color:#d9251d;background:#fff5f2;box-shadow:none}

@media(max-width:991.98px){
  .mg2-category-hero__inner{grid-template-columns:1fr minmax(260px,.55fr);min-height:350px}.mg2-category-hero__copy{padding:34px 10px 36px 34px}.mg2-category-hero__visual{min-height:350px}.mg2-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767.98px){
  .mg2-category-hero{padding:16px 0 28px}.mg2-category-hero__inner{display:block;min-height:0;border-radius:24px}.mg2-category-hero__copy{padding:25px 20px 28px}.mg2-category-hero .mg2-breadcrumbs{margin-bottom:22px}.mg2-category-hero h1{font-size:42px}.mg2-category-hero h2{font-size:24px}.mg2-category-hero p{font-size:15px}.mg2-category-hero__visual{position:absolute;right:-40px;bottom:-45px;width:190px;min-height:190px;opacity:.18}.mg2-category-hero__actions{position:relative;z-index:2}.mg2-category-hero__actions .mg2-btn{width:100%}.mg2-category-body{padding-bottom:52px}.mg2-category-body__head{align-items:start;margin-top:10px}.mg2-category-body__head>span{display:none}.mg2-product-grid{grid-template-columns:1fr;gap:16px}.mg2-product-card{display:grid;grid-template-columns:132px minmax(0,1fr);border-radius:20px}.mg2-product-card__media{height:100%;min-height:210px;aspect-ratio:auto}.mg2-product-card__media img{padding:10px}.mg2-product-card__media>span{top:9px;left:9px;font-size:9px}.mg2-product-card__body{min-height:210px;padding:17px}.mg2-product-card__body h3{font-size:18px}.mg2-product-card__body p{display:none}.mg2-product-card__meta{align-items:flex-start;flex-direction:column;gap:4px;padding-top:12px}.mg2-product-card__meta strong{font-size:19px}.mg2-product-card__link{font-size:13px}.mg2-configurator-page{padding-top:18px}.mg2-configurator-page>.py-4>.container-xxl>.card>.card-body{padding:16px!important}.mg2-configurator-page>.py-4>.container-xxl>.card{border-radius:22px!important}.mg2-configurator-page .container-xxl>h1{font-size:34px}
}
@media(max-width:420px){.mg2-product-card{grid-template-columns:112px minmax(0,1fr)}.mg2-product-card__body{padding:14px}.mg2-product-card__body h3{font-size:16px}.mg2-product-card__link{font-size:12px}}
