:root {
  --primary: #444196;
  --accent: #f0c75e;
  --text: #302f48;
  --background: #fffdf8;
  --footer-bg: #302e60;
  --radius: 1.4rem;
  --shadow: 0 8px 24px #39365b0a;
  --border: 1px solid #e7e3f0;
}
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { -webkit-font-smoothing: antialiased; }
a:hover { color: #716029; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #8a65c2; outline-offset: 4px; }
header, .header { background: #fffdf8; box-shadow: none; border-bottom: var(--border); }
.nav { max-width: 1240px; padding: 1rem 2rem; gap: 1.5rem; }
.nav-logo { font-size: 1.04rem; font-weight: 700; letter-spacing: -.3px; flex-shrink: 0; }
.nav-logo img { width: 44px; height: 44px; object-fit: contain; }
.nav-list { list-style: none; margin: 0; gap: 1.6rem; }
.nav-list li { margin: 0; }
.nav-link { font-size: .8rem; }
.nav-link.active { background: #ece9fa; padding: .55rem .9rem; border-radius: 2rem; }
.nav-close { display: none; }
body:has(.hero) main { max-width: 1200px; padding: 0 2rem 3rem; }
.hero { display: flex; flex-direction: column; flex-wrap: nowrap; text-align: center; gap: 1.3rem; background: radial-gradient(circle at 10% 25%, #fff0bb 0 7%, transparent 7.2%), radial-gradient(circle at 92% 70%, #e2ddfa 0 11%, transparent 11.2%), #fffdf8; border-radius: 0; padding: 3.5rem 2rem 4rem; margin: 0 0 2rem; box-shadow: none; border-bottom: 2px solid #e5def3; }
.hero-img-container { order: -1; flex: none; min-width: 0; justify-content: center; }
.hero-img { width: 94px; height: 94px; margin: 0; object-fit: contain; border-radius: 24px; background: #fff; box-shadow: 7px 7px 0 #e8e2f4; transform: rotate(-5deg); }
.hero-content { flex: none; min-width: 0; max-width: 790px; }
.hero-title { color: #373365; font-size: clamp(2.5rem, 5.5vw, 4.5rem); line-height: 1.08; letter-spacing: -2.5px; margin: .9rem 0 1.5rem; }
.hero-desc { max-width: 660px; margin: 0 auto 1.8rem; color: #646079; font-size: .98rem; line-height: 1.9; }
.hero-btns { justify-content: center; flex-wrap: wrap; gap: .9rem; }
.btn-primary, .btn-secondary { padding: .9rem 1.6rem; border-radius: .7rem; font-size: .85rem; box-shadow: none; }
.btn-primary { box-shadow: 0 4px 0 #2f2c70; }
.btn-secondary { border: 1px solid #cbc4e6; background: #fff; }
.section-heading { font-size: 1.8rem; color: #373365; letter-spacing: -.8px; line-height: 1.3; margin: 3rem 0 1.5rem; }
.info-sections { gap: 0; }
.info-card { min-width: 0; max-width: none; box-shadow: none; border-radius: 0; text-align: left; align-items: flex-start; }
.info-title { font-weight: 700; font-size: 1rem; margin-bottom: .55rem; }
.info-desc { color: #646079; font-size: .87rem; line-height: 1.85; overflow-wrap: anywhere; }
.info-icon { font-size: 1.5rem; }
#about { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0 3rem; padding-bottom: 1.5rem; }
#about .info-card { padding: 1.5rem 0; border-bottom: var(--border); background: transparent; }
#about .info-icon { background: #ece9fa; border-radius: .7rem; width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: .9rem; }
#programs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
#programs .info-card { padding: 1.6rem 1.3rem; background: #ede8fa; border-radius: 1.2rem 1.2rem .4rem 1.2rem; }
#programs .info-card:nth-child(2) { background: #e0f1ef; }
#programs .info-card:nth-child(3) { background: #fff0c7; }
#programs .info-card:nth-child(4) { background: #f9e5de; }
#programs .info-icon { font-size: 2.2rem; margin-bottom: 1.2rem; }
#shop { padding: 2rem 0; }
#shop .section-title { text-align: left; color: #373365; font-size: 1.8rem; letter-spacing: -.8px; margin-bottom: 1.5rem; }
.products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.product-card { display: grid; grid-template-columns: 145px minmax(0, 1fr); grid-template-rows: auto 1fr auto auto; column-gap: 1.3rem; align-items: start; padding: 1.3rem; border: var(--border); border-radius: 1rem; box-shadow: none; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 6px 0 #ece8f4; }
.product-img { grid-column: 1; grid-row: 1 / 5; width: 145px; height: 175px; object-fit: contain; padding: .5rem; margin: 0; background: #f5f2fc; border-radius: .65rem; align-self: center; }
.product-name, .product-desc, .product-price, .product-add { grid-column: 2; text-align: left; }
.product-name { font-size: .94rem; font-weight: 700; padding-top: 1.2rem; }
.product-desc { font-size: .78rem; color: #6b657d; margin-bottom: .8rem; }
.product-price { font-size: 1rem; margin-bottom: .5rem; }
.product-add { width: fit-content; font-size: .73rem; font-weight: 700; border-radius: .5rem; padding: .6rem .9rem; }
.product-badge { top: .6rem; right: .9rem; background: transparent; color: #736c86; font-size: .63rem; letter-spacing: .1px; padding: 0; box-shadow: none; }
#faq { display: block; padding: .5rem 0 2rem; }
#faq .info-card { display: grid; grid-template-columns: 34px 1fr 1.2fr; gap: 1rem; align-items: start; border-bottom: var(--border); padding: 1.5rem 0; background: transparent; }
#faq .info-title { margin: 0; }
#faq .info-icon { margin: 0; }
#contact { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 3rem; padding: 2rem; background: #f0ecf9; border-radius: 1.5rem; }
#contact .info-card { background: transparent; padding: 0; }
#contact .info-title { font-size: .9rem; }
.policy-sections { border-top: var(--border); padding-top: 1.5rem; gap: 2rem; }
.policy-card { background: transparent; box-shadow: none; padding: .5rem 0; max-width: none; }
.policy-title { font-size: .9rem; font-weight: 700; }
.policy-body { color: #6b657d; font-size: .8rem; }
.policy-body a { text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
.footer { border-radius: 0; padding: 3rem 0 1.5rem; }
.footer-brand { flex-basis: 330px; }
.footer-logo { font-size: 1rem; }
.footer-desc { color: #d4cee8; font-size: .8rem; overflow-wrap: anywhere; }
.footer-links-title { font-size: .8rem; margin-bottom: .7rem; }
.footer-link, .footer-bottom { font-size: .78rem; }
.footer-bottom { border-top: 1px solid #ffffff26; padding-top: 1.5rem; }
.floating-cart-btn { left: auto; right: 24px; bottom: 24px; border-radius: 1rem; width: 54px; height: 54px; font-size: 1.6rem; box-shadow: 0 4px 0 #29265b; }
.cart-overlay { background: #302e6055; backdrop-filter: blur(3px); }
.cart-sidebar { width: 390px; }
.cart-sidebar-title { font-size: 1.4rem; }
.cart-sidebar-footer { gap: 1rem; flex-wrap: wrap; }
.cart-item-details { min-width: 0; overflow-wrap: anywhere; }
body:not(:has(.hero)) main { max-width: 820px; padding: 2.5rem 3rem; border: var(--border); border-top: 6px solid #bcb0e3; border-radius: .5rem; box-shadow: none; }
.page-title, .summary-title { text-align: left; font-size: 2.2rem; letter-spacing: -1px; }
body:not(:has(.hero)) .section-title { color: var(--primary); font-size: 1.05rem; text-align: left; }
.section-desc, .summary-intro { color: #646079; font-size: .92rem; line-height: 1.9; }
.summary-intro { text-align: left; }
.order-details { background: #f4f0fa; border: none; box-shadow: none; }
.order-total { color: var(--primary); }
.details-list li { font-size: .87rem; }
.form-row label { font-size: .83rem; color: #56516e; }
.form-row input, .form-row select, .form-row textarea { background: #fffdf8; border: 1px solid #d9d2e8; padding: .85rem; font-size: 1rem; }
.submit-btn { font-size: .9rem; box-shadow: 0 4px 0 #2f2c70; }
@media (min-width: 701px) and (max-width: 1100px) {
  .nav { flex-wrap: wrap; justify-content: center; gap: .7rem; }
  .nav-actions { display: none; }
  .product-card { grid-template-columns: 100px minmax(0, 1fr); gap: .8rem; padding: 1rem; }
  .product-img { width: 100px; height: 145px; }
  #programs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 90px; }
  .nav { padding: .8rem 1rem; gap: .5rem; }
  .nav-logo { font-size: .95rem; }
  .nav-logo img { width: 34px; height: 34px; }
  .nav-toggle { margin-left: 0; }
  body:has(.hero) main { padding: 0 1.2rem 2rem; }
  .hero { padding: 2.5rem .3rem 3rem; }
  .hero-title { font-size: 2.8rem; letter-spacing: -1.5px; }
  .hero-desc { font-size: .88rem; }
  .hero-img { margin: 0; }
  .hero-btns { gap: .7rem; }
  .btn-primary, .btn-secondary { font-size: .76rem; padding: .8rem 1.1rem; }
  #about { grid-template-columns: 1fr; gap: 0; }
  #programs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  #programs .info-card { padding: 1.25rem 1rem; }
  .info-title { font-size: .9rem; }
  .info-desc { font-size: .82rem; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 110px minmax(0, 1fr); gap: .1rem 1rem; padding: 1rem; }
  .product-img { width: 110px; height: 150px; }
  #faq .info-card { grid-template-columns: 28px 1fr; gap: .5rem .8rem; }
  #faq .info-desc { grid-column: 2; }
  #contact { grid-template-columns: 1fr; padding: 1.5rem; gap: 1.5rem; }
  .footer-brand, .footer-links-group { flex-basis: auto; }
  .footer-container { gap: 1rem; }
  body:not(:has(.hero)) .nav { flex-wrap: wrap; justify-content: center; }
  body:not(:has(.hero)) .nav-list { flex-wrap: wrap; justify-content: center; gap: .7rem 1rem; }
  body:not(:has(.hero)) .nav-link { font-size: .72rem; }
  body:not(:has(.hero)) main { margin: 1rem; max-width: calc(100% - 2rem); padding: 1.5rem; }
  .page-title, .summary-title { font-size: 1.9rem; }
  .cart-sidebar { padding: 1.5rem 1rem; }
}
@media (max-width: 360px) {
  .nav-logo { font-size: .82rem; }
  #programs { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 85px minmax(0, 1fr); }
  .product-img { width: 85px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .product-card:hover { transform: none; }
}
