@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --mov-900: #4c2a85;
  --mov-700: #6f4ab1;
  --mov-200: #efe8fb;
  --mov-100: #f7f3fc;
  --galben-300: #f7e7a6;
  --galben-200: #fbf2cc;
  --slate-900: #1f2544;
  --slate-700: #4c5572;
  --slate-500: #6f7891;
  --slate-200: #dfe4ee;
  --slate-100: #f3f5f9;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.andrei-pro-body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--slate-900);
  background: radial-gradient(circle at top right, #f6f0ff 0%, #fbfcff 45%, #fdfdfd 100%);
}

a { color: var(--mov-700); text-decoration: none; }
a:hover { color: var(--mov-900); }

/* Accessibility helper */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 10px 14px;
  position: static !important;
  background: #f1f3f8;
  color: #1f2544;
  border-radius: 8px;
}

.andrei-container { width: min(1180px, 94%); margin: 0 auto; }
.andrei-main { min-height: 70vh; }

.andrei-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--slate-200);
}
.andrei-mobile-header,
.andrei-mobile-menu {
  display: none;
}

.andrei-header-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 74px;
}

.andrei-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.andrei-logo img {
  height: 52px;
  width: auto;
  display: block;
}

.andrei-search {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid #cfd6e5;
  border-radius: 999px;
  padding: 0.2rem;
  min-height: 48px;
}

.andrei-search input {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0.55rem 0.95rem;
  color: var(--slate-900);
  font-family: inherit;
}

.andrei-search input:focus { outline: none; }

.andrei-search button {
  border: 0;
  border-radius: 999px;
  background: var(--mov-100);
  color: var(--mov-900);
  font-weight: 700;
  padding: 0.6rem 0.95rem;
  margin-right: 0.28rem;
  cursor: pointer;
}

.andrei-header-actions { display: flex; gap: 0.55rem; align-items: center; }
.andrei-text-link { font-size: 0.9rem; font-weight: 600; color: var(--slate-700); }

.andrei-btn {
  background: var(--mov-700);
  color: #fff;
  border: 0;
  border-radius: 11px;
  padding: 0.68rem 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 8px 24px rgba(111, 74, 177, 0.15);
}

.andrei-btn:hover { transform: translateY(-1px); }
.andrei-btn-ghost {
  background: #fff;
  color: var(--mov-900);
  border: 1px solid #d6c8f0;
  box-shadow: none;
}
.andrei-btn-secondary {
  background: var(--galben-300);
  color: #5e4a07;
  box-shadow: none;
}

.andrei-header-cats {
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
  background: linear-gradient(180deg, #fcfdff 0%, #f8f9fd 100%);
}

.andrei-cats-nav {
  padding: 0.15rem 0;
}
.andrei-cats-row {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: .22rem 0;
}
.andrei-cats-row .andrei-cats-nav {
  flex: 1 1 auto;
}

.andrei-cats-nav ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  gap: 1.2rem;
  overflow-x: auto;
  white-space: nowrap;
}

.andrei-cats-nav a {
  color: var(--slate-700);
  font-size: 0.92rem;
  font-weight: 600;
}
.andrei-cart-trigger {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid #d6ddef;
  background: #ffffff;
  color: #25305a;
  border-radius: 999px;
  padding: .26rem .62rem .26rem .48rem;
  font-weight: 700;
  font-size: .86rem;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(88, 101, 136, 0.08);
  flex: 0 0 auto;
}
.andrei-cart-trigger:hover {
  border-color: #bda8e8;
  background: #faf8ff;
}
.andrei-cart-trigger-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f2edff;
  color: #4f2c90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.andrei-cart-trigger-icon svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}
.andrei-cart-trigger-count {
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--mov-700);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  padding: 0 .3rem;
}
.andrei-mobile-menu-btn {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid #d3dbee;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #304171;
  cursor: pointer;
}
.andrei-mobile-menu-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.andrei-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 95;
}
.andrei-mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 38, 0.45);
}
.andrei-mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(360px, 88%);
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border-left: 1px solid #d8dfef;
  box-shadow: -12px 0 28px rgba(14, 22, 47, 0.2);
  transform: translateX(100%);
  transition: transform .28s ease;
  padding: 1rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: .9rem;
}
.andrei-mobile-menu.is-open .andrei-mobile-menu-panel {
  transform: translateX(0);
}
.andrei-mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.andrei-mobile-menu-head strong {
  font-size: 1.2rem;
  color: #1f2850;
}
.andrei-mobile-menu-close {
  border: 1px solid #d3dbee;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 1.3rem;
  color: #304171;
  line-height: 1;
  cursor: pointer;
}
.andrei-mobile-menu-nav {
  display: grid;
  gap: .35rem;
  align-content: start;
}
.andrei-mobile-menu-nav a {
  color: #25305a;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid #e3e8f4;
  background: #fff;
  border-radius: 10px;
  padding: .62rem .72rem;
}
.andrei-mobile-menu-auth {
  display: grid;
  gap: .5rem;
  padding-top: .8rem;
  border-top: 1px solid #e2e8f5;
}
.andrei-cart-popup {
  position: fixed;
  inset: 0;
  z-index: 90;
}
.andrei-cart-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 20, 38, 0.45);
  backdrop-filter: blur(2px);
}
.andrei-cart-popup-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(430px, 100%);
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border-left: 1px solid #d8dfef;
  box-shadow: -14px 0 34px rgba(14, 22, 47, 0.24);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .28s ease;
}
.andrei-cart-popup.is-open .andrei-cart-popup-panel {
  transform: translateX(0);
}
.andrei-cart-popup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: 1rem 1rem .85rem;
  border-bottom: 1px solid #e0e6f4;
}
.andrei-cart-popup-head h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #1e2851;
}
.andrei-cart-close {
  border: 1px solid #d5ddf0;
  background: #fff;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: #334570;
  cursor: pointer;
}
.andrei-cart-popup-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: .9rem 1rem;
}
.andrei-mini-cart-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .72rem;
}
.andrei-mini-cart-item {
  display: block;
  border: 1px solid #dde4f3;
  border-radius: 12px;
  background: #fff;
  padding: .8rem;
}
.andrei-mini-cart-meta {
  display: grid;
  gap: .2rem;
}
.andrei-mini-cart-meta strong {
  color: #1f2950;
  font-size: .95rem;
}
.andrei-mini-cart-meta span {
  font-size: .86rem;
  color: #536084;
}
.andrei-mini-cart-price {
  color: #2a1e64 !important;
  font-weight: 700;
}
.andrei-mini-cart-remove {
  font-size: .84rem;
  font-weight: 700;
  color: #8f2f39;
}
.andrei-cart-popup-foot {
  border-top: 1px solid #e0e6f4;
  padding: .85rem 1rem 1rem;
  background: #fff;
}
.andrei-cart-subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .72rem;
  color: #3b486c;
  font-weight: 700;
}
.andrei-cart-subtotal-row strong {
  color: #241f54;
  font-size: 1rem;
}
.andrei-cart-popup-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: .5rem;
}

.andrei-section { padding: 3.8rem 0; }
.andrei-section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.1rem; }

.andrei-grid { display: grid; gap: 1.2rem; }
.andrei-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.andrei-chip {
  display: inline-block;
  background: var(--mov-200);
  color: var(--mov-900);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-weight: 700;
  margin-bottom: .9rem;
  font-size: 0.88rem;
}

.andrei-hero {
  padding: 4.3rem 0;
  background: radial-gradient(circle at 20% 20%, #f5ecff 0%, #faf7ff 40%, transparent 70%);
}

.andrei-hero-grid { display: grid; grid-template-columns: 1.02fr 1.14fr; gap: 3.2rem; align-items: stretch; }
.andrei-hero-grid > div:first-child { padding-right: 1.2rem; }
.andrei-hero h1 { font-size: clamp(2rem, 3.25vw, 3.05rem); line-height: 1.12; margin: 0 0 .8rem; letter-spacing: -0.03em; }
.andrei-hero p { color: var(--slate-700); max-width: 62ch; }
.andrei-hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; margin-top: 1rem; }

.andrei-hero-media {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: visible;
  padding-left: 1rem;
  min-height: 100%;
}

.andrei-hero-media img,
.andrei-app-teaser img,
.andrei-app-page img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--slate-200);
  box-shadow: 0 20px 35px rgba(91, 112, 151, 0.12);
}
.andrei-hero-media img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transform: none;
  box-shadow: 0 24px 46px rgba(69, 86, 130, 0.2);
}

.andrei-stats-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 1.1rem; gap: .8rem; }
.andrei-stats-grid div {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  padding: .85rem;
}
.andrei-stats-grid strong { display: block; font-size: 1.38rem; color: var(--mov-900); }
.andrei-stats-grid span { color: var(--slate-700); font-size: .92rem; }

