/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss ***!
  \************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@700&display=swap);
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/main.scss (1) ***!
  \****************************************************************************************************************/
@charset "UTF-8";
:root {
  --b-brand: #8a2433;
  --b-brand-dark: #5e1620;
  --b-accent: #111;
  --b-text: #333;
  --b-meta: #666;
  --b-bg: #fff;
  --b-border: #e5e5e5;
  --font-head: "Playfair Display", serif;
  --font-body: "Inter", sans-serif;
}

.text-brand {
  color: #841828;
}

.text-primary {
  color: #1b1b1b;
}

.text-secondary {
  color: #3d3d3d;
}

.text-tertiary {
  color: #5d5d5d;
}

.bg-primary {
  background-color: #f9fafb;
}

.bg-secondary {
  background-color: #f3f4f6;
}

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  width: 100%;
  min-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #1b1b1b;
  line-height: 1.5;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  min-width: 100%;
  overflow-x: clip;
}
body.mobile-menu-open {
  overflow: hidden;
}
body.admin-bar .site-header,
body.admin-bar .hero,
body.admin-bar .sp-hero {
  margin-top: 0;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

.site-main {
  overflow: visible;
}

h1,
.h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b1b;
}

h2,
.h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

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

.skip-link:focus {
  position: fixed !important;
  top: 8px;
  left: 8px;
  z-index: 999999;
  width: auto;
  height: auto;
  padding: 12px 24px;
  margin: 0;
  clip: auto;
  background: #1C602B;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

:focus {
  outline: 2px solid #1C602B;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #1C602B;
  outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #1C602B;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(28, 63, 96, 0.2);
}

.btn,
.hero-nav-link,
.hero-nav-action,
.footer-link,
.mobile-menu-toggle,
.product-nav__link,
.product-faq__question,
.sp-buy-card__btn,
.sp-download-btn,
.grade-modal__btn,
.cart-modal-trigger,
.cart-modal-close {
  min-height: 44px;
}

.mobile-menu-toggle,
.cart-modal-close,
.cart-modal-trigger {
  min-width: 44px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast: high) {
  .btn,
  .hero-nav-link,
  .product-faq__question,
  input,
  select,
  textarea {
    border-width: 2px !important;
  }
}
@media print {
  .hero-header,
  .mobile-menu,
  .cart-modal,
  .site-footer,
  .product-nav {
    display: none !important;
  }
  body {
    background: #ffffff;
    color: #000000;
    font-size: 12pt;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
}
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  list-style: none;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.45;
  box-sizing: border-box;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 1px 0 0;
  min-width: 20px;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
  box-sizing: border-box;
}
.woocommerce-message li,
.woocommerce-message p,
.woocommerce-message div,
.woocommerce-message span,
.woocommerce-error li,
.woocommerce-error p,
.woocommerce-error div,
.woocommerce-error span,
.woocommerce-info li,
.woocommerce-info p,
.woocommerce-info div,
.woocommerce-info span {
  margin: 0;
}
.woocommerce-message > li,
.woocommerce-message > p,
.woocommerce-message > div,
.woocommerce-message > span,
.woocommerce-error > li,
.woocommerce-error > p,
.woocommerce-error > div,
.woocommerce-error > span,
.woocommerce-info > li,
.woocommerce-info > p,
.woocommerce-info > div,
.woocommerce-info > span {
  flex: 1 1 auto;
  min-width: 0;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  display: block;
  list-style: none;
}
.woocommerce-message ul,
.woocommerce-message ol,
.woocommerce-error ul,
.woocommerce-error ol,
.woocommerce-info ul,
.woocommerce-info ol {
  margin: 0;
  padding: 0;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.woocommerce-message a.wc-forward,
.woocommerce-message button.wc-forward,
.woocommerce-error a.wc-forward,
.woocommerce-error button.wc-forward,
.woocommerce-info a.wc-forward,
.woocommerce-info button.wc-forward {
  float: none;
  margin: 0 0 0 auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  white-space: nowrap;
}

.woocommerce-error {
  border-color: #f4b3b3;
  background: #fff4f4;
  color: #8c1d1d;
}
.woocommerce-error::before {
  content: "!";
  border: 1px solid #cc3a3a;
  color: #cc3a3a;
}

.woocommerce-info {
  border-color: #b8cee9;
  background: #f2f7ff;
  color: #1d4f85;
}
.woocommerce-info::before {
  content: "i";
  border: 1px solid #3f7dc2;
  color: #3f7dc2;
}

.woocommerce-message {
  border-color: #b8e1c2;
  background: #f1fbf3;
  color: #186b2b;
}
.woocommerce-message::before {
  content: "✓";
  border: 1px solid #2a8f42;
  color: #2a8f42;
  font-size: 11px;
}

@media (max-width: 768px) {
  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 12px 14px;
  }
  .woocommerce-message a.wc-forward,
  .woocommerce-message button.wc-forward,
  .woocommerce-error a.wc-forward,
  .woocommerce-error button.wc-forward,
  .woocommerce-info a.wc-forward,
  .woocommerce-info button.wc-forward {
    margin: 10px 0 0;
    align-self: flex-start;
  }
}
body.admin-bar .site-header,
body.admin-bar .hero-section {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar .hero-section {
    margin-top: 46px;
  }
}

.woocommerce-notices-wrapper {
  max-width: 1168px;
  margin: 0 auto 24px;
  padding: 0 16px;
  background: transparent;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  margin: 0 0 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.woocommerce-notices-wrapper .woocommerce-message:last-child,
.woocommerce-notices-wrapper .woocommerce-error:last-child,
.woocommerce-notices-wrapper .woocommerce-info:last-child {
  margin-bottom: 0;
}

body > .woocommerce-notices-wrapper,
.site-main > .woocommerce-notices-wrapper:first-child {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 999;
  max-width: 100%;
  background: #ffffff;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e7e7e7;
}
body > .woocommerce-notices-wrapper:has(.woocommerce-message), body > .woocommerce-notices-wrapper:has(.woocommerce-error), body > .woocommerce-notices-wrapper:has(.woocommerce-info),
.site-main > .woocommerce-notices-wrapper:first-child:has(.woocommerce-message),
.site-main > .woocommerce-notices-wrapper:first-child:has(.woocommerce-error),
.site-main > .woocommerce-notices-wrapper:first-child:has(.woocommerce-info) {
  display: block;
}
body > .woocommerce-notices-wrapper .woocommerce-message,
body > .woocommerce-notices-wrapper .woocommerce-error,
body > .woocommerce-notices-wrapper .woocommerce-info,
.site-main > .woocommerce-notices-wrapper:first-child .woocommerce-message,
.site-main > .woocommerce-notices-wrapper:first-child .woocommerce-error,
.site-main > .woocommerce-notices-wrapper:first-child .woocommerce-info {
  max-width: 1168px;
  margin: 0 auto 12px;
}
body > .woocommerce-notices-wrapper .woocommerce-message:last-child,
body > .woocommerce-notices-wrapper .woocommerce-error:last-child,
body > .woocommerce-notices-wrapper .woocommerce-info:last-child,
.site-main > .woocommerce-notices-wrapper:first-child .woocommerce-message:last-child,
.site-main > .woocommerce-notices-wrapper:first-child .woocommerce-error:last-child,
.site-main > .woocommerce-notices-wrapper:first-child .woocommerce-info:last-child {
  margin-bottom: 0;
}

body.admin-bar > .woocommerce-notices-wrapper,
body.admin-bar .site-main > .woocommerce-notices-wrapper:first-child {
  top: 104px;
}
@media screen and (max-width: 782px) {
  body.admin-bar > .woocommerce-notices-wrapper,
  body.admin-bar .site-main > .woocommerce-notices-wrapper:first-child {
    top: 118px;
  }
}

.container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}

.site-header {
  background: #841828;
  position: relative;
  z-index: 1000;
  padding: 0 16px;
}

.site-header .hero-header-inner,
.hero-section .hero-header .hero-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  max-width: 1168px;
  margin: 0 auto;
}
.site-header .hero-header-left,
.hero-section .hero-header .hero-header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.site-header .hero-header-left .hero-logo-container,
.hero-section .hero-header .hero-header-left .hero-logo-container {
  width: 145px;
  height: 40px;
  position: relative;
}
.site-header .hero-header-left .hero-logo-container .hero-logo-link,
.hero-section .hero-header .hero-header-left .hero-logo-container .hero-logo-link {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.site-header .hero-header-left .hero-logo-container .hero-logo-link:hover,
.hero-section .hero-header .hero-header-left .hero-logo-container .hero-logo-link:hover {
  opacity: 0.8;
}
.site-header .hero-header-left .hero-logo-container .hero-logo,
.hero-section .hero-header .hero-header-left .hero-logo-container .hero-logo {
  width: 145px;
  height: 40px;
  object-fit: contain;
}
.site-header .hero-header-left .hero-header-divider,
.hero-section .hero-header .hero-header-left .hero-header-divider {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
body.home .site-header .hero-header-left .hero-header-divider,
body.home .hero-section .hero-header .hero-header-left .hero-header-divider {
  opacity: 0.32;
}
body:not(.home) .site-header .hero-header-left .hero-header-divider,
body:not(.home) .hero-section .hero-header .hero-header-left .hero-header-divider {
  opacity: 1;
}
.site-header .hero-header-left .hero-navigation,
.hero-section .hero-header .hero-header-left .hero-navigation {
  display: flex;
  gap: 24px;
}
.site-header .hero-header-left .hero-navigation .hero-nav-link,
.hero-section .hero-header .hero-header-left .hero-navigation .hero-nav-link {
  color: #f6f6f6;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 24px;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.site-header .hero-header-left .hero-navigation .hero-nav-link:hover,
.hero-section .hero-header .hero-header-left .hero-navigation .hero-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1b1b1b;
}
.site-header .hero-header-right,
.hero-section .hero-header .hero-header-right {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.site-header .hero-header-right .hero-nav-action,
.hero-section .hero-header .hero-header-right .hero-nav-action {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #f6f6f6;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .hero-header-right .hero-nav-action svg,
.hero-section .hero-header .hero-header-right .hero-nav-action svg {
  width: 22px;
  height: 22px;
}
.site-header .hero-header-right .hero-nav-action:hover,
.hero-section .hero-header .hero-header-right .hero-nav-action:hover {
  opacity: 0.8;
}
.site-header .hero-header-right .hero-nav-action.cart-modal-trigger .cart-count,
.hero-section .hero-header .hero-header-right .hero-nav-action.cart-modal-trigger .cart-count {
  position: absolute;
  top: 8px;
  right: -8px;
  background: #1C602B;
  color: #f6f6f6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  animation: pulse 2s infinite;
  transition: box-shadow 0.2s;
}
.site-header .hero-header-right .hero-nav-action.cart-modal-trigger:hover .cart-count,
.hero-section .hero-header .hero-header-right .hero-nav-action.cart-modal-trigger:hover .cart-count {
  box-shadow: 0 0 0 4px rgba(28, 63, 96, 0.2);
}
.site-header .hero-header-right .hero-header-divider,
.hero-section .hero-header .hero-header-right .hero-header-divider {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
body.home .site-header .hero-header-right .hero-header-divider,
body.home .hero-section .hero-header .hero-header-right .hero-header-divider {
  opacity: 0.32;
}
body:not(.home) .site-header .hero-header-right .hero-header-divider,
body:not(.home) .hero-section .hero-header .hero-header-right .hero-header-divider {
  opacity: 1;
}
.site-header .hero-header-right .btn-header,
.hero-section .hero-header .hero-header-right .btn-header {
  background: #ffffff;
  color: #1b1b1b;
  border: 1px solid #d1d1d1;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.site-header .hero-header-right .btn-header svg,
.hero-section .hero-header .hero-header-right .btn-header svg {
  width: 16px;
  height: 16px;
}
.site-header .hero-header-right .btn-header:hover,
.hero-section .hero-header .hero-header-right .btn-header:hover {
  background: #f6f6f6;
  border-color: #841828;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1002;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-toggle .hamburger-line {
  width: 24px;
  height: 2px;
  background: #f6f6f6;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
body:not(.home) .mobile-menu-toggle .hamburger-line {
  background: #1b1b1b;
}
.mobile-menu-toggle:hover {
  transform: scale(1.1);
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.mobile-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #841828;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s, visibility 0.4s;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu[aria-hidden=false] {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.mobile-menu .mobile-menu-inner {
  padding: 24px 16px;
}
.mobile-menu .mobile-nav-menu {
  list-style: none;
}
.mobile-menu .mobile-nav-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  transform: translateX(20px);
  animation: fadeInRight 0.4s ease-out forwards;
}
.mobile-menu .mobile-nav-menu li:nth-child(1) {
  animation-delay: 0.1s;
}
.mobile-menu .mobile-nav-menu li:nth-child(2) {
  animation-delay: 0.2s;
}
.mobile-menu .mobile-nav-menu li:nth-child(3) {
  animation-delay: 0.3s;
}
.mobile-menu .mobile-nav-menu li:nth-child(4) {
  animation-delay: 0.4s;
}
.mobile-menu .mobile-nav-menu li:nth-child(5) {
  animation-delay: 0.5s;
}
.mobile-menu .mobile-nav-menu li:nth-child(6) {
  animation-delay: 0.6s;
}
.mobile-menu .mobile-nav-menu li:nth-child(7) {
  animation-delay: 0.7s;
}
.mobile-menu .mobile-nav-menu li:nth-child(8) {
  animation-delay: 0.8s;
}
.mobile-menu .mobile-nav-menu li:nth-child(9) {
  animation-delay: 0.9s;
}
.mobile-menu .mobile-nav-menu li:nth-child(10) {
  animation-delay: 1s;
}
.mobile-menu .mobile-nav-menu li a {
  display: block;
  padding: 16px 0;
  color: #f6f6f6;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu .mobile-nav-menu li a:hover {
  transform: translateX(8px);
  opacity: 0.8;
}
.mobile-menu .mobile-menu-actions {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-menu .mobile-menu-actions .btn-secondary {
  background: transparent;
  color: #f6f6f6;
  border-color: rgba(255, 255, 255, 0.3);
}
.mobile-menu .mobile-menu-actions .btn-primary {
  background: #ffffff;
  color: #841828;
}

.site-footer {
  background-color: #f3f4f6;
}
.site-footer .footer-container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.site-footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 56px 0 32px 0;
}
.site-footer .footer-links-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .footer-links-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.site-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-footer .footer-brand .footer-logo-link {
  display: inline-block;
  line-height: 0;
}
.site-footer .footer-brand .footer-logo {
  width: 145px;
  height: 40px;
  object-fit: contain;
}
.site-footer .footer-brand .footer-description {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.site-footer .footer-nav-contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .site-footer .footer-nav-contact {
    flex-direction: row;
    gap: 112px;
  }
}
.site-footer .footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .footer-section .footer-section-title {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.site-footer .footer-section .footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-style: normal;
}
.site-footer .footer-section .footer-links .footer-link {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s;
}
.site-footer .footer-section .footer-links .footer-link:hover {
  color: #1C602B;
}
.site-footer .footer-bottom {
  border-top: 1px dashed #e5e7eb;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    flex-direction: row;
    align-items: center;
  }
}
.site-footer .footer-bottom .footer-copyright {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.site-footer .footer-bottom .footer-credits {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer .footer-bottom .footer-credits .footer-credits-text {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.site-footer .footer-bottom .footer-credits .footer-orbi-logo {
  width: 40px;
  height: 16px;
  object-fit: contain;
}

/* Footer Mobile Enhancements */
@media (max-width: 768px) {
  .site-footer {
    text-align: center;
    padding: 48px 0 32px;
  }
  .footer-links-container {
    flex-direction: column;
    align-items: center;
    gap: 24px; /* Reduced from 32px */
  }
  /* Stacked layout for Nav and Contact */
  .footer-nav-contact {
    flex-direction: column !important;
    align-items: center;
    gap: 24px; /* Reduced from 32px */
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  .footer-brand {
    align-items: center;
    margin-bottom: 24px; /* Reduced from 32px */
    max-width: 100%;
    padding: 0 16px;
  }
  .footer-brand .footer-description {
    margin-top: 16px;
    font-size: 14px;
    opacity: 0.8;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
  }
  .footer-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align */
  }
  .footer-section-title {
    font-size: 13px;
    margin-bottom: 12px; /* Reduced from 16px */
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1c3f60;
  }
  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align */
    gap: 12px; /* Reduced from 16px */
    width: 100%;
  }
  .footer-link {
    font-size: 15px;
    padding: 0;
    word-break: break-word;
    text-align: center;
    line-height: 1.4;
    color: #2d3748;
    font-weight: 500;
  }
  a[href^=mailto] {
    font-size: 15px; /* Back to normal size since we have space */
    opacity: 0.9;
    letter-spacing: normal;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    padding-top: 24px; /* Reduced from 32px */
    margin-top: 24px; /* Reduced from 40px */
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-copyright {
    font-size: 13px;
    width: 100%;
    max-width: 100%; /* Allow full width to prevent weird left-align look if text is short */
    padding: 0 20px;
    margin: 0;
    line-height: 1.6;
    color: #718096;
    text-align: center;
  }
  .footer-credits {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .footer-credits-text {
    font-size: 12px;
    color: #A0AEC0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .footer-orbi-logo {
    height: 18px;
    width: auto;
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  white-space: nowrap;
}
.btn svg {
  width: 16px;
  height: 16px;
}
.btn.btn-primary {
  background: #1C602B;
  color: #f6f6f6;
}
.btn.btn-primary:hover {
  background: #13401d;
}
.btn.btn-secondary {
  background: transparent;
  color: #1b1b1b;
  border: 1px solid #d1d1d1;
}
.btn.btn-secondary:hover {
  background: #f3f4f6;
}
.btn.btn-brand {
  background: #841828;
  color: #f6f6f6;
}
.btn.btn-brand:hover {
  background: #61121e;
}
.btn.btn-lg {
  padding: 16px 32px;
  font-size: 18px;
}
.btn.btn-block {
  width: 100%;
}

.hero-section {
  background: #8a2433;
  position: relative;
  overflow: hidden;
  padding: 0;
  padding-top: 80px;
  min-height: 673px;
  z-index: 1;
  width: 100%;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 100vw;
  height: 673px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 112px;
  opacity: 0.08;
  z-index: 1;
}
.hero-section .hero-background .hero-line {
  width: 1px;
  height: 673px;
  background: #d9d9d9;
}
@media (max-width: 768px) {
  .hero-section .hero-background {
    display: none;
  }
}

.hero-header {
  position: relative;
  z-index: 1000;
  padding: 0 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #ffffff;
  width: 100%;
}
.hero-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.hero-header .hero-nav-link {
  color: #3d3d3d;
  padding: 10px 16px;
}
.hero-header .hero-nav-link:hover {
  transform: translateY(-2px);
  background-color: rgba(0, 0, 0, 0.05);
  color: #1b1b1b;
}
.hero-header .hero-nav-action {
  color: #3d3d3d;
}
.hero-header .btn-header {
  background: #841828;
  color: #f6f6f6;
  border: none;
}
.hero-header .btn-header:hover {
  background: #61121e;
  box-shadow: 0 4px 12px rgba(132, 24, 40, 0.3);
}

body.home .hero-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body.home .hero-header .hero-nav-link {
  color: #f6f6f6;
}
body.home .hero-header .hero-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f6f6f6;
}
body.home .hero-header .hero-nav-action {
  color: #f6f6f6;
}
body.home .hero-header .hero-header-divider {
  background: #f6f6f6;
  opacity: 0.32;
}
body.home .hero-header .btn-header {
  background: #ffffff;
  color: #1b1b1b;
  border: none;
}
body.home .hero-header .btn-header:hover {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-header .hero-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  max-width: 1168px;
  margin: 0 auto;
}
.hero-header .hero-header-left {
  display: flex;
  align-items: center;
  gap: 48px;
}
.hero-header .hero-header-left .hero-logo-container {
  width: 145px;
  height: 40px;
  position: relative;
}
.hero-header .hero-header-left .hero-logo-container .hero-logo-link {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.hero-header .hero-header-left .hero-logo-container .hero-logo-link:hover {
  opacity: 0.8;
}
.hero-header .hero-header-left .hero-logo-container .hero-logo {
  width: 145px;
  height: 40px;
  object-fit: contain;
}
.hero-header .hero-header-left .hero-header-divider {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
body.home .hero-header .hero-header-left .hero-header-divider {
  opacity: 0.32;
}
body:not(.home) .hero-header .hero-header-left .hero-header-divider {
  opacity: 1;
}
.hero-header .hero-header-left .hero-navigation {
  display: flex;
  gap: 24px;
}
.hero-header .hero-header-left .hero-navigation .hero-nav-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 16px;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
body:not(.home) .hero-header .hero-header-left .hero-navigation .hero-nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #1b1b1b;
}
body.home .hero-header .hero-header-left .hero-navigation .hero-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #1b1b1b;
}
.hero-header .hero-header-right {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.hero-header .hero-header-right .hero-nav-action {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-header .hero-header-right .hero-nav-action svg {
  width: 22px;
  height: 22px;
}
.hero-header .hero-header-right .hero-nav-action:hover {
  opacity: 0.8;
}
.hero-header .hero-header-right .hero-nav-action.cart-modal-trigger .cart-count {
  position: absolute;
  top: 8px;
  right: -8px;
  background: #1C602B;
  color: #f6f6f6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  animation: pulse 2s infinite;
  transition: box-shadow 0.2s;
}
.hero-header .hero-header-right .hero-nav-action.cart-modal-trigger:hover .cart-count {
  box-shadow: 0 0 0 4px rgba(28, 63, 96, 0.2);
}
.hero-header .hero-header-right .hero-header-divider {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
body.home .hero-header .hero-header-right .hero-header-divider {
  opacity: 0.32;
}
body:not(.home) .hero-header .hero-header-right .hero-header-divider {
  opacity: 1;
}
.hero-header .hero-header-right .btn-header {
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: opacity 0.2s, background 0.2s;
  text-decoration: none;
  border: none;
}
.hero-header .hero-header-right .btn-header svg {
  width: 16px;
  height: 16px;
}
.hero-header .hero-header-right .btn-header:hover {
  opacity: 0.9;
}

.hero-section .hero-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .hero-section .hero-content-wrapper {
    padding: 50px 16px;
  }
}
.hero-section .hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 595px;
  padding: 112px 0;
  max-width: 1168px;
  margin: 0 auto;
}
.hero-section .hero-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 572px;
}
.hero-section .hero-content .hero-text-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 572px;
}
.hero-section .hero-content .hero-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 572px;
}
.hero-section .hero-content .hero-title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  color: #f6f6f6;
  margin: 0;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
.hero-section .hero-content .hero-title-line {
  display: block;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title-line {
    width: 100%;
  }
}
.hero-section .hero-content .hero-title-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-title-icons {
    justify-content: center;
    gap: 8px;
  }
}
.hero-section .hero-content .hero-icons {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 12px;
  position: relative;
  isolation: isolate;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-icons {
    margin-left: 5px;
    padding-right: 0;
  }
  .hero-section .hero-content .hero-icons .hero-icon-background,
  .hero-section .hero-content .hero-icons .hero-icon {
    width: 42px;
    height: 42px;
    margin-right: -8px;
  }
}
.hero-section .hero-content .hero-icons .hero-icon-background {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
  margin-right: -12px;
}
.hero-section .hero-content .hero-icons .hero-icon-background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-section .hero-content .hero-icons .hero-icon {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  margin-right: -12px;
}
.hero-section .hero-content .hero-icons .hero-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-section .hero-content .hero-description {
  font-size: 16px;
  font-weight: 400;
  color: #f6f6f6;
  width: 472px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .hero-section .hero-content .hero-description {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
  }
}
.hero-section .btn-white {
  background: #ffffff;
  color: #1b1b1b;
  border: 1px solid #d1d1d1;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: all 0.2s;
  width: fit-content;
}
@media (max-width: 768px) {
  .hero-section .btn-white {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 14px 24px;
    font-size: 16px;
  }
}
.hero-section .btn-white svg {
  width: 16px;
  height: 16px;
}
.hero-section .btn-white:hover {
  background: #f6f6f6;
}

.hero-image-container {
  position: relative;
  width: 572px;
  height: 595px;
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  justify-items: start;
  align-items: start;
}
.hero-image-container .hero-logo-vertical {
  position: absolute;
  left: 7px;
  top: 197px;
  width: 557px;
  height: 397.691px;
  opacity: 0.16;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-image-container .hero-logo-vertical img {
  position: absolute;
  left: -102.51%;
  top: 0;
  width: 305.01%;
  height: 225.44%;
  object-fit: contain;
}
.hero-image-container .hero-image-gradient-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 572px;
  height: 397px;
  background: linear-gradient(to bottom, rgba(138, 36, 51, 0) 33.249%, #8a2433 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-image-container .hero-image-frame {
  position: absolute;
  left: 92px;
  top: 27px;
  width: 387px;
  height: 568px;
  overflow: hidden;
  z-index: 2;
}
.hero-image-container .hero-image-frame .hero-image {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 386.667px;
  height: 580px;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
}
.hero-image-container .hero-image-gradient-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 572px;
  height: 125px;
  background: linear-gradient(to bottom, rgba(138, 36, 51, 0), #8a2433);
  z-index: 3;
  pointer-events: none;
}

.courses-hero-modifier {
  min-height: 480px;
}
.courses-hero-modifier .hero-background {
  height: 100%;
}
.courses-hero-modifier .hero-background .hero-line {
  height: 100%;
}
.courses-hero-modifier .hero-inner {
  height: auto;
  padding: 60px 0 80px;
  justify-content: center;
}
.courses-hero-modifier .hero-content {
  width: 100%;
  max-width: 800px;
  align-items: center;
  text-align: center;
}
.courses-hero-modifier .hero-text-container,
.courses-hero-modifier .hero-text {
  width: 100%;
  align-items: center;
}
.courses-hero-modifier .hero-description {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.validation-section {
  padding: 48px 0;
  background: #ffffff;
  overflow: hidden;
}
.validation-section .validation-content {
  text-align: center;
}
.validation-section .validation-text {
  font-size: 16px;
  color: #5d5d5d;
  margin-bottom: 32px;
}
.validation-section .validation-logos {
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.validation-section .validation-logos .validation-logos-track {
  display: flex;
  gap: 32px;
  animation: scroll-logos 30s linear infinite;
}
.validation-section .validation-logos .validation-logo {
  flex-shrink: 0;
  width: 112px;
  height: 56px;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.validation-section .validation-logos .validation-logo img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section {
  padding: 80px 0;
}
.section.section-alt {
  background: #f9fafb;
}

.section-badge {
  display: inline-block;
  background: #f3f4f6;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.benefits-section {
  padding: 112px 0 56px;
  background: #ffffff;
  overflow: visible;
}
.benefits-section .container {
  overflow: visible;
}
.benefits-section .benefits-wrapper {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  position: relative;
}
.benefits-section .benefits-intro {
  width: 100%;
  max-width: 436px;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  align-self: flex-start;
  height: fit-content;
  z-index: 10;
}
.benefits-section .benefits-intro .benefits-intro-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.benefits-section .benefits-intro .benefits-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e7e7e7;
}
.benefits-section .benefits-intro .benefits-badge {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.benefits-section .benefits-intro .benefits-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.benefits-section .benefits-intro .benefits-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 24px;
  width: 100%;
  max-width: 473px;
}
.benefits-section .benefits-intro .benefits-stat .stat-icon-container {
  flex-shrink: 0;
}
.benefits-section .benefits-intro .benefits-stat .stat-icon-wrapper {
  border: 1px solid #c5def2;
  border-radius: 16px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-section .benefits-intro .benefits-stat .stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-section .benefits-intro .benefits-stat .stat-icon img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.benefits-section .benefits-intro .benefits-stat .stat-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1b1b1b;
  display: flex;
  flex-direction: column;
}
.benefits-section .benefits-intro .benefits-stat .stat-text .stat-text-light {
  font-weight: 400;
  color: #6d6d6d;
}
.benefits-section .benefits-intro .benefits-stat .stat-text .stat-text-highlight {
  font-weight: 600;
  color: #1C602B;
}
.benefits-section .benefits-list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  max-width: 639px;
}
.benefits-section .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 40px 24px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}
.benefits-section .benefit-item:last-child {
  border-bottom: none;
}
.benefits-section .benefit-item .benefit-icon-container {
  flex-shrink: 0;
  align-self: flex-start;
}
.benefits-section .benefit-item .benefit-icon-wrapper {
  border: 1px solid #c5def2;
  border-radius: 16px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-section .benefit-item .benefit-icon {
  background: #ffffff;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefits-section .benefit-item .benefit-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.benefits-section .benefit-item:last-child .benefit-icon img {
  width: 24px;
  height: 24px;
}
.benefits-section .benefit-item .benefit-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  text-align: left;
  align-items: flex-start;
}
.benefits-section .benefit-item .benefit-content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  margin: 0;
  width: 100%;
  text-align: left;
}
.benefits-section .benefit-item .benefit-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media (max-width: 768px) {
  .benefits-section {
    padding: 56px 0 40px;
  }
  .benefits-section .benefits-wrapper {
    flex-direction: column;
    gap: 32px !important;
  }
  .benefits-section .benefits-intro {
    position: static;
    max-width: 100%;
  }
  .benefits-section .benefits-intro .benefits-intro-inner {
    gap: 24px;
  }
  .benefits-section .benefits-intro .benefits-content {
    gap: 12px;
    padding-bottom: 24px;
  }
  .benefits-section .benefits-intro .benefits-title {
    font-size: 28px;
  }
  .benefits-section .benefits-intro .benefits-stat {
    flex-direction: row;
    gap: 12px;
  }
  .benefits-section .benefits-list {
    max-width: 100%;
  }
  .benefits-section .benefit-item {
    padding: 24px 0;
    gap: 16px;
  }
  .benefits-section .benefit-item .benefit-content h4 {
    font-size: 16px;
  }
  .benefits-section .benefit-item .benefit-content p {
    font-size: 14px;
  }
}

.about-section {
  background: #ffffff;
  padding: 80px 0 0;
  border-bottom: 1px dashed #e5e7eb;
  overflow: clip;
}
.about-section .about-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-bottom: 112px;
}
.about-section .about-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 123px;
}
.about-section .about-left {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.about-section .about-left .about-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-section .about-left .about-header .about-badge {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.about-section .about-left .about-header h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.about-section .about-image-container {
  position: relative;
  width: 473px;
  height: 242px;
  background: #841828;
  border-radius: 16px;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.32);
}
.about-section .about-image-container .about-image-group {
  position: absolute;
  left: 236.45px;
  top: -68px;
  width: 256px;
  height: 310px;
  z-index: 1;
}
.about-section .about-image-container .about-image-group .about-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.about-section .about-image-container .about-card-text {
  position: absolute;
  left: 32px;
  top: 32px;
  z-index: 3;
  width: 230px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about-section .about-image-container .about-card-text .about-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #f6f6f6;
  margin: 0;
}
.about-section .about-image-container .about-card-text .about-role {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #f6f6f6;
  margin: 0;
}
.about-section .about-image-container .about-social {
  position: absolute;
  left: 32px;
  top: 150px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.2s;
  text-decoration: none;
}
.about-section .about-image-container .about-social .about-social-inner {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .about-image-container .about-social .about-social-inner img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.about-section .about-image-container .about-social:hover .about-social-inner {
  background: rgba(255, 255, 255, 0.2);
}
.about-section .about-image-container .about-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: white;
  filter: blur(100px);
  z-index: 0;
}
.about-section .about-right {
  width: 572px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about-section .about-right .about-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-section .about-right .about-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
}
.about-section .about-right .about-text p strong {
  font-weight: 500;
}
.about-section .about-right .about-text .about-divider {
  position: absolute;
  left: 90px;
  width: 327px;
  height: 11px;
  background: #ffe1e5;
}
.about-section .about-right .btn {
  width: fit-content;
}
.about-section .text-scroll {
  position: relative;
  width: 100%;
  max-width: 1168px;
  height: 106px;
  overflow: hidden;
}
.about-section .text-scroll__track {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  white-space: nowrap;
  will-change: transform;
}
.about-section .text-scroll__item {
  display: inline-table;
  flex-shrink: 0;
  padding-right: 32px;
  font-family: "Inter", sans-serif;
  font-size: 88px;
  font-weight: 600;
  line-height: 1.2;
  color: #3d3d3d;
  opacity: 0.12;
}
.about-section .text-scroll__center {
  position: absolute;
  top: 39px;
  left: 494px;
  width: 180px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 768px) {
  .about-section {
    padding: 56px 0 0;
  }
  .about-section .about-wrapper {
    gap: 40px;
    padding-bottom: 80px;
  }
  .about-section .about-content {
    gap: 32px;
  }
  .about-section .about-left {
    gap: 24px;
  }
  .about-section .about-left .about-header h2 {
    font-size: 32px;
  }
  .about-section .about-left .about-image-container {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    padding: 24px;
    padding-right: 120px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .about-section .about-left .about-image-container .about-image-group {
    position: absolute;
    left: auto;
    right: -20px;
    top: -40px;
    width: 180px;
    height: 220px;
  }
  .about-section .about-left .about-image-container .about-card-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 180px;
  }
  .about-section .about-left .about-image-container .about-card-text .about-name {
    font-size: 18px;
  }
  .about-section .about-left .about-image-container .about-card-text .about-role {
    font-size: 14px;
  }
  .about-section .about-left .about-image-container .about-social {
    position: relative;
    left: auto;
    top: auto;
    width: fit-content;
  }
  .about-section .about-right .about-text p {
    font-size: 16px;
  }
  .about-section .about-right .btn {
    width: 100%;
    justify-content: center;
  }
  .about-section .text-scroll {
    height: 60px;
  }
  .about-section .text-scroll__item {
    font-size: 48px;
  }
  .about-section .text-scroll__center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .about-section .about-left .about-image-container {
    padding-right: 100px;
  }
  .about-section .about-left .about-image-container .about-image-group {
    width: auto;
    height: 220px;
    right: -20px;
    top: -23px;
  }
  .about-section .about-left .about-image-container .about-card-text .about-name {
    font-size: 16px;
  }
  .about-section .about-left .about-image-container .about-card-text .about-role {
    font-size: 13px;
  }
  .about-section .text-scroll {
    height: 44px;
  }
  .about-section .text-scroll__item {
    font-size: 32px;
  }
  .about-section .text-scroll__center {
    font-size: 14px;
  }
}

.testimonials-section {
  padding: 112px 0;
  background: #ffffff;
}
.testimonials-section .testimonials-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.testimonials-section .testimonials-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.testimonials-section .testimonials-header .testimonials-badge {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.testimonials-section .testimonials-header h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
  max-width: 572px;
}
.testimonials-section .testimonials-grid {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
}
.testimonials-section .testimonials-grid.testimonials-carousel {
  overflow: hidden;
  max-width: 1173px;
  margin: 0 auto;
  will-change: transform;
  transition: transform 0.6s ease-in-out;
}
@media (max-width: 1200px) {
  .testimonials-section .testimonials-grid.testimonials-carousel {
    max-width: calc(100% + 24px);
  }
}
@media (max-width: 768px) {
  .testimonials-section .testimonials-grid.testimonials-carousel {
    max-width: 100%;
  }
}
.testimonials-section .testimonials-grid:not(.testimonials-carousel) {
  justify-content: center;
  overflow: visible;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .testimonials-section .testimonials-grid:not(.testimonials-carousel) {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .testimonials-section .testimonials-grid:not(.testimonials-carousel) {
    flex-direction: column;
  }
}

.testimonial-card {
  flex: 1 0 0;
  min-width: 0;
  max-width: 375px;
}
.testimonial-card .testimonial-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.testimonials-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1173px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .testimonials-carousel-container {
    max-width: 100%;
  }
}
.testimonials-carousel-container .swiper-button-next,
.testimonials-carousel-container .swiper-button-prev {
  display: none !important;
}

.testimonials-swiper {
  width: 100%;
  overflow: hidden;
}
.testimonials-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}
.testimonials-swiper .swiper-slide .testimonial-card {
  width: 100%;
  max-width: 375px;
}

.testimonials-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e7e7e7;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonials-pagination .swiper-pagination-bullet:hover {
  background: #d1d1d1;
}
.testimonials-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1C602B;
  width: 24px;
  border-radius: 5px;
}

.woocommerce-page .cart-page-wrapper {
  font-family: "Inter", sans-serif;
}

.woocommerce-notices-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
  border-left: 4px solid #1C602B;
  background: #f9fafb;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-notices-wrapper .woocommerce-error a.button,
.woocommerce-notices-wrapper .woocommerce-info a.button {
  margin-left: auto;
  padding: 8px 16px;
  background: #1C602B;
  color: #f6f6f6;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s;
}
.woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.woocommerce-notices-wrapper .woocommerce-error a.button:hover,
.woocommerce-notices-wrapper .woocommerce-info a.button:hover {
  background: #14441f;
}
.woocommerce-notices-wrapper .woocommerce-error {
  border-left-color: #841828;
}

.cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}
.cart-modal[aria-hidden=false] {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.cart-modal[aria-hidden=false] .cart-modal-overlay {
  opacity: 1;
}
.cart-modal[aria-hidden=false] .cart-modal-content {
  transform: translateY(0);
  opacity: 1;
}
.cart-modal .cart-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.cart-modal .cart-modal-content {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  z-index: 2;
  overflow: hidden;
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cart-modal .cart-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e7e7e7;
  flex-shrink: 0;
}
.cart-modal .cart-modal-header .cart-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
}
.cart-modal .cart-modal-header .cart-modal-close {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border-radius: 8px;
  width: 28px;
  height: 28px;
}
.cart-modal .cart-modal-header .cart-modal-close:hover {
  color: #1b1b1b;
  background: #f3f4f6;
}
.cart-modal .cart-modal-header .cart-modal-close svg {
  width: 20px;
  height: 20px;
}
.cart-modal .cart-modal-body {
  flex: 1;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.cart-modal .cart-modal-body .cart-modal-scrollable {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: calc(80vh - 180px);
}
.cart-modal .cart-modal-body .cart-page-wrapper {
  padding: 0;
  background: transparent;
}
.cart-modal .cart-modal-body .cart-page-wrapper .cart-header {
  margin-bottom: 24px;
}
.cart-modal .cart-modal-body .cart-page-wrapper .cart-header .section-badge {
  display: none;
}
.cart-modal .cart-modal-body .cart-page-wrapper .cart-header .cart-page-title {
  display: none;
}
.cart-modal .cart-modal-body .cart-page-wrapper .cart-table-wrapper {
  margin-bottom: 24px;
}
.cart-modal .cart-modal-body .cart-page-wrapper .cart-collaterals {
  grid-template-columns: 1fr;
  margin-top: 24px;
}
.cart-modal .cart-modal-body .cart-page-wrapper .cart-collaterals .cart_totals {
  position: relative;
  top: 0;
  padding: 24px;
}
.cart-modal .cart-modal-body .cart-modal-empty {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
.cart-modal .cart-modal-body .cart-modal-empty .cart-empty-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cart-modal .cart-modal-body .cart-modal-empty .cart-empty-content .cart-empty-text {
  color: #3d3d3d;
  font-size: 16px;
  margin: 0;
}
.cart-modal .cart-modal-body .cart-modal-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.cart-modal .cart-modal-body .cart-modal-items-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}
.cart-modal .cart-modal-body .cart-modal-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;
}
.cart-modal .cart-modal-body .cart-modal-item:last-child {
  border-bottom: none;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-thumbnail a,
.cart-modal .cart-modal-body .cart-modal-item .cart-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header .cart-item-name {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.4;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header .cart-item-name a {
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header .cart-item-name a:hover {
  color: #1C602B;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header .cart-item-remove {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #5d5d5d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
  border-radius: 8px;
  width: 24px;
  height: 24px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header .cart-item-remove:hover {
  color: #841828;
  background: #f3f4f6;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-header .cart-item-remove svg {
  width: 16px;
  height: 16px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-meta {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.5;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-footer .cart-item-price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-footer .cart-item-price .cart-item-price-old {
  font-size: 16px;
  font-weight: 600;
  color: #C75151;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}
.cart-modal .cart-modal-body .cart-modal-item .cart-item-details .cart-item-footer .cart-item-price .cart-item-price-current {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}
.cart-modal .cart-modal-body .cart-modal-coupon {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
}
.cart-modal .cart-modal-body .cart-modal-coupon .coupon-input-wrapper {
  display: flex;
  gap: 8px;
}
.cart-modal .cart-modal-body .cart-modal-coupon .input-text {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  font-size: 14px;
  background: #ffffff;
  color: #1b1b1b;
}
.cart-modal .cart-modal-body .cart-modal-coupon .input-text::placeholder {
  color: #5d5d5d;
}
.cart-modal .cart-modal-body .cart-modal-coupon .input-text:focus {
  outline: none;
  border-color: #1C602B;
}
.cart-modal .cart-modal-body .cart-modal-coupon .coupon-button {
  padding: 12px 24px;
  background: #1C602B;
  color: #f6f6f6;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.cart-modal .cart-modal-body .cart-modal-coupon .coupon-button:hover {
  background: #103919;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-message,
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-error,
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-info {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  border: 1px solid;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-message a,
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-error a,
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-info a {
  color: inherit;
  text-decoration: underline;
  font-weight: 500;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-message {
  background: #f0f9ff;
  border-color: #0ea5e9;
  color: #0369a1;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-error {
  background: #fef2f2;
  border-color: #f87171;
  color: #991b1b;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-error::before {
  content: "\e016";
  font-family: WooCommerce;
  position: static;
  margin-right: 0;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-error li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-error li::before {
  position: static !important;
  margin-right: 0;
}
.cart-modal .cart-modal-body .cart-modal-coupon .woocommerce-info {
  background: #f0f9ff;
  border-color: #0ea5e9;
  color: #0369a1;
}
.cart-modal .cart-modal-body .cart-modal-footer {
  border-top: 1px solid #e7e7e7;
  padding: 24px;
  background: #ffffff;
  flex-shrink: 0;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals {
  position: relative;
  top: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper .cart-totals-title {
  display: none;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table {
  width: 100%;
  margin-bottom: 0;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table tr {
  border-bottom: 1px solid #e7e7e7;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table tr:last-child {
  border-bottom: none;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table tr th {
  padding: 12px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table tr td {
  padding: 12px 0;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table tr.order-total th,
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper table tr.order-total td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper .wc-proceed-to-checkout {
  margin-top: 20px;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  padding: 16px 24px;
  background: #1C602B;
  color: #f6f6f6;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  text-decoration: none;
  display: block;
}
.cart-modal .cart-modal-body .cart-modal-footer .cart-modal-totals .cart_totals .cart-totals-wrapper .wc-proceed-to-checkout .checkout-button:hover {
  background: #103919;
}

.nav-link-icon,
.hero-nav-action {
  position: relative;
}
.nav-link-icon .cart-count,
.hero-nav-action .cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #841828;
  color: #f6f6f6;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 999px;
  min-width: 18px;
  text-align: center;
  line-height: 1.4;
}

.cart-trigger-wrapper {
  position: relative;
}

.woocommerce-container .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(274px, 1fr));
  gap: 24px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}
.blog-page {
  padding: 80px 0;
  background: #f9fafb;
  min-height: 60vh;
}
.blog-page .blog-header {
  text-align: center;
  margin-bottom: 48px;
}
.blog-page .blog-header .blog-title {
  font-size: 40px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 16px;
}
.blog-page .blog-header .blog-description {
  font-size: 18px;
  color: #3d3d3d;
  max-width: 600px;
  margin: 0 auto;
}
.blog-page .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .blog-page .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog-page .posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog-page .post-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.blog-page .post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.blog-page .post-card .post-thumbnail {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog-page .post-card .post-thumbnail a {
  display: block;
  height: 100%;
}
.blog-page .post-card .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-page .post-card .post-thumbnail:hover img {
  transform: scale(1.05);
}
.blog-page .post-card .post-content {
  padding: 24px;
}
.blog-page .post-card .post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}
.blog-page .post-card .post-meta .post-date {
  color: #5d5d5d;
}
.blog-page .post-card .post-meta .post-category {
  background: #f3f4f6;
  color: #841828;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.blog-page .post-card .post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 12px;
}
.blog-page .post-card .post-title a {
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-page .post-card .post-title a:hover {
  color: #841828;
}
.blog-page .post-card .post-excerpt {
  font-size: 16px;
  color: #3d3d3d;
  line-height: 1.6;
  margin-bottom: 16px;
}
.blog-page .post-card .post-excerpt p {
  margin: 0;
}
.blog-page .post-card .post-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1C602B;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}
.blog-page .post-card .post-read-more svg {
  transition: transform 0.2s;
}
.blog-page .post-card .post-read-more:hover {
  color: #841828;
}
.blog-page .post-card .post-read-more:hover svg {
  transform: translateX(4px);
}
.blog-page .blog-pagination {
  display: flex;
  justify-content: center;
}
.blog-page .blog-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-page .blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}
.blog-page .blog-pagination .page-numbers:hover {
  background: #f3f4f6;
  border-color: #d1d1d1;
}
.blog-page .blog-pagination .page-numbers.current {
  background: #1C602B;
  border-color: #1C602B;
  color: #f6f6f6;
}
.blog-page .blog-pagination .page-numbers.prev, .blog-page .blog-pagination .page-numbers.next {
  padding: 0 16px;
}
.blog-page .no-posts {
  text-align: center;
  padding: 80px 0;
}
.blog-page .no-posts p {
  font-size: 18px;
  color: #5d5d5d;
}

.single-post-page {
  padding: 80px 0;
  background: #f9fafb;
}
.single-post-page .single-post {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.single-post-page .post-header {
  padding: 48px 48px 32px;
  text-align: center;
}
.single-post-page .post-header .post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
}
.single-post-page .post-header .post-meta .post-date {
  color: #5d5d5d;
}
.single-post-page .post-header .post-meta .post-category {
  background: #f3f4f6;
  color: #841828;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}
.single-post-page .post-header .post-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
@media (max-width: 768px) {
  .single-post-page .post-header .post-title {
    font-size: 32px;
  }
}
.single-post-page .post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.single-post-page .post-content {
  padding: 48px;
  font-size: 18px;
  line-height: 1.8;
  color: #3d3d3d;
}
.single-post-page .post-content h2,
.single-post-page .post-content h3,
.single-post-page .post-content h4 {
  color: #1b1b1b;
  margin-top: 32px;
  margin-bottom: 16px;
}
.single-post-page .post-content p {
  margin-bottom: 24px;
}
.single-post-page .post-content a {
  color: #1C602B;
  text-decoration: underline;
}
.single-post-page .post-content a:hover {
  color: #841828;
}
.single-post-page .post-content ul,
.single-post-page .post-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.single-post-page .post-content li {
  margin-bottom: 8px;
}
.single-post-page .post-content blockquote {
  border-left: 4px solid #841828;
  padding-left: 24px;
  margin: 32px 0;
  font-style: italic;
  color: #5d5d5d;
}
.single-post-page .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .single-post-page .post-content {
    padding: 24px;
    font-size: 16px;
  }
}
.single-post-page .post-footer {
  padding: 32px 48px 48px;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .single-post-page .post-footer {
    padding: 24px;
  }
}
.single-post-page .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.single-post-page .post-tags .post-tag {
  background: #f3f4f6;
  color: #3d3d3d;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.single-post-page .post-tags .post-tag:hover {
  background: #1C602B;
  color: #f6f6f6;
}
.single-post-page .post-navigation {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 576px) {
  .single-post-page .post-navigation {
    flex-direction: column;
  }
}
.single-post-page .post-navigation .nav-prev,
.single-post-page .post-navigation .nav-next {
  flex: 1;
  padding: 16px;
  background: #f3f4f6;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.single-post-page .post-navigation .nav-prev:hover,
.single-post-page .post-navigation .nav-next:hover {
  background: #f9fafb;
}
.single-post-page .post-navigation .nav-next {
  text-align: right;
}
.single-post-page .post-navigation .nav-label {
  display: block;
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: 4px;
}
.single-post-page .post-navigation .nav-title {
  display: block;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.4;
}

.woocommerce-message {
  display: none !important;
}

.page-hero {
  background: #1C602B;
  background: linear-gradient(135deg, #1C602B 0%, #103919 100%);
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}
.page-hero__bg-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 20%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 20%);
  pointer-events: none;
  z-index: 0;
}
.page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.page-hero__label {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 16px;
}
.page-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #ffffff;
}
.page-hero__title .highlight {
  color: #af2035;
  position: relative;
}
.page-hero__title .highlight::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(132, 24, 40, 0.3);
  z-index: -1;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .page-hero__title {
    font-size: 36px;
  }
}
.page-hero__description {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.courses-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.courses-filter .filter-btn {
  background: transparent;
  border: 1px solid #d1d1d1;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #3d3d3d;
  cursor: pointer;
  transition: all 0.3s ease;
}
.courses-filter .filter-btn:hover {
  border-color: #1C602B;
  color: #1C602B;
}
.courses-filter .filter-btn.active {
  background: #1C602B;
  border-color: #1C602B;
  color: #ffffff;
}

.courses-list-section {
  padding: 60px 0 100px;
  background-color: #f9fafb;
}

.premium-courses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .premium-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .premium-courses-grid {
    grid-template-columns: 1fr;
  }
}

.premium-course-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.premium-course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(28, 96, 43, 0.1);
}
.premium-course-card:hover .premium-course-card__image {
  transform: scale(1.05);
}
.premium-course-card:hover .btn-arrow {
  background: #841828;
  color: #ffffff;
  transform: translateX(4px);
}
.premium-course-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.premium-course-card__image-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background: #f3f4f6;
}
.premium-course-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.premium-course-card__image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f3f4f6, #e5e7eb);
}
.premium-course-card .premium-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #841828;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(132, 24, 40, 0.3);
  z-index: 2;
}
.premium-course-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.premium-course-card__meta {
  margin-bottom: 12px;
}
.premium-course-card__meta .meta-tag {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1C602B;
  letter-spacing: 0.5px;
  background: rgba(28, 96, 43, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
}
.premium-course-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.premium-course-card__excerpt {
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: 20px;
  line-height: 1.6;
  height: 44px;
  overflow: hidden;
}
.premium-course-card__features {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-top: 16px;
  border-top: 1px solid #f6f6f6;
}
.premium-course-card__features .feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 500;
}
.premium-course-card__features .feature-item .feature-icon {
  color: #767676;
}
.premium-course-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.premium-course-card__footer .price-box {
  display: flex;
  flex-direction: column;
}
.premium-course-card__footer .price-box .old-price {
  font-size: 12px;
  color: #767676;
  text-decoration: line-through;
}
.premium-course-card__footer .price-box .current-price {
  font-size: 20px;
  font-weight: 700;
  color: #1C602B;
}
.premium-course-card__footer .btn-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1C602B;
  transition: all 0.3s ease;
}

.premium-courses-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .premium-courses-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .premium-courses-grid-wrapper {
    grid-template-columns: 1fr;
  }
}

.premium-courses-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.premium-courses-toolbar .woocommerce-result-count {
  margin: 0;
  font-size: 14px;
  color: #595959;
}
.premium-courses-toolbar .woocommerce-ordering {
  margin: 0;
}
.premium-courses-toolbar .woocommerce-ordering select {
  padding: 8px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #ffffff;
  color: #3d3d3d;
  font-size: 14px;
  cursor: pointer;
}
.premium-courses-toolbar .woocommerce-ordering select:focus {
  border-color: #1C602B;
  outline: none;
}
@media (max-width: 768px) {
  .premium-courses-toolbar {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}

.premium-courses-pagination .woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: none;
}
.premium-courses-pagination .woocommerce-pagination ul li {
  border: none;
  overflow: visible;
}
.premium-courses-pagination .woocommerce-pagination ul li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #3d3d3d;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  text-decoration: none;
  border: 1px solid #d1d1d1;
}
.premium-courses-pagination .woocommerce-pagination ul li .page-numbers.current, .premium-courses-pagination .woocommerce-pagination ul li .page-numbers:hover {
  background: #1C602B;
  color: #ffffff;
  border-color: #1C602B;
}
.premium-courses-pagination .woocommerce-pagination ul li .page-numbers.prev, .premium-courses-pagination .woocommerce-pagination ul li .page-numbers.next {
  width: auto;
  padding: 0 16px;
  border-radius: 20px;
}

.premium-course-card__image-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23888888%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Crect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27 ry=%272%27/%3E%3Ccircle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/%3E%3Cpolyline points=%2721 15 16 10 5 21%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}

.product-hero {
  background: linear-gradient(180deg, #f9fafb 0%, #f3f4f6 100%);
  padding: 80px 16px;
  position: relative;
  overflow: hidden;
}

.product-hero__container {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.product-hero__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 572px;
  position: relative;
  z-index: 2;
}

.product-hero__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-hero__title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}

.product-hero__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
}

.product-hero__meta {
  display: flex;
  align-items: center;
  gap: 32px;
}

.product-hero__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  color: #1b1b1b;
}
.product-hero__meta-item svg {
  flex-shrink: 0;
}

.product-hero__meta-content {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.product-hero__meta-number {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
}

.product-hero__meta-text {
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
}

.product-hero__meta-divider {
  width: 1px;
  height: 24px;
  background-color: #e5e7eb;
  flex-shrink: 0;
}

.product-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background-color: #1C602B;
  color: #f9fafb;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 11px;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), inset -1px -2px 0px 0px #0b2510;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: fit-content;
}
.product-hero__btn:hover {
  background-color: #13401d;
  transform: translateY(-1px);
}

.product-hero__bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 736px;
  height: 436px;
  z-index: 1;
  pointer-events: none;
}
.product-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .product-hero__bg {
    width: 500px;
    height: 300px;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .product-hero {
    padding: 48px 16px;
  }
  .product-hero__content {
    max-width: 100%;
    gap: 24px;
  }
  .product-hero__title {
    font-size: 32px;
  }
  .product-hero__meta {
    flex-wrap: wrap;
    gap: 16px;
  }
  .product-hero__bg {
    display: none;
  }
  .product-hero__btn {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .product-hero__title {
    font-size: 28px;
  }
  .product-hero__subtitle {
    font-size: 14px;
  }
  .product-hero__meta-number {
    font-size: 14px;
  }
  .product-hero__meta-text {
    font-size: 12px;
  }
}
.product-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 16px;
  transition: box-shadow 0.2s ease;
}
.product-nav.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.product-nav__container {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 24px 0;
}

.product-nav__link {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #5d5d5d;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s ease;
  padding: 4px 0;
}
.product-nav__link:hover {
  color: #1c3f60;
}
.product-nav__link.active {
  color: #1c3f60;
}
.product-nav__link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1c3f60;
  border-radius: 1px;
}

@media (max-width: 1024px) {
  .product-nav__container {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .product-nav__container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 24px;
    padding: 20px 0;
    padding-right: 16px;
  }
  .product-nav__container::-webkit-scrollbar {
    display: none;
  }
  .product-nav__link {
    font-size: 14px;
  }
  .product-nav__link.active::after {
    bottom: -2px;
  }
}
@media (max-width: 640px) {
  .product-nav__container {
    gap: 20px;
    padding: 16px 0;
  }
  .product-nav__link {
    font-size: 13px;
  }
}
.sp-buy-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-buy-image {
  border-radius: 8px;
  overflow: hidden;
  height: 212px;
}
.sp-buy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-buy-content {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-buy-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-buy-date {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sp-buy-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1b1b1b;
  margin: 0;
}

.sp-buy-price-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-buy-prices {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.sp-price-old {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(193, 20, 46, 0.8);
  text-decoration: line-through;
}

.sp-price-current {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
}

.sp-buy-btn-wrapper {
  margin-top: 8px;
}

.sp-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 24px;
  background: #1C602B;
  color: #f6f6f6;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  border-radius: 11px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.sp-buy-btn:hover {
  background: #13401d;
}

.sp-instructor-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.sp-instructor-label {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e5e7eb;
}

.sp-instructor-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sp-instructor-photo {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.sp-instructor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-instructor-photo.sp-instructor-photo-placeholder {
  background: #f3f4f6;
}

.sp-instructor-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-instructor-name {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
}

.sp-instructor-role {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5d5d5d;
}

@media (max-width: 1024px) {
  .sp-buy-card,
  .sp-instructor-card {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sp-buy-image {
    height: 180px;
  }
  .sp-instructor-card {
    margin-top: 16px;
  }
  .sp-buy-title {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .sp-buy-card {
    padding: 6px;
  }
  .sp-buy-content {
    padding: 6px;
  }
  .sp-buy-title {
    font-size: 14px;
  }
  .sp-price-current {
    font-size: 18px;
  }
  .sp-price-old {
    font-size: 12px;
  }
  .sp-instructor-card {
    padding: 16px;
  }
  .sp-instructor-label {
    font-size: 16px;
  }
  .sp-instructor-name {
    font-size: 14px;
  }
  .sp-instructor-role {
    font-size: 14px;
  }
  .sp-buy-btn {
    padding: 14px 20px;
    font-size: 14px;
  }
}
.checklist-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checklist-section__title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}

.checklist-section__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.checklist-section__grid--two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}

.checklist-section__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.checklist-section__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checklist-section__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.checklist-section__icon svg {
  width: 20px;
  height: 20px;
}
.checklist-section__icon svg path {
  stroke: #1c3f60;
}

.checklist-section__text {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
}

.checklist-section__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.checklist-section__item--with-desc {
  align-items: flex-start;
}
.checklist-section__item--with-desc .checklist-section__icon {
  margin-top: 3px;
}

.checklist-section__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checklist-section__item-title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #1b1b1b;
}

.checklist-section__desc {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #5d5d5d;
  margin: 0;
}

.content-description-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-section__cta {
  margin-top: 8px;
}

.content-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content-description__text {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #5d5d5d;
}
.content-description__text p {
  margin: 0 0 1.5em;
}
.content-description__text p:last-child {
  margin-bottom: 0;
}
.content-description__text br {
  display: block;
  content: "";
  margin-top: 1em;
}
.content-description__text ul, .content-description__text ol {
  margin: 1em 0;
  padding-left: 1.5em;
}
.content-description__text li {
  margin-bottom: 0.5em;
}
.content-description__text.preserve-spacing {
  white-space: pre-line;
}

@media (max-width: 1024px) {
  .checklist-section {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .checklist-section {
    gap: 20px;
  }
  .checklist-section__grid--two-cols {
    gap: 12px 20px;
  }
}
@media (max-width: 640px) {
  .checklist-section__grid--two-cols {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  h2.checklist-section__title {
    font-size: 20px;
  }
  .checklist-section__text {
    font-size: 14px;
  }
  .content-description__text {
    font-size: 14px;
  }
  .checklist-section__list {
    gap: 20px;
  }
  .checklist-section__item-title {
    font-size: 14px;
  }
  .checklist-section__desc {
    font-size: 14px;
  }
}
.sp-modules-section {
  padding: 80px 16px;
  background: #ffffff;
}

.sp-acesso-section {
  padding: 80px 16px;
  background: #ffffff;
}

.sp-acesso-section-inner {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 715px 1fr;
  gap: 80px;
}

.sp-acesso-area {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-acesso-lista {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.sp-acesso-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-acesso-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-acesso-icon svg {
  display: block;
}

.sp-acesso-texto {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

@media (max-width: 1200px) {
  .sp-acesso-section-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .sp-acesso-section {
    padding: 48px 16px;
  }
  .sp-acesso-texto {
    font-size: 14px;
  }
}
.sp-modules-section-inner {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 715px 1fr;
  gap: 80px;
}

.sp-modules-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sp-modules-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sp-modules-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-section-title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}

.sp-modules-desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  margin: 0;
}

.sp-modules-meta {
  display: flex;
  align-items: center;
  gap: 32px;
}

.sp-meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
}
.sp-meta-item svg {
  flex-shrink: 0;
}

.sp-meta-divider {
  width: 1px;
  height: 20px;
  background: #e5e7eb;
}

.sp-download-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: transparent;
  border: 1px solid #1c3f60;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1c3f60;
  text-decoration: none;
  transition: all 0.2s ease;
  width: fit-content;
}
.sp-download-btn:hover {
  background: #1c3f60;
  color: #ffffff;
}
.sp-download-btn:hover svg path {
  stroke: #ffffff;
}

.sp-modules-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.sp-module {
  display: flex;
  flex-direction: column;
}
.sp-module:not(:last-child) {
  border-bottom: 1px solid #e5e7eb;
}

.sp-module-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #f3f4f6;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.sp-module-header:hover {
  background: #edeff2;
}
.locked .sp-module-header {
  cursor: default;
}
.locked .sp-module-header:hover {
  background: #f3f4f6;
}

.sp-module-title {
  flex: 1;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
}

.sp-module-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #1c3f60;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

.sp-module-count {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
}

.sp-module-caret {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
.sp-module:not(.open) .sp-module-caret {
  transform: rotate(180deg);
}

.sp-module-lock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.sp-module-content {
  display: flex;
  flex-direction: column;
}

.sp-module-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-top: 1px solid #e5e7eb;
}

.sp-module-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sp-module-item-name {
  flex: 1;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

.sp-module-item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

.sp-bonus-inline {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 56px;
}

.sp-modules-sidebar {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.sp-instructor-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-instructor-card__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #5d5d5d;
  margin: 0;
}

.sp-instructor-card__info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sp-instructor-card__photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #e5e7eb;
}
.sp-instructor-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-instructor-card__photo--placeholder {
  background: #e5e7eb;
}

.sp-instructor-card__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sp-instructor-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1b1b1b;
}

.sp-instructor-card__role {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
}

@media (max-width: 1200px) {
  .sp-modules-section-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .sp-modules-section {
    padding: 48px 16px;
  }
  .sp-modules-meta {
    flex-wrap: wrap;
    gap: 16px;
  }
  .sp-module-header {
    padding: 16px;
    flex-wrap: wrap;
  }
  .sp-module-title {
    font-size: 14px;
  }
  .sp-module-item {
    padding: 16px;
  }
  .sp-module-item-name {
    font-size: 14px;
  }
  .sp-bonus-section {
    padding: 48px 16px;
  }
}
.grade-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.grade-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.grade-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.grade-modal__container {
  position: relative;
  width: 540px;
  max-width: calc(100% - 32px);
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.grade-modal[aria-hidden=false] .grade-modal__container {
  transform: translateY(0);
}

.grade-modal__state {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.grade-modal__state--success {
  display: none;
}

.grade-modal__header {
  display: flex;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #e5e7eb;
}

.grade-modal__titles {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grade-modal__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}

.grade-modal__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
}

.grade-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.grade-modal__close:hover svg path {
  stroke: #1b1b1b;
}

.grade-modal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.grade-modal__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.grade-modal__label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #3d3d3d;
}

.grade-modal__input {
  width: 100%;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
}
.grade-modal__input::placeholder {
  color: #6d6d6d;
}
.grade-modal__input:focus {
  outline: none;
  border-color: #1c3f60;
}

.grade-modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  background: #1c3f60;
  border: none;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #f6f6f6;
  cursor: pointer;
  text-decoration: none;
  box-shadow: inset -1px -2px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32);
  transition: background-color 0.2s ease;
}
.grade-modal__btn:hover {
  background: #16324c;
}
.grade-modal__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.grade-modal__header--success {
  border-bottom: none;
  padding-bottom: 0;
}

