/*
Theme Name: YeloPage
Theme URI: https://yelopage.ir
Author: Yasna System Pasargad
Author URI: https://cerp.ir
Description: A fast, RTL-first commerce experience theme for the YeloPage and CERP ecosystem.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: yelopage
*/

:root {
  --yp-ink: #0b1020;
  --yp-ink-soft: #111a32;
  --yp-ink-lighter: #172442;
  --yp-yellow: #ffd33d;
  --yp-yellow-strong: #f4b900;
  --yp-yellow-soft: #fff3bd;
  --yp-blue: #7190ff;
  --yp-green: #2fd59c;
  --yp-red: #ff6b6b;
  --yp-paper: #f6f7fb;
  --yp-card: #ffffff;
  --yp-text: #172033;
  --yp-muted: #687289;
  --yp-line: #e6e9f0;
  --yp-white: #ffffff;
  --yp-radius-sm: 14px;
  --yp-radius: 22px;
  --yp-radius-lg: 34px;
  --yp-shadow-sm: 0 12px 35px rgba(11, 16, 32, 0.08);
  --yp-shadow: 0 24px 80px rgba(11, 16, 32, 0.14);
  --yp-container: 1180px;
  --yp-transition: 220ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  direction: rtl;
  color: var(--yp-text);
  background: var(--yp-paper);
  font-family: "Vazirmatn", "IRANSansX", "IRANSans", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.yp-menu-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

::selection {
  color: var(--yp-ink);
  background: var(--yp-yellow);
}

.yp-container {
  width: min(calc(100% - 40px), var(--yp-container));
  margin-inline: auto;
}

.yp-sr-only,
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.yp-skip-link:focus {
  position: fixed !important;
  inset: 10px auto auto 10px;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: 10px 16px;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 10px;
}

.yp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 22px;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border: 1px solid var(--yp-yellow);
  border-radius: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(255, 211, 61, 0.23);
  transition: transform var(--yp-transition), box-shadow var(--yp-transition), background var(--yp-transition), border-color var(--yp-transition);
}

.yp-button:hover,
.yp-button:focus-visible {
  color: var(--yp-ink);
  background: #ffe167;
  border-color: #ffe167;
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(255, 211, 61, 0.3);
}

.yp-button--ghost {
  color: var(--yp-white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.yp-button--ghost:hover,
.yp-button--ghost:focus-visible {
  color: var(--yp-white);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.28);
}

.yp-button--light {
  color: var(--yp-ink);
  background: var(--yp-white);
  border-color: var(--yp-white);
  box-shadow: none;
}

.yp-button--dark {
  color: var(--yp-white);
  background: var(--yp-ink);
  border-color: var(--yp-ink);
  box-shadow: none;
}

.yp-button--dark:hover,
.yp-button--dark:focus-visible {
  color: var(--yp-white);
  background: var(--yp-ink-lighter);
  border-color: var(--yp-ink-lighter);
}

.yp-button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.yp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #926d00;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.yp-eyebrow::before {
  width: 9px;
  height: 9px;
  content: "";
  background: var(--yp-yellow-strong);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(244, 185, 0, 0.12);
}

.yp-section {
  position: relative;
  padding: 105px 0;
}

.yp-section--white {
  background: var(--yp-white);
}

.yp-section--dark {
  color: var(--yp-white);
  background:
    radial-gradient(circle at 15% 20%, rgba(113, 144, 255, 0.16), transparent 31%),
    radial-gradient(circle at 87% 70%, rgba(255, 211, 61, 0.1), transparent 28%),
    var(--yp-ink);
}

.yp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 52px;
}

.yp-section-heading--center {
  display: block;
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.yp-section-heading h2 {
  margin-bottom: 0;
  color: var(--yp-text);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.yp-section--dark .yp-section-heading h2,
.yp-section--dark .yp-section-heading p {
  color: var(--yp-white);
}

.yp-section-heading p {
  margin-bottom: 0;
  color: var(--yp-muted);
  font-size: 18px;
}

.yp-announcement {
  position: relative;
  z-index: 50;
  color: rgba(255, 255, 255, 0.82);
  background: #070b16;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.yp-announcement__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 38px;
}

.yp-announcement strong {
  color: var(--yp-yellow);
}

.yp-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--yp-white);
  font-weight: 800;
}

.yp-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: var(--yp-white);
  background: rgba(11, 16, 32, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: background var(--yp-transition), box-shadow var(--yp-transition);
}

.admin-bar .yp-site-header {
  top: 32px;
}

