:root {
  --brand: #ffc300;
  --text: #000;
  --muted: rgba(0, 0, 0, 0.5);
  --border: #D9D9D9;
  --danger: #dc2626;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: #FFF9E6;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}
.checkoutbu{
  border-radius: 8px;
background: #182146 !important;
display: flex;
margin-top: 20px;
height: 44px;
padding: var(--spacing-2, 8px) var(--spacing-4, 16px) !important;
justify-content: center;
align-items: center;
gap: 10px !important;
font-family: Poppins !important;
font-size: 16px !important;
font-style: normal;
/* font-weight: 700 !important; */
line-height: 160%; /* 22.4px */
text-transform: capitalize !important;
color: white !important;
}
.method-btn{
  display: flex;
height: 48px;
padding: 16px;
align-items: center;
gap: 26px;
flex: 1 0 0;
border-radius: 6px;
border: 1px solid #E6E6E6;
background: #FFF;
box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.05);
color: #6D6E78;
font-family: "Poppins";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
justify-content: center;
}
.container {
  width: min(1120px, 100%);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0 auto;
}

.narrow {
  max-width: 370px;
}
.narrow2{
  max-width: 95vw;
}

.hero {
  padding: 0.65rem 0 0.95rem;
  text-align: center;
}

.hero-title {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 142%;
  text-transform: capitalize;
}

.accent {
  color: var(--brand);
}

.hero-subtitle {
  margin: 0.1rem 0 0;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
  margin-top: 20px;
  /* max-width: 360px; */
  margin: auto;
}
.hero-subtitle span{
  font-weight: 800;
}
.hero-price {
  display: inline-block;
  margin-left: 0.25rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%;
  text-decoration: underline;
  text-transform: capitalize;
}

.hero-image {
  max-width: 300px;
  margin: 0.8rem auto 0;
}

.hero-cta {
  display: inline-block;
  margin-top: 0.75rem;
  border-radius: 999px;
  padding-top:15px;
  padding-bottom:15px;
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  width: 90%;
  text-align: center;
}
.automargin{
  display: flex;
  justify-content: center;
}
.rating-line2{
  color: #000;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 160%; /* 22.4px */
}
.rating-line2 span{
  color: #000;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: italic;
font-weight: 700;
line-height: 160%; /* 22.4px */
}
.sergio{
  width: 200px;
  height: 200px;
 

  
 margin-bottom: 30px;
 display: flex;
 justify-content: center;
}
.marginauto{
  display: flex;
  justify-content: center;
}
.stars-reviews{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.enroll-section {
  padding: 0.4rem 0 1rem;
}

.order-card {
  /* border: 1px solid var(--border); */
  border-radius: 10px;
  padding-top: 40px;
  /* padding-bottom: 40px; */
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

#checkout-form {
  display: grid;
  gap: 0.42rem;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-message {
  min-height: 1.2rem;
  margin: 0;
  font-size: 12px;
}

.form-message.error {
  color: var(--danger);
}

.form-message.success {
  color: #16a34a;
}

.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
 
}
input[type="text"],
input[type="email"],
input[type="password"] {
  margin-bottom: 24px;
}
.name-row > * {
  min-width: 0;
}

.section-label {
  margin: 0.28rem 0 0.05rem;
  color: rgba(0, 0, 0, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section-label-line {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 20px;
}

.section-label-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d3d3d3;
}

.table-head,
.purchase-row,
.summary-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px 68px;
  gap: 0.35rem;
  align-items: center;
  min-width: 0;
  width: 100%;
}

.table-head {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.50);
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.2rem;
  font-weight: 700;
}

.table-head > span,
.qty,
.price {
  white-space: nowrap;
}

.table-head > span:first-child {
  text-align: left;
}

.table-head > span:nth-child(2),
.qty,
.purchase-row > :nth-child(2),
.summary-row > :nth-child(2) {
  text-align: center;
  justify-self: center;
}

.table-head > span:nth-child(3),
.price,
.purchase-row > :nth-child(3),
.summary-row > :nth-child(3) {
  text-align: right;
  justify-self: end;
}

.summary-row strong,
.purchase-row strong {
  font-size: 14px;
  font-weight: 700;
}

.purchase-row {
  padding: 0.34rem 0;
}

.purchase-row input {
  margin: 0;
  margin-right: 0.3rem;
  accent-color: #00a7df;
  flex-shrink: 0;
}

.item-cell {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  min-width: 0;
}

.item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  word-break: break-word;
  max-width: 162px;
}

.qty,
.price {
  font-size: 14px;
  text-align: right;
}

.summary-row {
  padding: 0.35rem 0;
  /* border-bottom: 1px solid var(--border); */
}

.order-total-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-top: 1px solid var(--border);
  padding: 0.3rem 0;
  margin-bottom:24px;
}

.order-total-label {
  color: rgba(0, 0, 0, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.order-total-row strong {
  font-size: 13px;
  font-weight: 700;
}

.payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.method-btn {
  border: 1px solid var(--border);
  background: #fff;
  color: #444;
  font-size: 11px;
  font-weight: 500;
  padding: 0.52rem;
}

.method-btn-hidden {
  display: none;
}

.method-btn.active {
  background: #f8f8f8;
}

.method-icon {
  margin-right: 0.25rem;
}

.card-label {
  margin: 0.22rem 0 0.02rem;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
}

.stripe-element {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.55rem;
  min-height: 52px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.stripe-element .__PrivateStripeElement {
  width: 100%;
  margin: auto 0;
}

.stripe-element iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.checkout-next-step-note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 150%;
  padding: 0.25rem 0.15rem;
}

.card-field-input,
.country-field-select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.48rem 0.62rem;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.66);
  width: 100%;
  background: #fff;
}

