@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    margin: 0 auto;
}

body.pandabox-index-page {
    color: #0c0c0f;
    font: 14px "SourceHanSans-Regular", "Microsoft YaHei", Arial, sans-serif;
    background: #fff;
}

body.modal-open {
    overflow: hidden;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #1683d8;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font: inherit;
    cursor: pointer;
}

button,
input {
    background: none;
}

:focus {
    outline: 0;
}

img {
    display: block;
    max-width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.di_bl {
    display: block;
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 24px;
}

.loadtext {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
}

.nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 88px;
    gap: 44px;
}

.logo img {
    width: 210px;
}

.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 52px;
    font-family: "SourceHanSans-Bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: 800;
}

.main-nav a {
    position: relative;
    padding: 12px 0;
}

.main-nav a.active,
.main-nav a:hover {
    color: #1683d8;
}

.main-nav a.active::after,
.main-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    height: 3px;
    background: #1683d8;
    border-radius: 999px;
}

.header-actions {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

.lang-btn,
.login-btn {
    border: 1px solid #eceff3;
    border-radius: 999px;
    background: #fff;
    padding: 12px 18px;
    font-weight: 800;
}

.lang-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    min-width: 114px;
}

.lang-btn img {
    width: 12px;
    height: 12px;
    -webkit-transition: transform .2s ease;
    transition: transform .2s ease;
}

.lang-btn.open img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-btn {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    box-shadow: 0 16px 40px rgba(22, 131, 216, .14);
}

.lang-menu {
    position: absolute;
    top: 54px;
    left: 0;
    display: none;
    min-width: 140px;
    padding: 8px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.lang-menu.open {
    display: grid;
    gap: 4px;
}

.lang-menu button {
    background: transparent;
    padding: 9px 10px;
    border-radius: 10px;
    text-align: left;
}

.lang-menu button:hover {
    background: #eef7ff;
    color: #1683d8;
}

.menu-toggle {
    display: none;
    background: #edf6ff;
    color: #1683d8;
    border-radius: 12px;
    padding: 10px 12px;
}

.hero {
    overflow: hidden;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.hero h1 {
    margin-bottom: 20px;
    font-size: 68px;
    line-height: 1.04;
    font-style: italic;
    letter-spacing: -3px;
    -webkit-animation: slideUp .7s ease both;
    animation: slideUp .7s ease both;
}

.hero h1 span {
    color: #1683d8;
}

.hero p {
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 1.65;
    font-family: "SourceHanSans-Bold", "Microsoft YaHei", Arial, sans-serif;
    font-weight: 800;
    -webkit-animation: slideUp .7s ease .08s both;
    animation: slideUp .7s ease .08s both;
}

.primary-btn,
.submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    padding: 16px 30px;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(22, 131, 216, .14);
}

.hero-art {
    position: relative;
}

.hero-art img {
    width: 100%;
}

.primary-btn {
    -webkit-animation: slideUp .7s ease .16s both;
    animation: slideUp .7s ease .16s both;
}

.feature-strip,
.why-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    padding: 18px 0;
}

.feature-strip {
    margin-top: -60px;
}

.why-strip {
    margin-top: 8px;
}

.feature-strip article,
.why-strip article {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 12px;
    align-items: center;
}

.why-strip article {
    border-right: 1px solid #eceff3;
}

.feature-strip article {
    opacity: 0;
    transform: translateY(18px);
    animation: slideUp .55s ease both;
}

.feature-strip article:nth-child(2) {
    animation-delay: .05s;
}

.feature-strip article:nth-child(3) {
    animation-delay: .1s;
}

.feature-strip article:nth-child(4) {
    animation-delay: .15s;
}

.feature-strip article:nth-child(5) {
    animation-delay: .2s;
}

.feature-strip article:last-child,
.why-strip article:last-child {
    border-right: 0;
}

.feature-strip span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 3px solid #1683d8;
    border-radius: 50%;
    color: #1683d8;
    font-weight: 900;
}