.grade-modal__btn--download svg {
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .grade-modal__container {
    padding: 24px 16px;
  }
  .grade-modal__header {
    gap: 16px;
  }
  .grade-modal__title {
    font-size: 16px;
  }
}
.product-faq {
  padding: 0 16px 112px;
  background: #ffffff;
}

.product-faq__container {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 473px 1fr;
  gap: 80px;
}

.product-faq__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-faq__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1b1b1b;
  width: fit-content;
}

.product-faq__title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}

.product-faq__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #5d5d5d;
  margin: 0;
  max-width: 373px;
}

.product-faq__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 46px;
}

.product-faq__item {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 24px;
}

.product-faq__question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.product-faq__question-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
}

.product-faq__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}
.product-faq__icon--plus {
  display: block;
  opacity: 1;
}
.product-faq__item--open .product-faq__icon--plus {
  display: none;
  opacity: 0;
}
.product-faq__icon--minus {
  display: none;
  opacity: 0;
}
.product-faq__item--open .product-faq__icon--minus {
  display: block;
  opacity: 1;
}

.product-faq__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-top: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.05s, padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-faq__item--open .product-faq__answer {
  max-height: 500px;
  opacity: 1;
  padding-top: 12px;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, padding-top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-faq__answer[hidden] {
  display: none !important;
}

.product-faq__answer-content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
}
.product-faq__answer-content p {
  margin: 0 0 12px;
}
.product-faq__answer-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .product-faq__container {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .product-faq__list {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .product-faq {
    padding: 0 16px 64px;
  }
  .product-faq__title {
    font-size: 32px;
  }
  .product-faq__subtitle {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .product-faq__title {
    font-size: 28px;
  }
  .product-faq__question-text {
    font-size: 14px;
  }
  .product-faq__answer-content {
    font-size: 14px;
  }
}
.product-testimonials {
  padding: 112px 16px;
  background: #ffffff;
}

.product-testimonials__container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.product-testimonials__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.product-testimonials__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  background: #ffffff;
}

.product-testimonials__title {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
  max-width: 600px;
}

.product-testimonials__carousel-wrapper {
  position: relative;
  width: 100%;
}

.product-testimonials-swiper {
  overflow: hidden;
  width: 100%;
}
.product-testimonials-swiper .swiper-wrapper {
  display: flex;
}
.product-testimonials-swiper .swiper-slide {
  height: auto;
}

.product-testimonials-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.product-testimonials-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e7e7e7;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-testimonials-pagination .swiper-pagination-bullet:hover {
  background: #d1d1d1;
}
.product-testimonials-pagination .swiper-pagination-bullet-active {
  background: #1c3f60;
  width: 24px;
  border-radius: 5px;
}

@media (min-width: 1024px) {
  .product-testimonials-swiper.swiper-initialized:not(.swiper-enabled) .swiper-wrapper,
  .product-testimonials-swiper[data-total="1"] .swiper-wrapper,
  .product-testimonials-swiper[data-total="2"] .swiper-wrapper,
  .product-testimonials-swiper[data-total="3"] .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    transform: none !important;
  }
  .product-testimonials-swiper[data-total="1"] .swiper-slide,
  .product-testimonials-swiper[data-total="2"] .swiper-slide,
  .product-testimonials-swiper[data-total="3"] .swiper-slide {
    width: calc(33.333% - 16px) !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
}
.product-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-testimonials__card {
  background: #841828;
  border-radius: 16px;
  padding: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-testimonials__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.product-testimonials__card-inner {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

.product-testimonials__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: auto;
}

@media (max-width: 1024px) {
  .product-testimonials {
    padding: 60px 0;
  }
  .product-testimonials__container {
    gap: 40px;
  }
  .product-testimonials__title {
    font-size: 32px;
  }
  .product-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .product-testimonials {
    padding: 48px 0;
  }
  .product-testimonials__container {
    padding: 0 16px;
    gap: 32px;
  }
  .product-testimonials__title {
    font-size: 28px;
  }
  .product-testimonials__badge {
    font-size: 12px;
    padding: 4px 12px;
  }
  .product-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-testimonials__card {
    padding: 8px;
    border-radius: 12px;
  }
  .product-testimonials__card-inner {
    border-radius: 8px;
  }
}
@media (max-width: 640px) {
  .product-testimonials {
    padding: 40px 0;
  }
  .product-testimonials__title {
    font-size: 24px;
  }
  .product-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 400px;
    margin: 0 auto;
  }
}
.wp-block-mls-lp-hero,
.mls-lp-hero {
  width: 100%;
}
.wp-block-mls-lp-hero .mls-lp-hero__heading,
.mls-lp-hero .mls-lp-hero__heading {
  margin-bottom: 16px;
}
.wp-block-mls-lp-hero .mls-lp-hero__subheading,
.mls-lp-hero .mls-lp-hero__subheading {
  margin-bottom: 24px;
}

.wp-block-mls-lp-pricing .mls-lp-pricing__highlight,
.mls-lp-pricing .mls-lp-pricing__highlight {
  margin-bottom: 12px;
}
.wp-block-mls-lp-pricing .mls-lp-pricing__name,
.mls-lp-pricing .mls-lp-pricing__name {
  margin-bottom: 16px;
}
.wp-block-mls-lp-pricing .mls-lp-pricing__price,
.mls-lp-pricing .mls-lp-pricing__price {
  margin-bottom: 8px;
}
.wp-block-mls-lp-pricing .mls-lp-pricing__original-price,
.mls-lp-pricing .mls-lp-pricing__original-price {
  margin-bottom: 24px;
}
.wp-block-mls-lp-pricing .mls-lp-pricing__cta,
.mls-lp-pricing .mls-lp-pricing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wp-block-mls-lp-testimonial .mls-lp-testimonial__quote,
.mls-lp-testimonial .mls-lp-testimonial__quote {
  margin: 0 0 16px;
  font-style: italic;
}
.wp-block-mls-lp-testimonial .mls-lp-testimonial__author,
.mls-lp-testimonial .mls-lp-testimonial__author {
  font-weight: 600;
}
.wp-block-mls-lp-testimonial .mls-lp-testimonial__role,
.mls-lp-testimonial .mls-lp-testimonial__role {
  color: #3d3d3d;
  font-size: 14px;
}

.wp-block-mls-lp-cta .mls-lp-cta__urgency,
.mls-lp-cta .mls-lp-cta__urgency {
  margin-bottom: 16px;
}
.wp-block-mls-lp-cta .mls-lp-cta__button,
.mls-lp-cta .mls-lp-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wp-block-mls-lp-faq .wp-block-mls-lp-faq-item,
.wp-block-mls-lp-faq .mls-lp-faq-item,
.mls-lp-faq .wp-block-mls-lp-faq-item,
.mls-lp-faq .mls-lp-faq-item {
  margin-bottom: 16px;
}
.wp-block-mls-lp-faq .wp-block-mls-lp-faq-item:last-child,
.wp-block-mls-lp-faq .mls-lp-faq-item:last-child,
.mls-lp-faq .wp-block-mls-lp-faq-item:last-child,
.mls-lp-faq .mls-lp-faq-item:last-child {
  margin-bottom: 0;
}

.wp-block-mls-lp-faq-item .mls-lp-faq-item__question,
.mls-lp-faq-item .mls-lp-faq-item__question {
  font-weight: 600;
  cursor: pointer;
}
.wp-block-mls-lp-faq-item .mls-lp-faq-item__answer,
.mls-lp-faq-item .mls-lp-faq-item__answer {
  color: #3d3d3d;
}
.wp-block-mls-lp-faq-item .mls-lp-faq-item__answer p,
.mls-lp-faq-item .mls-lp-faq-item__answer p {
  margin: 0;
}

.home-products-section {
  padding: 80px 0 56px;
}
.home-products-section:nth-child(odd) {
  background: #ffffff;
}
.home-products-section:nth-child(even) {
  background: #f3f4f6;
  border-top: 1px dashed #e7e7e7;
}
.home-products-section .home-products-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.home-products-section .home-products-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 24px;
}
.home-products-section .home-products-header .home-products-header-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-products-section .home-products-header .home-products-header-text h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.home-products-section .home-products-header .home-products-header-text .home-products-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #454545;
  margin: 0;
}
.home-products-section .home-products-header .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
  flex-shrink: 0;
}
.home-products-section .home-products-header .btn-link svg {
  width: 16px;
  height: 16px;
}
.home-products-section .home-products-header .btn-link:hover {
  opacity: 0.8;
}
.home-products-section .home-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.home-products-section .home-products-grid .course-card, .home-products-section .home-products-grid .woocommerce-container .product, .woocommerce-container .home-products-section .home-products-grid .product {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}
@media (max-width: 1024px) {
  .home-products-section .home-products-grid .course-card, .home-products-section .home-products-grid .woocommerce-container .product, .woocommerce-container .home-products-section .home-products-grid .product {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .home-products-section .home-products-grid .course-card, .home-products-section .home-products-grid .woocommerce-container .product, .woocommerce-container .home-products-section .home-products-grid .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-products-section {
    padding: 48px 0 32px;
  }
  .home-products-section .home-products-header {
    flex-direction: column;
    gap: 16px;
  }
  .home-products-section .home-products-header .home-products-header-text h2 {
    font-size: 20px;
  }
}

.latest-releases-section {
  background: #ffffff;
  padding: 80px 0 56px;
}
.latest-releases-section .latest-releases-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.latest-releases-section .latest-releases-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.latest-releases-section .latest-releases-header h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.latest-releases-section .latest-releases-header .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
}
.latest-releases-section .latest-releases-header .btn-link svg {
  width: 16px;
  height: 16px;
}
.latest-releases-section .latest-releases-header .btn-link:hover {
  opacity: 0.8;
}
.latest-releases-section .latest-releases-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.latest-releases-section .latest-releases-grid .course-card, .latest-releases-section .latest-releases-grid .woocommerce-container .product, .woocommerce-container .latest-releases-section .latest-releases-grid .product {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.final-mentorships-section {
  background: #f3f4f6;
  padding: 56px 0 80px;
  border-top: 1px dashed #e7e7e7;
}
.final-mentorships-section .final-mentorships-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.final-mentorships-section .final-mentorships-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 24px;
}
.final-mentorships-section .final-mentorships-header .final-mentorships-header-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 572px;
}
.final-mentorships-section .final-mentorships-header .final-mentorships-header-text h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.final-mentorships-section .final-mentorships-header .final-mentorships-header-text .final-mentorships-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #454545;
  margin: 0;
}
.final-mentorships-section .final-mentorships-header .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
}
.final-mentorships-section .final-mentorships-header .btn-link svg {
  width: 16px;
  height: 16px;
}
.final-mentorships-section .final-mentorships-header .btn-link:hover {
  opacity: 0.8;
}
.final-mentorships-section .final-mentorships-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.final-mentorships-section .final-mentorships-grid .course-card, .final-mentorships-section .final-mentorships-grid .woocommerce-container .product, .woocommerce-container .final-mentorships-section .final-mentorships-grid .product {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.regular-classes-section {
  background: #ffffff;
  padding: 112px 0 56px;
}
.regular-classes-section .regular-classes-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.regular-classes-section .regular-classes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.regular-classes-section .regular-classes-header h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.regular-classes-section .regular-classes-header .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
}
.regular-classes-section .regular-classes-header .btn-link svg {
  width: 16px;
  height: 16px;
}
.regular-classes-section .regular-classes-header .btn-link:hover {
  opacity: 0.8;
}
.regular-classes-section .regular-classes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.regular-classes-section .regular-classes-grid .course-card, .regular-classes-section .regular-classes-grid .woocommerce-container .product, .woocommerce-container .regular-classes-section .regular-classes-grid .product {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}