.country-field-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 14px) calc(50% - 2px), calc(100% - 9px) calc(50% - 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 26px;
}

.card-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
}

.terms-note {
  margin: 0.1rem 0 0;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 12px;
  line-height: 130%;
  width: 327px;
  margin: auto;
}
.learning-list{
padding-left: 28px !important;
}
.section {
  padding: 0.5rem 0 1rem;
}
.admin-main button{
  border-radius: 8px;
background: #182146 !important;
display: flex;
margin-top: 20px;
height: 44px;
padding: var(--spacing-2, 8px) var(--spacing-4, 16px) !important;
justify-content: center;
align-items: center;
gap: 10px !important;
font-family: Poppins !important;
font-size: 16px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 160%; /* 22.4px */
text-transform: capitalize !important;
color: white !important;
}
.text-block {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.mid-heading {
  margin: 0 0 0.35rem;
  color: #000;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}

.text-strong {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.rating-line {
  margin: 0 0 0.6rem;
  color: #000;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
  margin-top: 20px;
}

.inline-emphasis {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 160%;
  text-decoration: underline;
}

.bold-line {
  font-weight: 500;
}

.learning-list,
.for-list,
.not-list {
  margin: 0.2rem 0 0.5rem;
  padding-left: 1rem;
  line-height: 200%;
}

.for-list,
.not-list {
  list-style: none;
  padding-left: 0;
}

.for-list li,
.not-list li {
  margin: 0.05rem 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px;
}

.for-list li::before {
  content: "✅ ";
}

.not-list li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.not-list li::before {
  content: "❌ ";
}

.section-title {
  margin: 0.7rem 0 0.2rem;
  color: #000;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  max-width: 265px;
  margin: auto;
}

.section-image {
  margin: 0.5rem auto 0;
  max-width: 100%;
}

.final-cta {
  padding: 0.25rem 0 1.2rem;
}

.final-cta-inner {
  text-align: center;
}

.final-cta h2 {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.footer {
  padding: 0.5rem 0 1rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.success-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.success-card {
  padding: 1rem;
}

.success-order {
  margin-top: 0.4rem;
  border-top: 1px solid var(--border);
  padding-top: 0.3rem;
}

.success-hero-inner {
  text-align: center;
}

.success-section {
  padding-top: 0.15rem;
  padding-bottom: 1.1rem;
}

.success-label {
  margin-bottom: 0.15rem;
}

.success-heading {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
}

.success-copy {
  margin: 0.25rem 0 0.35rem;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.72);
}

.success-row {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 0.4rem;
  align-items: start;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.36rem 0;
}

.success-row span {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
}

.success-row strong {
  font-size: 12px;
  font-weight: 600;
  word-break: break-word;
}

.success-status {
  color: #16a34a;
  text-transform: capitalize;
}

.success-cta {
  margin-top: 0.65rem;
  width: 100%;
}

.admin-section {
  padding-bottom: 1.2rem;
}

.admin-hidden {
  display: none;
}

.admin-form {
  display: grid;
  gap: 0.42rem;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem;
}

.admin-logout-btn {
  font-size: 10px;
  padding: 0.46rem 0.62rem;
}

.admin-stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.35rem;
  margin: 0.35rem 0;
}

.admin-stat {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.4rem;
  background: #fff;
}

.admin-stat span {
  display: block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
}

.admin-stat strong {
  font-size: 16px;
}

.admin-filters {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 0.35rem;
  margin: 0.35rem 0 0.3rem;
}

.admin-filters select {
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 0.48rem 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  background: #fff;
}

.admin-actions {
  margin-bottom: 0.22rem;
}

.admin-orders {
  border-top: 1px solid var(--border);
  padding-top: 0.35rem;
}

.admin-order-row {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.35rem 0;
  display: grid;
  gap: 0.15rem;
}

.admin-order-title {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}

.admin-order-sub {
  margin: 0;
  font-size: 11px;
  line-height: 150%;
  word-break: break-word;
}

.admin-empty {
  margin: 0.3rem 0 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
  .narrow {
    max-width: 780px;
  }

  .hero-title {
    font-size: 64px;
  }

  .hero-image {
    max-width: 430px;
  }

  .order-card {
    padding: 1.2rem;
  }

  #checkout-form {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .table-head,
  .purchase-row,
  .summary-row,
  .name-row,
  .section-label,
  .order-total-row,
  .payment-methods,
  .card-label,
  .card-field-input,
  .card-split,
  .country-field-select,
  #checkout-form > input[type="email"],
  #checkout-form > input[name="phone"],
  #checkout-form > input[placeholder="ZIP"],
  #checkout-button,
  .terms-note,
  .form-message {
    grid-column: 1 / -1;
  }

  .success-heading {
    font-size: 42px;
  }

  .success-copy {
    font-size: 14px;
  }

  .success-row {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .admin-filters {
    grid-template-columns: 130px 1fr 100px;
  }
}

@media (max-width: 420px) {
  .table-head,
  .purchase-row,
  .summary-row {
    grid-template-columns: minmax(0, 1fr) 52px 62px;
    gap: 0.2rem;
  }

  .qty,
  .price {
    font-size: 12px;
  }

  .item-name {
    overflow-wrap: anywhere;
  }

  .success-heading {
    font-size: 26px;
  }

  .success-row {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 0.25rem;
  }

  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-filters {
    grid-template-columns: 1fr;
  }
}
