@font-face {
  font-family: Inter;
  src: url('/aica/assets/Inter-Regular.a56307f.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url('/aica/assets/Inter-SemiBold.8c664a8.woff2') format('woff2');
  font-weight: 600 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --rose: #deb4b4;
  --green: #376d67;
  --accent: #4f8a84;
  --ink: #222b29;
  --muted: #5f6663;
  --paper: #fcf9f8;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.store { width: min(100% - 48px, 968px); margin: 0 auto; padding: 36px 0 28px; }
.profile { text-align: center; margin-bottom: 30px; }
.profile img {
  display: block;
  margin: 0 auto;
  border: 2px solid var(--accent);
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 24%;
}
.profile-name { font-size: 1.125rem; font-weight: 600; margin: 10px 0 3px; }
.profile-bio { font-size: 1rem; margin: 0; color: var(--muted); }
.course {
  display: grid;
  grid-template-columns: minmax(0, 272px) minmax(0, 1fr);
  align-items: stretch;
  gap: 40px;
  padding: 28px;
  background: var(--rose);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgb(83 53 53 / 8%);
}
.course-image { display: block; width: 100%; height: auto; align-self: center; border-radius: 16px; }
.course-content { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 2px 0 0; }
h1 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); line-height: 1.2; letter-spacing: -.035em; margin: 0; font-weight: 700; }
h1 span { display: block; }
.course-description { font-size: clamp(1.125rem, 2.3vw, 1.5rem); line-height: 1.5; margin: 18px 0 30px; }
.course-purchase { width: 100%; margin-top: auto; }
.course-price { margin: 0 0 12px; font-size: 1rem; }
.course-price strong { font-size: 1.5rem; }
.course-bonus-note { margin: 10px 0 0; font-size: .875rem; text-align: center; }
.access-button {
  width: 100%;
  margin-top: auto;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 12px;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  transition: background .15s ease;
}
.access-button:hover { background: #2c5954; }
.access-button span { font-size: 1.4rem; font-weight: 400; }
.bonuses { margin-top: 48px; padding: 32px 4px 0; border-top: 1px solid #d9dfda; }
.bonuses-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.eyebrow { margin: 0 0 7px; font-size: .875rem; color: var(--green); font-weight: 600; }
h2 { margin: 0; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.03em; }
.bundle-description { max-width: 620px; margin: 14px 0 0; font-size: 1rem; color: var(--muted); }
.bonus-claim { margin: 16px 0 0; padding: 14px 16px; border: 1px solid #ccd9d3; border-radius: 12px; font-size: .9375rem; color: var(--ink); }
.bonus-claim a { color: var(--green); }
.bundle-value { margin: 20px 0 0; padding: 20px; background: #eaf1ee; border-radius: 12px; text-align: center; font-size: 1rem; color: var(--green); }
.bundle-value span { display: block; margin-top: 5px; font-size: .875rem; color: var(--muted); }
.bonus-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.bonus-list li { display: flex; align-items: flex-start; gap: 16px; padding: 22px; background: #fff; border: 1px solid #e5e7e2; border-radius: 16px; }
.bonus-number { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; height: 40px; background: #eaf1ee; color: var(--green); border-radius: 50%; font-size: .875rem; font-weight: 600; }
.bonus-label { margin: 0 0 5px; color: var(--green); font-size: .875rem; }
.item-description { margin: 5px 0 0; font-size: 1rem; color: var(--muted); }
h3 { margin: 0; font-size: 1rem; line-height: 1.5; font-weight: 600; }
.standalone { margin-top: 36px; padding: 28px; border: 1px solid #ccd9d3; border-radius: 20px; background: #fff; }
.standalone h2 { font-size: 1.5rem; }
.standalone-intro { max-width: 650px; margin: 12px 0 20px; font-size: 1rem; color: var(--muted); }
.standalone-details summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border: 1px solid var(--green); border-radius: 12px; color: var(--green); font-size: 1rem; font-weight: 600; cursor: pointer; list-style: none; }
.standalone-details summary::-webkit-details-marker { display: none; }
.standalone-details summary:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
.standalone-details summary:hover { background: #eaf1ee; }
.standalone-details summary span { font-size: 1.5rem; line-height: 1; }
.standalone-details[open] summary span { transform: rotate(45deg); }
.standalone-content { padding-top: 24px; }
.standalone-content h3 { font-size: 1.25rem; }
.standalone-inclusions { margin: 16px 0 0; padding-left: 22px; font-size: 1rem; }
.standalone-inclusions li { padding: 5px 0 5px 4px; }
.standalone-inclusions span { display: block; color: var(--muted); }
.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; }
.standalone-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin: 0; }
.standalone-price s { color: var(--muted); font-size: 1.125rem; }
.standalone-price strong { color: var(--green); font-size: 2rem; }
.standalone-price > span:not(.sr-only) { font-size: .875rem; color: var(--muted); }
.standalone-terms { font-size: .875rem; color: var(--green); margin: 4px 0 20px; }
.bundle-checkout { margin-top: 24px; padding: 24px; background: #f0f5f2; border-radius: 14px; }
.checkout-description { margin: 6px 0 20px; }
.bundle-checkout label { display: block; margin-bottom: 8px; font-size: 1rem; font-weight: 600; }
.bundle-checkout input { width: 100%; padding: 14px 16px; border: 1px solid #9fb7aa; border-radius: 10px; background: white; color: var(--ink); font: inherit; }
.bundle-checkout :focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }
.checkout-help { font-size: .875rem; color: var(--muted); margin: 8px 0 16px; }
.bundle-pay { display: flex; width: 100%; min-height: 60px; padding: 17px 18px; align-items: center; justify-content: center; appearance: none; -webkit-appearance: none; border: 1px solid var(--green); border-radius: 12px; font: 700 1.125rem Inter, sans-serif; line-height: 1.2; cursor: pointer; }
.bundle-pay-card { background: var(--green); color: #fff; }
.bundle-pay-paypal { margin-top: 10px; background: transparent; color: var(--green); }
.bundle-pay:hover:not(:disabled) { filter: brightness(.92); }
.bundle-pay:disabled { opacity: .55; cursor: wait; }
.checkout-help[data-error="true"] { color: #a12828; }
footer { padding: 28px 12px 0; text-align: center; color: var(--muted); font-size: .8125rem; }
footer p { margin: 0 auto 12px; max-width: 520px; }
footer nav { display: flex; align-items: center; justify-content: center; gap: 14px; font-size: .875rem; }
footer a { display: inline-flex; align-items: center; min-height: 44px; color: var(--green); text-underline-offset: 4px; }
@media (max-width: 700px) {
  .store { width: min(100% - 32px, 520px); padding-top: 24px; }
  .profile { margin-bottom: 24px; }
  .profile-bio { max-width: 290px; margin-inline: auto; }
  .course { grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 20px; border-radius: 20px; }
  .course-image { width: min(100%, 272px); justify-self: center; }
  h1 { font-size: 1.75rem; }
  h1 span { display: inline; }
  .course-description { font-size: 1.125rem; margin: 14px 0 24px; }
  .access-button { padding: 17px 12px; font-size: 1.125rem; gap: 10px; }
  .bonuses { margin-top: 32px; padding: 28px 0 0; }
  .bonuses-heading { align-items: flex-start; gap: 16px; flex-direction: column; }
  h2 { font-size: 1.5rem; }
  .bonus-list { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .bonus-list li { padding: 18px; gap: 14px; }
  .standalone { margin-top: 28px; padding: 22px 20px; }
  .bundle-checkout { padding: 20px 16px; }
  .bundle-pay { min-height: 56px; padding: 16px 12px; font-size: 1.125rem; }
}
@media (prefers-reduced-motion: reduce) {
  .access-button { transition: none; }
}