.study-schedule-section {
  background: #ffffff;
  padding: 56px 0;
}
.study-schedule-section .study-schedule-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: center;
}
.study-schedule-section .study-schedule-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.study-schedule-section .study-schedule-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.study-schedule-section .study-schedule-header h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.study-schedule-section .study-schedule-header .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
}
.study-schedule-section .study-schedule-header .btn-link svg {
  width: 16px;
  height: 16px;
}
.study-schedule-section .study-schedule-header .btn-link:hover {
  opacity: 0.8;
}
.study-schedule-section .study-schedule-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.study-schedule-section .study-schedule-grid .course-card, .study-schedule-section .study-schedule-grid .woocommerce-container .product, .woocommerce-container .study-schedule-section .study-schedule-grid .product {
  flex: 0 0 calc(25% - 18px);
  max-width: calc(25% - 18px);
}
.study-schedule-section .study-schedule-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.study-schedule-section .study-schedule-footer .study-schedule-footer-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #5d5d5d;
}
.study-schedule-section .study-schedule-footer .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
}
.study-schedule-section .study-schedule-footer .btn-link svg {
  width: 16px;
  height: 16px;
}
.study-schedule-section .study-schedule-footer .btn-link:hover {
  opacity: 0.8;
}

.courses-section {
  background: #f9fafb;
  padding: 0;
}
.courses-section .container {
  padding: 0;
}
.courses-section .courses-section-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.courses-section .courses-section-group--latest {
  padding: 80px 0 56px;
}
.courses-section .courses-section-group:not(:first-child) {
  border-top: 1px dashed #e7e7e7;
  padding: 56px 0 80px;
}
.courses-section .courses-section-max-width {
  max-width: 1168px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.courses-section .courses-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  width: 100%;
}
.courses-section .courses-section-header-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 572px;
}
.courses-section .courses-section-title {
  font-size: 32px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.2;
  margin: 0;
}
.courses-section .courses-section-description {
  font-size: 16px;
  color: #454545;
  line-height: 1.4;
  margin: 0;
}
.courses-section .courses-section-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #1b1b1b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.2s;
}
.courses-section .courses-section-link:hover {
  opacity: 0.8;
}
.courses-section .courses-section-link svg {
  width: 16px;
  height: 16px;
}
.courses-section .courses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
.courses-section .courses-empty {
  text-align: center;
  padding: 80px 0;
  color: #3d3d3d;
  font-size: 16px;
}
.courses-section .courses-footer {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 56px;
  padding-top: 56px;
}
.courses-section .courses-footer .courses-footer-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #5d5d5d;
}
.courses-section .courses-footer .btn-link {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1b1b1b;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 0;
  transition: opacity 0.2s;
}
.courses-section .courses-footer .btn-link svg {
  width: 16px;
  height: 16px;
}
.courses-section .courses-footer .btn-link:hover {
  opacity: 0.8;
}