.yp-site-header.is-scrolled {
  background: rgba(8, 12, 25, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.yp-header-inner {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 30px;
}

.yp-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.yp-brand__mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 13px;
  font-size: 19px;
  font-weight: 1000;
  box-shadow: 0 8px 25px rgba(255, 211, 61, 0.22);
  transform: rotate(-4deg);
}

.yp-brand__mark::after {
  position: absolute;
  inset: 6px;
  content: "";
  border: 1px solid rgba(11, 16, 32, 0.18);
  border-radius: 8px;
}

.yp-brand__text {
  display: grid;
  gap: 1px;
  line-height: 1.05;
}

.yp-brand__text strong {
  color: var(--yp-white);
  font-size: 20px;
  letter-spacing: -0.02em;
}

.yp-brand__text small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yp-primary-nav {
  margin-inline-start: auto;
}

.yp-primary-nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.yp-primary-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 13px;
  color: rgba(255, 255, 255, 0.74);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: color var(--yp-transition), background var(--yp-transition);
}

.yp-primary-nav a:hover,
.yp-primary-nav a:focus-visible,
.yp-primary-nav .current-menu-item > a {
  color: var(--yp-white);
  background: rgba(255, 255, 255, 0.07);
}

.yp-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yp-header-actions .yp-button {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 13px;
}

.yp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: var(--yp-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  cursor: pointer;
}

.yp-menu-toggle span,
.yp-menu-toggle::before,
.yp-menu-toggle::after {
  width: 20px;
  height: 2px;
  content: "";
  background: currentColor;
  border-radius: 99px;
  transition: transform var(--yp-transition), opacity var(--yp-transition);
}

.yp-menu-toggle {
  gap: 5px;
}

.yp-menu-open .yp-menu-toggle span {
  opacity: 0;
}

.yp-menu-open .yp-menu-toggle::before {
  transform: translateY(7px) rotate(45deg);
}

.yp-menu-open .yp-menu-toggle::after {
  transform: translateY(-7px) rotate(-45deg);
}

.yp-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--yp-white);
  background:
    radial-gradient(circle at 13% 18%, rgba(113, 144, 255, 0.21), transparent 30%),
    radial-gradient(circle at 80% 38%, rgba(255, 211, 61, 0.15), transparent 24%),
    linear-gradient(145deg, #0b1020 0%, #101a33 55%, #0b1020 100%);
}

.yp-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.yp-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  gap: 52px;
  align-items: center;
  min-height: 720px;
  padding-block: 76px 92px;
}

.yp-hero__copy {
  max-width: 650px;
}

.yp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.yp-hero__badge i {
  width: 8px;
  height: 8px;
  background: var(--yp-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(47, 213, 156, 0.13);
}

.yp-hero h1 {
  max-width: 780px;
  margin-bottom: 25px;
  color: var(--yp-white);
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 950;
  line-height: 1.13;
  letter-spacing: -0.045em;
}

.yp-hero h1 em {
  position: relative;
  color: var(--yp-yellow);
  font-style: normal;
  white-space: nowrap;
}

.yp-hero h1 em::after {
  position: absolute;
  inset: auto 0 -7px;
  height: 7px;
  content: "";
  opacity: 0.4;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='8' viewBox='0 0 260 8'%3E%3Cpath d='M2 6C63 1 183 1 258 5' fill='none' stroke='%23ffd33d' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.yp-hero__lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.95;
}

.yp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.yp-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 700;
}

.yp-hero__proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.yp-hero__proof svg {
  width: 16px;
  height: 16px;
  color: var(--yp-green);
}

.yp-hero-visual {
  position: relative;
  min-height: 520px;
  perspective: 1400px;
}

.yp-browser {
  position: absolute;
  top: 30px;
  right: 4%;
  width: 92%;
  overflow: hidden;
  color: var(--yp-text);
  background: #f8f9fc;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.42);
  transform: rotateY(-7deg) rotateX(3deg);
}

.yp-browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 45px;
  padding: 0 15px;
  background: #ffffff;
  border-bottom: 1px solid #e7eaf0;
}

.yp-browser__dots {
  display: flex;
  gap: 5px;
  direction: ltr;
}

.yp-browser__dots i {
  width: 8px;
  height: 8px;
  background: #d7dae2;
  border-radius: 50%;
}

.yp-browser__address {
  width: 58%;
  height: 24px;
  margin-inline: auto;
  background: #f1f3f7;
  border-radius: 7px;
}

.yp-shop-preview {
  padding: 18px;
}

.yp-shop-preview__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.yp-shop-preview__logo {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 950;
}

.yp-shop-preview__brand {
  margin-inline-end: auto;
  font-size: 12px;
  font-weight: 900;
}

