.banner-section{overflow: hidden;}
.banner-section .banner-container__box{position: relative;}
.banner-section .swiper-pagination-bullet{width: 10px;height: 10px;transition: width 0.2s ease-in-out;}
.banner-section .swiper-pagination-bullet-active{width: 20px;border-radius: 5px;border-color: var(--bs-theme-color);}

.xy-category-section {padding: 4.25rem 0;background: #ffffff;}
.xy-category-section__intro {margin-bottom: 3.25rem;text-align: center;}
.xy-category-section__title {color: #101828;font-size: clamp(2rem, 2.4vw, 2.375rem);font-weight: 600;line-height: 1.15;}
.xy-category-section__subtitle {margin-top: 1.0625rem;color: #4a5565;font-size: clamp(1rem, 1.2vw, 1.1875rem);line-height: 1.58;}
.xy-category-card {height: 100%;border: 1px solid #e5e7eb;border-radius: 0.9375rem;background: #ffffff;overflow: hidden;}
.xy-category-card__media {position: relative;display: block;overflow: hidden;}
.xy-category-card__media::after {content: "";position: absolute;inset: 0;background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 46%);pointer-events: none;}
.xy-category-card__image {width: 100%;height: 100%;object-fit: cover;transition: transform 0.35s ease;}
.xy-category-card:hover .xy-category-card__image {transform: scale(1.03);}
.xy-category-card--large .xy-category-card__media {aspect-ratio: 836 / 470;}
.xy-category-card--small .xy-category-card__media {aspect-ratio: 548 / 308;}
.xy-category-card__overlay {position: absolute;right: 0.8125rem;bottom: 0.75rem;left: 0.8125rem;z-index: 1;display: flex;align-items: center;gap: 0.5625rem;}
.xy-category-card__badge {display: inline-flex;flex: 0 0 auto;align-items: center;justify-content: center;width: 2.6875rem;height: 2.6875rem;border-radius: 999px;background: rgba(255, 255, 255, 0.2);backdrop-filter: blur(4px);}
.xy-category-card__badge img {width: 1.25rem;height: 1.25rem;}
.xy-category-card__heading {color: #ffffff;font-size: 1.1875rem;font-weight: 600;line-height: 1.3;}
.xy-category-card__text {padding: 0.875rem 0.875rem 0.9375rem;color: #4a5565;font-size: 1.0625rem;line-height: 1.53;display: block;}
.xy-hot-products {padding: 4rem 0 4.5rem;background: #eeeeee;}
.xy-hot-products__intro {margin-bottom: 3rem;text-align: center;}
.xy-hot-products__title {color: #101828;font-size: clamp(2rem, 2.4vw, 2.375rem);font-weight: 600;line-height: 1.15;}
.xy-hot-products__subtitle {margin-top: 1.0625rem;color: #4a5565;font-size: clamp(1rem, 1.2vw, 1.1875rem);line-height: 1.58;}
.xy-hot-product-card {height: 100%;border: 1px solid #e5e7eb;border-radius: 0.9375rem;background: #ffffff;overflow: hidden;}
.xy-hot-product-card__media {display: flex;align-items: center;justify-content: center;aspect-ratio: 1 / 1;padding: 1rem;background: #ffffff;}
.xy-hot-product-card__media:hover img{transform: scale(1.08);}
.xy-hot-product-card__media img {width: 100%;height: 100%;object-fit: contain;}
.xy-hot-product-card__body {display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 7.25rem;padding: 1rem 1rem 1.125rem;border-top: 1px solid #e5e7eb;text-align: center;}
.xy-hot-product-card__title {color: #101828;font-size: 1.1875rem;font-weight: 600;line-height: 1.45;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.xy-hot-product-card__button {min-width: 12.5rem;margin-top: 0.875rem;border: 0;border-radius: 0.6875rem;background: #0096d6;padding: 0.3125rem 0.8125rem;color: #ffffff;font-size: 0.8125rem;font-weight: 500;line-height: 1.3;}
.xy-hot-product-card__button:hover,
.xy-hot-product-card__button:focus {background: #0087c1;}
.xy-about-section {padding: 4.25rem 0 0;background: #ffffff;}
.xy-about-section__top {display: grid;grid-template-columns: minmax(0, 826px) minmax(0, 1fr);align-items: start;gap: 2rem;}
.xy-about-section__visual{overflow: hidden;border-radius: 0.9375rem;}
.xy-about-section__visual:hover img{transform: scale(1.08);}
.xy-about-section__visual img {width: 100%;border-radius: 0.9375rem;box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);}
.xy-about-section__content {padding-top: 8.8125rem;}
.xy-about-section__title {color: #101828;font-size: clamp(2rem, 2.4vw, 2.375rem);font-weight: 600;line-height: 1.15;}
.xy-about-section__text {max-width: 49.4375rem;margin-top: 1.625rem;color: #4a5565;font-size: 1.1875rem;line-height: 1.58;}
.xy-about-section__link {display: inline-flex;align-items: center;gap: 0.5rem;margin-top: 1.125rem;color: #0096d6;font-size: 1.0625rem;font-weight: 500;line-height: 1.53;}
.xy-about-section__link:hover {transform: translateX(8px);}
.xy-about-section__link img {width: 1.25rem;height: 1.25rem;}
.xy-about-section__stats {margin-top: 4.25rem;border-top: 1px solid #e5e7eb;padding: 3.1875rem 0 4.25rem;}
.xy-about-section__stats-title {text-align: center;color: #101828;font-size: clamp(1.75rem, 2vw, 2rem);font-weight: 600;line-height: 1.2;}
.xy-about-section__stats .row {margin-top: 2.75rem;}
.xy-stat-card {text-align: center;}
.xy-stat-card__value {color: #0096d6;font-size: clamp(2.75rem, 4.2vw, 4rem);font-weight: 500;line-height: 1;}
.xy-stat-card__label {margin-top: 0.5625rem;color: #4a5565;font-size: 1.1875rem;line-height: 1.58;}
.xy-why-section {padding: 5.375rem 0;background: #eeeeee;}
.xy-why-section__intro {text-align: center;}
.xy-why-section__title {color: #101828;font-size: clamp(2rem, 2.4vw, 2.375rem);font-weight: 600;line-height: 1.15;}
.xy-why-section__subtitle {margin-top: 1.0625rem;color: #4a5565;font-size: clamp(1rem, 1.2vw, 1.1875rem);line-height: 1.58;}
.xy-why-section__body {display: grid;grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);align-items: center;gap: 1.5rem;margin-top: 3rem;}
.xy-why-section__cards {display: grid;gap: 1.625rem;}
.xy-why-card {display: flex;align-items: flex-start;gap: 1.0625rem;border-radius: 0.9375rem;background: #ffffff;box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);padding:1.4375rem 1.5625rem;}
.xy-why-card__icon {display: inline-flex;flex: 0 0 auto;align-items: center;justify-content: center;width: 3.75rem;height: 3.75rem;border-radius: 0.6875rem;background: #f3f4f6;}
.xy-why-card__icon img {width: 1.75rem;height: 1.75rem;}
.xy-why-card__content {flex: 1 1 auto;}
.xy-why-card__title {color: #101828;font-size: 1.3125rem;font-weight: 500;line-height: 1.43;}
.xy-why-card__text {margin-top: 0.5625rem;color: #4a5565;font-size: 1.0625rem;line-height: 1.53;}
.xy-why-section__visual img {width: 100%;border-radius: 1.0625rem;box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);}
.xy-section {position: relative;padding: 5.5rem 0;}
.xy-section--light {background: #f7fbfe;}
.xy-section--white {background: #ffffff;}
.xy-section__head {display: flex;align-items: end;justify-content: space-between;gap: 1.5rem;margin-bottom: 2rem;}
.xy-copy__eyebrow {display: inline-block;margin-bottom: 0.75rem;color: #0096d6;font-size: 0.875rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;}
.xy-copy__title {max-width: 40rem;color: #101828;font-size: clamp(2rem, 3vw, 2.875rem);font-weight: 700;line-height: 1.15;}
.xy-copy__text {max-width: 34rem;margin-top: 1rem;color: #475467;font-size: 1rem;line-height: 1.8;}
.xy-copy--center {text-align: center;margin-bottom: 2rem;}
.xy-copy--center .xy-copy__title,
.xy-copy--center .xy-copy__text {margin-right: auto;margin-left: auto;}
.xy-form-section {padding: 8.625rem 0 7.375rem;background: #ffffff;}
.xy-form-section__intro {margin-bottom: 3.125rem;text-align: center;}
.xy-form-section__title {color: #101828;font-size: clamp(2rem, 2.4vw, 2.375rem);font-weight: 600;line-height: 1.15;}
.xy-form-section__text {max-width: 49.4375rem;margin-top: 1.625rem;color: #4a5565;font-size: 1.1875rem;line-height: 1.58;}
.xy-form__box{padding: 2.125rem;border-radius: 15px;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);}
.xy-form {margin-top: 18px;}
.xy-form__label {display: block;margin-bottom: 6px;color: #77797e;font-size: 14px;font-weight: 600;}
.xy-form__control {min-height: 44px;border: 1px solid #d1d5dc;border-radius: 4px;color: #0a0a0a;font-size: 14px;box-shadow: none;}
.xy-form__control::placeholder {color: rgba(10, 10, 10, 0.5);}
.xy-form__control:focus {border-color: var(--xy-color-primary);box-shadow: 0 0 0 0.2rem rgba(0, 140, 69, 0.12);}
.xy-form textarea.xy-form__control--textarea {min-height: 146px;resize: vertical;}
.xy-form__submit {width: 100%;}

@media (max-width: 1200px) {
  .xy-category-section__intro {margin-bottom: 2.5rem;}
  .xy-hot-products__intro {margin-bottom: 2.5rem;}
  .xy-about-section__content {padding-top: 4rem;}
  .xy-about-section__stats {margin-top: 3.5rem;padding-bottom: 3.5rem;}
  .xy-why-section__body {grid-template-columns: minmax(0, 1fr) minmax(320px, 700px);}
}
@media (max-width: 992px) {
  .xy-section__head {flex-direction: column;align-items: flex-start;}
  .xy-social {gap: 0.875rem;}
  .xy-category-section {padding: 3rem 0;}
  .xy-hot-products {padding: 3.5rem 0 4rem;}
  .xy-about-section {padding-top: 3.5rem;}
  .xy-about-section__top {grid-template-columns: 1fr;}
  .xy-about-section__content {padding-top: 0;}
  .xy-about-section__text {max-width: none;font-size: 1rem;}
  .xy-about-section__stats {margin-top: 3rem;padding: 2.75rem 0 3.5rem;}
  .xy-about-section__stats-title {font-size: 1.75rem;}
  .xy-stat-card__label {font-size: 1rem;}
  .xy-why-section {padding: 4.25rem 0;}
  .xy-why-section__body {grid-template-columns: 1fr;}
  .xy-why-section__visual {order: -1;}
  .xy-why-card__title {font-size: 1.1875rem;}
  .xy-why-card__text {font-size: 1rem;}
  .xy-category-card__heading {font-size: 1.0625rem;}
  .xy-category-card__text {font-size: 0.95rem;}
  .xy-hot-product-card__title {font-size: 1.05rem;}
  .xy-hot-product-card__button {min-width: 10.5rem;}
  .xy-section {padding: 4.5rem 0;}
}
@media (max-width: 768px) {
  .xy-category-section__intro {margin-bottom: 2rem;}
  .xy-category-card__overlay {right: 0.75rem;bottom: 0.6875rem;left: 0.75rem;}
  .xy-category-card__badge {width: 2.375rem;height: 2.375rem;}
  .xy-category-card__heading {font-size: 1rem;}
  .xy-hot-products__intro {margin-bottom: 2rem;}
  .xy-about-section__text {margin-top: 1.25rem;}
  .xy-about-section__stats {margin-top: 2.5rem;padding: 2.25rem 0 3rem;}
  .xy-about-section__stats .row {margin-top: 2rem;}
  .xy-stat-card__value {font-size: 3rem;}
  .xy-why-section {padding: 3.75rem 0;}
  .xy-why-section__body {margin-top: 2.25rem;}
  .xy-why-section__cards {gap: 1rem;}
  .xy-why-card {padding: 1.125rem;}
  .xy-why-card__icon {width: 3.25rem;height: 3.25rem;}
  .xy-why-card__title {font-size: 1.0625rem;}
  .xy-why-card__text {font-size: 0.95rem;}
  .xy-hot-product-card__body {min-height: 6.5rem;padding: 0.875rem;}
  .xy-hot-product-card__title {font-size: 0.95rem;}
  .xy-hot-product-card__button {min-width: 9.25rem;margin-top: 0.75rem;}
  .xy-section {padding: 3.75rem 0;}
  .xy-form-section {padding: 3.75rem 0;}
  
}
@media (max-width: 576px) {
  .xy-category-section {padding: 2rem 0;}
  .xy-hot-products {padding: 2.75rem 0 3rem;}
  .xy-about-section {padding-top: 2.75rem;}
  .xy-category-section__title {font-size: 1.75rem;}
  .xy-category-section__subtitle {margin-top: 0.75rem;font-size: 0.9375rem;line-height: 1.5;}
  .xy-category-card {border-radius: 0.75rem;}
  .xy-category-card__text {padding: 0.75rem;font-size: 0.9rem;}
  .xy-hot-products__title {font-size: 1.75rem;}
  .xy-hot-products__subtitle {margin-top: 0.75rem;font-size: 0.9375rem;line-height: 1.5;}
  .xy-hot-product-card {border-radius: 0.75rem;}
  .xy-hot-product-card__media {padding: 0.875rem;}
  .xy-hot-product-card__title {font-size: 0.9rem;}
  .xy-hot-product-card__button {min-width: 8.5rem;font-size: 0.75rem;}
  .xy-why-section {padding: 3rem 0;}
  .xy-why-section__title {font-size: 1.75rem;}
  .xy-why-section__subtitle {margin-top: 0.75rem;font-size: 0.9375rem;line-height: 1.5;}
  .xy-why-card {gap: 0.875rem;padding: 1rem;}
  .xy-why-card__icon {width: 3rem;height: 3rem;}
  .xy-why-card__icon img {width: 1.5rem;height: 1.5rem;}
  .xy-why-card__title {font-size: 1rem;}
  .xy-why-card__text {font-size: 0.875rem;line-height: 1.5;}
  .xy-about-section__title,
  .xy-about-section__stats-title {font-size: 1.75rem;}
  .xy-about-section__text {font-size: 0.9375rem;line-height: 1.6;}
  .xy-about-section__link {font-size: 0.9375rem;}
  .xy-about-section__stats {padding: 2rem 0 2.75rem;}
  .xy-about-section__stats .row {margin-top: 1.5rem;}
  .xy-stat-card__value {font-size: 2.4rem;}
  .xy-stat-card__label {font-size: 0.9rem;line-height: 1.45;}
  .xy-copy__title {font-size: 1.75rem;}
  .xy-form-section__intro {margin-bottom: 1.25rem;}
  .xy-form-section__title {font-size: 1.75rem;}
  .xy-form-section__subtitle {margin-top: 0.75rem;font-size: 0.9375rem;line-height: 1.5;}
}