a.course-card, .woocommerce-container a.product {
  text-decoration: none;
}

.course-card, .woocommerce-container .product {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 0 0;
  min-width: 0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.course-card:hover, .woocommerce-container .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.course-card--latest {
  border: 2px solid #841828;
  position: relative;
}
.course-card--latest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #841828;
  z-index: 1;
}
.course-card .course-image-wrapper, .woocommerce-container .product .course-image-wrapper {
  position: relative;
  aspect-ratio: 258/165;
  overflow: hidden;
  border-radius: 8px;
  background: #e5e7eb;
}
.course-card .course-image-wrapper .course-image, .woocommerce-container .product .course-image-wrapper .course-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.course-card .course-image-wrapper .course-image-placeholder, .woocommerce-container .product .course-image-wrapper .course-image-placeholder {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
}
.course-card .course-content, .woocommerce-container .product .course-content {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.course-card .course-content .course-info, .woocommerce-container .product .course-content .course-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course-card .course-content .course-date, .woocommerce-container .product .course-content .course-date {
  display: flex;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.course-card .course-content .course-date .date-label, .woocommerce-container .product .course-content .course-date .date-label {
  color: #5d5d5d;
}
.course-card .course-content .course-date .date-value, .woocommerce-container .product .course-content .course-date .date-value {
  color: #841828;
}
.course-card .course-content .course-title, .woocommerce-container .product .course-content .course-title {
  font-size: 16px;
  font-weight: 500;
  color: #3d3d3d;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.course-card .course-content .course-footer, .woocommerce-container .product .course-content .course-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 8px;
}
.course-card .course-content .course-price-container, .woocommerce-container .product .course-content .course-price-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-card .course-content .course-price-old, .woocommerce-container .product .course-content .course-price-old {
  font-size: 14px;
  font-weight: 400;
  color: #841828;
  text-decoration: line-through;
  line-height: 1.5;
}
.course-card .course-content .course-price, .woocommerce-container .product .course-content .course-price {
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
  line-height: 1.2;
}
.course-card .course-content .course-btn, .woocommerce-container .product .course-content .course-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #1C602B;
  color: #f6f6f6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.2);
}
.course-card .course-content .course-btn:hover, .woocommerce-container .product .course-content .course-btn:hover {
  background: #13401d;
}

/* Home Carousel Styles */
.home-products-carousel {
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.home-products-carousel .swiper-wrapper {
  align-items: stretch;
}

.home-products-carousel .swiper-slide {
  height: auto;
}

.home-products-carousel .swiper-slide .course-card, .home-products-carousel .swiper-slide .woocommerce-container .product, .woocommerce-container .home-products-carousel .swiper-slide .product {
  height: 100%;
}

.home-products-carousel .swiper-button-next,
.home-products-carousel .swiper-button-prev {
  color: #1c3f60;
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: -22px;
  /* Centralizar ícone dentro do botão */
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-products-carousel .swiper-button-next:after,
.home-products-carousel .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
  position: static;
}

.home-products-carousel .swiper-button-next:hover,
.home-products-carousel .swiper-button-prev:hover {
  background: #1c3f60;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}

.home-products-carousel .swiper-button-next.swiper-button-disabled,
.home-products-carousel .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.home-products-carousel .swiper-button-prev {
  left: 0;
}

.home-products-carousel .swiper-button-next {
  right: 0;
}

@media (max-width: 768px) {
  .home-products-carousel {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-section {
    min-height: auto !important;
    height: 812px !important;
  }
  .home-products-carousel .swiper-button-prev,
  .home-products-carousel .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
  }
  .home-products-carousel .swiper-button-prev:after,
  .home-products-carousel .swiper-button-next:after {
    font-size: 14px;
  }
  /* Center Section Titles & Fix Mobile Layout */
  .home-products-header,
  .home-products-header-text,
  .about-header,
  .benefits-intro-inner,
  .benefits-content {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
  }
  .home-products-header {
    flex-direction: column;
    gap: 16px;
  }
  .benefits-intro-inner {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px; /* Force space below intro */
  }
  .benefits-intro {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }
  .benefits-wrapper {
    flex-direction: column !important;
    gap: 0 !important; /* Managed by margins */
  }
  .benefits-stat {
    justify-content: center;
    text-align: left; /* Keep text inside stat aligned left usually, or center? */
    background: #fff; /* Ensure bg covers underlying content if any */
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
}
.home-products-carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #888888;
  opacity: 0.5;
  transition: all 0.3s;
}

.home-products-carousel .swiper-pagination-bullet-active {
  background: #1c3f60;
  opacity: 1;
  transform: scale(1.2);
}

.courses-hero-section {
  background: #8a2433;
  padding: 112px 0 80px;
  position: relative;
  overflow: hidden;
}
.courses-hero-section .courses-hero-content {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.courses-hero-section .courses-hero-content .section-badge {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.courses-hero-section .courses-hero-content .courses-hero-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.courses-hero-section .courses-hero-content .courses-hero-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
  max-width: 600px;
}

.courses-page-section {
  background: #ffffff;
  padding: 80px 0 112px;
}
.courses-page-section .container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.courses-page-section .courses-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(274px, 1fr));
  gap: 24px;
}
.courses-page-section .courses-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center;
  gap: 24px;
}
.courses-page-section .courses-empty .courses-empty-text {
  font-size: 16px;
  color: #3d3d3d;
  margin: 0;
}

.auth-hero {
  background: #8a2433;
  padding: 112px 0 56px;
  text-align: center;
}
.auth-hero .ah-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.auth-hero .ah-pre {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3d3d3d;
}
.auth-hero .ah-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
.auth-hero .ah-sub {
  font-size: 16px;
  color: #3d3d3d;
  margin: 0;
  max-width: 500px;
}

.course-sec {
  margin-bottom: 56px;
}
.course-sec:last-child {
  margin-bottom: 0;
}
.course-sec .cs-head {
  margin-bottom: 24px;
}
.course-sec .cs-title {
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0;
}

.c-grid-desktop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.c-swiper-mobile {
  display: none;
}

@media (max-width: 768px) {
  .auth-hero {
    padding: 96px 0 40px;
  }
  .auth-hero .ah-title {
    font-size: 32px;
  }
  .auth-hero .ah-sub {
    font-size: 14px;
  }
  .c-grid-desktop {
    display: none;
  }
  .c-swiper-mobile {
    display: block;
    overflow: hidden;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
  .c-swiper-mobile .swiper-slide {
    height: auto;
  }
  .c-swiper-mobile .c-swiper-pagination {
    bottom: 0;
  }
  .c-swiper-mobile .c-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e7e7e7;
    opacity: 1;
  }
  .c-swiper-mobile .c-swiper-pagination .swiper-pagination-bullet-active {
    background: #841828;
  }
  .course-sec {
    margin-bottom: 40px;
  }
  .course-sec .cs-title {
    font-size: 20px;
  }
}
.c-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.c-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.c-card .c-thumb {
  display: block;
  height: 180px;
  overflow: hidden;
  background: #ffffff;
}
.c-card .c-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.c-card .c-thumb:hover img {
  transform: scale(1.05);
}
.c-card .c-body {
  padding: 20px;
}
.c-card .c-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1b1b1b;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-card .c-title a {
  color: inherit;
  text-decoration: none;
}
.c-card .c-title a:hover {
  color: #841828;
}
.c-card .c-price {
  font-size: 18px;
  font-weight: 700;
  color: #841828;
  margin-bottom: 16px;
}
.c-card .c-price del {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}
.c-card .c-price ins {
  text-decoration: none;
}
.c-card .c-btn {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #841828;
  color: #f6f6f6;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: background 0.2s ease;
}
.c-card .c-btn:hover {
  background: #61121e;
}

body.post-type-archive-product .home-products-section .course-card .course-info .course-title, body.post-type-archive-product .home-products-section .woocommerce-container .product .course-info .course-title, .woocommerce-container body.post-type-archive-product .home-products-section .product .course-info .course-title,
body.post-type-archive-product .home-products-section .course-card .course-info h3,
body.post-type-archive-product .home-products-section .woocommerce-container .product .course-info h3,
.woocommerce-container body.post-type-archive-product .home-products-section .product .course-info h3,
body.woocommerce-shop .home-products-section .course-card .course-info .course-title,
body.woocommerce-shop .home-products-section .woocommerce-container .product .course-info .course-title,
.woocommerce-container body.woocommerce-shop .home-products-section .product .course-info .course-title,
body.woocommerce-shop .home-products-section .course-card .course-info h3,
body.woocommerce-shop .home-products-section .woocommerce-container .product .course-info h3,
.woocommerce-container body.woocommerce-shop .home-products-section .product .course-info h3 {
  width: 100%;
  text-align: center;
}

.contact-hero-section {
  background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
  padding: 0;
  position: relative;
  overflow: visible;
}
.contact-hero-section > .container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 80px 16px;
}
.contact-hero-section .contact-hero-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  isolation: isolate;
  min-height: 520px;
}
.contact-hero-section .contact-hero-left {
  width: 473px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 3;
  min-height: 100%;
  gap: 48px;
}
.contact-hero-section .contact-hero-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.contact-hero-section .contact-hero-text {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-hero-section .contact-hero-title {
  font-size: 32px;
  font-weight: 600;
  color: #1b1b1b;
  line-height: 1.2;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.contact-hero-section .contact-hero-description {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.contact-hero-section .contact-hero-description-bold {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.contact-hero-section .contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 412px;
}
.contact-hero-section .contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-hero-section .contact-info .contact-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.contact-hero-section .contact-info .contact-item a {
  color: #1c3f60;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: opacity 0.2s;
}
.contact-hero-section .contact-info .contact-item a:hover {
  opacity: 0.8;
}
.contact-hero-section .achievements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.contact-hero-section .achievements .achievements-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  width: 334px;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.contact-hero-section .achievements .achievements-text .text-gray {
  color: #5d5d5d;
}
.contact-hero-section .achievements .achievements-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.contact-hero-section .achievements .achievements-logos .achievement-placeholder {
  width: 80px;
  height: 48px;
  background: #e5e7eb;
  border: 1px solid #e5e7eb;
}
.contact-hero-section .contact-form-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  width: 540px;
  flex-shrink: 0;
  z-index: 2;
  overflow: hidden;
}
.contact-hero-section .contact-form-card .contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-hero-section .contact-form-card .form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-hero-section .contact-form-card .form-group label {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.contact-hero-section .contact-form-card .form-group .form-input,
.contact-hero-section .contact-form-card .form-group .form-textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
  outline: none;
  transition: border-color 0.2s;
  background: #ffffff;
  box-sizing: border-box;
}
.contact-hero-section .contact-form-card .form-group .form-input::placeholder,
.contact-hero-section .contact-form-card .form-group .form-textarea::placeholder {
  color: #6d6d6d;
}
.contact-hero-section .contact-form-card .form-group .form-input:focus,
.contact-hero-section .contact-form-card .form-group .form-textarea:focus {
  border-color: #1c3f60;
}
.contact-hero-section .contact-form-card .form-group .form-textarea {
  height: 120px;
  resize: none;
}
.contact-hero-section .contact-form-card .form-messages:empty {
  display: none;
}
.contact-hero-section .contact-form-card .form-messages .form-message {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.contact-hero-section .contact-form-card .form-messages .form-message.form-message-success {
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, 0.2);
}
.contact-hero-section .contact-form-card .form-messages .form-message.form-message-error {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.contact-hero-section .contact-form-card .btn-full {
  width: 100%;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  background: #1C602B;
  color: #f6f6f6;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), inset -1px -2px 0px 0px rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}
.contact-hero-section .contact-form-card .btn-full:hover {
  background: #13401d;
}
.contact-hero-section .contact-hero-bg {
  position: absolute;
  left: 150px;
  top: 200px;
  width: 657px;
  height: 380px;
  z-index: 1;
  pointer-events: none;
}
.contact-hero-section .contact-hero-bg .contact-hero-logo-bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-testimonials-section {
  padding: 112px 0;
  background-color: transparent;
}
.contact-testimonials-section .container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.contact-testimonials-section .testimonials-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 32px;
}
.contact-testimonials-section .testimonials-header .testimonials-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b1b1b;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  margin: 0;
}
.contact-testimonials-section .testimonials-header h2 {
  font-size: 40px;
  font-weight: 500;
  color: #1b1b1b;
  max-width: 572px;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.contact-testimonials-section .testimonials-grid {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact-testimonials-section .testimonials-grid {
    flex-direction: column;
  }
}

.checkout-page-wrapper {
  padding: 48px 0 96px;
}
.checkout-page-wrapper .checkout-header {
  margin-bottom: 48px;
}
.checkout-page-wrapper .checkout-header .section-badge {
  display: inline-block;
  padding: 6px 12px;
  background: #f3f4f6;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  margin-bottom: 16px;
}
.checkout-page-wrapper .checkout-header .checkout-page-title {
  font-size: 40px;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0;
}
.checkout-page-wrapper .checkout-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1024px) {
  .checkout-page-wrapper .checkout-content-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.checkout-page-wrapper .checkout-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.checkout-page-wrapper .checkout-section-title {
  font-size: 20px;
  font-weight: 500;
  color: #1b1b1b;
  margin: 0 0 24px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.checkout-page-wrapper .woocommerce-billing-fields,
.checkout-page-wrapper .woocommerce-shipping-fields,
.checkout-page-wrapper .woocommerce-account-fields {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 32px;
}
.checkout-page-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-account-fields .woocommerce-billing-fields__field-wrapper,
.checkout-page-wrapper .woocommerce-account-fields .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .checkout-page-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
  .checkout-page-wrapper .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper,
  .checkout-page-wrapper .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper,
  .checkout-page-wrapper .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper,
  .checkout-page-wrapper .woocommerce-account-fields .woocommerce-billing-fields__field-wrapper,
  .checkout-page-wrapper .woocommerce-account-fields .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}
.checkout-page-wrapper .form-row {
  margin-bottom: 0;
}
.checkout-page-wrapper .form-row.form-row-wide {
  grid-column: 1/-1;
}
.checkout-page-wrapper .form-row.form-row-first {
  grid-column: 1;
}
.checkout-page-wrapper .form-row.form-row-last {
  grid-column: 2;
}
@media (max-width: 768px) {
  .checkout-page-wrapper .form-row.form-row-last {
    grid-column: 1;
  }
}
.checkout-page-wrapper .form-row label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  margin-bottom: 8px;
}
.checkout-page-wrapper .form-row label .required {
  color: #841828;
  text-decoration: none;
}
.checkout-page-wrapper .form-row input[type=text],
.checkout-page-wrapper .form-row input[type=email],
.checkout-page-wrapper .form-row input[type=tel],
.checkout-page-wrapper .form-row input[type=password],
.checkout-page-wrapper .form-row input[type=number],
.checkout-page-wrapper .form-row select,
.checkout-page-wrapper .form-row textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: #1b1b1b;
  transition: border-color 0.2s;
}
.checkout-page-wrapper .form-row input[type=text]::placeholder,
.checkout-page-wrapper .form-row input[type=email]::placeholder,
.checkout-page-wrapper .form-row input[type=tel]::placeholder,
.checkout-page-wrapper .form-row input[type=password]::placeholder,
.checkout-page-wrapper .form-row input[type=number]::placeholder,
.checkout-page-wrapper .form-row select::placeholder,
.checkout-page-wrapper .form-row textarea::placeholder {
  color: #5d5d5d;
}
.checkout-page-wrapper .form-row input[type=text]:focus,
.checkout-page-wrapper .form-row input[type=email]:focus,
.checkout-page-wrapper .form-row input[type=tel]:focus,
.checkout-page-wrapper .form-row input[type=password]:focus,
.checkout-page-wrapper .form-row input[type=number]:focus,
.checkout-page-wrapper .form-row select:focus,
.checkout-page-wrapper .form-row textarea:focus {
  outline: none;
  border-color: #1C602B;
}
.checkout-page-wrapper .form-row input[type=text]:invalid,
.checkout-page-wrapper .form-row input[type=email]:invalid,
.checkout-page-wrapper .form-row input[type=tel]:invalid,
.checkout-page-wrapper .form-row input[type=password]:invalid,
.checkout-page-wrapper .form-row input[type=number]:invalid,
.checkout-page-wrapper .form-row select:invalid,
.checkout-page-wrapper .form-row textarea:invalid {
  border-color: #841828;
}
.checkout-page-wrapper .form-row textarea {
  min-height: 100px;
  resize: vertical;
}
.checkout-page-wrapper .form-row .select2-container .select2-selection {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  min-height: 44px;
  padding: 8px 16px;
}
.checkout-page-wrapper .form-row .select2-container .select2-selection:focus {
  border-color: #1C602B;
}
.checkout-page-wrapper .form-row .woocommerce-input-wrapper {
  position: relative;
}
.checkout-page-wrapper .form-row .woocommerce-input-wrapper .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #3d3d3d;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 8px;
}
.checkout-page-wrapper .form-row .woocommerce-input-wrapper .show-password-input:hover {
  color: #1b1b1b;
}
.checkout-page-wrapper .form-row .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.checkout-page-wrapper .form-row .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: auto;
  margin: 0;
  cursor: pointer;
}
.checkout-page-wrapper #ship-to-different-address {
  margin: 0 0 24px 0;
  padding: 0;
  border: none;
}
.checkout-page-wrapper #ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
}
.checkout-page-wrapper #ship-to-different-address label input[type=checkbox] {
  width: auto;
  margin: 0;
  cursor: pointer;
}
.checkout-page-wrapper .shipping_address {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e7e7e7;
}
.checkout-page-wrapper .checkout-order-review-wrapper {
  position: sticky;
  top: 100px;
}
.checkout-page-wrapper .checkout-order-review {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 32px;
}
.checkout-page-wrapper .checkout-order-review .order-review-products {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e7e7e7;
}
.checkout-page-wrapper .checkout-order-review .order-review-product {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.checkout-page-wrapper .checkout-order-review .order-review-product:last-child {
  margin-bottom: 0;
}
.checkout-page-wrapper .checkout-order-review .order-review-product .product-thumbnail {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
}
.checkout-page-wrapper .checkout-order-review .order-review-product .product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkout-page-wrapper .checkout-order-review .order-review-product .product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.checkout-page-wrapper .checkout-order-review .order-review-product .product-details .product-name {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.4;
}
.checkout-page-wrapper .checkout-order-review .order-review-product .product-details .product-name .product-quantity {
  font-weight: 400;
  color: #3d3d3d;
}
.checkout-page-wrapper .checkout-order-review .order-review-product .product-details .product-total {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
}
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table tbody tr:last-child {
  border-bottom: 0;
}
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table tbody tr th {
  padding: 12px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #3d3d3d;
}
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table tbody tr td {
  padding: 12px 0;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
}
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table tbody tr.order-total th,
.checkout-page-wrapper .checkout-order-review .order-review-totals table.shop_table tbody tr.order-total td {
  padding-top: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}
.checkout-page-wrapper .checkout-order-review #payment {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e7e7e7;
}
.checkout-page-wrapper .checkout-order-review #payment .payment_methods {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}
.checkout-page-wrapper .checkout-order-review #payment .payment_methods li {
  margin-bottom: 12px;
}
.checkout-page-wrapper .checkout-order-review #payment .payment_methods li:last-child {
  margin-bottom: 0;
}
.checkout-page-wrapper .checkout-order-review #payment .payment_methods li input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}
.checkout-page-wrapper .checkout-order-review #payment .payment_methods li label {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
  cursor: pointer;
}
.checkout-page-wrapper .checkout-order-review #payment .payment_methods li .payment_box {
  margin-top: 12px;
  padding: 16px;
  background: #f3f4f6;
  border-radius: 8px;
  font-size: 14px;
  color: #3d3d3d;
}
.checkout-page-wrapper .checkout-order-review #payment .place-order {
  margin-top: 24px;
}
.checkout-page-wrapper .checkout-order-review #payment .place-order #place_order {
  width: 100%;
  padding: 16px 24px;
  background: #1C602B;
  color: #f6f6f6;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
}
.checkout-page-wrapper .checkout-order-review #payment .place-order #place_order:hover {
  background: #103919;
}
.checkout-page-wrapper .checkout-order-review #payment .place-order #place_order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkout-page-wrapper .mls-coupon-message {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
}
.checkout-page-wrapper .mls-coupon-message.mls-coupon-message--error {
  color: #dc2626;
  font-weight: 500;
}
.checkout-page-wrapper .mls-coupon-message.mls-coupon-message--success {
  color: #16a34a;
  font-weight: 500;
}
.checkout-page-wrapper .woocommerce-account-fields .create-account {
  margin-top: 16px;
}
.checkout-page-wrapper .woocommerce-notices-wrapper,
.checkout-page-wrapper .woocommerce-NoticeGroup {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .checkout-page-wrapper {
    padding: 32px 0 64px;
  }
  .checkout-page-wrapper .checkout-header {
    margin-bottom: 32px;
  }
  .checkout-page-wrapper .checkout-header .checkout-page-title {
    font-size: 32px;
  }
  .checkout-page-wrapper .checkout-content-wrapper {
    gap: 24px;
  }
  .checkout-page-wrapper .checkout-order-review-wrapper {
    position: static;
  }
  .checkout-page-wrapper .woocommerce-billing-fields,
  .checkout-page-wrapper .woocommerce-shipping-fields,
  .checkout-page-wrapper .woocommerce-account-fields,
  .checkout-page-wrapper .checkout-order-review {
    padding: 24px;
  }
}