.yp-shop-preview__mini-action {
  width: 24px;
  height: 24px;
  background: #eceff5;
  border-radius: 8px;
}

.yp-shop-preview__hero {
  display: grid;
  grid-template-columns: 1fr 0.62fr;
  gap: 12px;
  min-height: 154px;
  padding: 19px;
  margin-bottom: 13px;
  overflow: hidden;
  color: var(--yp-white);
  background:
    radial-gradient(circle at 80% 30%, rgba(255, 211, 61, 0.26), transparent 35%),
    linear-gradient(135deg, #17213a, #0b1020);
  border-radius: 18px;
}

.yp-shop-preview__hero h3 {
  max-width: 190px;
  margin-bottom: 7px;
  color: var(--yp-white);
  font-size: 19px;
  line-height: 1.4;
}

.yp-shop-preview__hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
}

.yp-shop-preview__shape {
  position: relative;
  align-self: stretch;
}

.yp-shop-preview__shape::before,
.yp-shop-preview__shape::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.yp-shop-preview__shape::before {
  width: 105px;
  height: 105px;
  inset: 4px 15px auto auto;
  background: linear-gradient(145deg, var(--yp-yellow), #ff8a3d);
  box-shadow: inset 12px 12px 28px rgba(255,255,255,.28), 0 15px 30px rgba(0,0,0,.25);
}

.yp-shop-preview__shape::after {
  width: 42px;
  height: 42px;
  inset: 35px 46px auto auto;
  background: #fff5d0;
  box-shadow: 0 0 0 8px rgba(11,16,32,.16);
}

.yp-shop-preview__categories {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.yp-shop-preview__categories span {
  flex: 0 0 auto;
  padding: 6px 10px;
  color: #687289;
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 99px;
  font-size: 8px;
  font-weight: 800;
}

.yp-shop-preview__categories span:first-child {
  color: var(--yp-ink);
  background: var(--yp-yellow-soft);
  border-color: #f6d95d;
}

.yp-shop-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.yp-mini-product {
  padding: 8px;
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 13px;
}

.yp-mini-product__image {
  position: relative;
  height: 70px;
  margin-bottom: 7px;
  overflow: hidden;
  background: linear-gradient(145deg, #eff2f8, #fff);
  border-radius: 9px;
}

.yp-mini-product__image::before {
  position: absolute;
  width: 44px;
  height: 44px;
  inset: 13px 50% auto auto;
  content: "";
  background: var(--mini-color, #ffd33d);
  border-radius: 50% 46% 48% 42%;
  box-shadow: inset 8px 8px 18px rgba(255,255,255,.34), 0 8px 16px rgba(11,16,32,.13);
  transform: translateX(50%) rotate(-8deg);
}

.yp-mini-product strong {
  display: block;
  margin-bottom: 3px;
  font-size: 8px;
}

.yp-mini-product small {
  color: #7b8498;
  font-size: 7px;
}

.yp-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  color: var(--yp-text);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 15px;
  box-shadow: 0 18px 50px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  animation: yp-float 5s ease-in-out infinite;
}

.yp-floating-card--sync {
  top: 4px;
  left: -3px;
}

.yp-floating-card--order {
  right: -8px;
  bottom: 17px;
  animation-delay: -2.2s;
}

.yp-floating-card__icon {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  color: #087b56;
  background: #dff9ef;
  border-radius: 11px;
}

.yp-floating-card--order .yp-floating-card__icon {
  color: #8d6200;
  background: #fff3c5;
}

.yp-floating-card__icon svg {
  width: 19px;
  height: 19px;
}

.yp-floating-card strong {
  display: block;
  margin-bottom: 1px;
  color: var(--yp-text);
  font-size: 11px;
  line-height: 1.45;
}

.yp-floating-card small {
  display: block;
  color: var(--yp-muted);
  font-size: 8px;
  line-height: 1.4;
}

@keyframes yp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.yp-trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -36px;
}

.yp-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: var(--yp-white);
  border: 1px solid rgba(11, 16, 32, 0.07);
  border-radius: 22px;
  box-shadow: var(--yp-shadow-sm);
}

.yp-trust-item {
  position: relative;
  padding: 25px 28px;
}

.yp-trust-item:not(:last-child)::after {
  position: absolute;
  inset: 24px auto 24px 0;
  width: 1px;
  content: "";
  background: var(--yp-line);
}

.yp-trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: var(--yp-text);
  font-size: 17px;
  line-height: 1.5;
}

.yp-trust-item span {
  color: var(--yp-muted);
  font-size: 12px;
}