.andrei-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: 14px;
  overflow: hidden;
  padding: 1rem;
  transition: transform .28s ease, box-shadow .28s ease;
}
.andrei-card:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(81, 97, 132, 0.1); }
.andrei-card img { width: 100%; border-radius: 10px; }
.andrei-card h3 { margin: .75rem 0 .45rem; font-size: 1.02rem; }
.andrei-post-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}
.andrei-post-card > a,
.andrei-post-card h3,
.andrei-post-card p {
  color: #111111;
}
.andrei-post-card .andrei-post-readmore {
  display: inline-flex;
  margin-top: .65rem;
  color: var(--mov-800);
  font-weight: 700;
  font-size: .92rem;
  border-bottom: 1px solid rgba(109, 40, 217, 0.35);
  padding-bottom: .08rem;
}
.andrei-post-card:hover .andrei-post-readmore {
  color: var(--mov-900);
  border-bottom-color: rgba(109, 40, 217, 0.65);
}
.andrei-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 0;
  border: 1px solid #d8dff2;
  background:
    radial-gradient(circle at 88% 14%, rgba(250, 204, 21, 0.16) 0%, rgba(250, 204, 21, 0.06) 22%, transparent 44%),
    linear-gradient(180deg, #ffffff 0%, #f9f7ff 100%);
  min-height: 280px;
  padding: 1.2rem 1.15rem 4.6rem;
  box-shadow: 0 10px 24px rgba(89, 99, 132, 0.07);
  overflow: hidden;
}
.andrei-category-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #c7b1f0 0%, #9f7ae6 45%, #facc15 100%);
}
.andrei-category-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(163, 130, 227, 0.22) 0%, rgba(163, 130, 227, 0.08) 45%, rgba(163, 130, 227, 0) 70%);
  pointer-events: none;
}
.andrei-category-card h3 {
  margin: .1rem 0 .65rem;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  color: #1f2850;
}
.andrei-category-card p {
  margin: 0;
  color: #2c355d;
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 40ch;
  margin-bottom: 1rem;
}
.andrei-category-card-footer {
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1rem;
  padding-top: .75rem;
  border-top: 1px solid #e1e7f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.andrei-category-card-footer span {
  background: #eef4ff;
  color: #334155;
  border: 1px solid #d9e3f7;
  border-radius: 999px;
  padding: .26rem .6rem;
  font-size: .8rem;
  font-weight: 700;
}
.andrei-category-card-footer a {
  color: var(--mov-900);
  font-weight: 700;
  font-size: .9rem;
}
.andrei-services-cta {
  margin-top: 1.2rem;
  padding-top: .9rem;
  border-top: 1px dashed #d7deee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
}
.andrei-services-cta p {
  margin: 0;
  color: #2b355c;
  font-weight: 600;
}
.andrei-tabs { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1rem; border-bottom: 1px solid var(--slate-200); padding-bottom: .6rem; }
.andrei-tab { border: 0; background: transparent; color: var(--slate-700); font-weight: 700; padding: .45rem .65rem; border-radius: 8px; cursor: pointer; }
.andrei-tab.is-active { color: var(--mov-900); background: var(--mov-200); }