.feature-strip span img {
    width: 30px;
    height: 30px;
}

.feature-strip strong,
.why-strip strong {
    font-size: 18px;
}

.feature-strip small,
.why-strip small {
    color: #6b7280;
    font-weight: 700;
}

.quick-order {
    margin-top: 18px;
}

.order-panel {
    width: 690px;
    max-width: 100%;
    padding: 0 18px 18px;
    border: 1px solid #eceff3;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(30, 30, 30, .06);
}

.order-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    border-bottom: 1px solid #eceff3;
}

.tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    padding: 18px 0 14px;
    color: #252a32;
    font-weight: 900;
    font-size: 18px;
}

.tab img {
    width: 22px;
    height: 22px;
    -webkit-filter: grayscale(1) brightness(0);
    filter: grayscale(1) brightness(0);
}

.tab.active {
    color: #1683d8;
    border-bottom: 3px solid #1683d8;
}

.tab.active img {
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
    opacity: 1;
}

.order-form {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.input-wrap {
    position: relative;
    flex: 1;
}

.input-wrap input {
    width: 100%;
    height: 56px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    padding: 0 58px 0 46px;
    font-size: 16px;
}

.input-wrap input:focus {
    border-color: #1683d8;
    box-shadow: 0 0 0 4px rgba(22, 131, 216, .09);
}

.search-icon {
    position: absolute;
    left: 16px;
    top: 17px;
    width: 22px;
    height: 22px;
    z-index: 1;
}

.camera {
    position: absolute;
    right: 9px;
    top: 8px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-left: 1px solid #eceff3;
    background: #fff;
}

.camera img {
    width: 24px;
    height: 24px;
}

.submit-btn {
    border-radius: 14px;
    padding: 0 24px;
    font-size: 18px;
}

.hot-search {
    margin: 16px 0 0;
    color: #4b5563;
    font-weight: 800;
}

.hot-search a {
    margin-left: 12px;
    color: #6b7280;
}

.hot-search a:hover {
    color: #1683d8;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.promo-card {
    position: relative;
    min-height: 158px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #dcecff;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff 0%, #eef7ff 100%) no-repeat center;
    background-size: 100% 100%;
}

.promo-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.promo-card p {
    margin: 0 0 18px;
    color: #2f3743;
    font-weight: 700;
    line-height: 1.6;
}

.promo-card a {
    display: inline-flex;
    border: 0;
    border-radius: 999px;
    background: #1683d8;
    color: #fff;
    padding: 10px 16px;
    font-weight: 900;
}

.promo-card small {
    color: #1683d8;
    font-weight: 900;
}

.section {
    margin-top: 28px;
}

.section h2,
.section-head h2 {
    position: relative;
    margin: 0 0 18px;
    padding-left: 12px;
    font-size: 22px;
}

.section h2::before,
.section-head h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 24px;
    background: #1683d8;
    border-radius: 99px;
}

.section-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-head a {
    color: #333;
    font-size: 14px;
    font-weight: 800;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.product-card {
    position: relative;
    display: block;
    padding: 14px;
    border: 1px solid #eceff3;
    border-radius: 12px;
    background: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .08);
}

.product-card i {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    background: #1683d8;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.product-card i.new {
    background: #10b981;
}

.product-card img {
    height: 132px;
    width: 100%;
    object-fit: contain;
}

.product-card h3 {
    min-height: 46px;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.45;
    color: #0c0c0f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-card strong {
    color: #1683d8;
    font-size: 18px;
}

.product-card span {
    color: #8a93a0;
    font-size: 12px;
}

.coupon-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.coupon {
    min-height: 142px;
    padding: 18px 20px;
    text-align: center;
    border: 1px solid #dcecff;
    border-radius: 12px;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 58%);
    box-shadow: inset 0 0 20px rgba(22, 131, 216, .045), 0 3px 10px rgba(21, 152, 242, .03);
}

.coupon strong {
    color: #1683d8;
    font-size: 30px;
}