.container-auth {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.auth-hero {
  background: var(--b-brand);
  background: linear-gradient(135deg, #8a2433 0%, #5e1620 100%);
  padding: 60px 0 90px;
  text-align: center;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  margin-bottom: 40px;
}
.auth-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.1;
}

.ah-inner {
  position: relative;
  z-index: 2;
}

.ah-pre {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.25);
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.ah-title {
  font-family: var(--font-head);
  font-size: 52px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.ah-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
}

.course-sec {
  padding: 40px 0;
  border-bottom: 1px solid #f0f0f0;
}
.course-sec:last-child {
  border: none;
}

.cs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.cs-title {
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 700;
  color: var(--b-brand);
  margin: 0;
}

.cs-link {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
}
.cs-link:hover {
  color: var(--b-brand);
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

.c-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--b-brand);
}
.c-card:hover .c-thumb img {
  transform: scale(1.05);
}
.c-card:hover .c-title {
  color: var(--b-brand);
}

.c-thumb {
  height: 180px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.c-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.c-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.c-cat {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 8px;
}

.c-title {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0 0 10px;
  line-height: 1.3;
}

.c-price {
  margin-top: auto;
  font-weight: 700;
  color: #111;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-price del {
  font-size: 13px;
  color: #999;
  font-weight: 400;
}

.c-btn {
  margin-top: 16px;
  display: block;
  text-align: center;
  background: var(--b-brand);
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s;
}
.c-btn:hover {
  background: #5e1620;
}

@media (max-width: 768px) {
  .auth-hero {
    padding: 50px 0 80px;
    clip-path: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .ah-title {
    font-size: 36px;
  }
  .c-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 20px;
    gap: 20px;
    scroll-snap-type: x mandatory;
  }
  .c-card {
    min-width: 280px;
    scroll-snap-align: start;
  }
}
.cart-page-wrapper {
  background: #ffffff;
  padding: 80px 0 112px;
}
@media (max-width: 768px) {
  .cart-page-wrapper {
    padding: 40px 0 80px;
  }
}
.cart-page-wrapper .container {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 16px;
}
.cart-page-wrapper .cart-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}
.cart-page-wrapper .cart-header .section-badge {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.cart-page-wrapper .cart-header .cart-page-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-header .cart-page-title {
    font-size: 32px;
  }
}
.cart-page-wrapper .cart-content-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .cart-page-wrapper .cart-content-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cart-page-wrapper .cart-items-column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cart-page-wrapper .cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.cart-page-wrapper .cart-item-card {
  display: grid;
  grid-template-columns: 96px 1fr auto auto auto;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid #e7e7e7;
  transition: background 0.15s;
}
.cart-page-wrapper .cart-item-card:last-of-type, .cart-page-wrapper .cart-item-card:has(+ .cart-actions) {
  border-bottom: 1px solid #e7e7e7;
}
.cart-page-wrapper .cart-item-card:hover {
  background: #f9fafb;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-item-card {
    grid-template-columns: 80px 1fr auto;
    grid-template-rows: auto auto auto;
    grid-template-areas: "img  info  remove" "img  price price" "qty  qty   qty";
    gap: 12px;
    padding: 16px;
  }
}
.cart-page-wrapper .cart-item-image {
  width: 96px;
  height: 64px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-item-image {
    grid-area: img;
    width: 80px;
    height: 56px;
  }
}
.cart-page-wrapper .cart-item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-page-wrapper .cart-item-image img,
.cart-page-wrapper .cart-item-image .cart-item-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  display: block;
}
.cart-page-wrapper .cart-item-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-item-info {
    grid-area: info;
  }
}
.cart-page-wrapper .cart-item-info .cart-item-date {
  display: flex;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.cart-page-wrapper .cart-item-info .cart-item-date .date-label {
  color: #5d5d5d;
}
.cart-page-wrapper .cart-item-info .cart-item-date .date-value {
  color: #841828;
}
.cart-page-wrapper .cart-item-info .cart-item-name {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-page-wrapper .cart-item-info .cart-item-name a {
  color: #1b1b1b;
  text-decoration: none;
  transition: color 0.18s;
}
.cart-page-wrapper .cart-item-info .cart-item-name a:hover {
  color: #1C602B;
}
.cart-page-wrapper .cart-item-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-item-price-wrap {
    grid-area: price;
    align-items: flex-start;
  }
}
.cart-page-wrapper .cart-item-price-wrap .cart-item-price-old {
  font-size: 12px;
  font-weight: 400;
  color: #841828;
  text-decoration: line-through;
}
.cart-page-wrapper .cart-item-price-wrap .cart-item-price {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  white-space: nowrap;
}
.cart-page-wrapper .cart-item-price-wrap .cart-item-price .woocommerce-Price-amount {
  font-weight: 600;
  color: #1b1b1b;
}
.cart-page-wrapper .cart-item-qty {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-item-qty {
    grid-area: qty;
  }
}
.cart-page-wrapper .cart-item-qty .quantity {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
}
.cart-page-wrapper .cart-item-qty .quantity .qty {
  width: 52px;
  height: 36px;
  border: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  background: transparent;
  -moz-appearance: textfield;
}
.cart-page-wrapper .cart-item-qty .quantity .qty::-webkit-inner-spin-button, .cart-page-wrapper .cart-item-qty .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-page-wrapper .cart-item-qty .quantity .qty:focus {
  outline: none;
}
.cart-page-wrapper .cart-item-remove {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-item-remove {
    grid-area: remove;
    justify-self: end;
  }
}
.cart-page-wrapper .cart-item-remove .cart-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #5d5d5d;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
}
.cart-page-wrapper .cart-item-remove .cart-remove-btn:hover {
  background: #f3f4f6;
  color: #841828;
}
.cart-page-wrapper .cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #f9fafb;
  border-top: 1px solid #e7e7e7;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-actions {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 12px;
  }
}
.cart-page-wrapper .cart-actions .coupon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-actions .coupon {
    width: 100%;
  }
}
.cart-page-wrapper .cart-actions .coupon label {
  display: none;
}
.cart-page-wrapper .cart-actions .coupon .input-text {
  flex: 1;
  min-width: 0;
  max-width: 220px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  font-size: 14px;
  color: #1b1b1b;
  background: #ffffff;
  transition: border-color 0.18s;
}
.cart-page-wrapper .cart-actions .coupon .input-text::placeholder {
  color: #5d5d5d;
}
.cart-page-wrapper .cart-actions .coupon .input-text:focus {
  outline: none;
  border-color: #1C602B;
}
@media (max-width: 768px) {
  .cart-page-wrapper .cart-actions .coupon .input-text {
    max-width: 100%;
  }
}
.cart-page-wrapper .cart-actions .coupon .btn-coupon {
  height: 40px;
  padding: 0 18px;
  background: transparent;
  color: #1C602B;
  border: 1px solid #1C602B;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}
.cart-page-wrapper .cart-actions .coupon .btn-coupon:hover {
  background: #1C602B;
  color: #f6f6f6;
}
.cart-page-wrapper .cart-actions .btn-update-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 18px;
  background: #ffffff;
  color: #3d3d3d;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.18s;
  white-space: nowrap;
}
.cart-page-wrapper .cart-actions .btn-update-cart svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.cart-page-wrapper .cart-actions .btn-update-cart:hover {
  border-color: #1C602B;
  color: #1C602B;
}
.cart-page-wrapper .cart-actions .btn-update-cart[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
.cart-page-wrapper .cart-actions .btn-update-cart[disabled]:hover {
  border-color: #e7e7e7;
  color: #3d3d3d;
}
.cart-page-wrapper .cart-totals-column .cart-collaterals {
  position: sticky;
  top: 100px;
}
.cart-page-wrapper .cart-totals-column .cart_totals {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 28px 32px 32px;
}
.cart-page-wrapper .cart-totals-column .cart_totals h2 {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr {
  border-bottom: 1px solid #e7e7e7;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr:last-child {
  border-bottom: none;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr th,
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr td {
  padding: 14px 0;
  font-size: 16px;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr th {
  text-align: left;
  font-weight: 400;
  color: #3d3d3d;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr td {
  text-align: right;
  font-weight: 500;
  color: #1b1b1b;
}
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr.order-total th,
.cart-page-wrapper .cart-totals-column .cart_totals table.shop_table tr.order-total td {
  padding-top: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #1b1b1b;
}
.cart-page-wrapper .cart-totals-column .cart_totals .woocommerce-remove-coupon {
  color: #841828;
  font-size: 12px;
  margin-left: 8px;
  text-decoration: none;
}
.cart-page-wrapper .cart-totals-column .cart_totals .woocommerce-remove-coupon:hover {
  text-decoration: underline;
}
.cart-page-wrapper .cart-totals-column .cart_totals .wc-proceed-to-checkout {
  margin-top: 8px;
}
.cart-page-wrapper .cart-totals-column .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 16px 24px;
  background: #1C602B;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
  text-align: center;
}
.cart-page-wrapper .cart-totals-column .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #14441f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(28, 96, 43, 0.25);
}
.cart-page-wrapper .cart-totals-column .cart_totals .wc-proceed-to-checkout .checkout-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33334 8H12.6667M12.6667 8L8 3.33334M12.6667 8L8 12.6667%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.cart-empty-hero-section .courses-hero-content .section-badge {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  color: #f6f6f6;
}
.cart-empty-hero-section .courses-hero-content .courses-hero-title {
  color: #f6f6f6;
}
.cart-empty-hero-section .courses-hero-content .courses-hero-description {
  color: rgba(255, 255, 255, 0.8);
}
.cart-empty-hero-section .cart-empty-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 14px 28px;
  background: #1C602B;
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.cart-empty-hero-section .cart-empty-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.cart-empty-hero-section .cart-empty-cta:hover {
  background: #14441f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(28, 96, 43, 0.25);
}

@media (max-width: 768px) {
  body.woocommerce-cart .home-products-section .home-products-grid {
    justify-content: center;
  }
  body.woocommerce-cart .home-products-section .home-products-grid .course-card, body.woocommerce-cart .home-products-section .home-products-grid .woocommerce-container .product, .woocommerce-container body.woocommerce-cart .home-products-section .home-products-grid .product {
    flex: 0 0 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.mls-thankyou-wrapper > .woocommerce-order-details,
.mls-thankyou-wrapper > .woocommerce-customer-details,
.mls-thankyou-wrapper > section.woocommerce-order-details,
.mls-thankyou-wrapper > section.woocommerce-customer-details,
.mls-thankyou-wrapper .woocommerce > .woocommerce-order-details,
.mls-thankyou-wrapper .woocommerce > .woocommerce-customer-details {
  display: none !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}

.mls-thankyou {
  background: #f9fafb;
  min-height: calc(100vh - 200px);
  padding: 60px 16px 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .mls-thankyou {
    padding: 32px 16px 60px;
  }
}
.mls-thankyou__card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mls-thankyou__card {
    border-radius: 12px;
  }
}
.mls-thankyou__card--error .mls-thankyou__icon {
  background: #fef2f2;
  color: #dc2626;
}
.mls-thankyou__header {
  text-align: center;
  padding: 48px 32px 32px;
}
@media (max-width: 768px) {
  .mls-thankyou__header {
    padding: 32px 20px 24px;
  }
}
.mls-thankyou__icon {
  width: 72px;
  height: 72px;
  background: #f0fdf4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #16a34a;
}
.mls-thankyou__icon svg {
  width: 36px;
  height: 36px;
}
.mls-thankyou__icon--error {
  background: #fef2f2;
  color: #dc2626;
}
.mls-thankyou__icon--success {
  background: #f0fdf4;
  color: #16a34a;
}
.mls-thankyou__title {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 12px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mls-thankyou__title {
    font-size: 22px;
  }
}
.mls-thankyou__message {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #3d3d3d;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mls-thankyou__message {
    font-size: 14px;
  }
}
.mls-thankyou__order-info {
  background: #f3f4f6;
  padding: 24px 32px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .mls-thankyou__order-info {
    padding: 20px;
  }
}
.mls-thankyou__info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .mls-thankyou__info-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .mls-thankyou__info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.mls-thankyou__info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
@media (max-width: 768px) {
  .mls-thankyou__info-item {
    text-align: left;
  }
}
.mls-thankyou__info-label {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #5d5d5d;
  font-weight: 600;
}
.mls-thankyou__info-value {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 1.4;
}
.mls-thankyou__info-value--highlight {
  color: #841828;
  font-weight: 700;
  font-size: 16px;
}
.mls-thankyou__section-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 16px;
}
.mls-thankyou__items {
  padding: 24px 32px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .mls-thankyou__items {
    padding: 20px;
  }
}
.mls-thankyou__items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mls-thankyou__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  background: #f3f4f6;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .mls-thankyou__item {
    flex-wrap: wrap;
  }
}
.mls-thankyou__item-image {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.mls-thankyou__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mls-thankyou__item-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mls-thankyou__item-name {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1b1b1b;
  line-height: 1.3;
}
.mls-thankyou__item-qty {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #5d5d5d;
}
.mls-thankyou__item-price {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1b1b1b;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .mls-thankyou__item-price {
    width: 100%;
    text-align: right;
    padding-top: 8px;
    border-top: 1px dashed #e7e7e7;
    margin-top: 4px;
  }
}
.mls-thankyou__payment {
  padding: 24px 32px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .mls-thankyou__payment {
    padding: 20px;
  }
}
.mls-thankyou__payment-content {
  font-size: 14px;
  color: #3d3d3d;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mls-thankyou__payment-content > section.woocommerce-order-details,
.mls-thankyou__payment-content > section.woocommerce-customer-details,
.mls-thankyou__payment-content .woocommerce-order-details,
.mls-thankyou__payment-content .woocommerce-customer-details {
  display: none !important;
}
.mls-thankyou__payment-content .asaas-pix-container,
.mls-thankyou__payment-content .pix-payment-container,
.mls-thankyou__payment-content [class*=pix-container],
.mls-thankyou__payment-content [class*=pix-payment] {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 24px;
  margin: 0;
}
@media (max-width: 768px) {
  .mls-thankyou__payment-content .asaas-pix-container,
  .mls-thankyou__payment-content .pix-payment-container,
  .mls-thankyou__payment-content [class*=pix-container],
  .mls-thankyou__payment-content [class*=pix-payment] {
    padding: 16px;
  }
}
.mls-thankyou__payment-content img {
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 16px auto !important;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px;
  background: #ffffff;
}
.mls-thankyou__payment-content .qr-code img,
.mls-thankyou__payment-content [class*=qrcode] img,
.mls-thankyou__payment-content img[src*=qr] {
  border: none;
  padding: 0;
  margin: 12px auto !important;
}
.mls-thankyou__payment-content p {
  line-height: 1.6;
  margin-bottom: 12px;
  text-align: center;
}
.mls-thankyou__payment-content ol, .mls-thankyou__payment-content ul {
  text-align: left;
  padding-left: 20px;
  margin: 16px 0;
}
.mls-thankyou__payment-content ol li, .mls-thankyou__payment-content ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.mls-thankyou__payment-content h2, .mls-thankyou__payment-content h3, .mls-thankyou__payment-content h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 16px;
  text-align: center;
}
.mls-thankyou__payment-content h2 {
  font-size: 20px;
}
.mls-thankyou__payment-content h3 {
  font-size: 16px;
}
.mls-thankyou__payment-content button,
.mls-thankyou__payment-content .button,
.mls-thankyou__payment-content .btn,
.mls-thankyou__payment-content a.button {
  background-color: #1C602B !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 14px 24px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  margin: 16px auto 0 !important;
  cursor: pointer;
  transition: all 0.2s;
  display: block !important;
  text-decoration: none;
  text-align: center;
  width: fit-content;
  min-width: 200px;
}
.mls-thankyou__payment-content button:hover,
.mls-thankyou__payment-content .button:hover,
.mls-thankyou__payment-content .btn:hover,
.mls-thankyou__payment-content a.button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 480px) {
  .mls-thankyou__payment-content button,
  .mls-thankyou__payment-content .button,
  .mls-thankyou__payment-content .btn,
  .mls-thankyou__payment-content a.button {
    width: 100% !important;
    min-width: unset;
  }
}
.mls-thankyou__payment-content input[type=text],
.mls-thankyou__payment-content .pix-code,
.mls-thankyou__payment-content .copy-code,
.mls-thankyou__payment-content textarea,
.mls-thankyou__payment-content [class*=pix-copy],
.mls-thankyou__payment-content [class*=copy-paste] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-align: center;
  background: #f9fafb;
  margin: 12px 0;
  font-family: monospace;
  font-size: 11px;
  word-break: break-all;
  line-height: 1.4;
  resize: none;
}
.mls-thankyou__payment-content .pix-code-scroll,
.mls-thankyou__payment-content [class*=scroll] {
  overflow-x: auto;
  white-space: nowrap;
}
.mls-thankyou__payment-content .pix-code-scroll::-webkit-scrollbar,
.mls-thankyou__payment-content [class*=scroll]::-webkit-scrollbar {
  height: 6px;
}
.mls-thankyou__payment-content .pix-code-scroll::-webkit-scrollbar-track,
.mls-thankyou__payment-content [class*=scroll]::-webkit-scrollbar-track {
  background: #f3f4f6;
  border-radius: 3px;
}
.mls-thankyou__payment-content .pix-code-scroll::-webkit-scrollbar-thumb,
.mls-thankyou__payment-content [class*=scroll]::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 3px;
}
.mls-thankyou__payment-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-size: 14px;
}
.mls-thankyou__payment-content table td, .mls-thankyou__payment-content table th {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}
.mls-thankyou__payment-content table th {
  font-weight: 600;
  color: #1b1b1b;
}
.mls-thankyou__payment-content ul.order_details,
.mls-thankyou__payment-content .woocommerce-order-overview {
  display: none !important;
}
.mls-thankyou__footer {
  padding: 24px 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .mls-thankyou__footer {
    padding: 20px;
  }
}
.mls-thankyou__extra {
  padding: 0 32px 24px;
}
@media (max-width: 768px) {
  .mls-thankyou__extra {
    padding: 0 20px 20px;
  }
}
.mls-thankyou__extra .woocommerce-order-details,
.mls-thankyou__extra .woocommerce-customer-details,
.mls-thankyou__extra section {
  display: none !important;
}
.mls-thankyou__extra > p, .mls-thankyou__extra > div:not(section) {
  display: block;
}
.mls-thankyou__footer-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #3d3d3d;
  margin: 0 0 20px;
}
.mls-thankyou__footer-text strong {
  color: #1b1b1b;
  font-weight: 600;
}
.mls-thankyou__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .mls-thankyou__actions {
    flex-direction: column;
  }
}
.mls-thankyou__actions .mls-btn {
  min-width: 160px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s;
}
.mls-thankyou__actions .mls-btn--primary {
  background: #1C602B;
  color: #fff;
  border: none;
}
.mls-thankyou__actions .mls-btn--primary:hover {
  opacity: 0.9;
}
.mls-thankyou__actions .mls-btn--secondary {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #1b1b1b;
}
.mls-thankyou__actions .mls-btn--secondary:hover {
  background: #f3f4f6;
  border-color: #1b1b1b;
}
@media (max-width: 480px) {
  .mls-thankyou__actions .mls-btn {
    width: 100%;
  }
}