.andrei-course-card { position: relative; }
.andrei-courses-recommended {
  background: linear-gradient(180deg, #fcfdff 0%, #f7f9ff 100%);
  border: 1px solid #dfe4f3;
  border-radius: 18px;
  padding: 2rem 1.4rem;
}
.andrei-courses-recommended .andrei-section-head { margin-bottom: 1.35rem; }
.andrei-courses-recommended .andrei-tabs { margin-bottom: 1.25rem; padding-bottom: .8rem; }
.andrei-courses-recommended .andrei-courses-grid { gap: 1.5rem; }
.andrei-courses-recommended .andrei-course-card {
  padding: 1.25rem;
  border-radius: 16px;
}
.andrei-courses-recommended .andrei-course-card h3 {
  margin-top: .35rem;
  margin-bottom: .65rem;
}
.andrei-courses-recommended .andrei-course-card p { margin-bottom: .7rem; }
.andrei-course-pill {
  position: static;
  display: inline-flex;
  align-items: center;
  background: #dff6ef;
  color: #0f5132;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .73rem;
  font-weight: 800;
  margin: 0 0 .55rem;
}
.andrei-course-rating { display: flex; align-items: center; gap: .35rem; color: #6b4d09; font-size: .92rem; margin: .45rem 0; }
.andrei-course-rating strong { color: #5f4211; }
.andrei-stars { letter-spacing: 1px; color: #f59e0b; font-size: .84rem; }
.andrei-course-pricing { display: flex; align-items: center; gap: .55rem; margin-top: .45rem; }
.andrei-course-pricing strong { font-size: 1.1rem; color: var(--slate-900); }
.andrei-course-pricing span { text-decoration: line-through; color: var(--slate-500); font-size: .9rem; }
.andrei-course-buy-btn {
  display: inline-flex;
  margin-top: .85rem;
  background: var(--mov-700);
  color: #ffffff;
  font-weight: 700;
  font-size: .9rem;
  border-radius: 10px;
  padding: .55rem .9rem;
  transition: background .2s ease, transform .2s ease;
}
.andrei-course-card:hover .andrei-course-buy-btn {
  background: #5b21b6;
  transform: translateY(-1px);
}

.andrei-price { font-size: 1.25rem; font-weight: 800; color: var(--mov-900); }
.andrei-course-meta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.andrei-curriculum { padding-left: 1rem; }
.andrei-course-page {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #dbe2f1;
  border-radius: 18px;
  padding: 1.4rem;
}
.andrei-course-hero {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.2rem;
  margin-bottom: 1.1rem;
}
.andrei-course-hero-main h1 {
  margin: .2rem 0 .6rem;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.andrei-course-subtitle {
  margin: 0 0 .75rem;
  color: #394464;
  font-size: 1.1rem;
  max-width: 58ch;
}
.andrei-course-rating-large {
  font-size: 1rem;
  margin: .65rem 0 .45rem;
}
.andrei-course-price-line {
  display: flex;
  align-items: baseline;
  gap: .65rem;
  margin: .35rem 0 .75rem;
}
.andrei-course-price-line strong {
  font-size: 1.7rem;
  color: #2f1b70;
  font-weight: 800;
}
.andrei-course-price-line span {
  text-decoration: line-through;
  color: #6a7594;
  font-size: 1.02rem;
}
.andrei-course-hero-actions {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}
.andrei-course-preview-card {
  border: 1px solid #d8dfef;
  border-radius: 14px;
  background: #fff;
  padding: .9rem;
  box-shadow: 0 14px 28px rgba(73, 90, 126, 0.09);
}
.andrei-course-preview-card h3 {
  margin: .15rem 0 .65rem;
  font-size: 1.1rem;
  color: #202a52;
}
.andrei-course-preview-access {
  margin-bottom: .55rem;
}
.andrei-course-preview-access .andrei-badge {
  margin-bottom: 0;
}
.andrei-course-preview-video iframe,
.andrei-course-preview-video video,
.andrei-course-preview-video img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #d8dfef;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.andrei-course-preview-placeholder {
  border: 1px dashed #cdd7ea;
  border-radius: 12px;
  padding: 1rem;
  background: #f8faff;
  color: #3e4a6d;
  font-size: .92rem;
  line-height: 1.5;
}
.andrei-course-preview-placeholder strong {
  display: block;
  margin-bottom: .25rem;
  color: #202a52;
  font-size: 1rem;
}
.andrei-course-preview-placeholder p {
  margin: 0;
}
.andrei-course-preview-note {
  margin: .65rem 0 0;
  color: #556184;
  font-size: .87rem;
}
.andrei-course-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin: 1.15rem 0;
}
.andrei-course-detail-box,
.andrei-course-content-box,
.andrei-course-curriculum-box,
.andrei-course-testimonials-box {
  border: 1px solid #dbe2f2;
  border-radius: 14px;
  background: #fff;
  padding: 1.25rem 1.35rem;
  margin-top: 1rem;
}
.andrei-course-detail-box h3,
.andrei-course-content-box h3,
.andrei-course-curriculum-box h3,
.andrei-course-testimonials-box h3 {
  margin: 0 0 .7rem;
  color: #1f2950;
}
.andrei-course-detail-box ul {
  margin: 0;
  padding-left: 1.1rem;
  color: #2f3c62;
}
.andrei-course-detail-box li + li {
  margin-top: .4rem;
}
.andrei-course-curriculum-box .andrei-section-head {
  margin-bottom: .75rem;
}
.andrei-course-curriculum-box .andrei-section-head span {
  color: #495578;
  font-size: .9rem;
  font-weight: 700;
}
.andrei-curriculum-rich {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .55rem;
}
.andrei-curriculum-rich li {
  border: 1px solid #dbe2f2;
  border-radius: 12px;
  background: #fbfcff;
  padding: 1rem .95rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .9rem;
  align-items: center;
}
.andrei-curriculum-index {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #d7def0;
  background: #f2f6ff;
  color: #34477a;
  font-weight: 800;
  font-size: .84rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.andrei-curriculum-rich a {
  font-weight: 700;
  color: #202b53;
}
.andrei-curriculum-rich p {
  margin: .35rem 0 0;
  color: #536084;
  font-size: .9rem;
}
.andrei-course-empty {
  margin: .15rem 0 0;
  color: #556184;
  font-size: 1rem;
  line-height: 1.65;
  padding: .8rem .9rem;
  border-radius: 12px;
  border: 1px dashed #d7dfef;
  background: #fbfcff;
}
.andrei-curriculum-state {
  border-radius: 999px;
  padding: .24rem .62rem;
  font-size: .78rem;
  font-weight: 700;
}
.andrei-curriculum-state.is-open {
  background: #e5f6ec;
  color: #19653f;
}
.andrei-curriculum-state.is-locked {
  background: #fde9ea;
  color: #8c2f35;
}

.andrei-badge { display: inline-block; font-weight: 700; border-radius: 20px; padding: .35rem .65rem; margin-bottom: 1rem; font-size: .88rem; }
.andrei-badge-locked { background: #fde9ea; color: #8c2f35; }
.andrei-badge-open { background: #e5f6ec; color: #19653f; }

.andrei-video-wrap iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 12px; }

.andrei-faq details {
  border: 1px solid #d8dee8;
  border-radius: 12px;
  background: #f9fafb;
  padding: 0.85rem 1rem;
  margin-bottom: 0.8rem;
}
.andrei-faq summary {
  font-weight: 700;
  font-size: 1.04rem;
  color: #1f2937;
  cursor: pointer;
}
.andrei-faq details > p {
  margin: 0.75rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  font-size: 1.04rem;
  line-height: 1.62;
  color: #374151;
  background: linear-gradient(180deg, #f5f7fa 0%, #eef2f7 100%);
  border: 1px solid #d7dde7;
}

.andrei-google-reviews {
  border: 1px solid #d9deee;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  padding: 1.4rem;
}
.andrei-reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: .9rem;
}
.andrei-reviews-brand { display: flex; align-items: center; gap: .85rem; }
.andrei-reviews-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #d7ddee;
  padding: 3px;
}
.andrei-reviews-brand h2 { margin: 0; font-size: 1.65rem; }
.andrei-reviews-brand p { margin: 0; color: var(--slate-700); }

.andrei-reviews-controls { display: flex; gap: .5rem; }
.andrei-reviews-controls button {
  border: 1px solid #d0d7ea;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  color: var(--mov-900);
  font-size: 1.25rem;
  line-height: 1;
}

.andrei-reviews-slider { overflow: hidden; }
.andrei-reviews-track {
  display: flex;
  gap: .9rem;
  transition: transform .45s ease;
  will-change: transform;
}
.andrei-review-card {
  flex: 0 0 calc((100% - 1.8rem) / 3);
  background: #fff;
  border: 1px solid #dce2f1;
  border-radius: 14px;
  padding: 1rem;
}
.andrei-review-stars { color: #f59e0b; letter-spacing: 2px; margin-bottom: .45rem; font-size: .92rem; }
.andrei-review-card p { margin: 0 0 .75rem; color: var(--slate-900); }
.andrei-review-card strong { display: block; }
.andrei-review-card span { color: var(--slate-700); font-size: .95rem; }

.andrei-app-teaser,
.andrei-app-page {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid var(--slate-200);
  border-radius: 16px;
  padding: 1.4rem;
}

.andrei-app-teaser { display: grid; gap: 1.2rem; }
.andrei-app-teaser-premium {
  background:
    radial-gradient(circle at 92% 8%, rgba(247, 231, 166, 0.45) 0%, rgba(247, 231, 166, 0.12) 18%, transparent 36%),
    radial-gradient(circle at 8% 92%, rgba(224, 208, 248, 0.5) 0%, rgba(224, 208, 248, 0.16) 20%, transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  border: 1px solid #d9deed;
  box-shadow: 0 18px 35px rgba(83, 95, 128, 0.08);
  padding: 1.8rem;
}
.andrei-app-teaser-head h2 { margin: .2rem 0 .5rem; font-size: clamp(1.8rem, 3vw, 2.4rem); letter-spacing: -0.02em; }
.andrei-app-teaser-head p { max-width: 66ch; color: var(--slate-700); margin: 0; }
.andrei-app-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.andrei-app-feature {
  background: rgba(255,255,255,0.86);
  border: 1px solid #dde2f1;
  border-radius: 14px;
  padding: .95rem;
}
.andrei-app-feature h3 { margin: 0 0 .3rem; font-size: 1rem; color: var(--mov-900); }
.andrei-app-feature p { margin: 0; color: var(--slate-700); font-size: .94rem; }
.andrei-app-teaser-actions { display: flex; gap: .7rem; align-items: center; flex-wrap: wrap; }
.andrei-app-page-grid { display: grid; gap: 1.2rem; grid-template-columns: 1.2fr 1fr; align-items: center; }
.andrei-app-page-premium {
  background:
    radial-gradient(circle at 90% 12%, rgba(247, 231, 166, 0.32) 0%, rgba(247, 231, 166, 0.08) 20%, transparent 38%),
    radial-gradient(circle at 8% 92%, rgba(222, 210, 248, 0.4) 0%, rgba(222, 210, 248, 0.12) 22%, transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8f9ff 100%);
  border-color: #d8dfef;
  box-shadow: 0 18px 32px rgba(83, 95, 128, 0.08);
}
.andrei-app-page-intro {
  max-width: 76ch;
  margin-bottom: 1rem;
}
.andrei-app-page-intro h2 {
  margin: .1rem 0 .45rem;
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.andrei-app-page-intro p {
  margin: 0;
  color: var(--slate-700);
  font-size: 1.07rem;
}
.andrei-app-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-bottom: .95rem;
}
.andrei-app-stage-card {
  border: 1px solid #dbe2f2;
  border-radius: 14px;
  background: #ffffff;
  padding: .95rem;
}
.andrei-app-stage-card strong {
  display: inline-flex;
  background: #eff4ff;
  color: #3a4d76;
  border: 1px solid #dae3f6;
  border-radius: 999px;
  font-size: .74rem;
  letter-spacing: .02em;
  padding: .2rem .5rem;
  margin-bottom: .45rem;
}
.andrei-app-stage-card h3 {
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  color: #202a52;
}
.andrei-app-stage-card p {
  margin: 0;
  color: #495574;
  font-size: .95rem;
  line-height: 1.5;
}
.andrei-app-note {
  margin-top: .8rem;
  padding-top: .8rem;
  border-top: 1px dashed #d9dfef;
}
.andrei-app-note p {
  margin: 0;
  color: #4d5878;
  font-size: .95rem;
}
.andrei-store-badges {
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  margin: .85rem 0 1rem;
}
.andrei-store-badge-card {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
  padding: .38rem .48rem;
  width: 156px;
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid #4b4f57;
  background: linear-gradient(180deg, #1b1b1d 0%, #090909 58%, #050505 100%);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}
.andrei-store-badge-card img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  flex: 0 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.andrei-store-badge-card.is-apple img {
  clip-path: inset(14%);
  transform: scale(1.72);
  transform-origin: center;
}
.andrei-store-badge-card.is-play img { transform: scale(1); }
.andrei-store-badge-card span { display: flex; flex-direction: column; line-height: 1.1; }
.andrei-store-badge-card small {
  color: #f2f2f2;
  font-size: .36rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  opacity: .95;
  font-weight: 600;
}
.andrei-store-badge-card strong {
  color: #ffffff;
  font-size: .95rem;
  letter-spacing: -0.01em;
  font-weight: 700;
}
.andrei-app-status-box {
  border: 1px solid #d7ddf0;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  border-radius: 14px;
  padding: 1rem 1rem .9rem;
  margin-top: .6rem;
}
.andrei-app-status-box ul { margin: .6rem 0 .7rem; padding-left: 1.15rem; }
.andrei-app-status-title {
  margin: 0 0 .4rem;
  font-weight: 800;
  color: #22305f;
}
.andrei-app-status-badge {
  display: inline-block;
  background: #efe8fb;
  color: #4c2a85;
  border: 1px solid #d8c9f5;
  border-radius: 999px;
  padding: .3rem .7rem;
  font-size: .85rem;
  font-weight: 700;
}

.andrei-footer {
  margin-top: 2rem;
  color: #e7ecfa;
  background: linear-gradient(180deg, #2c2f4f 0%, #222643 100%);
}

.andrei-footer-top { border-bottom: 1px solid rgba(255,255,255,0.12); padding: 2.2rem 0; }
.andrei-footer-top h3 { margin-top: 0; color: #fff; }
.andrei-footer-mega { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.3rem; }
.andrei-footer-mega h4 { margin-bottom: .6rem; color: #fff; }
.andrei-footer-mega ul { margin: 0; padding-left: 0; list-style: none; }
.andrei-footer-mega li { margin-bottom: .35rem; }
.andrei-footer a { color: #d9e1ff; }
.andrei-footer a:hover { color: #fff; }

.andrei-footer-bottom-area { padding: 2rem 0 1rem; }
.andrei-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 1.6rem; }
.andrei-footer-grid ul { margin: 0; padding-left: 1rem; }
.andrei-anpc-badges { display: grid; gap: .7rem; margin-top: .8rem; }
.andrei-anpc-badges img { width: 100%; max-width: 360px; border-radius: 12px; display: block; background: #fff; }
.andrei-footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 1.1rem; padding-top: 0.85rem; font-size: .93rem; }

.andrei-cookie-banner {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  width: min(760px, 92%);
  background: #1f2544;
  color: #fff;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 20px 30px rgba(0,0,0,.25);
  z-index: 50;
}
.andrei-cookie-actions { display: flex; gap: 0.6rem; margin-top: 0.5rem; }
.andrei-auth-box { max-width: 480px; background: #fff; border: 1px solid var(--slate-200); border-radius: 12px; padding: 1rem; }
.andrei-auth-page {
  margin-top: .6rem;
  display: grid;
  place-items: center;
}
.andrei-auth-card {
  width: min(640px, 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid #dbe2f1;
  border-radius: 16px;
  padding: 1.35rem;
  box-shadow: 0 16px 30px rgba(79, 97, 134, 0.08);
}
.andrei-auth-card h1 {
  margin: .1rem 0 .5rem;
  font-size: clamp(1.7rem, 2.8vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.andrei-auth-card h2 {
  margin: .1rem 0 .6rem;
  font-size: 1.45rem;
  color: #202a52;
}
.andrei-auth-card > p {
  margin: 0 0 1rem;
  color: #526084;
  font-size: 1rem;
}
.andrei-auth-form {
  display: grid;
  gap: .62rem;
}
.andrei-auth-resend {
  display: grid;
  gap: .55rem;
  margin-top: .75rem;
}
.andrei-auth-form label,
.andrei-auth-resend label {
  font-weight: 700;
  color: #1f2850;
  font-size: .92rem;
}
.andrei-auth-form input[type="text"],
.andrei-auth-form input[type="email"],
.andrei-auth-form input[type="password"],
.andrei-auth-resend input[type="email"] {
  width: 100%;
  border: 1px solid #cad4e8;
  border-radius: 11px;
  padding: .68rem .75rem;
  font-family: inherit;
  font-size: .98rem;
  color: #1f2544;
  background: #fff;
}
.andrei-auth-form input:focus,
.andrei-auth-resend input:focus {
  outline: none;
  border-color: #a98be4;
  box-shadow: 0 0 0 3px rgba(111, 74, 177, 0.15);
}
.andrei-auth-card hr {
  border: 0;
  border-top: 1px solid #dde4f2;
  margin: .95rem 0;
}
.andrei-auth-card .andrei-text-link {
  font-size: .95rem;
  font-weight: 700;
  color: var(--mov-700);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.andrei-account-guest {
  margin: 0;
  width: 100%;
  min-height: 56vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.andrei-account-guest__card {
  width: min(860px, 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid #dbe2f1;
  border-radius: 16px;
  padding: 2rem 2.05rem;
  box-shadow: 0 16px 30px rgba(79, 97, 134, 0.08);
}
.andrei-account-guest__card h2 {
  margin: .2rem 0 .55rem;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #202a52;
}
.andrei-account-guest__card p {
  margin: 0;
  color: #526084;
  font-size: 1.03rem;
  max-width: 62ch;
}
.andrei-account-guest__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

/* Guest account page should be centered and wider */
.woocommerce-account .woocommerce:has(.andrei-account-guest) {
  grid-template-columns: 1fr !important;
  max-width: 980px;
  margin: 0 auto;
}
.woocommerce-account .woocommerce:has(.andrei-account-guest) .woocommerce-MyAccount-navigation {
  display: none !important;
}
.woocommerce-account .woocommerce:has(.andrei-account-guest) .woocommerce-MyAccount-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.andrei-contact-page {
  margin-top: .6rem;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #dce3f2;
  border-radius: 16px;
  padding: 1.4rem;
}
.andrei-contact-head h2 {
  margin: .2rem 0 .5rem;
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  letter-spacing: -0.02em;
}
.andrei-contact-head p {
  margin: 0 0 1rem;
  max-width: 70ch;
  color: var(--slate-700);
}
.andrei-contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 1rem;
}
.andrei-contact-panel {
  background: #fff;
  border: 1px solid #dce2f1;
  border-radius: 14px;
  padding: 1rem;
}
.andrei-contact-panel h2 {
  margin: 0 0 .8rem;
  font-size: 1.25rem;
  color: #1f2850;
}
.andrei-contact-items {
  display: grid;
  gap: .75rem;
}
.andrei-contact-item {
  border: 1px solid #e3e8f4;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  padding: .8rem;
}
.andrei-contact-item strong {
  display: block;
  font-size: .82rem;
  color: #55638a;
  margin-bottom: .3rem;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.andrei-contact-item a,
.andrei-contact-item span {
  font-weight: 700;
  color: #1d2750;
  font-size: 1rem;
}
.andrei-contact-form {
  display: grid;
  gap: .62rem;
}
.andrei-contact-form label {
  font-weight: 700;
  color: #1f2850;
  font-size: .92rem;
}
.andrei-contact-form input[type="text"],
.andrei-contact-form input[type="email"],
.andrei-contact-form textarea {
  width: 100%;
  border: 1px solid #cad4e8;
  border-radius: 11px;
  padding: .68rem .75rem;
  font-family: inherit;
  font-size: .98rem;
  color: #1f2544;
  background: #fff;
}
.andrei-contact-form input:focus,
.andrei-contact-form textarea:focus {
  outline: none;
  border-color: #a98be4;
  box-shadow: 0 0 0 3px rgba(111, 74, 177, 0.15);
}
.andrei-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  margin-top: .2rem;
  font-weight: 500;
}
.andrei-contact-consent input {
  margin-top: .2rem;
}
.andrei-contact-consent a {
  color: var(--mov-700);
  text-decoration: underline;
}
.andrei-contact-alert {
  border-radius: 10px;
  padding: .7rem .8rem;
  margin-bottom: .6rem;
  font-weight: 600;
  border: 1px solid transparent;
}
.andrei-contact-alert p {
  margin: 0;
}
.andrei-contact-alert p + p {
  margin-top: .35rem;
}
.andrei-contact-alert.is-success {
  background: #e9f8ef;
  border-color: #bde7ca;
  color: #195a36;
}
.andrei-contact-alert.is-error {
  background: #fff2f3;
  border-color: #f2c8cd;
  color: #7d2832;
}
.andrei-honeypot {
  display: none !important;
}

.andrei-legal-page h1 {
  font-size: clamp(1.8rem, 2.8vw, 2.25rem);
  letter-spacing: -0.02em;
  margin-bottom: .9rem;
}
.andrei-legal-page .andrei-content {
  max-width: 860px;
  color: #2c3550;
  font-size: .98rem;
  line-height: 1.72;
}
.andrei-legal-page .andrei-content h2 {
  font-size: 1.22rem;
  line-height: 1.35;
  margin: 1.25rem 0 .45rem;
  color: #1f2850;
}
.andrei-legal-page .andrei-content p,
.andrei-legal-page .andrei-content li {
  font-size: .98rem;
  line-height: 1.72;
}
.andrei-legal-page .andrei-content ul,
.andrei-legal-page .andrei-content ol {
  margin: .4rem 0 .95rem;
  padding-left: 1.12rem;
}
.andrei-legal-page .andrei-content em {
  color: #5d6783;
  font-size: .9rem;
}

.andrei-pagination-wrap { margin-top: 1.15rem; }
.andrei-pagination-wrap .nav-links {
  display: flex;
  align-items: center;
  gap: .45rem;
  flex-wrap: wrap;
}
.andrei-pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .72rem;
  border-radius: 10px;
  border: 1px solid #cfd8ea;
  background: #ffffff;
  color: #23315f;
  font-weight: 700;
  font-size: .92rem;
}
.andrei-pagination-wrap .page-numbers.current {
  background: var(--mov-700);
  color: #fff;
  border-color: var(--mov-700);
}
.andrei-pagination-wrap a.page-numbers:hover {
  border-color: #bca6e9;
  background: #f5f1ff;
  color: #4b2a85;
}

.andrei-single-post-wrap { max-width: 1100px; }
.andrei-single-post {
  background: #fff;
  border: 1px solid #dce3f1;
  border-radius: 16px;
  padding: 1.25rem;
}
.andrei-single-post-head h1 {
  margin: .5rem 0 .55rem;
  font-size: clamp(2rem, 4.1vw, 3rem);
  line-height: 1.13;
  letter-spacing: -0.02em;
}
.andrei-single-back {
  font-weight: 700;
  color: #4d2f8e;
  font-size: .92rem;
}
.andrei-single-featured img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  border: 1px solid #d9e1f2;
  box-shadow: 0 16px 34px rgba(76, 94, 132, 0.12);
}
.andrei-single-featured {
  margin-top: .85rem;
}
.andrei-single-content {
  margin-top: 1rem;
  color: #20283f;
  font-size: 1.07rem;
  line-height: 1.76;
}
.andrei-single-content h2,
.andrei-single-content h3 {
  margin: 1.25rem 0 .55rem;
  color: #202952;
}
.andrei-single-content ul,
.andrei-single-content ol {
  padding-left: 1.2rem;
}
.andrei-single-content blockquote {
  margin: 1rem 0;
  padding: .85rem .95rem;
  border-left: 4px solid #8f6ddb;
  background: #f7f3ff;
  border-radius: 10px;
}
.andrei-single-footer {
  margin-top: 1.1rem;
  padding-top: .95rem;
  border-top: 1px solid #e0e7f4;
  display: grid;
  gap: .85rem;
}
.andrei-single-tags a {
  display: inline-flex;
  margin: 0 .45rem .4rem 0;
  padding: .28rem .6rem;
  border-radius: 999px;
  border: 1px solid #d5ddf0;
  background: #f8faff;
  color: #33466f;
  font-size: .82rem;
  font-weight: 700;
}
.andrei-single-cta {
  background: linear-gradient(180deg, #ffffff 0%, #f7f3ff 100%);
  border: 1px solid #e1d7f7;
  border-radius: 12px;
  padding: .9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .7rem;
  flex-wrap: wrap;
}
.andrei-single-cta p {
  margin: 0;
  color: #2f3a61;
  font-weight: 600;
}
.andrei-single-related { margin-top: 1.35rem; }

.andrei-lesson-page {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #dbe2f1;
  border-radius: 16px;
  padding: 1.3rem;
}
.andrei-lesson-head {
  margin-bottom: 1rem;
}
.andrei-lesson-back {
  display: inline-flex;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: .45rem;
}
.andrei-lesson-head h1 {
  margin: 0;
  font-size: clamp(1.9rem, 3.2vw, 2.85rem);
  line-height: 1.13;
  letter-spacing: -0.02em;
}
.andrei-lesson-head p {
  margin: .35rem 0 0;
  color: #556184;
}
.andrei-lesson-status {
  margin-bottom: .65rem;
}
.andrei-lesson-video-card {
  background: #fff;
  border: 1px solid #dbe2f1;
  border-radius: 14px;
  padding: .9rem;
}
.andrei-lesson-video-wrap iframe {
  border-radius: 12px;
  border: 1px solid #d8dfef;
}
.andrei-lesson-video-fallback {
  border: 1px dashed #cdd7ea;
  background: #f8faff;
  border-radius: 12px;
  padding: 1rem;
}
.andrei-lesson-video-fallback strong {
  display: block;
  margin-bottom: .35rem;
  color: #202a52;
}
.andrei-lesson-video-fallback p {
  margin: 0;
  color: #495578;
}
.andrei-lesson-video-link {
  display: inline-flex;
  margin-top: .7rem;
  font-size: .9rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(109, 40, 217, .32);
}
.andrei-lesson-content-box {
  margin-top: 1rem;
  border: 1px solid #dbe2f1;
  border-radius: 14px;
  background: #fff;
  padding: 1rem 1.1rem;
}
.andrei-lesson-content-box h2 {
  margin: 0 0 .6rem;
  color: #1f2850;
}
.andrei-lesson-locked-card {
  border: 1px solid #dbe2f1;
  border-radius: 14px;
  background: #fff;
  padding: 1.05rem 1.1rem;
}
.andrei-lesson-locked-card h2 {
  margin: .1rem 0 .6rem;
  color: #1f2850;
  font-size: 1.45rem;
  line-height: 1.25;
}
.andrei-lesson-locked-card p {
  color: #465274;
  margin: 0;
}
.andrei-lesson-locked-actions {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  margin-top: .95rem;
}

/* Woo checkout */
.woocommerce-checkout .andrei-page,
.woocommerce-cart .andrei-page,
.woocommerce-account .andrei-page,
.woocommerce-page .andrei-page {
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  border: 1px solid #dce3f2;
  border-radius: 16px;
  padding: 1.35rem;
}
.woocommerce-account .andrei-page {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: .35rem 0 0;
}
.woocommerce-checkout h1,
.woocommerce-cart h1,
.woocommerce-account h1 {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

/* Woo my account redesign */
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #ffffff;
  border: 1px solid #dce3f2;
  border-radius: 16px;
  padding: .8rem;
  box-shadow: 0 14px 36px rgba(31, 37, 68, 0.08);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .35rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  border-radius: 11px;
  padding: .68rem .8rem;
  color: #2f3a62;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #f6f1ff;
  border-color: #d9caef;
  color: #4a2a85;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: linear-gradient(180deg, #7a56ba 0%, #6645ab 100%);
  color: #ffffff;
  border-color: #6645ab;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #ffffff;
  border: 1px solid #dce3f2;
  border-radius: 16px;
  padding: 1.05rem 1.15rem;
  box-shadow: 0 14px 36px rgba(31, 37, 68, 0.08);
}
.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content p {
  color: #3d486f;
  font-size: 1.03rem;
  line-height: 1.58;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #5b37a1;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  color: #202a52;
  letter-spacing: -0.01em;
}
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  border: 1px solid #d9e2f5;
  border-left: 4px solid #6f4ab1;
  border-radius: 12px;
  background: #f7f9ff;
  color: #2e3a63;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-error::before {
  display: none !important;
  content: none !important;
}
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  padding-left: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  min-height: 96px;
}
.woocommerce-account .woocommerce-info > :first-child,
.woocommerce-account .woocommerce-message > :first-child,
.woocommerce-account .woocommerce-error > :first-child {
  margin: 0 !important;
}
.woocommerce-account .woocommerce-Address {
  border: 1px solid #e1e8f7;
  border-radius: 12px;
  background: #fbfcff;
  padding: .9rem;
}
.woocommerce-account table.shop_table {
  border: 1px solid #e1e8f7 !important;
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  border-color: #e7edf9 !important;
}
.woocommerce-account .woocommerce-Button,
.woocommerce-account button.button,
.woocommerce-account .button {
  border-radius: 11px !important;
  border: 0 !important;
  background: #6f4ab1 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: .72rem 1rem !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-button,
.woocommerce-checkout .wc-block-components-totals-coupon button,
.woocommerce-checkout .wc-block-components-totals-coupon .button {
  background: #8f78c8 !important;
  border-color: #8f78c8 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account .button:hover {
  filter: brightness(0.97);
}
.woocommerce-account .woocommerce-form-row input.input-text,
.woocommerce-account .woocommerce-form-row textarea,
.woocommerce-account select {
  border: 1px solid #cad4e8 !important;
  border-radius: 11px !important;
  min-height: 44px;
}
.woocommerce-account .woocommerce-form-row input.input-text:focus,
.woocommerce-account .woocommerce-form-row textarea:focus,
.woocommerce-account select:focus {
  border-color: #a98be4 !important;
  box-shadow: 0 0 0 3px rgba(111, 74, 177, 0.14);
  outline: none;
}
.wp-block-woocommerce-checkout,
.wc-block-checkout {
  --wp--preset--color--foreground: #1f2544;
  --wp--preset--color--primary: #6f4ab1;
}
.wc-block-checkout,
.wp-block-woocommerce-checkout,
.wc-block-cart {
  max-width: 100%;
}
.wc-block-components-notice-banner {
  border-radius: 12px !important;
  border-width: 1px !important;
}
.wc-block-components-notice-banner.is-error {
  background: #fff2f3 !important;
  border-color: #efb8c0 !important;
  color: #7d2832 !important;
}
.wc-block-components-title,
.wc-block-components-checkout-step__heading,
.wc-block-components-totals-wrapper .wc-block-components-title {
  color: #1f2850 !important;
  letter-spacing: -0.01em;
}
.wc-block-components-checkout-step,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-sidebar,
.wc-block-cart__sidebar,
.wc-block-cart-items {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.wc-block-components-checkout-step,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary,
.wc-block-components-sidebar,
.wc-block-cart__sidebar {
  padding: 0 !important;
}
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input {
  border: 1px solid #cad4e8 !important;
  border-radius: 11px !important;
  min-height: 46px !important;
  background: #fff !important;
}
.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input:focus {
  box-shadow: 0 0 0 3px rgba(111, 74, 177, 0.15) !important;
  border-color: #a98be4 !important;
}
.wc-block-components-product-name {
  color: #202a52 !important;
  font-weight: 700 !important;
}
.wc-block-components-formatted-money-amount,
.wc-block-components-totals-item__value {
  color: #2a1e64 !important;
  font-weight: 800 !important;
}
.wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-button,
.wc-block-components-button {
  background: #6f4ab1 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 11px !important;
  min-height: 48px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(111, 74, 177, 0.18) !important;
}
.wc-block-components-checkout-place-order-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-button:hover {
  filter: brightness(0.97);
}
.wc-block-components-order-summary-item__image img,
.wc-block-cart-item__image img {
  border-radius: 10px !important;
  border: 1px solid #dce3f2 !important;
}
.wc-block-components-order-summary-item__image,
.wc-block-cart-item__image,
.wc-block-components-order-summary-item__quantity {
  display: none !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item {
  padding: .9rem 0 !important;
  border-bottom: 1px solid #eceff7 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
  border-bottom: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-left: 0 !important;
}
.wc-block-components-order-summary .wc-block-components-panel,
.wc-block-components-order-summary .wc-block-components-panel__button {
  border-radius: 8px !important;
}
.wc-block-components-order-summary .wc-block-components-panel__button {
  background: transparent !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  border: 0 !important;
}
.wc-block-components-sidebar .wc-block-components-totals-wrapper,
.wc-block-components-order-summary {
  box-shadow: none !important;
}
.wc-block-components-totals-item,
.wc-block-components-totals-footer-item {
  padding: .8rem 0 !important;
  border-color: #eceff7 !important;
}
.wc-block-components-checkout-step {
  margin-bottom: 1.1rem !important;
}
.wc-block-components-checkout-step__container {
  border: 0 !important;
}
.wc-block-components-checkout-step__heading {
  margin-bottom: .8rem !important;
}
.wc-block-components-form .wc-block-components-text-input {
  margin-bottom: .6rem !important;
}

/* Checkout order summary spacing */
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: grid !important;
  gap: .72rem !important;
}
.woocommerce-checkout .wc-block-components-order-summary {
  padding: .9rem 1rem !important;
  margin: 0 !important;
  border: 1px solid #dde5f5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(31, 37, 68, 0.06);
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-title {
  margin: 0 !important;
  padding: .05rem 0 .75rem !important;
  font-size: 1.05rem !important;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
  padding: .92rem 0 !important;
  border-bottom: 1px solid #e8edf8 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel {
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__button {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-totals-coupon {
  border: 1px solid #dde5f5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(31, 37, 68, 0.06);
  padding: .72rem .95rem !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  padding: .85rem .95rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #6f4ab1 !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  padding-top: .9rem !important;
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__label {
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value {
  color: #ffffff !important;
  font-weight: 800 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value {
  font-size: clamp(1.65rem, 2.7vw, 2.1rem) !important;
}

/* Woo cart page polish */
.woocommerce-cart .wc-block-cart,
.woocommerce-cart .wp-block-woocommerce-cart {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: .3rem 0;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start !important;
  gap: 1.35rem !important;
  max-width: 1120px;
  margin: 0 auto;
}
.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar {
  min-width: 0;
  gap: 1rem;
  align-self: start !important;
}
.woocommerce-cart .wc-block-cart-items,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  border: 1px solid #dde5f5 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(31, 37, 68, 0.06);
}
.woocommerce-cart .wc-block-cart-items {
  padding: 0 !important;
  overflow: hidden !important;
}
.woocommerce-cart .wc-block-cart-items__header {
  border-bottom: 1px solid #e5ebf8 !important;
  background: #f8faff !important;
  padding: .9rem 1.15rem !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
  color: #2b375f !important;
}
.woocommerce-cart .wc-block-cart-item {
  border-bottom: 1px solid #e8edf8 !important;
  padding: 1.05rem 1.15rem !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 120px !important;
  align-items: start !important;
  column-gap: 1.1rem !important;
}
.woocommerce-cart .wc-block-cart-item:last-child {
  border-bottom: 0 !important;
}
.woocommerce-cart .wc-block-cart-item__image {
  display: none !important;
}
.woocommerce-cart .wc-block-cart-item__product {
  padding-left: 0 !important;
  width: 100% !important;
  min-width: 0 !important;
}
.woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
  font-size: clamp(1.22rem, 1.6vw, 1.48rem) !important;
  line-height: 1.3 !important;
  color: #223771 !important;
  font-weight: 800 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
  display: block !important;
  margin-bottom: .4rem !important;
}
.woocommerce-cart .wc-block-cart-item .wc-block-cart-item__total {
  justify-self: end !important;
  text-align: right !important;
  min-width: 120px !important;
  font-weight: 800 !important;
  color: #222f57 !important;
}
.woocommerce-cart .wc-block-cart-item__remove-link {
  color: #a2343f !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  margin-top: .55rem !important;
}
.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  text-decoration: underline !important;
}
.woocommerce-cart .wc-block-components-product-metadata,
.woocommerce-cart .wc-block-cart-item__prices {
  color: #596789 !important;
  font-size: 1rem !important;
}
.woocommerce-cart .wc-block-cart-item .wc-block-components-product-metadata__description {
  margin-top: .25rem !important;
}
.woocommerce-cart .wc-block-components-totals-item,
.woocommerce-cart .wc-block-components-totals-footer-item {
  border-color: #e8edf8 !important;
}
.woocommerce-cart .wc-block-components-button,
.woocommerce-cart .wc-block-cart__submit-button {
  margin-top: .4rem;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  border: 1px solid #dde5f5 !important;
  border-radius: 16px !important;
  background: #fff !important;
  padding: 1rem !important;
  display: grid !important;
  gap: .8rem !important;
  align-content: start !important;
  box-shadow: 0 12px 28px rgba(31, 37, 68, 0.06);
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-order-summary,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-panel,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
  border: 1px solid #e3e9f8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  padding: .82rem .9rem !important;
  margin: 0 !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
  display: block !important;
  width: 100% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item__label {
  display: block !important;
  font-size: .9rem !important;
  color: #526084 !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-item__value,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value {
  display: block !important;
  margin-top: .42rem !important;
  font-size: 1.9rem !important;
  font-weight: 800 !important;
  color: #2a1e64 !important;
  line-height: 1.1 !important;
  text-align: left !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block {
  display: none !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #7b57c1 0%, #6845b0 100%) !important;
  box-shadow: 0 12px 26px rgba(72, 45, 130, 0.22) !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item__label,
.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value {
  color: #fff !important;
}
.woocommerce-cart .wc-block-cart__sidebar .wc-block-cart__submit-button {
  margin-top: .15rem !important;
  width: 100% !important;
  min-height: 52px !important;
  font-size: 1.08rem !important;
}
@media (max-width: 1024px) {
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
    gap: .9rem !important;
  }
}

/* Classic cart fallback styling */
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals .cart_totals {
  background: #ffffff;
  border: 1px solid #dbe2f2;
  border-radius: 14px;
  padding: .95rem;
}
.woocommerce-cart table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dbe2f2 !important;
  border-radius: 12px;
  overflow: hidden;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  border-color: #e4eaf6 !important;
}
.woocommerce-cart table.shop_table td.product-thumbnail {
  display: none;
}
.woocommerce-cart table.shop_table td.product-name {
  padding-left: 1rem;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background: #6f4ab1 !important;
  border-radius: 11px !important;
  font-weight: 700 !important;
}

/* Minimal empty cart design */
.woocommerce-cart .cross-sells,
.woocommerce-cart .wc-block-cart__cross-sells,
.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block,
.woocommerce-cart .wp-block-woocommerce-product-collection,
.woocommerce-cart .wp-block-woocommerce-product-new {
  display: none !important;
}
.woocommerce-cart .andrei-page > h1,
.woocommerce-cart .entry-title,
.woocommerce-cart h1.wp-block-post-title,
.woocommerce-cart .wc-block-cart__title {
  display: none !important;
}
.woocommerce-cart .is-empty .wc-block-cart,
.woocommerce-cart .is-empty .wp-block-woocommerce-cart {
  grid-template-columns: 1fr !important;
  max-width: 760px;
  margin: 0 auto;
  min-height: 44vh;
  align-content: center !important;
}
.woocommerce-cart .wc-block-cart__empty-cart__title {
  margin: 0 auto 1rem !important;
  max-width: 640px;
  text-align: center;
  font-size: clamp(1.4rem, 2.3vw, 1.9rem) !important;
  color: #1f2544 !important;
  font-weight: 700 !important;
}
.woocommerce-cart .wc-block-cart__empty-cart__description {
  display: none !important;
}
.woocommerce-cart .wc-block-cart__empty-cart__title::before {
  content: none !important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-cart__empty-cart__button,
.woocommerce-cart .return-to-shop .button {
  width: fit-content;
  margin: 0 auto !important;
  border-radius: 12px !important;
  background: #6f4ab1 !important;
  border-color: #6f4ab1 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: .72rem 1.15rem !important;
}
.woocommerce-cart .cart-empty {
  margin: 0 auto 1rem !important;
  text-align: center !important;
  border: 0 !important;
  background: transparent !important;
  color: #1f2544 !important;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem) !important;
  font-weight: 700 !important;
}
.woocommerce-cart .return-to-shop {
  text-align: center !important;
}
.woocommerce-cart .andrei-empty-cart-state {
  width: 100%;
  min-height: 48vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  margin: 0 auto;
}
.woocommerce-cart .andrei-empty-cart-state-text {
  margin: 0;
  color: #1f2544;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  font-weight: 700;
}
.woocommerce-cart .andrei-empty-cart-state-btn {
  border-radius: 12px !important;
  background: #6f4ab1 !important;
  border-color: #6f4ab1 !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: .72rem 1.15rem !important;
  text-decoration: none !important;
}

/* Page-level centering for empty cart */
.andrei-cart-empty-page .andrei-section {
  min-height: calc(100vh - 290px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0;
}
.andrei-cart-empty-page .andrei-page {
  width: min(1240px, 100%);
  margin: 0 auto;
}
.andrei-cart-empty-page .andrei-content {
  width: 100%;
}
.andrei-cart-empty-page .woocommerce {
  width: 100%;
}
.andrei-cart-empty-page .wc-block-cart,
.andrei-cart-empty-page .wp-block-woocommerce-cart {
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.andrei-cart-empty-page .wc-block-cart__main,
.andrei-cart-empty-page .wc-block-cart__sidebar {
  width: 100% !important;
}
.andrei-cart-empty-page .andrei-empty-cart-state {
  min-height: clamp(320px, 40vh, 460px);
  padding-top: .4rem;
  margin: 0 auto !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .andrei-empty-cart-state {
  display: none !important;
}

/* Woo cleanup overrides */
.woocommerce-account.andrei-account-user-page .woocommerce {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 1.2rem !important;
  max-width: 1120px;
  margin: 0 auto;
}
.woocommerce-account.andrei-account-user-page .woocommerce-MyAccount-navigation {
  float: none !important;
  clear: none !important;
  width: 290px !important;
  flex: 0 0 290px !important;
}
.woocommerce-account.andrei-account-user-page .woocommerce-MyAccount-content {
  float: none !important;
  clear: none !important;
  width: auto !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.woocommerce-account.andrei-account-guest-page .woocommerce {
  display: block !important;
  max-width: 980px;
  margin: 0 auto;
}
.woocommerce-account.andrei-account-guest-page .woocommerce-MyAccount-navigation {
  display: none !important;
}
.woocommerce-account.andrei-account-guest-page .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Minimal account details form */
.woocommerce-account .woocommerce-EditAccountForm {
  display: block !important;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
  margin: 0 0 .8rem !important;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-last {
  width: calc(50% - .4rem) !important;
  float: left !important;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-first {
  margin-right: .8rem !important;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-last {
  margin-right: 0 !important;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-wide {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.woocommerce-account .woocommerce-EditAccountForm::after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label {
  font-weight: 700;
  color: #27335f;
  margin-bottom: .35rem;
  display: inline-block;
}
.woocommerce-account .woocommerce-EditAccountForm input.woocommerce-Input,
.woocommerce-account .woocommerce-EditAccountForm input.input-text {
  min-height: 46px;
}
.woocommerce-account .woocommerce-EditAccountForm em {
  color: #5a678a;
  font-style: normal;
  font-size: .95rem;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 1px solid #dde5f5;
  border-radius: 12px;
  margin: .45rem 0 0;
  padding: .8rem .9rem .35rem;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  font-weight: 800;
  color: #1f2850;
  padding: 0 .35rem;
}
.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-account .woocommerce-EditAccountForm button[type="submit"] {
  width: fit-content;
  margin-top: .35rem !important;
}

.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
.woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main {
  min-width: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-order-summary,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-panel,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-item,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
  width: 100% !important;
  border-radius: 12px !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  width: 100% !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  white-space: nowrap !important;
}

/* Classic Woo cart layout: stable 2 columns */
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 1.3rem;
  align-items: start;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce-cart-form {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .cart-collaterals {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .cart-collaterals .cart_totals h2 {
  margin-top: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) table.shop_table td.actions {
  padding-top: .75rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .coupon {
  display: flex !important;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .coupon .input-text {
  min-width: 190px !important;
  flex: 1 1 190px;
}

@media (max-width: 1024px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce {
    grid-template-columns: 1fr !important;
  }
}

/* Do not apply classic container grid when Cart Block is used */
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart),
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) {
  display: block !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart) .wc-block-cart,
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) .wp-block-woocommerce-cart {
  display: grid !important;
  grid-template-columns: minmax(0, 5fr) minmax(260px, 1fr) !important;
  gap: 1.2rem !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
  }
}

/* Cart layout final proportions */
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  justify-self: stretch !important;
  align-self: start !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar > *,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper > * {
  width: 100% !important;
  max-width: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  gap: .7rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__label,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value *,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: #fff !important;
}

.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: grid !important;
  gap: .9rem !important;
}
.woocommerce-checkout .wc-block-components-order-summary {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-title {
  display: none !important;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
  border: 1px solid #dde5f5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(31, 37, 68, 0.06) !important;
  margin: 0 !important;
  padding: .85rem .95rem !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon {
  border: 1px solid #dde5f5 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(31, 37, 68, 0.06);
  padding: .72rem .95rem !important;
  margin-bottom: .65rem !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel,
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  width: 100% !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  border: 0 !important;
  margin: 0 !important;
  padding: .88rem .98rem !important;
  background: linear-gradient(180deg, #ede6fa 0%, #e3daf6 100%) !important;
  box-shadow: 0 8px 18px rgba(96, 72, 150, 0.14) !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-subtotal-block {
  display: none !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 14px !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__label {
  color: #5c4a86 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item__value,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value {
  color: #2f2454 !important;
  font-weight: 800 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value {
  font-size: clamp(1.6rem, 2.5vw, 2rem) !important;
}

/* Checkout sidebar final cleanup */
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-checkout-order-summary,
.woocommerce-checkout .wc-block-components-checkout-order-summary__content,
.woocommerce-checkout .checkout-order-summary-block-fill-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block::before,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block::after,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper::before,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper::after {
  display: none !important;
  content: none !important;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text,
.woocommerce-checkout .wc-block-components-order-summary > .wc-block-components-title {
  display: none !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon {
  margin-top: .65rem !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value *,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: #2f2454 !important;
}

/* My courses endpoint cards */
.woocommerce-account .andrei-my-courses-endpoint {
  width: 100%;
}
.woocommerce-account .andrei-my-courses-title {
  margin: 0 0 .85rem;
  color: #1f2850;
  font-size: 1.9rem;
  letter-spacing: -0.02em;
}
.woocommerce-account .andrei-my-courses-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.woocommerce-account .andrei-my-course-card {
  border: 1px solid #dbe3f4;
  border-radius: 12px;
  background: #fff;
  padding: .9rem .95rem;
  display: grid;
  gap: .7rem;
  align-content: start;
}
.woocommerce-account .andrei-my-course-card h4 {
  margin: 0;
  color: #223562;
  font-size: 1.08rem;
  line-height: 1.35;
}
.woocommerce-account .andrei-my-course-cta {
  width: fit-content;
  min-height: 0 !important;
  padding: .48rem .76rem !important;
  border-radius: 10px;
  box-shadow: none;
  font-size: .92rem !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  background: #6f4ab1 !important;
  border-color: #6f4ab1 !important;
}
.woocommerce-account .andrei-my-course-cta:visited,
.woocommerce-account .andrei-my-course-cta:hover,
.woocommerce-account .andrei-my-course-cta:focus {
  color: #ffffff !important;
}
.woocommerce-account .andrei-my-courses-empty {
  margin: 0;
  border: 1px dashed #d6deef;
  border-radius: 12px;
  padding: .95rem 1rem;
  color: #465274;
  background: #fbfcff;
}
.woocommerce-account .andrei-my-courses-empty-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  flex-wrap: wrap;
}
.woocommerce-account .andrei-my-courses-empty-notice .button {
  margin-left: auto;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .andrei-header-main { grid-template-columns: 1fr; gap: .65rem; padding: .7rem 0; }
  .andrei-header-actions { justify-content: flex-start; flex-wrap: wrap; }
  .andrei-logo img { height: 48px; }
  .andrei-cats-row {
    flex-wrap: wrap;
    gap: .55rem;
    padding: .45rem 0 .55rem;
  }
  .andrei-cart-trigger {
    margin-left: 0;
    margin-top: .1rem;
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: .9rem;
  }
  .woocommerce-account.andrei-account-user-page .woocommerce {
    display: block !important;
  }
  .woocommerce-account.andrei-account-user-page .woocommerce-MyAccount-navigation {
    width: 100% !important;
    flex: none !important;
  }
  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row-last {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .woocommerce-account .andrei-my-courses-list {
    grid-template-columns: 1fr;
  }
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .andrei-header-main,
  .andrei-header-cats {
    display: none;
  }
  .andrei-mobile-header {
    display: block;
    border-bottom: 1px solid #dde4f2;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  }
  .andrei-mobile-menu {
    display: block;
  }
  .andrei-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    padding: .7rem 0 .55rem;
  }
  .andrei-mobile-top .andrei-logo img {
    height: 50px;
  }
  .andrei-mobile-top-actions {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
  }
  .andrei-cart-trigger-mobile {
    padding: .22rem .34rem;
    min-width: 38px;
    justify-content: center;
  }
  .andrei-cart-trigger-mobile > span:not(.andrei-cart-trigger-icon):not(.andrei-cart-trigger-count) {
    display: none;
  }
  .andrei-search-mobile {
    margin-bottom: .75rem;
  }
  .andrei-search-mobile input {
    font-size: .96rem;
  }
  .andrei-grid-3,
  .andrei-hero-grid,
  .andrei-course-hero,
  .andrei-course-details-grid,
  .andrei-footer-grid,
  .andrei-app-teaser,
  .andrei-course-meta-grid,
  .andrei-app-page-grid,
  .andrei-stats-grid,
  .andrei-app-feature-grid,
  .andrei-app-stage-grid,
  .andrei-footer-mega { grid-template-columns: 1fr; }
  .andrei-search { min-height: 44px; }
  .andrei-review-card { flex-basis: 100%; }
  .andrei-reviews-head { align-items: flex-start; flex-direction: column; }
  .andrei-store-badge-card {
    width: min(100%, 156px);
    min-height: 50px;
    padding: .38rem .48rem;
    border-radius: 10px;
  }
  .andrei-store-badge-card img { width: 19px; height: 19px; }
  .andrei-store-badge-card small { font-size: .36rem; }
  .andrei-store-badge-card strong { font-size: .95rem; }
  .andrei-post-card img { height: 140px; }
  .andrei-hero-grid > div:first-child { padding-right: 0; }
  .andrei-hero-media img {
    min-height: 0;
    transform: none;
  }
  .andrei-single-featured img { height: 300px; }
  .andrei-contact-grid { grid-template-columns: 1fr; }
  .andrei-curriculum-rich li {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .woocommerce-checkout .andrei-page,
  .woocommerce-cart .andrei-page,
  .woocommerce-account .andrei-page,
  .woocommerce-page .andrei-page {
    padding: 1rem;
  }
}

/* Final Woo cleanup: single source of truth for cart / checkout / account cards */
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart),
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) {
  display: block !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart) .wc-block-cart,
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) .wp-block-woocommerce-cart {
  display: grid !important;
  grid-template-columns: minmax(0, 5fr) minmax(260px, 1fr) !important;
  gap: 1.35rem !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items {
  border: 1px solid #d8e0f1 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  background: #ffffff !important;
  overflow: hidden !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items__header {
  padding: .85rem 1rem !important;
  background: #f8faff !important;
  border-bottom: 1px solid #e6ecf8 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items__header,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items__header-heading,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items__header .wc-block-cart-items__header-product,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items__header .wc-block-cart-items__header-total {
  display: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item {
  padding: 1.15rem 1.2rem !important;
  border-bottom: 1px solid #e8edf8 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 1rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__product {
  padding: .5rem .55rem .8rem .55rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__image {
  display: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__product {
  padding: .55rem .7rem .9rem .7rem !important;
  min-width: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-components-product-name {
  font-size: clamp(1.18rem, 1.55vw, 1.45rem) !important;
  line-height: 1.28 !important;
  word-break: break-word !important;
  margin: 0 0 .35rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__remove-link {
  margin-top: .6rem !important;
  display: inline-block !important;
  padding-left: .02rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__total {
  min-width: 132px !important;
  text-align: right !important;
  align-self: start !important;
  margin-top: .05rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__prices {
  display: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-components-product-metadata,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-item__prices {
  font-size: 1rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  align-self: start !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar > *,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper > * {
  width: 100% !important;
  max-width: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: grid !important;
  gap: .9rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-cart__totals-title,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-order-summary > .wc-block-components-title,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-subtotal-block,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-item {
  display: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-order-summary-item {
  border: 1px solid #d8e0f1 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  padding: 1rem 1rem .95rem !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon {
  border: 1px solid #d8e0f1 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  padding: 1rem !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-panel,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-panel__button {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-panel__content {
  display: block !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item {
  border: 0 !important;
  border-top: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #efe7fb 0%, #e7dcf8 100%) !important;
  padding: .95rem 1rem !important;
  margin: .35rem 0 0 !important;
  box-shadow: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon + .wc-block-components-totals-footer-item {
  border-top: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon + .wc-block-components-totals-footer-item::before,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon + .wc-block-components-totals-footer-item::after,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-cart__submit,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-cart__submit-container,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon + * {
  border-top: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__label,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value *,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: #352764 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item__value {
  font-size: clamp(2rem, 2.8vw, 2.3rem) !important;
  font-weight: 800 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-cart__submit-button {
  min-height: 54px !important;
  border-radius: 14px !important;
  margin-top: .1rem !important;
}
.woocommerce-checkout .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-checkout-order-summary,
.woocommerce-checkout .wc-block-components-checkout-order-summary__content,
.woocommerce-checkout .checkout-order-summary-block-fill-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary > .wc-block-components-title,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-checkout-order-summary__title {
  display: none !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon {
  border: 1px solid #d8e0f1 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item {
  padding: .95rem 1rem !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon {
  padding: .95rem 1rem !important;
  margin-top: .7rem !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-subtotal-block,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
  display: none !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  border: 1px solid #d5c9ef !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #efe7fb 0%, #e7dcf8 100%) !important;
  padding: .95rem 1rem !important;
  margin-top: .7rem !important;
}
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value *,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  color: #352764 !important;
}
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error {
  min-height: 112px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.woocommerce-account .woocommerce-info > *:first-child,
.woocommerce-account .woocommerce-message > *:first-child,
.woocommerce-account .woocommerce-error > *:first-child {
  margin: 0 !important;
}
.woocommerce-account .woocommerce-info .button,
.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-error .button {
  margin-left: auto !important;
}
.andrei-cart-empty-page .andrei-empty-cart-state {
  width: 100% !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 1024px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
  }
}

/* Final radius tuning (must stay last) */
.andrei-btn,
.button,
button,
input[type="submit"],
.wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account button.button,
.woocommerce-account .button {
  border-radius: 8px !important;
}

.andrei-card,
.andrei-page,
.andrei-auth-card,
.andrei-account-guest__card,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main .wc-block-cart-items,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-order-summary-item,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-coupon,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-footer-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary-item,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  border-radius: 10px !important;
}

input,
select,
textarea,
.woocommerce-account .woocommerce-form-row input.input-text,
.woocommerce-account .woocommerce-form-row textarea,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input {
  border-radius: 8px !important;
}

/* Force full-width cart block layout (left ~2x right) */
.woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce {
  display: block !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
.woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 340px !important;
  gap: 1.35rem !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main {
  justify-self: stretch !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
  justify-self: end !important;
}
@media (max-width: 1024px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
  }
}

/* Ultimate mobile fixes (keep last) */
@media (max-width: 900px) {
  .andrei-mobile-menu {
    display: block !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  .andrei-mobile-menu-panel {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .andrei-mobile-menu-nav a,
  .andrei-mobile-menu-auth .andrei-btn,
  .andrei-mobile-menu-auth .andrei-text-link {
    width: 100% !important;
  }

  .woocommerce .wc-block-cart,
  .woocommerce .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wp-block-woocommerce-cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .85rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce .wc-block-cart__main,
  .woocommerce .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .woocommerce .wc-block-cart-item,
  .woocommerce-cart .wc-block-cart-item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: .65rem !important;
    padding: .85rem !important;
  }

  .woocommerce .wc-block-cart-item .wc-block-cart-item__total,
  .woocommerce-cart .wc-block-cart-item .wc-block-cart-item__total {
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
  }

  .woocommerce .wc-block-cart-item__product .wc-block-components-product-name,
  .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce .wc-block-components-totals-coupon .wc-block-components-panel__button,
  .woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    white-space: normal !important;
    min-height: 42px !important;
  }

  .woocommerce .wc-block-cart__submit-button,
  .woocommerce-cart .wc-block-cart__submit-button {
    width: 100% !important;
    min-height: 48px !important;
    white-space: normal !important;
  }
}

/* Last-mile mobile fixes (must stay last) */
@media (max-width: 900px) {
  .andrei-mobile-menu {
    display: block;
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .andrei-mobile-menu-panel {
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    border-left: 0;
    border-radius: 0;
    padding: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .andrei-mobile-menu-nav,
  .andrei-mobile-menu-auth {
    width: 100%;
  }

  .andrei-mobile-menu-nav a,
  .andrei-mobile-menu-auth .andrei-btn,
  .andrei-mobile-menu-auth .andrei-text-link {
    width: 100%;
  }

  .woocommerce .wc-block-cart,
  .woocommerce .wp-block-woocommerce-cart,
  .woocommerce-cart .wc-block-cart,
  .woocommerce-cart .wp-block-woocommerce-cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .85rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce .wc-block-cart__main,
  .woocommerce .wc-block-cart__sidebar,
  .woocommerce-cart .wc-block-cart__main,
  .woocommerce-cart .wc-block-cart__sidebar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .woocommerce .wc-block-cart-item,
  .woocommerce-cart .wc-block-cart-item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: .65rem !important;
    padding: .85rem !important;
  }

  .woocommerce .wc-block-cart-item .wc-block-cart-item__total,
  .woocommerce-cart .wc-block-cart-item .wc-block-cart-item__total {
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
  }

  .woocommerce .wc-block-cart-item__product .wc-block-components-product-name,
  .woocommerce-cart .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce .wc-block-components-totals-coupon .wc-block-components-panel__button,
  .woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    white-space: normal !important;
    min-height: 42px !important;
  }

  .woocommerce .wc-block-cart__submit-button,
  .woocommerce-cart .wc-block-cart__submit-button {
    width: 100% !important;
    min-height: 48px !important;
    white-space: normal !important;
  }
}

/* Mobile WooCommerce hotfixes */
@media (max-width: 900px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
    gap: .85rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item {
    grid-template-columns: 1fr !important;
    row-gap: .65rem !important;
    padding: .9rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item .wc-block-cart-item__total {
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
    margin-top: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-account table.shop_table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-item,
  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .6rem !important;
    flex-wrap: wrap !important;
  }

  .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item__value {
    font-size: 1.35rem !important;
  }

  .woocommerce-account.andrei-account-user-page .woocommerce {
    display: block !important;
    max-width: none !important;
  }

  .woocommerce-account.andrei-account-user-page .woocommerce-MyAccount-navigation,
  .woocommerce-account.andrei-account-user-page .woocommerce-MyAccount-content {
    width: 100% !important;
    flex: none !important;
  }

  .woocommerce-account .woocommerce-info,
  .woocommerce-account .woocommerce-message,
  .woocommerce-account .woocommerce-error {
    min-height: 0 !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: .7rem !important;
  }

  .woocommerce-account .woocommerce-info .button,
  .woocommerce-account .woocommerce-message .button,
  .woocommerce-account .woocommerce-error .button {
    margin-left: 0 !important;
  }
}

/* Cart proportions + remove outer wrapper border */
.woocommerce-cart:not(.andrei-cart-empty-page) .andrei-page {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
  display: block !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart > .wc-block-cart,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart {
  display: grid !important;
  grid-template-columns: 70% 30% !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main,
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
.woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
  justify-self: stretch !important;
}
@media (max-width: 1024px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart {
    grid-template-columns: 1fr !important;
  }
}

/* FINAL OVERRIDE: mobile menu full screen + cart one-column */
@media (max-width: 900px) {
  .andrei-mobile-menu[hidden] {
    display: none !important;
  }

  .andrei-mobile-menu:not([hidden]) {
    display: block !important;
    inset: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }

  .andrei-mobile-menu-panel {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .andrei-mobile-menu-nav a,
  .andrei-mobile-menu-auth .andrei-btn,
  .andrei-mobile-menu-auth .andrei-text-link {
    width: 100% !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wp-block-woocommerce-cart > .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wc-block-cart) .wc-block-cart,
  .woocommerce-cart:not(.andrei-cart-empty-page) .woocommerce:has(.wp-block-woocommerce-cart) .wp-block-woocommerce-cart {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: .85rem !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__main,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    justify-self: stretch !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item {
    display: grid !important;
    grid-template-columns: 1fr !important;
    row-gap: .65rem !important;
    padding: .85rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item .wc-block-cart-item__total {
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon .wc-block-components-panel__button {
    white-space: normal !important;
    min-height: 42px !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__submit-button {
    width: 100% !important;
    min-height: 48px !important;
    white-space: normal !important;
  }
}

/* FINAL OVERRIDE v2: full-screen menu + better cart spacing/alignment */
@media (max-width: 900px) {
  .andrei-header {
    backdrop-filter: none !important;
  }

  .andrei-mobile-menu[hidden] {
    display: none !important;
  }

  .andrei-mobile-menu:not([hidden]) {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
  }

  .andrei-mobile-menu-backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 20, 38, 0.45) !important;
  }

  .andrei-mobile-menu-panel {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 1rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item {
    grid-template-columns: 1fr !important;
    row-gap: .5rem !important;
    align-items: start !important;
    padding: 1rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product {
    grid-row: 1 !important;
    padding: 0 !important;
    min-width: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__total {
    grid-row: 2 !important;
    justify-self: start !important;
    text-align: left !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__remove-link {
    margin-top: .1rem !important;
    padding: 0 !important;
    display: inline-flex !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product .wc-block-components-product-name,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product .wc-block-components-product-name *,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product * {
    text-align: left !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product .wc-block-components-product-name {
    margin: 0 0 .2rem !important;
    font-size: 1.02rem !important;
    line-height: 1.35 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart__sidebar .wc-block-components-totals-wrapper {
    padding: .9rem !important;
    gap: .75rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon {
    padding: .85rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon .wc-block-components-panel__content {
    margin-top: .6rem !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: .6rem !important;
    align-items: center !important;
    margin: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon input[type="text"],
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon input[type="search"],
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon .wc-block-components-text-input input {
    min-height: 46px !important;
    margin: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon .wc-block-components-button,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-components-totals-coupon button {
    min-height: 46px !important;
    margin: 0 !important;
    padding: 0 1rem !important;
  }
}

/* FINAL OVERRIDE v3: remove ghost left column in cart item row */
@media (max-width: 900px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: .55rem !important;
    align-items: start !important;
    justify-items: start !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__image {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__total,
  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__prices {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) .wc-block-cart-item__product * {
    text-align: left !important;
  }
}

/* FINAL OVERRIDE v4: force full-width title + aligned price in cart row */
@media (max-width: 900px) {
  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    row-gap: .5rem !important;
    column-gap: 0 !important;
    align-items: start !important;
    justify-items: start !important;
    width: 100% !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row > * {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row .wc-block-cart-item__image {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row .wc-block-cart-item__product {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row .wc-block-components-product-name {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 .25rem !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row .wc-block-cart-item__remove-link {
    display: inline-flex !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row .wc-block-cart-item__total,
  .woocommerce-cart:not(.andrei-cart-empty-page) tr.wc-block-cart-items__row .wc-block-cart-item__prices {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: start !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