.coupon p {
    color: #394150;
    line-height: 1.55;
}

.coupon span {
    font-size: 16px;
    font-weight: 800;
}

.coupon button {
    border: 1px solid #1683d8;
    border-radius: 999px;
    background: #fff;
    color: #1683d8;
    padding: 7px 18px;
    font-weight: 900;
    margin-top: 5px;
}

.coupon.claimed {
    background: #eef7ff;
    opacity: .78;
}

.coupon.claimed button {
    background: #1683d8;
    color: #fff;
}

.coupon > img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
    filter: brightness(0) saturate(100%) invert(38%) sepia(97%) saturate(3335%) hue-rotate(176deg) brightness(102%) contrast(104%);
}

.flow-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 18px;
    border: 1px solid #eceff3;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(30, 30, 30, .04);
}

.flow-list article {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 8px;
    align-items: center;
}

.flow-list article:not(:last-child)::after {
    content: ">";
    position: absolute;
    right: 18px;
    color: #9aa3af;
}

.flow-list span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
}

.flow-list span img {
    width: 44px;
    height: 44px;
}

.flow-list small {
    color: #6b7280;
}

.why-strip article {
    grid-template-columns: 46px 1fr;
    padding: 0 26px;
}

.why-strip span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
}

.why-strip span img {
    width: 40px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.info-grid article {
    position: relative;
    min-height: 136px;
    padding: 22px;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.info-grid h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.info-grid p {
    margin: 0 0 18px;
    color: #4b5563;
    font-weight: 700;
}

.store-row button {
    border: 0;
    border-radius: 6px;
    background: #111;
    color: #fff;
    font-weight: 900;
    width: 30%;
    margin-right: 10px;
}

.store-row button > img {
    width: 100%;
}

.social-row,
.avatar-row {
    display: flex;
    gap: 12px;
}

.avatar-row {
    gap: 10px;
    justify-content: center;
}

.social-row span {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.social-row span > img {
    width: 100%;
}

.avatar-row span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 42px;
    background: linear-gradient(135deg, #1ed760, #0ea5e9);
    border-radius: 5px;
    overflow: hidden;
}

.avatar-row span > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.join-btn {
    border: 0;
    border-radius: 999px;
    background: #1683d8;
    color: #fff;
    padding: 5px 25px;
    font-weight: 900;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
}

.trust-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 28px;
    padding: 18px 0;
    border: 1px solid #eceff3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(30, 30, 30, .04);
}

.trust-bar article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    padding: 0 22px;
    border-right: 1px solid #eceff3;
}

.trust-bar article:last-child {
    border-right: 0;
}

.trust-bar span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
}

.trust-bar span img {
    width: 38px;
    height: 38px;
}

.trust-bar strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.trust-bar small {
    color: #6b7280;
    font-weight: 700;
    line-height: 1.4;
}

.site-footer {
    margin-top: 26px;
    padding: 34px 0 20px;
    border-top: 1px solid #eceff3;
    background: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr) 1.7fr;
    gap: 30px;
}

.footer-brand img {
    width: 185px;
}

.footer-brand > p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #6b7280;
}

.footer-grid h4 {
    margin: 0 0 14px;
    font-size: 15px;
}

.footer-grid a {
    display: block;
    margin: 10px 0;
    color: #4b5563;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    justify-content: center;
}

.footer-social span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.footer-social span > img {
    width: 100%;
}

.contact {
    min-width: 330px;
}

.contact-main {
    display: grid;
    grid-template-columns: 1fr 128px;
    gap: 22px;
    align-items: start;
}

.contact-list {
    display: grid;
    gap: 15px;
}

.contact-list p {
    position: relative;
    margin: 0;
    padding-left: 36px;
    color: #384252;
    line-height: 1.35;
}

.contact-list b {
    display: block;
    font-size: 15px;
}

.contact-list small {
    display: block;
    margin-top: 4px;
    color: #6b7280;
    font-weight: 700;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
}

.qr-box {
    text-align: center;
}