.yp-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.yp-ecosystem-card {
  position: relative;
  min-height: 315px;
  padding: 28px;
  overflow: hidden;
  background: var(--yp-white);
  border: 1px solid var(--yp-line);
  border-radius: var(--yp-radius-lg);
  box-shadow: var(--yp-shadow-sm);
  transition: transform var(--yp-transition), box-shadow var(--yp-transition), border-color var(--yp-transition);
}

.yp-ecosystem-card:hover {
  border-color: rgba(113, 144, 255, 0.35);
  box-shadow: var(--yp-shadow);
  transform: translateY(-6px);
}

.yp-ecosystem-card--large {
  grid-column: span 7;
  color: var(--yp-white);
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 211, 61, 0.14), transparent 28%),
    var(--yp-ink);
  border-color: var(--yp-ink);
}

.yp-ecosystem-card--medium {
  grid-column: span 5;
}

.yp-ecosystem-card--third {
  grid-column: span 4;
}

.yp-ecosystem-card__number {
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 48px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 950;
}

.yp-ecosystem-card h3 {
  margin-bottom: 10px;
  color: var(--yp-text);
  font-size: 25px;
  line-height: 1.45;
}

.yp-ecosystem-card--large h3 {
  color: var(--yp-white);
}

.yp-ecosystem-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--yp-muted);
  font-size: 14px;
}

.yp-ecosystem-card--large p {
  color: rgba(255, 255, 255, 0.64);
}

.yp-ecosystem-card__visual {
  position: absolute;
  inset: 23px auto auto 24px;
  width: 34%;
  min-width: 165px;
  aspect-ratio: 1.1;
  pointer-events: none;
}

.yp-ecosystem-card__visual::before,
.yp-ecosystem-card__visual::after {
  position: absolute;
  content: "";
  border-radius: 22px;
}

.yp-ecosystem-card__visual::before {
  inset: 22px 0 0 22px;
  background: linear-gradient(145deg, #263657, #121a2f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(-5deg);
}

.yp-ecosystem-card__visual::after {
  inset: 0 22px 22px 0;
  background:
    linear-gradient(var(--yp-yellow), var(--yp-yellow)) 18px 18px / 42% 8px no-repeat,
    linear-gradient(rgba(255,255,255,.18), rgba(255,255,255,.18)) 18px 38px / 64% 6px no-repeat,
    linear-gradient(135deg, rgba(113,144,255,.3), rgba(255,211,61,.18));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.24);
}

.yp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.yp-feature-card {
  min-height: 215px;
  padding: 25px;
  background: var(--yp-white);
  border: 1px solid var(--yp-line);
  border-radius: var(--yp-radius);
  transition: border-color var(--yp-transition), transform var(--yp-transition), box-shadow var(--yp-transition);
}

.yp-feature-card:hover {
  border-color: rgba(244, 185, 0, 0.38);
  box-shadow: var(--yp-shadow-sm);
  transform: translateY(-4px);
}

.yp-feature-card__icon {
  display: grid;
  width: 47px;
  height: 47px;
  margin-bottom: 28px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow-soft);
  border-radius: 14px;
}

.yp-feature-card:nth-child(3n + 2) .yp-feature-card__icon {
  color: #304a9c;
  background: #e8edff;
}

.yp-feature-card:nth-child(3n + 3) .yp-feature-card__icon {
  color: #087b56;
  background: #e0f9f0;
}

.yp-feature-card__icon svg {
  width: 23px;
  height: 23px;
}

.yp-feature-card h3 {
  margin-bottom: 8px;
  color: var(--yp-text);
  font-size: 18px;
}

.yp-feature-card p {
  margin-bottom: 0;
  color: var(--yp-muted);
  font-size: 13px;
  line-height: 1.85;
}

.yp-workflow {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.yp-workflow__copy h2 {
  margin-bottom: 18px;
  color: var(--yp-white);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.27;
}

.yp-workflow__copy p {
  margin-bottom: 28px;
  color: rgba(255,255,255,.64);
  font-size: 17px;
}

.yp-workflow__list {
  display: grid;
  gap: 14px;
}

.yp-workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
  color: var(--yp-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  transition: background var(--yp-transition), border-color var(--yp-transition), transform var(--yp-transition);
}

.yp-workflow-step:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255,211,61,.24);
  transform: translateX(-5px);
}

.yp-workflow-step__number {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 15px;
  font-weight: 950;
}