.prod-hero {
  background: linear-gradient(135deg, #8a2433 0%, #5e1620 100%);
  padding: 60px 0 100px;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
.prod-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.1;
}

.ph-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ph-content {
  padding-right: 20px;
}

.ph-title {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.1;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.ph-sub {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 400;
}

.ph-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.ph-m-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 50px;
}

.buy-card {
  background: #fff;
  color: #333;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}

.bc-tag {
  background: #111;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: inline-block;
}

.bc-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.bc-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
  margin-bottom: 4px;
}

.bc-new {
  font-size: 42px;
  font-weight: 700;
  color: var(--b-brand);
  line-height: 1;
  font-family: var(--font-head);
}

.bc-btn {
  display: block;
  background: var(--b-brand);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding: 18px;
  border-radius: 8px;
  transition: 0.2s;
  box-shadow: 0 10px 20px rgba(138, 36, 51, 0.3);
}
.bc-btn:hover {
  background: var(--b-brand-dark);
  transform: translateY(-2px);
}

.bc-security {
  margin-top: 16px;
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.prod-nav {
  background: #fff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pn-list {
  display: flex;
  gap: 0;
  overflow-x: auto;
}

.pn-link {
  display: block;
  padding: 20px 24px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
  border-bottom: 3px solid transparent;
}
.pn-link:hover, .pn-link.active {
  color: var(--b-brand);
  border-bottom-color: var(--b-brand);
  background: #f9f9f9;
}

.prod-sec {
  padding: 80px 0;
  border-bottom: 1px solid #f0f0f0;
}

.ps-title {
  font-family: var(--font-head);
  font-size: 32px;
  color: var(--b-brand);
  margin-bottom: 30px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check-icon {
  flex: 0 0 20px;
  color: var(--b-brand);
  margin-top: 4px;
}

.check-text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.mod-list {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.mod-item {
  border-bottom: 1px solid #eee;
}
.mod-item:last-child {
  border: none;
}
.mod-item.active .mod-body {
  display: block;
}

.mod-head {
  padding: 20px;
  background: #fbfbfb;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #333;
  transition: 0.2s;
}
.mod-head:hover {
  background: #f5f5f5;
  color: var(--b-brand);
}

.mod-body {
  display: none;
  padding: 20px;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  color: #555;
}

.mod-meta {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-left: 10px;
}

@media (max-width: 900px) {
  .ph-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ph-title {
    font-size: 36px;
  }
  .buy-card {
    margin-top: -60px;
  }
}
.product-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 0 16px;
}

.product-nav__container {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 24px 0;
}

.product-nav__link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #5d5d5d;
  text-decoration: none;
  transition: color 0.2s ease;
}
.product-nav__link:hover, .product-nav__link.active {
  color: #1c3f60;
}

.sp-main {
  padding: 0 16px;
  background: #ffffff;
}

.sp-main__container {
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
  padding: 47px 0;
  position: relative;
  border-bottom: 1px solid #e5e7eb;
}

.sp-main__content {
  width: 715px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.sp-main__sidebar {
  width: 373px;
  flex-shrink: 0;
  position: relative;
  align-self: flex-start;
}

.sp-sidebar-sticky {
  position: sticky;
  top: calc(100px + var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sp-buy-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.sp-buy-card__image {
  width: 100%;
  height: 212px;
  border-radius: 8px;
  overflow: hidden;
  background: #e5e7eb;
}
.sp-buy-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-buy-card__image--placeholder {
  background: #e5e7eb;
}

.sp-buy-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 8px;
}

.sp-buy-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-buy-card__date {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #6D6D6D;
}

.sp-buy-card__title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1b1b1b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sp-buy-card__prices {
  display: flex;
  flex-direction: column;
}

.sp-buy-card__price-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sp-buy-card__price-old {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35px;
}

.sp-buy-card__price-old-value {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(193, 20, 46, 0.8);
}

.sp-buy-card__price-old-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 1px;
  background: #E51D3B;
}

.sp-buy-card__price-current {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #1b1b1b;
}

.sp-buy-card__btn-wrapper {
  padding: 1px;
  border-radius: 12px;
}

.sp-buy-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 32px;
  background: #1C602B;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 11px;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), inset -1px -2px 0px 0px #0b2510;
  transition: background-color 0.2s ease;
}
.sp-buy-card__btn:hover {
  background: #13401d;
}

.checklist-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.checklist-section__title {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  margin: 0;
}

.checklist-section__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.checklist-section__grid--two-cols {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}

.checklist-section__row {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.checklist-section__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 0 0;
  min-width: 0;
}

.checklist-section__item {
  display: flex;
  flex: 1 0 0;
  gap: 12px;
  align-items: flex-start;
  border-radius: 8px;
  min-width: 0;
}

.checklist-section__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.checklist-section__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.checklist-section__text {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
}

.content-description-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.content-description__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
}
.content-description__text p {
  margin: 0 0 16px;
}
.content-description__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .sp-main__container {
    gap: 40px;
  }
  .sp-main__content {
    width: auto;
    flex: 1;
  }
  .sp-main__sidebar {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .sp-main__container {
    flex-direction: column;
    gap: 48px;
  }
  .sp-main__content {
    width: 100%;
  }
  .sp-main__sidebar {
    width: 100%;
  }
  .sp-sidebar-sticky {
    position: static;
  }
  .sp-buy-card {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .product-nav__container {
    gap: 24px;
    overflow-x: auto;
    padding: 16px 0;
    -webkit-overflow-scrolling: touch;
  }
  .product-nav__container::-webkit-scrollbar {
    display: none;
  }
  .product-nav__link {
    white-space: nowrap;
    font-size: 14px;
  }
  .sp-main__container {
    padding: 0 0;
  }
  .sp-main__content {
    gap: 48px;
  }
  .checklist-section__row {
    flex-direction: column;
  }
  .sp-buy-card {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .checklist-section__title {
    font-size: 20px;
  }
}
.mls-checkout {
  background: #f9fafb;
  min-height: 100vh;
  padding-bottom: 80px;
}

.mls-checkout__content {
  padding: 24px 16px 0;
}

.mls-checkout__max-width {
  max-width: 1168px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 473px;
  column-gap: 56px;
  align-items: start;
}

.mls-checkout__forms {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 12px;
}

.mls-checkout__cart-wrapper {
  grid-column: 2;
  grid-row: 1;
  width: 473px;
}

.mls-checkout__cart {
  position: sticky;
  top: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mls-card {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 24px;
}

.mls-card--login .mls-login-collapsed {
  display: flex;
  align-items: center;
  gap: 32px;
}
.mls-card--login .mls-login-collapsed--my-account {
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.mls-card--login .mls-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mls-card--login .mls-card__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
}
.mls-card--login .mls-card__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
  margin: 0;
}
.mls-card--login.mls-card--login-expanded .mls-login-expanded {
  display: block !important;
}

.mls-login-expanded {
  width: 100%;
}

.mls-login-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mls-login-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.mls-login-actions--my-account {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.mls-login-actions--my-account .mls-btn {
  width: 100%;
}

.mls-btn--full {
  width: 100%;
}

.mls-btn-link {
  background: none;
  border: none;
  color: #1C602B;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px;
  transition: color 0.2s;
}
.mls-btn-link:hover {
  color: #103919;
  text-decoration: underline;
}

.mls-login-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
}
.mls-login-message--success {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}
.mls-login-message--error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.mls-card__section-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
  margin: 0 0 24px;
}

.mls-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
}

.mls-divider__line {
  flex: 1;
  height: 1px;
  background: #e7e7e7;
}

.mls-divider__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3d3d;
}

.mls-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 24px;
  background: #1C602B;
  color: #f6f6f6;
  border: none;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
}
.mls-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.32), inset -1px -2px 0px 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.mls-btn:hover {
  background: #13401d;
}

.mls-form-row {
  margin-bottom: 24px;
}
.mls-form-row:last-child {
  margin-bottom: 0;
}

.mls-form-row--2col {
  display: flex;
  gap: 24px;
}
.mls-form-row--2col .mls-form-field {
  flex: 1;
}

.mls-form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mls-form-field label {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #454545;
}
.mls-form-field input,
.mls-form-field select {
  width: 100%;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
  background: #ffffff;
  transition: border-color 0.2s;
}
.mls-form-field input::placeholder,
.mls-form-field select::placeholder {
  color: #595959;
}
.mls-form-field input:focus,
.mls-form-field select:focus {
  outline: none;
  border-color: #91c2e8;
}
.mls-form-field select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%236d6d6d%27 d=%27M6 8L1 3h10z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.mls-optional {
  font-weight: 400;
  color: #595959;
}

.mls-steps {
  margin-bottom: 24px;
}

.mls-steps__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  padding: 16px 24px;
}

.mls-steps__line {
  flex: 1;
  height: 2px;
  background: #e5e7eb;
  margin: 0 12px;
  max-width: 60px;
}

.mls-step-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
  transition: all 0.2s;
  white-space: nowrap;
}
.mls-step-btn:hover {
  background: #f9fafb;
}
.mls-step-btn--active .mls-step-btn__number {
  background: #1C602B;
  color: #f6f6f6;
}
.mls-step-btn--active .mls-step-btn__label {
  color: #1C602B;
  font-weight: 500;
}
.mls-step-btn--completed .mls-step-btn__number {
  background: #22c55e;
  color: #f6f6f6;
}

.mls-step-btn__number {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e7eb;
  color: #5d5d5d;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.2s;
}

.mls-step-btn__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  transition: all 0.2s;
}

@media (max-width: 600px) {
  .mls-steps__nav {
    padding: 12px 16px;
  }
  .mls-steps__line {
    margin: 0 8px;
    max-width: 40px;
  }
  .mls-step-btn {
    padding: 6px;
    gap: 6px;
  }
  .mls-step-btn__label {
    display: none;
  }
  .mls-step-btn__number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 12px;
  }
}
.mls-step-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mls-step-actions {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.mls-step-actions--between {
  justify-content: space-between;
}

.mls-input-with-icon {
  position: relative;
}
.mls-input-with-icon input {
  padding-right: 64px;
}
.mls-input-with-icon .mls-card-brand {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 33px;
  background: #d9d9d9;
  border-radius: 4px;
}

.mls-payment-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.mls-payment-tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mls-payment-tab input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mls-payment-tab:hover {
  border-color: #91c2e8;
}
.mls-payment-tab--active {
  background: #f2f8fd;
  border-color: #91c2e8;
}
.mls-payment-tab--active .mls-payment-tab__label {
  color: #1C602B;
}
.mls-payment-tab--active .mls-payment-tab__icon svg {
  color: #1C602B;
}

.mls-payment-tab__icon {
  width: 20px;
  height: 20px;
}
.mls-payment-tab__icon svg {
  width: 100%;
  height: 100%;
  color: #5d5d5d;
}

.mls-payment-tab__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #5d5d5d;
}

.mls-payment-fields {
  display: flex;
  flex-direction: column;
}

.mls-gateway-fields {
  margin-top: 0;
}

.mls-gateway-field {
  padding: 0;
  background: transparent;
}
.mls-gateway-field > p:first-child {
  display: none;
}
.mls-gateway-field label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #454545;
  margin-bottom: 12px;
}
.mls-gateway-field input[type=text],
.mls-gateway-field input[type=tel],
.mls-gateway-field input[type=number],
.mls-gateway-field select {
  width: 100%;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #1b1b1b;
  background: #ffffff;
  margin-bottom: 24px;
  transition: border-color 0.2s;
}
.mls-gateway-field input[type=text]:focus,
.mls-gateway-field input[type=tel]:focus,
.mls-gateway-field input[type=number]:focus,
.mls-gateway-field select:focus {
  outline: none;
  border-color: #91c2e8;
}
.mls-gateway-field input[type=text]::placeholder,
.mls-gateway-field input[type=tel]::placeholder,
.mls-gateway-field input[type=number]::placeholder,
.mls-gateway-field select::placeholder {
  color: #595959;
}
.mls-gateway-field .form-row {
  margin-bottom: 0;
}
.mls-gateway-field .form-row-first,
.mls-gateway-field .form-row-last {
  width: calc(50% - 12px);
  display: inline-block;
  vertical-align: top;
}
.mls-gateway-field .form-row-first {
  margin-right: 24px;
}

.mls-gateway-description {
  display: none;
}

.mls-gateway-field .card-number-wrapper {
  position: relative;
}
.mls-gateway-field .card-number-wrapper::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 33px;
  background: #d9d9d9;
  border-radius: 4px;
}

.mls-cart__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mls-cart__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #1b1b1b;
}

.mls-cart__count {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #595959;
}

.mls-cart__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mls-cart-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 12px;
  height: auto;
  overflow: hidden;
  align-items: center;
}

.mls-cart-item__image {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}
@media (min-width: 768px) {
  .mls-cart-item__image {
    width: 120px;
    height: 120px;
  }
}
.mls-cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mls-cart-item__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  gap: 4px;
}

.mls-cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mls-cart-item__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #595959;
}

.mls-cart-item__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #1b1b1b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mls-cart-item__pricing {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mls-cart-item__price-old-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.mls-cart-item__price-old {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(193, 20, 46, 0.8);
  position: relative;
}
.mls-cart-item__price-old::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #e51d3b;
}

.mls-cart-item__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #1b1b1b;
}

.mls-cart-item__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
  margin-bottom: 8px;
  padding-right: 4px;
}

.mls-cart-item__remove {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #841828;
  text-decoration: none;
}
.mls-cart-item__remove:hover {
  text-decoration: underline;
}

.mls-cart__coupon {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mls-coupon-field {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 8px;
  height: 53px;
}

.mls-coupon-field__input {
  flex: 1;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
  color: #1b1b1b;
}
.mls-coupon-field__input::placeholder {
  color: #595959;
}
.mls-coupon-field__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mls-coupon-field__btn {
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mls-coupon-field__btn:hover {
  transform: scale(1.1);
}

.mls-coupon-applied {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1C602B;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mls-coupon-applied svg {
  flex-shrink: 0;
}

.mls-coupon-field--applied {
  background: #f0fdf4;
  border-color: #bbf7d0;
}
.mls-coupon-field--applied .mls-coupon-field__text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #16a34a;
  text-transform: uppercase;
}
.mls-coupon-field--applied .mls-coupon-field__remove {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
}
.mls-coupon-field--applied .mls-coupon-field__remove:hover {
  transform: scale(1.1);
}

.mls-coupon-message {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.mls-coupon-message--success {
  color: #16a34a;
}
.mls-coupon-message--error {
  color: #dc2626;
}

.mls-cart__totals {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mls-cart__row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #454545;
}
.mls-cart__row--discount {
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.mls-cart__row--total {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}

.mls-btn-checkout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 32px;
  background: #22c55e;
  color: white;
  border: none;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(34, 197, 94, 0.2);
}
.mls-btn-checkout::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%272.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Crect x=%273%27 y=%2711%27 width=%2718%27 height=%2711%27 rx=%272%27 ry=%272%27/%3E%3Cpath d=%27M7 11V7a5 5 0 0 1 10 0v4%27/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 20px;
}
.mls-btn-checkout:hover {
  background: #1eaf54;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(34, 197, 94, 0.25);
}

.mls-security-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 12px;
  color: #595959;
}
.mls-security-badge::before {
  content: "🔒";
}

@media (max-width: 1200px) {
  .mls-checkout__max-width {
    display: flex;
    flex-direction: column;
  }
  .mls-checkout__forms {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 24px 0;
    order: 1;
  }
  .mls-checkout__cart-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
    order: 2;
  }
  .mls-checkout__cart {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 24px;
  }
}
@media (max-width: 600px) {
  .mls-card--login .mls-login-collapsed {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .mls-card--login .mls-btn {
    width: 100%;
  }
  .mls-form-row--2col {
    flex-direction: column;
    gap: 24px;
  }
  .mls-payment-tabs {
    flex-direction: column;
  }
}
.mls-checkout .woocommerce-form-login-toggle,
.mls-checkout .woocommerce-form-coupon-toggle,
.mls-checkout .woocommerce-form-coupon,
.mls-checkout .woocommerce-billing-fields h3,
.mls-checkout .woocommerce-additional-fields,
.mls-checkout #ship-to-different-address,
.mls-checkout .woocommerce-info,
.mls-checkout .showlogin,
.mls-checkout .showcoupon {
  display: none !important;
}
.mls-checkout .woocommerce-privacy-policy-text {
  font-size: 12px;
  line-height: 1.5;
  color: #5d5d5d;
  margin-top: 16px;
}
.mls-checkout .woocommerce-privacy-policy-text a {
  color: #1C602B;
  text-decoration: underline;
}

body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce > .woocommerce-info,
body.woocommerce-checkout .woocommerce-notices-wrapper > .woocommerce-info {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  list-style: none;
}
body.woocommerce-checkout .woocommerce-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #dc2626;
}
body.woocommerce-checkout .woocommerce-message {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
}

.mls-thankyou-wrapper {
  background: #f9fafb;
  min-height: 60vh;
}

.mls-thankyou {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 16px 60px;
}

.mls-thankyou__card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}
.mls-thankyou__card--error {
  border-color: #fecaca;
  text-align: center;
  padding: 40px 24px;
}

.mls-thankyou__header {
  text-align: center;
  padding: 40px 24px 32px;
  border-bottom: 1px solid #e5e7eb;
}

.mls-thankyou__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.mls-thankyou__icon--success svg {
  color: #22c55e;
}
.mls-thankyou__icon--error svg {
  color: #dc2626;
}

.mls-thankyou__title {
  font-size: 28px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
}

.mls-thankyou__message {
  font-size: 16px;
  color: #5d5d5d;
  margin: 0;
  line-height: 1.5;
}