.qr-box h4 {
    margin: 0 0 8px;
    font-size: 18px;
}

.qr-box img {
    width: 128px;
    margin: 0;
    border: 1px solid #eceff3;
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
}

.company-info {
    margin-top: 18px;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
}

.company-info p {
    margin: 2px 0;
}

.copyright {
    margin-top: 30px;
    padding-top: 16px;
    border-top: 1px solid #eceff3;
    color: #7b8491;
    font-size: 12px;
    line-height: 2;
}

.back-top {
    position: fixed;
    right: 22px;
    bottom: 26px;
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #1683d8;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 16px 40px rgba(22, 131, 216, .14);
}

.back-top.show {
    display: block;
}

.toast {
    position: fixed;
    left: 50%;
    bottom: 34px;
    z-index: 1000;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    padding: 12px 20px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    transition: .25s ease;
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: none;
    place-items: center;
    padding: 22px;
    background: rgba(17, 24, 39, .54);
    backdrop-filter: blur(10px);
}

.modal.open {
    display: grid;
}

.modal-card {
    position: relative;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    width: min(720px, 100%);
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
    animation: modalIn .25s ease both;
}

.modal-close {
    position: absolute;
    right: 16px;
    top: 14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef7ff;
    color: #1683d8;
    font-size: 24px;
}

.modal-art {
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #dcecff, #1598f2);
}

.modal-art img {
    width: 60%;
}

.modal-content {
    padding: 44px 36px 34px;
}

.modal-content h2 {
    margin: 0 0 8px;
    font-size: 30px;
}

.modal-content p {
    margin: 0 0 20px;
    color: #6b7280;
    font-weight: 700;
}

.auth-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eef7ff;
}

.auth-switch button {
    border: 0;
    border-radius: 999px;
    background: transparent;
    padding: 10px;
    font-weight: 900;
}

.auth-switch button.active {
    background: #1683d8;
    color: #fff;
}

.auth-form {
    display: grid;
    gap: 14px;
}

.auth-form label {
    display: grid;
    gap: 8px;
    color: #303846;
    font-weight: 800;
}

.auth-form input {
    height: 48px;
    border: 1px solid #eceff3;
    border-radius: 12px;
    padding: 0 14px;
    outline: none;
}

.auth-form input:focus {
    border-color: #1683d8;
    box-shadow: 0 0 0 4px rgba(22, 131, 216, .09);
}

.auth-submit {
    height: 50px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1683d8, #1598f2);
    color: #fff;
    font-weight: 900;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes modalIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1320px) {
    .container {
        width: calc(100% - 40px);
    }

    .main-nav {
        gap: 28px;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .nav-wrap {
        height: auto;
        min-height: 74px;
        flex-wrap: wrap;
        gap: 16px;
        padding: 14px 0;
    }

    .menu-toggle {
        display: block;
        margin-left: auto;
    }

    .main-nav {
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        gap: 0;
        background: #fff;
        border: 1px solid #eceff3;
        border-radius: 16px;
        padding: 10px 18px;
    }

    .main-nav.open {
        display: flex;
    }

    .header-actions {
        flex-basis: 100%;
        justify-content: flex-end;
    }

    .hero-grid,
    .promo-grid,
    .info-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 48px;
    }

    .feature-strip,
    .why-strip,
    .trust-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .product-grid,
    .coupon-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .flow-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .flow-list article:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 640px) {
    .container {
        width: calc(100% - 24px);
    }

    .logo img {
        width: 168px;
    }

    .hero h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .hero p {
        font-size: 18px;
    }

    .feature-strip,
    .why-strip,
    .trust-bar,
    .product-grid,
    .coupon-grid,
    .flow-list {
        grid-template-columns: 1fr;
    }

    .order-form {
        flex-direction: column;
    }

    .submit-btn {
        height: 52px;
        justify-content: center;
    }

    .contact-main,
    .modal-card {
        grid-template-columns: 1fr;
    }

    .modal-art {
        display: none;
    }
}