.yp-workflow-step strong {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.yp-workflow-step small {
  color: rgba(255,255,255,.53);
  font-size: 11px;
}

.yp-workflow-step svg {
  width: 21px;
  height: 21px;
  color: rgba(255,255,255,.38);
}

.yp-store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.yp-product-card {
  overflow: hidden;
  background: var(--yp-white);
  border: 1px solid var(--yp-line);
  border-radius: var(--yp-radius);
  transition: transform var(--yp-transition), box-shadow var(--yp-transition), border-color var(--yp-transition);
}

.yp-product-card:hover {
  border-color: rgba(113, 144, 255, 0.34);
  box-shadow: var(--yp-shadow);
  transform: translateY(-6px);
}

.yp-product-card__media {
  position: relative;
  display: grid;
  min-height: 245px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.92), transparent 35%),
    linear-gradient(145deg, var(--product-soft, #fff5c8), #f7f8fb);
}

.yp-product-card__media img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 450ms ease;
}

.yp-product-card:hover .yp-product-card__media img {
  transform: scale(1.045);
}

.yp-product-card__shape {
  position: relative;
  width: 138px;
  height: 138px;
  background: var(--product-color, #ffd33d);
  border-radius: 50% 44% 52% 47%;
  box-shadow: inset 22px 18px 30px rgba(255,255,255,.34), 0 26px 45px rgba(11,16,32,.18);
  transform: rotate(-9deg);
}

.yp-product-card__shape::after {
  position: absolute;
  width: 50px;
  height: 50px;
  inset: 44px 44px auto auto;
  content: "";
  background: rgba(255,255,255,.78);
  border-radius: 50%;
  box-shadow: 0 0 0 11px rgba(11,16,32,.08);
}

.yp-product-card__badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 9px;
  color: var(--yp-text);
  background: rgba(255,255,255,.92);
  border-radius: 9px;
  box-shadow: 0 8px 22px rgba(11,16,32,.08);
  font-size: 9px;
  font-weight: 900;
}

.yp-product-card__body {
  padding: 20px;
}

.yp-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
}

.yp-product-card__meta span {
  color: var(--yp-muted);
  font-size: 10px;
}

.yp-product-card__meta strong {
  color: var(--yp-text);
  font-size: 13px;
}

.yp-product-card h3 {
  margin-bottom: 14px;
  color: var(--yp-text);
  font-size: 18px;
  line-height: 1.55;
}

.yp-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.yp-product-card__price {
  display: grid;
  gap: 1px;
}

.yp-product-card__price strong {
  color: var(--yp-text);
  font-size: 15px;
}

.yp-product-card__price small {
  color: var(--yp-muted);
  font-size: 9px;
}

.yp-product-card__add {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 12px;
  transition: transform var(--yp-transition), background var(--yp-transition);
}

.yp-product-card:hover .yp-product-card__add {
  background: #ffe36c;
  transform: rotate(-6deg) scale(1.06);
}

.yp-product-card__add svg {
  width: 18px;
  height: 18px;
}

.yp-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.yp-channel-card {
  position: relative;
  min-height: 390px;
  padding: 28px;
  overflow: hidden;
  color: var(--yp-white);
  background: var(--yp-ink);
  border-radius: var(--yp-radius-lg);
}

.yp-channel-card:nth-child(2) {
  background: linear-gradient(145deg, #233665, #0f172b);
}

.yp-channel-card:nth-child(3) {
  color: var(--yp-text);
  background: var(--yp-yellow);
}

.yp-channel-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 55px;
  place-items: center;
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 15px;
}

.yp-channel-card:nth-child(3) .yp-channel-card__icon {
  color: var(--yp-white);
  background: var(--yp-ink);
}

.yp-channel-card__icon svg {
  width: 24px;
  height: 24px;
}

.yp-channel-card h3 {
  margin-bottom: 10px;
  color: inherit;
  font-size: 25px;
}