.mls-thankyou__order-info {
  padding: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.mls-thankyou__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mls-thankyou__info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mls-thankyou__info-label {
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mls-thankyou__info-value {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
}
.mls-thankyou__info-value--highlight {
  font-size: 20px;
  font-weight: 600;
  color: #1C602B;
}

.mls-thankyou__payment {
  padding: 24px;
  background: #f9fafb;
}

.mls-thankyou__payment-title {
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 16px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.mls-thankyou__payment-content {
  text-align: center;
}
.mls-thankyou__payment-content p {
  margin: 0 0 16px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.5;
}
.mls-thankyou__payment-content img {
  max-width: 220px;
  margin: 16px auto;
  display: block;
  border-radius: 8px;
}
.mls-thankyou__payment-content input[type=text],
.mls-thankyou__payment-content textarea,
.mls-thankyou__payment-content .copy-field {
  width: 100%;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: monospace;
  font-size: 12px;
  word-break: break-all;
  margin: 12px 0;
  text-align: center;
}
.mls-thankyou__payment-content button,
.mls-thankyou__payment-content .button,
.mls-thankyou__payment-content a.button {
  display: inline-block;
  background: #1C602B;
  color: #f6f6f6 !important;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  font-family: "Inter", sans-serif;
}
.mls-thankyou__payment-content button:hover,
.mls-thankyou__payment-content .button:hover,
.mls-thankyou__payment-content a.button:hover {
  background: #13401d;
}
.mls-thankyou__payment-content .barcode,
.mls-thankyou__payment-content .linha-digitavel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  font-family: monospace;
  font-size: 13px;
  word-break: break-all;
  margin: 16px 0;
}

.mls-thankyou__footer {
  padding: 24px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.mls-thankyou__footer-text {
  font-size: 14px;
  color: #5d5d5d;
  margin: 0 0 20px;
}
.mls-thankyou__footer-text strong {
  color: #1b1b1b;
}

.mls-thankyou__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.mls-btn--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #1C602B;
  color: #f6f6f6;
  border: none;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;
}
.mls-btn--primary:hover {
  background: #13401d;
  color: #f6f6f6;
}

.mls-btn--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #ffffff;
  color: #454545;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.mls-btn--secondary:hover {
  background: #f9fafb;
  border-color: #767676;
}

.mls-thankyou__payment-content .asaas-pix,
.mls-thankyou__payment-content .woo-asaas-pix {
  text-align: center;
}
.mls-thankyou__payment-content .asaas-pix .qrcode,
.mls-thankyou__payment-content .asaas-pix .pix-qrcode,
.mls-thankyou__payment-content .woo-asaas-pix .qrcode,
.mls-thankyou__payment-content .woo-asaas-pix .pix-qrcode {
  margin: 20px auto;
}
.mls-thankyou__payment-content .asaas-pix .qrcode img,
.mls-thankyou__payment-content .asaas-pix .pix-qrcode img,
.mls-thankyou__payment-content .woo-asaas-pix .qrcode img,
.mls-thankyou__payment-content .woo-asaas-pix .pix-qrcode img {
  max-width: 200px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px;
  background: white;
}
.mls-thankyou__payment-content .asaas-ticket,
.mls-thankyou__payment-content .woo-asaas-billet {
  text-align: center;
}
.mls-thankyou__payment-content .asaas-ticket .boleto-actions,
.mls-thankyou__payment-content .woo-asaas-billet .boleto-actions {
  margin-top: 20px;
}
.mls-thankyou__payment-content .asaas-credit-card,
.mls-thankyou__payment-content .payment-approved {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 20px;
  margin: 16px 0;
}
.mls-thankyou__payment-content .asaas-credit-card p,
.mls-thankyou__payment-content .payment-approved p {
  color: #16a34a;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 600px) {
  .mls-thankyou__info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .mls-thankyou__actions {
    flex-direction: column;
  }
  .mls-thankyou__actions .mls-btn--primary,
  .mls-thankyou__actions .mls-btn--secondary {
    width: 100%;
  }
  .mls-thankyou__header {
    padding: 32px 20px 24px;
  }
  .mls-thankyou__title {
    font-size: 24px;
  }
}
.mls-btn--outline {
  background: transparent;
  border: 1px solid rgba(28, 96, 43, 0.22);
  color: #1C602B;
}
.mls-btn--outline::after {
  display: none;
}
.mls-btn--outline:hover {
  background: rgba(28, 96, 43, 0.08);
  color: #154820;
}

@media (max-width: 640px) {
  .mls-card--login .mls-login-collapsed--my-account {
    gap: 16px;
  }
  .mls-login-actions--my-account {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account {
  background: #f9fafb;
  min-height: 100vh;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .woocommerce-account {
    min-height: auto;
    padding-bottom: 0;
  }
}
.woocommerce-account .auth-hero {
  max-width: 1168px;
  margin: 24px auto;
  padding: 60px 40px !important;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #841828 0%, #59101b 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce-account .auth-hero {
    margin: 16px;
    padding: 40px 24px !important;
    border-radius: 12px;
  }
}
.woocommerce-account .auth-hero .ah-title {
  margin-bottom: 0;
  font-size: clamp(28px, 5vw, 42px);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.woocommerce-account .auth-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../.././css/build/img/pattern-dots.png) repeat;
  opacity: 0.1;
  pointer-events: none;
}
.woocommerce-account .container-auth {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .woocommerce-account .container-auth {
    padding: 0 16px;
  }
}
.woocommerce-account .site-main {
  max-width: 1168px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}
@media (max-width: 991px) {
  .woocommerce-account .site-main {
    padding: 20px 16px 24px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account #footer {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .woocommerce-account #footer .footer-content {
    padding: 20px 0 20px;
    gap: 24px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account #footer .footer-brand {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .woocommerce-account #footer .footer-brand .footer-description {
    margin-top: 8px;
  }
}
.woocommerce-account.logged-out .woocommerce {
  display: block;
}
.woocommerce-account.logged-out #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 1200px) {
  .woocommerce-account.logged-out #customer_login {
    gap: 32px;
  }
}
@media (max-width: 991px) {
  .woocommerce-account.logged-out #customer_login {
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 600px;
  }
}
.woocommerce-account.logged-out #customer_login .u-column1,
.woocommerce-account.logged-out #customer_login .u-column2 {
  width: 100%;
  float: none;
  margin: 0;
}
.woocommerce-account.logged-out .auth-card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 56px 48px;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .woocommerce-account.logged-out .auth-card {
    padding: 40px 32px;
  }
}
@media (max-width: 640px) {
  .woocommerce-account.logged-out .auth-card {
    padding: 28px 20px;
  }
}
.woocommerce-account.logged-out .mls-account-alt-link {
  text-align: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}
.woocommerce-account.logged-out .mls-account-alt-text {
  margin: 0 0 6px;
  color: #3d3d3d;
  font-size: 14px;
}
.woocommerce-account.logged-out .mls-account-alt-cta {
  font-size: 15px;
  font-weight: 600;
  color: #841828;
  text-decoration: none;
}
.woocommerce-account.logged-out .mls-account-alt-cta:hover {
  text-decoration: underline;
}
.woocommerce-account.logged-out h2 {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  color: #1b1b1b;
}
.woocommerce-account.logged-out .woocommerce-form-login,
.woocommerce-account.logged-out .woocommerce-form-register {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.woocommerce-account.logged-out .form-row {
  margin-bottom: 24px;
}
.woocommerce-account.logged-out .form-row label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 10px;
}
.woocommerce-account.logged-out .form-row label .required {
  color: #dc2626;
}
.woocommerce-account.logged-out .form-row input[type=text],
.woocommerce-account.logged-out .form-row input[type=email],
.woocommerce-account.logged-out .form-row input[type=password] {
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 16px;
  transition: all 0.2s;
}
.woocommerce-account.logged-out .form-row input[type=text]:focus,
.woocommerce-account.logged-out .form-row input[type=email]:focus,
.woocommerce-account.logged-out .form-row input[type=password]:focus {
  outline: none;
  border-color: #841828;
  box-shadow: 0 0 0 3px rgba(132, 24, 40, 0.1);
}
.woocommerce-account.logged-out .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  cursor: pointer;
}
.woocommerce-account.logged-out .woocommerce-form__label-for-checkbox input[type=checkbox] {
  width: auto;
  margin: 0;
}
.woocommerce-account.logged-out .woocommerce-button,
.woocommerce-account.logged-out button.button,
.woocommerce-account.logged-out input.button {
  width: 100%;
  background: #841828;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  padding: 16px 28px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.woocommerce-account.logged-out .woocommerce-button:hover,
.woocommerce-account.logged-out button.button:hover,
.woocommerce-account.logged-out input.button:hover {
  background: #61121e;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(132, 24, 40, 0.3);
}
.woocommerce-account.logged-out .woocommerce-LostPassword {
  text-align: center;
  margin-top: 20px;
}
.woocommerce-account.logged-out .woocommerce-LostPassword a {
  color: #841828;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.woocommerce-account.logged-out .woocommerce-LostPassword a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  overflow: hidden;
}
.woocommerce-account .woocommerce {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 280px;
  padding: 0;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    flex: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    overflow-x: auto;
    padding: 12px;
    gap: 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    display: none;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #f9fafb;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  padding: 18px 24px;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: #f9fafb;
  color: #841828;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    white-space: nowrap;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    padding: 12px 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background: rgba(132, 24, 40, 0.05);
  color: #841828;
  font-weight: 600;
  border-left: 3px solid #841828;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #841828;
    color: #ffffff;
    border-left: none;
    border-color: #841828;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #ef4444;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fef2f2;
  color: #dc2626;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  padding: 40px;
  min-width: 0;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p {
  color: #3d3d3d;
  line-height: 1.6;
  margin-bottom: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 32px;
}

.container-auth {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.auth-hero {
  background: linear-gradient(180deg, #8a2433 0%, #6b1c28 100%);
  padding: 80px 0 120px;
  text-align: center;
  color: #fff;
  position: relative;
}

.ah-inner {
  position: relative;
  z-index: 2;
}

.ah-pre {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 24px;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 20px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ah-title {
  font-family: var(--font-head);
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #fff;
}

.ah-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400;
  max-width: 500px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.ah-search {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  display: flex;
  overflow: hidden;
  padding: 6px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ah-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 24px;
  font-size: 15px;
  color: #333;
  outline: none;
}
.ah-input::placeholder {
  color: #999;
}

.ah-btn-search {
  background: #8a2433;
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 12px;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background 0.2s;
}
.ah-btn-search:hover {
  background: #6b1c28;
}

.nav-wrap {
  margin-top: -60px;
  position: relative;
  z-index: 50;
  padding: 0 20px;
}

.auth-nav {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 16px 0;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid var(--b-border);
}

.an-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 20px;
  overflow-x: auto;
}

.an-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.an-link:hover, .an-link.active {
  color: var(--b-brand);
  border-bottom-color: var(--b-brand);
}

.auth-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.feat-card {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.feat-card:hover .fc-img {
  transform: scale(1.03);
}

.fc-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: transform 0.6s;
}

.fc-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 50px 40px 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fc-cat {
  background: var(--b-brand);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.fc-title {
  font-family: var(--font-head);
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 12px;
  font-weight: 700;
}

.fc-meta {
  font-size: 14px;
  opacity: 0.8;
}

.feed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--b-border);
  padding-bottom: 15px;
}

.fh-label {
  font-size: 20px;
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--b-brand);
}

.v9-item {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--b-border);
  align-items: flex-start;
}
.v9-item:last-child {
  border: none;
}
.v9-item:hover .v9-thumb img {
  transform: scale(1.05);
}

.v9-thumb {
  flex: 0 0 260px;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.v9-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.v9-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.v9-cat {
  color: var(--b-brand);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.v9-title {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.25;
}
.v9-title a:hover {
  color: var(--b-brand);
}

.v9-exc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v9-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: start;
  height: fit-content;
}

.v9-widget {
  margin-bottom: 40px;
}

.v9-w-head {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
  border-bottom: 2px solid var(--b-brand);
  padding-bottom: 8px;
  margin-bottom: 24px;
  letter-spacing: 1px;
}

.ct-box {
  background: #111;
  color: #fff;
  padding: 32px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ct-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--b-brand);
}
.ct-box h4 {
  font-family: var(--font-head);
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
}
.ct-box p {
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 24px;
}

.ct-btn {
  display: inline-block;
  background: var(--b-brand);
  color: #fff;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}
.ct-btn:hover {
  background: #fff;
  color: var(--b-brand);
}

.pop-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pop-list li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.pop-link {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  display: block;
}
.pop-link:hover {
  color: var(--b-brand);
}

.page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid #ddd;
  color: #555;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}
.page-numbers.current, .page-numbers:hover {
  background: var(--b-brand);
  color: #fff;
  border-color: var(--b-brand);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .auth-hero {
    padding: 60px 0 80px;
    clip-path: none;
    padding-bottom: 120px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .ah-title {
    font-size: 38px;
  }
  .nav-wrap {
    margin-top: -80px;
    padding: 0 15px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
  }
  .v9-item {
    flex-direction: column;
  }
  .v9-thumb {
    width: 100%;
    height: 220px;
    flex: none;
  }
  .an-list {
    justify-content: flex-start;
    padding: 0 20px;
  }
}
.page-template-page-cadastro .mls-checkout {
  min-height: auto;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .page-template-page-cadastro .mls-checkout {
    padding-bottom: 0;
  }
}
.page-template-page-cadastro .mls-checkout__max-width,
.page-template-page-cadastro .mls-cadastro__max-width {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: auto;
  position: static;
}
.page-template-page-cadastro .mls-checkout__forms {
  position: static;
  width: 100%;
  top: 0;
}
.page-template-page-cadastro .mls-wizard-progress__step {
  align-items: center;
  text-align: center;
}
.page-template-page-cadastro .mls-wizard-progress__indicator {
  margin-bottom: 4px;
}
.page-template-page-cadastro .mls-wizard-progress__label {
  display: block;
}
.page-template-page-cadastro .mls-wizard-actions {
  align-items: stretch;
}
.page-template-page-cadastro .mls-wizard-actions .mls-btn {
  min-height: 52px;
}
.page-template-page-cadastro .mls-checkout__content {
  padding: 24px 16px 0;
}
@media (max-width: 768px) {
  .page-template-page-cadastro .mls-checkout__content {
    padding: 0;
  }
}
.page-template-page-cadastro .container-auth {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .page-template-page-cadastro .container-auth {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.page-template-page-cadastro .site-main.woocommerce-account .auth-hero {
  margin: 24px auto;
}
@media (max-width: 768px) {
  .page-template-page-cadastro .site-main.woocommerce-account .auth-hero {
    margin: 16px;
    border-radius: 12px;
    padding: 40px 24px !important;
  }
}
@media (max-width: 768px) {
  .page-template-page-cadastro .site-main.woocommerce-account {
    min-height: auto;
    padding-bottom: 0;
  }
}

.mls-register-hero {
  display: none;
}

.mls-register-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mls-card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 32px;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .mls-card {
    padding: 24px;
    border-radius: 12px;
  }
}
.mls-card .mls-card__section-title {
  font-size: 20px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.mls-card__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5d5d5d;
  margin: -16px 0 24px;
}

.required {
  color: #dc2626;
  margin-left: 2px;
}

.mls-register-actions {
  margin-top: 8px;
}
.mls-register-actions .mls-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  transition: all 0.2s;
}
.mls-register-actions .mls-btn svg {
  transition: transform 0.2s;
}
.mls-register-actions .mls-btn:hover svg {
  transform: translateX(4px);
}

.mls-register-login {
  text-align: center;
  font-size: 15px;
  color: #5d5d5d;
  margin: 32px 0 0;
  padding: 20px;
  background: #f9fafb;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}
@media (max-width: 640px) {
  .mls-register-login {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 16px;
  }
}
.mls-register-login .mls-btn-link {
  color: #841828;
  font-weight: 700;
  text-decoration: none;
  margin-left: 6px;
  position: relative;
  transition: all 0.2s ease;
}
.mls-register-login .mls-btn-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(132, 24, 40, 0.3);
  transition: all 0.3s ease;
}
.mls-register-login .mls-btn-link:hover {
  color: #59101b;
}
.mls-register-login .mls-btn-link:hover::after {
  background-color: #841828;
  height: 2px;
}

#register_phone,
#register_cpf,
#register_postcode {
  font-variant-numeric: tabular-nums;
}

.mls-card .woocommerce-message {
  background: #fffafa;
  color: #841828;
  border: 1px solid rgba(132, 24, 40, 0.2);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.mls-card .woocommerce-message::before {
  content: "✓";
  background: #841828;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}
.mls-card .woocommerce-error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .mls-register-hero {
    padding-top: 24px;
    margin-bottom: 32px;
  }
  .mls-register-badge {
    font-size: 11px;
    padding: 5px 14px;
  }
  .mls-card {
    padding: 20px;
  }
  .mls-card__section-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mls-register-actions .mls-btn {
    font-size: 15px;
    padding: 12px 20px;
  }
}
.mls-wizard-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 460px;
  position: relative;
  gap: 0;
}
@media (max-width: 640px) {
  .mls-wizard-progress {
    margin-bottom: 32px;
    padding: 0 10px;
  }
}

.mls-wizard-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  flex: 0 0 80px;
}
.mls-wizard-progress__step.active .mls-wizard-progress__indicator {
  background-color: #841828;
  color: #fff;
  border-color: #841828;
  box-shadow: 0 0 0 4px rgba(132, 24, 40, 0.15);
}
.mls-wizard-progress__step.active .mls-wizard-progress__label {
  color: #841828;
  font-weight: 700;
}
.mls-wizard-progress__step.completed .mls-wizard-progress__indicator {
  background-color: #841828;
  color: #fff;
  border-color: #841828;
}
.mls-wizard-progress__step.completed .mls-wizard-progress__indicator::after {
  content: "✓";
  font-size: 14px;
}
.mls-wizard-progress__step.completed .mls-wizard-progress__indicator span {
  display: none;
}

.mls-wizard-progress__indicator {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e5e7eb;
  color: #9ca3af;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  cursor: default;
}

.mls-wizard-progress__label {
  font-size: 11px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .mls-wizard-progress__label {
    font-size: 9px;
  }
}

.mls-wizard-progress__line {
  flex: 1;
  height: 3px;
  background-color: #f3f4f6;
  position: relative;
  top: -11px;
  z-index: 1;
  margin: 0 -10px;
}
.mls-wizard-progress__line.active {
  background-color: #841828;
  transition: background-color 0.6s ease;
}

.mls-wizard-actions {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.mls-wizard-actions--split {
  justify-content: space-between;
}
.mls-wizard-actions .mls-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mls-wizard-actions .mls-btn svg {
  transition: transform 0.3s ease;
}
.mls-wizard-actions .mls-btn--next,
.mls-wizard-actions .mls-btn--submit {
  background: #841828;
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(132, 24, 40, 0.2);
}
.mls-wizard-actions .mls-btn--next:hover,
.mls-wizard-actions .mls-btn--submit:hover {
  background-color: #6e1421;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(132, 24, 40, 0.3);
}
.mls-wizard-actions .mls-btn--next:hover svg,
.mls-wizard-actions .mls-btn--submit:hover svg {
  transform: translateX(4px);
}
.mls-wizard-actions .mls-btn--prev {
  background-color: #ffffff;
  color: #4b5563;
  border: 1px solid #e5e7eb;
}
.mls-wizard-actions .mls-btn--prev:hover {
  background-color: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
  transform: translateY(-2px);
}
.mls-wizard-actions .mls-btn--prev svg {
  margin-right: -2px;
}
.mls-wizard-actions .mls-btn--prev:hover svg {
  transform: translateX(-4px);
}
@media (max-width: 640px) {
  .mls-wizard-actions {
    flex-direction: column;
    gap: 12px;
  }
  .mls-wizard-actions--split {
    flex-direction: column;
  }
  .mls-wizard-actions .mls-btn {
    width: 100%;
    padding: 14px 20px;
  }
  .mls-wizard-actions .mls-btn--prev {
    order: 2;
  }
  .mls-wizard-actions .mls-btn--next,
  .mls-wizard-actions .mls-btn--submit {
    order: 1;
  }
}

.s-header {
  text-align: center;
  margin-bottom: 40px;
}

.s-cat {
  background: var(--b-brand);
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  display: inline-block;
  text-decoration: none;
}

.s-title {
  font-family: var(--font-head);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  color: #111;
  margin: 0 0 24px;
  letter-spacing: -1px;
}

.s-meta {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.s-featured-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.s-body {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
}
.s-body p {
  margin-bottom: 28px;
}
.s-body h2 {
  font-family: var(--font-head);
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 800;
  color: var(--b-brand);
}
.s-body h3 {
  font-family: var(--font-head);
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--b-brand);
}
.s-body blockquote {
  font-family: var(--font-head);
  font-size: 26px;
  font-style: italic;
  line-height: 1.4;
  margin: 40px 0;
  padding: 30px;
  background: #f9f9f9;
  border-left: 4px solid var(--b-brand);
  color: #111;
  border-radius: 0 8px 8px 0;
}
.s-body ul,
.s-body ol {
  margin-bottom: 32px;
  padding-left: 20px;
}
.s-body li {
  margin-bottom: 12px;
}
.s-body a {
  text-decoration: underline;
  text-decoration-color: var(--b-brand);
  text-underline-offset: 4px;
  font-weight: 600;
  color: #111;
}
.s-body a:hover {
  color: var(--b-brand);
}

.s-footer {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
}

.back-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #666;
}
.back-btn:hover {
  color: var(--b-brand);
}

@media (max-width: 900px) {
  .s-title {
    font-size: 32px;
  }
  .s-body {
    font-size: 18px;
  }
}
.error-404-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  background: #8a2433;
  padding: 80px 16px;
  text-align: center;
}

.error-404-content {
  max-width: 520px;
  margin: 0 auto;
}

.error-404-code {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 160px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  margin-bottom: -40px;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .error-404-code {
    font-size: 120px;
    margin-bottom: -30px;
  }
}

.error-404-title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  color: #f6f6f6;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .error-404-title {
    font-size: 32px;
  }
}

.error-404-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .error-404-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.error-404-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.error-404-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.error-404-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.error-404-btn:hover {
  transform: translateY(-2px);
}

.error-404-btn-primary {
  background: #fff;
  color: #8a2433;
}
.error-404-btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.error-404-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #f6f6f6;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.error-404-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