.yp-channel-card p {
  margin-bottom: 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.yp-channel-card:nth-child(3) p {
  color: rgba(11,16,32,.66);
}

.yp-channel-card__screen {
  position: absolute;
  width: 54%;
  height: 190px;
  inset: auto auto -42px 22px;
  padding: 14px;
  background: rgba(255,255,255,.95);
  border: 5px solid rgba(255,255,255,.1);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -10px 35px rgba(0,0,0,.15);
  transform: rotate(4deg);
}

.yp-channel-card:nth-child(3) .yp-channel-card__screen {
  background: var(--yp-ink);
  border-color: rgba(11,16,32,.1);
}

.yp-channel-card__screen::before,
.yp-channel-card__screen::after {
  display: block;
  content: "";
  border-radius: 7px;
}

.yp-channel-card__screen::before {
  width: 62%;
  height: 13px;
  margin-bottom: 12px;
  background: var(--yp-yellow);
}

.yp-channel-card__screen::after {
  height: 92px;
  background:
    linear-gradient(90deg, #e9edf5 47%, transparent 47% 53%, #e9edf5 53%) 0 0 / 100% 42px,
    linear-gradient(#e9edf5 44%, transparent 44% 56%, #e9edf5 56%) 0 0 / 100% 100%;
}

.yp-channel-card:nth-child(3) .yp-channel-card__screen::after {
  opacity: .22;
}

.yp-benefit-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  padding: 58px;
  color: var(--yp-white);
  background:
    radial-gradient(circle at 80% 20%, rgba(255,211,61,.15), transparent 28%),
    var(--yp-ink);
  border-radius: 36px;
  box-shadow: var(--yp-shadow);
}

.yp-benefit-band h2 {
  margin-bottom: 14px;
  color: var(--yp-white);
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.3;
}

.yp-benefit-band p {
  margin-bottom: 0;
  color: rgba(255,255,255,.62);
  font-size: 16px;
}

.yp-benefit-list {
  display: grid;
  gap: 12px;
}

.yp-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 15px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 750;
}

.yp-benefit-item svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
  color: var(--yp-green);
}

.yp-faq-grid {
  display: grid;
  grid-template-columns: 0.64fr 1fr;
  gap: 70px;
  align-items: start;
}

.yp-faq-intro {
  position: sticky;
  top: 120px;
}

.yp-faq-intro h2 {
  margin-bottom: 14px;
  color: var(--yp-text);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.3;
}

.yp-faq-intro p {
  color: var(--yp-muted);
}

.yp-faq-list {
  display: grid;
  gap: 12px;
}

.yp-faq-item {
  overflow: hidden;
  background: var(--yp-white);
  border: 1px solid var(--yp-line);
  border-radius: 17px;
}

.yp-faq-item summary {
  position: relative;
  padding: 20px 22px 20px 60px;
  color: var(--yp-text);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.yp-faq-item summary::-webkit-details-marker {
  display: none;
}

.yp-faq-item summary::before,
.yp-faq-item summary::after {
  position: absolute;
  top: 50%;
  left: 23px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--yp-text);
  border-radius: 3px;
  transform: translateY(-50%);
  transition: transform var(--yp-transition);
}

.yp-faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.yp-faq-item[open] summary::after {
  transform: translateY(-50%) rotate(0);
}

.yp-faq-item__answer {
  padding: 0 22px 20px;
  color: var(--yp-muted);
  font-size: 14px;
}

.yp-faq-item__answer p:last-child {
  margin-bottom: 0;
}

.yp-cta {
  position: relative;
  overflow: hidden;
  color: var(--yp-ink);
  background: var(--yp-yellow);
}

.yp-cta::before {
  position: absolute;
  width: 560px;
  height: 560px;
  inset: -260px auto auto -160px;
  content: "";
  background: rgba(255,255,255,.28);
  border-radius: 50%;
}

.yp-cta__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.yp-cta__copy h2 {
  margin-bottom: 15px;
  color: var(--yp-ink);
  font-size: clamp(37px, 4.5vw, 59px);
  line-height: 1.22;
}

.yp-cta__copy p {
  margin-bottom: 0;
  color: rgba(11,16,32,.68);
  font-size: 17px;
}

.yp-lead-form {
  padding: 25px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(128,96,0,.15);
  backdrop-filter: blur(14px);
}

.yp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.yp-field {
  display: grid;
  gap: 7px;
}

.yp-field--full {
  grid-column: 1 / -1;
}

.yp-field label {
  color: var(--yp-text);
  font-size: 11px;
  font-weight: 900;
}

.yp-field input,
.yp-field select,
.yp-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--yp-text);
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(11,16,32,.12);
  border-radius: 12px;
  outline: none;
  transition: border-color var(--yp-transition), box-shadow var(--yp-transition), background var(--yp-transition);
}

.yp-field textarea {
  min-height: 90px;
  resize: vertical;
}

.yp-field input:focus,
.yp-field select:focus,
.yp-field textarea:focus {
  background: var(--yp-white);
  border-color: var(--yp-ink);
  box-shadow: 0 0 0 3px rgba(11,16,32,.08);
}

.yp-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 15px;
}

.yp-form-footer small {
  max-width: 270px;
  color: rgba(11,16,32,.58);
  font-size: 9px;
  line-height: 1.7;
}

.yp-form-message {
  padding: 13px 15px;
  margin-bottom: 15px;
  color: #056544;
  background: #e7fbf3;
  border: 1px solid #b9eedc;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}

.yp-form-message--error {
  color: #9b2c2c;
  background: #fff0f0;
  border-color: #ffcfcf;
}

.yp-honeypot {
  position: absolute !important;
  inset: auto auto auto -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.yp-site-footer {
  color: rgba(255,255,255,.65);
  background: #070b16;
}

.yp-footer-main {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 0.65fr);
  gap: 55px;
  padding-block: 75px 55px;
}

.yp-footer-brand p {
  max-width: 410px;
  margin-top: 18px;
  color: rgba(255,255,255,.5);
  font-size: 13px;
}

.yp-footer-col h3 {
  margin-bottom: 18px;
  color: var(--yp-white);
  font-size: 13px;
}

.yp-footer-col ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.yp-footer-col a {
  color: rgba(255,255,255,.56);
  font-size: 12px;
  transition: color var(--yp-transition);
}

.yp-footer-col a:hover,
.yp-footer-col a:focus-visible {
  color: var(--yp-yellow);
}

.yp-footer-contact {
  display: inline-flex;
  direction: ltr;
  font-weight: 850;
}

.yp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 65px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 10px;
}

.yp-footer-bottom a {
  color: rgba(255,255,255,.74);
}

.yp-content-shell {
  min-height: 60vh;
  padding: 85px 0;
}

.yp-content-card {
  max-width: 900px;
  padding: clamp(28px, 5vw, 60px);
  margin-inline: auto;
  background: var(--yp-white);
  border: 1px solid var(--yp-line);
  border-radius: var(--yp-radius-lg);
  box-shadow: var(--yp-shadow-sm);
}

.yp-content-card h1 {
  color: var(--yp-text);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.3;
}

.yp-entry-content {
  color: #3d4658;
}

.yp-entry-content a {
  color: #365edb;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.yp-entry-content img {
  height: auto;
  border-radius: 18px;
}

.yp-empty-state {
  padding: 70px 25px;
  text-align: center;
}

.yp-empty-state h1 {
  margin-bottom: 12px;
  font-size: clamp(54px, 10vw, 100px);
}

/* Commerce engine compatibility */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--yp-muted);
  font-size: 12px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  width: auto !important;
  padding: 14px;
  margin: 0 !important;
  background: var(--yp-white);
  border: 1px solid var(--yp-line);
  border-radius: var(--yp-radius);
  box-shadow: none;
  transition: transform var(--yp-transition), box-shadow var(--yp-transition);
}

.woocommerce ul.products li.product:hover {
  box-shadow: var(--yp-shadow-sm);
  transform: translateY(-4px);
}

.woocommerce ul.products li.product img {
  border-radius: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--yp-text);
  font-size: 16px;
}

.woocommerce ul.products li.product .price {
  color: var(--yp-text);
  font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  color: var(--yp-ink);
  background: var(--yp-yellow);
  border-radius: 12px;
  font-weight: 850;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: var(--yp-ink);
  background: #ffe36c;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: var(--yp-white);
  border-radius: 14px;
  box-shadow: var(--yp-shadow-sm);
}

@media (max-width: 1080px) {
  .yp-primary-nav a {
    padding-inline: 10px;
    font-size: 12px;
  }

  .yp-hero__inner {
    grid-template-columns: 1fr 430px;
    gap: 25px;
  }

  .yp-hero h1 {
    font-size: 54px;
  }

  .yp-ecosystem-card--large,
  .yp-ecosystem-card--medium {
    grid-column: span 6;
  }

  .yp-ecosystem-card--third {
    grid-column: span 4;
  }

  .yp-footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 30px;
  }
}