body.privacy-policy .auth-hero {
  padding: 48px 0 64px;
  clip-path: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
body.privacy-policy .auth-hero .ah-title {
  font-size: 40px;
  color: #f6f6f6;
  text-shadow: none;
}
@media (max-width: 768px) {
  body.privacy-policy .auth-hero .ah-title {
    font-size: 32px;
  }
}
body.privacy-policy .container-auth {
  max-width: 820px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.privacy-policy .page-content {
  background: #ffffff;
  padding: 56px 48px 72px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  body.privacy-policy .page-content {
    padding: 32px 20px 48px;
  }
}
body.privacy-policy .s-body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #1b1b1b;
}
body.privacy-policy .s-body h2 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #8a2433;
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(138, 36, 51, 0.12);
}
body.privacy-policy .s-body h2:first-child {
  margin-top: 0;
}
body.privacy-policy .s-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 32px 0 12px;
}
body.privacy-policy .s-body h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1b1b1b;
  margin: 24px 0 8px;
}
body.privacy-policy .s-body p {
  margin: 0 0 16px;
  color: #454545;
}
body.privacy-policy .s-body ul,
body.privacy-policy .s-body ol {
  margin: 0 0 20px;
  padding-left: 24px;
}
body.privacy-policy .s-body ul li,
body.privacy-policy .s-body ol li {
  margin-bottom: 8px;
  line-height: 1.7;
  color: #454545;
}
body.privacy-policy .s-body ul li {
  list-style-type: disc;
}
body.privacy-policy .s-body ul li::marker {
  color: #8a2433;
}
body.privacy-policy .s-body ol li {
  list-style-type: decimal;
}
body.privacy-policy .s-body a {
  color: #8a2433;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
body.privacy-policy .s-body a:hover {
  color: #621924;
}
body.privacy-policy .s-body strong,
body.privacy-policy .s-body b {
  font-weight: 600;
  color: #1b1b1b;
}
body.privacy-policy .s-body blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  border-left: 4px solid #8a2433;
  background: rgba(138, 36, 51, 0.04);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #454545;
}
body.privacy-policy .s-body blockquote p:last-child {
  margin-bottom: 0;
}
body.privacy-policy .s-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
body.privacy-policy .s-body table th,
body.privacy-policy .s-body table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
}
body.privacy-policy .s-body table th {
  background: rgba(138, 36, 51, 0.06);
  font-weight: 600;
  color: #1b1b1b;
}
body.privacy-policy .s-body table tr:hover td {
  background: rgba(138, 36, 51, 0.02);
}
body.privacy-policy .s-body hr {
  border: none;
  height: 1px;
  background: #e7e7e7;
  margin: 40px 0;
}
body.privacy-policy + footer, body.privacy-policy ~ footer {
  margin-top: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .container {
    padding: 0 24px;
  }
  .benefits-section .benefits-wrapper {
    flex-direction: column;
    gap: 48px;
  }
  .benefits-section .benefits-intro {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .benefits-section .benefits-intro .benefits-intro-inner {
    padding-top: 0;
  }
  .benefits-section .benefits-list {
    width: 100%;
    max-width: 100%;
  }
  .courses-page-section .courses-page-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
  .cart-page-wrapper {
    padding: 56px 0 80px;
  }
  .cart-page-wrapper .cart-header {
    margin-bottom: 32px;
  }
  .cart-page-wrapper .cart-header .cart-page-title {
    font-size: 36px;
  }
  .cart-page-wrapper .cart-collaterals {
    grid-template-columns: 1fr;
  }
  .cart-page-wrapper .cart_totals {
    position: relative;
    top: 0;
  }
  .courses-hero-section {
    padding: 80px 0 56px;
  }
  .courses-hero-section .courses-hero-content .courses-hero-title {
    font-size: 36px;
  }
  .about-section .about-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
  .about-section .about-left {
    width: 100%;
    gap: 32px;
  }
  .about-section .about-left .about-image-container {
    width: 100%;
    max-width: 473px;
  }
  .about-section .about-right {
    width: 100%;
  }
  .about-section .about-carousel {
    width: 100%;
    height: 64px;
  }
  .about-section .about-carousel .carousel-text-large {
    font-size: 48px;
  }
  .about-section .about-carousel .carousel-text-center {
    font-size: 18px;
  }
  .courses-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 1024px) {
  .hero-section .hero-inner {
    flex-direction: column;
    height: auto;
    padding: 80px 0 40px;
    gap: 48px;
  }
  .hero-section .hero-content {
    width: 100%;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .hero-section .hero-content .hero-text-container,
  .hero-section .hero-content .hero-text {
    width: 100%;
    align-items: center;
  }
  .hero-section .hero-content .hero-description {
    width: 100%;
    max-width: 600px;
  }
  .hero-section .hero-image-container {
    display: block;
    width: 100%;
    height: 480px;
    margin-top: 24px;
    justify-items: center;
  }
  .hero-section .hero-image-container .hero-image-frame {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 320px;
    height: 480px;
  }
  .hero-section .hero-image-container .hero-image-frame .hero-image {
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 480px;
  }
  .hero-section .hero-image-container .hero-logo-vertical {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0.1;
  }
  .hero-section .hero-image-container .hero-image-gradient-top,
  .hero-section .hero-image-container .hero-image-gradient-bottom {
    width: 100%;
  }
  .courses-page-section {
    padding: 56px 0 80px;
  }
  .courses-page-section .courses-page-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
  .courses-hero-section {
    padding: 56px 0 40px;
  }
  .courses-hero-section .courses-hero-content .courses-hero-title {
    font-size: 28px;
  }
  .courses-hero-section .courses-hero-content .courses-hero-description {
    font-size: 16px;
  }
  .cart-page-wrapper {
    padding: 40px 0 56px;
  }
  .cart-page-wrapper .cart-header {
    margin-bottom: 24px;
  }
  .cart-page-wrapper .cart-header .cart-page-title {
    font-size: 28px;
  }
  .cart-page-wrapper table.shop_table thead {
    display: none;
  }
  .cart-page-wrapper table.shop_table tbody tr {
    display: block;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    position: relative;
  }
  .cart-page-wrapper table.shop_table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border: 0;
  }
  .cart-page-wrapper table.shop_table tbody tr td::before {
    content: attr(data-title);
    font-weight: 500;
    color: #3d3d3d;
    margin-right: 16px;
  }
  .cart-page-wrapper table.shop_table tbody tr td.product-remove {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0;
  }
  .cart-page-wrapper table.shop_table tbody tr td.product-thumbnail {
    justify-content: center;
    margin-bottom: 12px;
  }
  .cart-page-wrapper table.shop_table tbody tr td.product-thumbnail::before {
    display: none;
  }
  .cart-page-wrapper table.shop_table tbody tr td.product-name {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .cart-page-wrapper table.shop_table tbody tr td.product-name::before {
    display: none;
  }
  .cart-page-wrapper table.shop_table tbody tr td.product-price, .cart-page-wrapper table.shop_table tbody tr td.product-quantity, .cart-page-wrapper table.shop_table tbody tr td.product-subtotal {
    text-align: left;
  }
  .cart-page-wrapper table.shop_table tbody tr.actions td {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .cart-page-wrapper table.shop_table tbody tr.actions td .coupon {
    flex-direction: column;
    width: 100%;
  }
  .cart-page-wrapper .cart-collaterals {
    grid-template-columns: 1fr;
  }
  .testimonials-section .testimonials-grid {
    flex-direction: row;
    overflow-x: auto;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mobile-menu {
    display: block;
  }
  .cart-modal {
    max-width: 100%;
    width: 100%;
  }
  .cart-modal .cart-modal-content {
    max-height: 100vh;
    border-radius: 0;
  }
  .cart-modal .cart-modal-body {
    padding: 0;
  }
  .cart-modal .cart-modal-items-list {
    padding: 16px;
  }
  .cart-modal .cart-modal-form {
    padding: 16px;
  }
  .cart-modal .cart-modal-footer {
    padding: 16px;
  }
  .cart-modal .cart-modal-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-modal .cart-modal-item .cart-item-thumbnail {
    width: 100%;
    height: 200px;
  }
  .cart-modal .cart-modal-item .cart-item-footer {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .cart-modal .cart-modal-item .cart-item-footer .cart-item-quantity {
    width: 100%;
  }
  .cart-modal .cart-modal-item .cart-item-footer .cart-item-price {
    text-align: left;
  }
  .woocommerce-notices-wrapper,
  .woocommerce-NoticeGroup {
    margin-bottom: 16px;
  }
  h1,
  .h1 {
    font-size: 36px;
    letter-spacing: -0.02em;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  .site-header .header-inner {
    height: 64px;
    padding: 12px 16px;
  }
  .site-header .header-left {
    gap: 16px;
  }
  .site-header .header-left .main-navigation,
  .site-header .header-left .header-divider {
    display: none;
  }
  .site-header .header-left .site-branding .site-logo {
    width: 120px;
    height: 33px;
  }
  .site-header .header-right {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex !important;
  }
  .mobile-menu {
    top: 64px;
  }
  .hero-header .hero-header-left {
    gap: 16px;
  }
  .hero-header .hero-header-left .hero-navigation,
  .hero-header .hero-header-left .hero-header-divider {
    display: none !important;
  }
  .hero-header .hero-header-left .hero-logo-container .hero-logo {
    width: 120px;
    height: 33px;
  }
  .hero-header .hero-header-right {
    display: none !important;
  }
  .hero-section {
    min-height: auto !important;
    height: 812px !important;
    padding-top: 0 !important;
  }
  .hero-section .hero-background {
    display: none;
  }
  .hero-section .hero-content-wrapper {
    padding: 18px 16px 0;
  }
  .hero-section .hero-inner {
    flex-direction: column;
    height: auto;
    padding: 86px 0 0;
    gap: 40px;
  }
  .hero-section .hero-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .hero-section .hero-content .hero-text-container,
  .hero-section .hero-content .hero-text {
    width: 100%;
    align-items: center;
  }
  .hero-section .hero-content .hero-title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
  }
  .hero-section .hero-content .hero-title .hero-title-line {
    display: block;
    width: 100%;
  }
  .hero-section .hero-content .hero-title .hero-title-line.hero-title-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 100%;
    width: auto;
  }
  .hero-section .hero-content .hero-icons {
    display: flex;
    margin-left: 5px;
    padding-right: 0;
  }
  .hero-section .hero-content .hero-icons .hero-icon-background,
  .hero-section .hero-content .hero-icons .hero-icon {
    width: 42px;
    height: 42px;
    margin-right: -8px;
  }
  .hero-section .hero-content .hero-description {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .hero-section .hero-content .btn-white {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 14px 24px;
    font-size: 16px;
  }
  .hero-section .hero-image-container {
    display: block;
    height: 380px;
  }
  .hero-section .hero-image-container .hero-image-frame {
    width: 260px;
    height: 380px;
  }
  .hero-section .hero-image-container .hero-image-frame .hero-image {
    width: 260px;
    height: 380px;
  }
  .home-products-header,
  .home-products-header-text,
  .about-header,
  .benefits-intro-inner,
  .benefits-content {
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
  }
  .home-products-header {
    flex-direction: column;
    gap: 16px;
  }
  .benefits-section .benefits-list .benefit-item {
    align-items: flex-start !important;
  }
  .benefits-section .benefits-list .benefit-item .benefit-icon-container {
    align-self: flex-start !important;
  }
  .benefits-section .benefits-list .benefit-item .benefit-content {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .benefits-section .benefits-list .benefit-item .benefit-content h4,
  .benefits-section .benefits-list .benefit-item .benefit-content p {
    width: 100%;
    text-align: left !important;
  }
  .page-hero-compact {
    padding: 80px 16px 40px !important;
  }
  .page-hero-compact .hero-title {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }
  .page-hero-compact .hero-description {
    font-size: 16px !important;
  }
  .c-grid-desktop {
    display: none !important;
  }
  .c-swiper-mobile {
    display: block !important;
    width: 100%;
    padding-bottom: 40px;
  }
  .c-swiper-mobile .swiper-slide {
    height: auto;
  }
  .c-swiper-mobile .c-card {
    width: 100%;
    height: 100%;
  }
  .c-swiper-mobile .c-swiper-pagination {
    bottom: 8px;
  }
  .c-swiper-mobile .c-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
  }
  .c-swiper-mobile .c-swiper-pagination .swiper-pagination-bullet-active {
    background: #3C653C;
  }
  .auth-hero {
    padding: 80px 16px 32px !important;
  }
  .auth-hero .ah-title {
    font-size: 28px !important;
  }
  .auth-hero .ah-sub {
    font-size: 16px !important;
  }
  .course-sec {
    margin-bottom: 32px;
  }
  .course-sec .cs-title {
    font-size: 20px !important;
    margin-bottom: 16px;
  }
  .c-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .c-card .c-thumb {
    display: block;
    height: 160px;
    overflow: hidden;
  }
  .c-card .c-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-card .c-body {
    padding: 16px;
  }
  .c-card .c-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .c-card .c-title a {
    color: inherit;
    text-decoration: none;
  }
  .c-card .c-price {
    font-size: 18px;
    font-weight: 600;
    color: #3C653C;
    margin-bottom: 12px;
  }
  .c-card .c-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #3C653C;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
  }
  .home-products-section {
    padding: 40px 0 !important;
  }
  .home-products-section .home-products-wrapper {
    padding: 0 16px;
  }
  .home-products-section .home-products-header {
    margin-bottom: 24px;
    align-items: center !important;
    text-align: center !important;
  }
  .home-products-section .home-products-header h2 {
    font-size: 24px !important;
    text-align: center !important;
  }
  .home-products-section .home-products-header-text {
    width: 100%;
    text-align: center !important;
  }
  .home-products-section .btn-link {
    align-self: center !important;
    text-align: center !important;
  }
  .courses-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .course-card, .woocommerce-container .product {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .course-card .course-image-wrapper, .woocommerce-container .product .course-image-wrapper {
    height: 180px;
  }
  .course-card .course-image-wrapper img, .woocommerce-container .product .course-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .course-card .course-content, .woocommerce-container .product .course-content {
    padding: 16px;
  }
  .course-card .course-info h3, .woocommerce-container .product .course-info h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
  .course-card .course-date, .woocommerce-container .product .course-date {
    font-size: 12px;
  }
  .course-card .course-price-container .woocommerce-Price-amount, .woocommerce-container .product .course-price-container .woocommerce-Price-amount {
    font-size: 18px !important;
  }
  .benefits-intro-inner {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
  }
  .benefits-intro {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }
  .benefits-wrapper {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .benefits-stat {
    justify-content: center;
    text-align: left;
    background: #fff;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }
  .courses-section .courses-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .courses-section .courses-grid {
    grid-template-columns: 1fr !important;
  }
  .latest-releases-section .latest-releases-grid .course-card, .latest-releases-section .latest-releases-grid .woocommerce-container .product, .woocommerce-container .latest-releases-section .latest-releases-grid .product,
  .latest-releases-section .final-mentorships-grid .course-card,
  .latest-releases-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .latest-releases-section .final-mentorships-grid .product,
  .latest-releases-section .regular-classes-grid .course-card,
  .latest-releases-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .latest-releases-section .regular-classes-grid .product,
  .latest-releases-section .study-schedule-grid .course-card,
  .latest-releases-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .latest-releases-section .study-schedule-grid .product,
  .final-mentorships-section .latest-releases-grid .course-card,
  .final-mentorships-section .latest-releases-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .latest-releases-grid .product,
  .final-mentorships-section .final-mentorships-grid .course-card,
  .final-mentorships-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .final-mentorships-grid .product,
  .final-mentorships-section .regular-classes-grid .course-card,
  .final-mentorships-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .regular-classes-grid .product,
  .final-mentorships-section .study-schedule-grid .course-card,
  .final-mentorships-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .study-schedule-grid .product,
  .regular-classes-section .latest-releases-grid .course-card,
  .regular-classes-section .latest-releases-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .latest-releases-grid .product,
  .regular-classes-section .final-mentorships-grid .course-card,
  .regular-classes-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .final-mentorships-grid .product,
  .regular-classes-section .regular-classes-grid .course-card,
  .regular-classes-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .regular-classes-grid .product,
  .regular-classes-section .study-schedule-grid .course-card,
  .regular-classes-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .study-schedule-grid .product,
  .study-schedule-section .latest-releases-grid .course-card,
  .study-schedule-section .latest-releases-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .latest-releases-grid .product,
  .study-schedule-section .final-mentorships-grid .course-card,
  .study-schedule-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .final-mentorships-grid .product,
  .study-schedule-section .regular-classes-grid .course-card,
  .study-schedule-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .regular-classes-grid .product,
  .study-schedule-section .study-schedule-grid .course-card,
  .study-schedule-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .study-schedule-grid .product {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .latest-releases-section .latest-releases-header,
  .latest-releases-section .final-mentorships-header,
  .latest-releases-section .regular-classes-header,
  .latest-releases-section .study-schedule-header,
  .final-mentorships-section .latest-releases-header,
  .final-mentorships-section .final-mentorships-header,
  .final-mentorships-section .regular-classes-header,
  .final-mentorships-section .study-schedule-header,
  .regular-classes-section .latest-releases-header,
  .regular-classes-section .final-mentorships-header,
  .regular-classes-section .regular-classes-header,
  .regular-classes-section .study-schedule-header,
  .study-schedule-section .latest-releases-header,
  .study-schedule-section .final-mentorships-header,
  .study-schedule-section .regular-classes-header,
  .study-schedule-section .study-schedule-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .latest-releases-section .latest-releases-header .final-mentorships-header-text,
  .latest-releases-section .final-mentorships-header .final-mentorships-header-text,
  .latest-releases-section .regular-classes-header .final-mentorships-header-text,
  .latest-releases-section .study-schedule-header .final-mentorships-header-text,
  .final-mentorships-section .latest-releases-header .final-mentorships-header-text,
  .final-mentorships-section .final-mentorships-header .final-mentorships-header-text,
  .final-mentorships-section .regular-classes-header .final-mentorships-header-text,
  .final-mentorships-section .study-schedule-header .final-mentorships-header-text,
  .regular-classes-section .latest-releases-header .final-mentorships-header-text,
  .regular-classes-section .final-mentorships-header .final-mentorships-header-text,
  .regular-classes-section .regular-classes-header .final-mentorships-header-text,
  .regular-classes-section .study-schedule-header .final-mentorships-header-text,
  .study-schedule-section .latest-releases-header .final-mentorships-header-text,
  .study-schedule-section .final-mentorships-header .final-mentorships-header-text,
  .study-schedule-section .regular-classes-header .final-mentorships-header-text,
  .study-schedule-section .study-schedule-header .final-mentorships-header-text {
    width: 100%;
  }
  .regular-classes-section {
    padding: 56px 0;
  }
  .study-schedule-footer {
    flex-direction: column;
    text-align: center;
  }
  .section {
    padding: 48px 0;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .contact-section {
    padding: 48px 0;
  }
  .contact-section .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-section .contact-form-container .contact-form-title {
    font-size: 20px;
  }
  .contact-section .contact-info-container .contact-info-title {
    font-size: 20px;
  }
  .contact-hero-section > .container {
    padding: 48px 16px;
  }
  .contact-hero-section .contact-hero-wrapper {
    flex-direction: column;
    gap: 40px;
    min-height: auto;
  }
  .contact-hero-section .contact-hero-left {
    width: 100%;
    gap: 32px;
  }
  .contact-hero-section .contact-hero-title {
    font-size: 28px;
  }
  .contact-hero-section .contact-info {
    width: 100%;
  }
  .contact-hero-section .achievements .achievements-text {
    width: 100%;
  }
  .contact-hero-section .contact-form-card {
    width: 100%;
    padding: 24px;
  }
  .contact-hero-section .contact-hero-bg {
    display: none;
  }
  .contact-testimonials-section {
    padding: 48px 0;
  }
  .contact-testimonials-section .testimonials-header h2 {
    font-size: 28px;
  }
  .contact-testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .wp-block-mls-lp-hero,
  .mls-lp-hero {
    padding: 48px 16px !important;
  }
  .wp-block-mls-lp-hero .mls-lp-hero__heading,
  .mls-lp-hero .mls-lp-hero__heading {
    font-size: 28px !important;
    line-height: 1.3;
    text-align: center;
  }
  .wp-block-mls-lp-hero .mls-lp-hero__subheading,
  .mls-lp-hero .mls-lp-hero__subheading {
    font-size: 16px;
    text-align: center;
  }
  .wp-block-mls-lp-pricing,
  .mls-lp-pricing {
    padding: 32px 16px !important;
  }
  .wp-block-mls-lp-pricing .mls-lp-pricing__name,
  .mls-lp-pricing .mls-lp-pricing__name {
    font-size: 24px !important;
    text-align: center;
  }
  .wp-block-mls-lp-pricing .mls-lp-pricing__price,
  .mls-lp-pricing .mls-lp-pricing__price {
    font-size: 32px !important;
    text-align: center;
  }
  .wp-block-mls-lp-pricing .mls-lp-pricing__cta,
  .mls-lp-pricing .mls-lp-pricing__cta {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .wp-block-mls-lp-pricing .mls-lp-pricing__cta.button,
  .wp-block-mls-lp-pricing .mls-lp-pricing__cta.btn,
  .mls-lp-pricing .mls-lp-pricing__cta.button,
  .mls-lp-pricing .mls-lp-pricing__cta.btn {
    width: 100%;
  }
  .wp-block-mls-lp-testimonial,
  .mls-lp-testimonial {
    padding: 32px 16px !important;
    text-align: center;
  }
  .wp-block-mls-lp-testimonial .mls-lp-testimonial__quote,
  .mls-lp-testimonial .mls-lp-testimonial__quote {
    font-size: 16px;
  }
  .wp-block-mls-lp-testimonial .mls-lp-testimonial__author,
  .mls-lp-testimonial .mls-lp-testimonial__author {
    font-size: 16px;
  }
  .wp-block-mls-lp-cta,
  .mls-lp-cta {
    padding: 48px 16px !important;
    text-align: center;
  }
  .wp-block-mls-lp-cta .mls-lp-cta__button,
  .mls-lp-cta .mls-lp-cta__button {
    width: 100%;
    max-width: 280px;
  }
  .wp-block-mls-lp-faq,
  .mls-lp-faq {
    padding: 32px 16px !important;
  }
  .wp-block-mls-lp-faq h2, .wp-block-mls-lp-faq h3,
  .mls-lp-faq h2,
  .mls-lp-faq h3 {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 24px;
  }
  .wp-block-mls-lp-faq-item .mls-lp-faq-item__question,
  .mls-lp-faq-item .mls-lp-faq-item__question {
    font-size: 16px;
  }
  .wp-block-mls-lp-faq-item .mls-lp-faq-item__answer,
  .mls-lp-faq-item .mls-lp-faq-item__answer {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .latest-releases-section .latest-releases-grid .course-card, .latest-releases-section .latest-releases-grid .woocommerce-container .product, .woocommerce-container .latest-releases-section .latest-releases-grid .product,
  .latest-releases-section .final-mentorships-grid .course-card,
  .latest-releases-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .latest-releases-section .final-mentorships-grid .product,
  .latest-releases-section .regular-classes-grid .course-card,
  .latest-releases-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .latest-releases-section .regular-classes-grid .product,
  .latest-releases-section .study-schedule-grid .course-card,
  .latest-releases-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .latest-releases-section .study-schedule-grid .product,
  .final-mentorships-section .latest-releases-grid .course-card,
  .final-mentorships-section .latest-releases-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .latest-releases-grid .product,
  .final-mentorships-section .final-mentorships-grid .course-card,
  .final-mentorships-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .final-mentorships-grid .product,
  .final-mentorships-section .regular-classes-grid .course-card,
  .final-mentorships-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .regular-classes-grid .product,
  .final-mentorships-section .study-schedule-grid .course-card,
  .final-mentorships-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .final-mentorships-section .study-schedule-grid .product,
  .regular-classes-section .latest-releases-grid .course-card,
  .regular-classes-section .latest-releases-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .latest-releases-grid .product,
  .regular-classes-section .final-mentorships-grid .course-card,
  .regular-classes-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .final-mentorships-grid .product,
  .regular-classes-section .regular-classes-grid .course-card,
  .regular-classes-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .regular-classes-grid .product,
  .regular-classes-section .study-schedule-grid .course-card,
  .regular-classes-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .regular-classes-section .study-schedule-grid .product,
  .study-schedule-section .latest-releases-grid .course-card,
  .study-schedule-section .latest-releases-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .latest-releases-grid .product,
  .study-schedule-section .final-mentorships-grid .course-card,
  .study-schedule-section .final-mentorships-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .final-mentorships-grid .product,
  .study-schedule-section .regular-classes-grid .course-card,
  .study-schedule-section .regular-classes-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .regular-classes-grid .product,
  .study-schedule-section .study-schedule-grid .course-card,
  .study-schedule-section .study-schedule-grid .woocommerce-container .product,
  .woocommerce-container .study-schedule-section .study-schedule-grid .product {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.min.5e1cc0d3ec3851e4d131.css.map*/