@media (max-width: 920px) {
  .admin-bar .yp-site-header {
    top: 46px;
  }

  .yp-header-inner {
    min-height: 68px;
  }

  .yp-menu-toggle {
    display: grid;
    margin-inline-start: auto;
  }

  .yp-header-actions {
    display: none;
  }

  .yp-primary-nav {
    position: fixed;
    inset: 107px 18px auto;
    display: none;
    padding: 14px;
    margin: 0;
    background: rgba(8, 12, 25, .98);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(0,0,0,.32);
  }

  .admin-bar .yp-primary-nav {
    inset-block-start: 153px;
  }

  .yp-menu-open .yp-primary-nav {
    display: block;
  }

  .yp-primary-nav ul {
    display: grid;
    gap: 3px;
  }

  .yp-primary-nav a {
    min-height: 46px;
    padding: 10px 13px;
    font-size: 14px;
  }

  .yp-hero__inner {
    grid-template-columns: 1fr;
    padding-block: 70px 95px;
  }

  .yp-hero__copy {
    max-width: 760px;
    text-align: center;
    margin-inline: auto;
  }

  .yp-hero__badge,
  .yp-hero__actions,
  .yp-hero__proof {
    justify-content: center;
  }

  .yp-hero__lead {
    margin-inline: auto;
  }

  .yp-hero-visual {
    width: min(100%, 610px);
    min-height: 510px;
    margin-inline: auto;
  }

  .yp-section-heading,
  .yp-workflow,
  .yp-benefit-band,
  .yp-faq-grid,
  .yp-cta__inner {
    grid-template-columns: 1fr;
  }

  .yp-section-heading {
    gap: 18px;
  }

  .yp-feature-grid,
  .yp-store-grid,
  .yp-channels {
    grid-template-columns: repeat(2, 1fr);
  }

  .yp-ecosystem-card--large,
  .yp-ecosystem-card--medium,
  .yp-ecosystem-card--third {
    grid-column: span 6;
  }

  .yp-workflow {
    gap: 40px;
  }

  .yp-faq-intro {
    position: static;
  }

  .yp-benefit-band {
    padding: 42px;
  }

  .yp-cta__inner {
    gap: 35px;
  }

  .yp-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .yp-footer-brand {
    grid-column: 1 / -1;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .yp-container {
    width: min(calc(100% - 28px), var(--yp-container));
  }

  .yp-section {
    padding: 76px 0;
  }

  .yp-announcement__inner {
    justify-content: center;
    text-align: center;
  }

  .yp-announcement a {
    display: none;
  }

  .yp-brand__text small {
    display: none;
  }

  .yp-hero {
    min-height: auto;
  }

  .yp-hero__inner {
    min-height: auto;
    padding-block: 60px 80px;
  }

  .yp-hero h1 {
    font-size: 41px;
  }

  .yp-hero__lead {
    font-size: 16px;
  }

  .yp-hero__actions {
    display: grid;
  }

  .yp-hero__actions .yp-button {
    width: 100%;
  }

  .yp-hero__proof {
    display: grid;
    justify-content: start;
    width: max-content;
    margin-inline: auto;
    text-align: right;
  }

  .yp-hero-visual {
    min-height: 400px;
  }

  .yp-browser {
    top: 20px;
    right: 0;
    width: 100%;
    transform: none;
  }

  .yp-shop-preview__hero {
    min-height: 125px;
  }

  .yp-shop-preview__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yp-mini-product:last-child {
    display: none;
  }

  .yp-floating-card--sync {
    top: -13px;
    left: -8px;
  }

  .yp-floating-card--order {
    right: -7px;
    bottom: -7px;
  }

  .yp-trust-strip {
    margin-top: -20px;
  }

  .yp-trust-strip__inner {
    grid-template-columns: 1fr 1fr;
  }

  .yp-trust-item {
    padding: 19px;
  }

  .yp-trust-item:nth-child(2)::after,
  .yp-trust-item:nth-child(4)::after {
    display: none;
  }

  .yp-trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--yp-line);
  }

  .yp-section-heading h2,
  .yp-workflow__copy h2,
  .yp-faq-intro h2 {
    font-size: 36px;
  }

  .yp-ecosystem-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .yp-ecosystem-card--large,
  .yp-ecosystem-card--medium,
  .yp-ecosystem-card--third {
    grid-column: auto;
  }

  .yp-ecosystem-card__visual {
    opacity: .72;
  }

  .yp-feature-grid,
  .yp-store-grid,
  .yp-channels {
    grid-template-columns: 1fr;
  }

  .yp-feature-card {
    min-height: 0;
  }

  .yp-workflow-step {
    grid-template-columns: 45px 1fr;
  }

  .yp-workflow-step__number {
    width: 45px;
    height: 45px;
  }

  .yp-workflow-step > svg {
    display: none;
  }

  .yp-channel-card {
    min-height: 355px;
  }

  .yp-benefit-band {
    padding: 30px 22px;
    border-radius: 25px;
  }

  .yp-form-grid {
    grid-template-columns: 1fr;
  }

  .yp-field--full {
    grid-column: auto;
  }

  .yp-form-footer {
    display: grid;
  }

  .yp-form-footer .yp-button {
    width: 100%;
  }

  .yp-footer-main {
    grid-template-columns: 1fr;
    padding-block: 60px 38px;
  }

  .yp-footer-brand {
    grid-column: auto;
  }

  .yp-footer-bottom {
    display: grid;
    justify-content: center;
    padding-block: 18px;
    text-align: center;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
