:root {
  --background: #fff;
  --foreground: #563524;
  --card: #fff;
  --card-foreground: #563524;
  --popover: #fff;
  --popover-foreground: #563524;
  --primary: #ffdbb5;
  --primary-foreground: #fff;
  --secondary: #edf5f0;
  --secondary-foreground: #ffdbb5;
  --muted: #f4f6f5;
  --muted-foreground: #596c64;
  --accent: #e9f2ed;
  --accent-foreground: #ffdbb5;
  --destructive: #b42318;
  --border: #efd5be;
  --input: #efd5be;
  --ring: #a34b25;
  --radius: 0.75rem;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: #fff;
  color: #563524;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #a34b25;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.042em;
}
h1 {
  font-size: clamp(3rem, 5.1vw, 4.6rem);
}
h2 {
  font-size: clamp(2.4rem, 3.65vw, 3.4rem);
}
h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: -0.035em;
}
p {
  color: #785743;
}
em {
  font-weight: 400;
  color: #a34b25;
}
svg {
  flex-shrink: 0;
}
.section {
  max-width: 1320px;
  padding: 86px 54px;
  margin: auto;
}
.eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #a34b25;
  margin-bottom: 20px;
}
.announcement {
  background: #ffdbb5;
  color: #70442d;
  text-align: center;
  padding: 8px 18px;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.announcement button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  color: #70442d;
  font: inherit;
  margin-left: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #efd5be;
}
.nav-wrap {
  max-width: 1320px;
  padding: 21px 54px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: space-between;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 29px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.065em;
  flex-shrink: 0;
}
.brand-icon {
  width: 42px;
  height: 43px;
  display: grid;
  place-items: center;
  background: #ffdbb5;
  color: #70442d;
  border-radius: 13px 13px 13px 3px;
}
.brand-online {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 6px;
}
.navigation {
  display: flex;
  gap: 25px;
  align-items: center;
}
.navigation a,
.contact-link {
  font-size: 13px;
  font-weight: 500;
  color: #785743;
  white-space: nowrap;
}
.navigation a:hover,
.navigation a.active {
  color: #a34b25;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 53px;
  padding: 15px 23px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  border: 1px solid transparent;
  white-space: normal;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.primary {
  background: #ffdbb5;
  color: white;
}
.btn.primary:hover {
  background: #ffba80;
}
.btn.small {
  min-height: 43px;
  padding: 12px 16px;
  font-size: 12px;
  gap: 15px;
}
.btn.outline {
  border-color: #efd5be;
  background: transparent;
}
.btn.lime {
  background: #ffdbb5;
  color: #563524;
}
.btn.lime:hover {
  background: #ffba80;
}
.btn.plain {
  padding-right: 0;
  color: #a34b25;
  background: none;
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 6px;
}
.mobile-contact {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding-top: 61px;
  padding-bottom: 65px;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  letter-spacing: 0.09em;
  font-weight: 700;
  border: 1px solid #efd5be;
  border-radius: 40px;
  padding: 6px 12px;
  color: #a34b25;
  margin-bottom: 27px;
}
.mini-star {
  font-size: 19px;
  line-height: 1;
  color: #a34b25;
}
.hero h1 {
  font-size: clamp(3rem, 4.95vw, 4.5rem);
  line-height: 1.1;
}
.hero h1 em {
  display: inline-block;
}
.hero-copy > p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 435px;
  margin-top: 24px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.hero-reassurance {
  display: flex;
  gap: 22px;
  margin-top: 20px;
  font-size: 12px;
  color: #785743;
}
.hero-reassurance span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.hero-reassurance svg {
  color: #a34b25;
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding-bottom: 19px;
}
.hero-visual > img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  object-position: center;
  border-radius: 110px 16px 16px 16px;
  background: #fff0df;
}
.image-tag {
  position: absolute;
  bottom: 0;
  left: -28px;
  right: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 17px 19px;
  border: 1px solid #efd5be;
  border-radius: 12px;
  box-shadow: 0 12px 24px #5635240b;
}
.image-tag-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff0df;
  color: #a34b25;
}
.image-tag strong {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
.image-tag small {
  font-size: 12px;
  color: #785743;
}
.image-note {
  position: absolute;
  right: 18px;
  top: 19px;
  background: #ffffffed;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 30px;
  font-size: 11px;
  color: #a34b25;
}
.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1212px;
  margin: auto;
  padding: 27px 14px;
  border-top: 1px solid #efd5be;
  border-bottom: 1px solid #efd5be;
}
.benefit-strip > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 13px;
  color: #785743;
  border-right: 1px solid #efd5be;
}
.benefit-strip > div:last-child {
  border: 0;
}
.benefit-strip svg {
  width: 21px;
  stroke-width: 1.5;
}
.section-heading {
  margin-bottom: 36px;
}
.section-heading p {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}
.heading-row > div:last-child {
  max-width: 330px;
  padding-bottom: 4px;
}
.heading-row p {
  margin-top: 0;
  margin-bottom: 15px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  background: none;
  border: 0;
  padding: 0;
  color: #a34b25;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.course-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.course-card {
  padding: 25px 22px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.course-card:hover {
  transform: translateY(-5px);
  border-color: #db9a65;
}
.mint {
  background: #fff0df;
}
.pink {
  background: #fff0df;
}
.yellow {
  background: #fff0df;
}
.blue {
  background: #fff0df;
}
.course-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 28px;
  gap: 8px;
}
.course-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffffffa6;
}
.level {
  font-size: 11px;
  padding: 4px 9px;
  background: #ffffffa6;
  border-radius: 20px;
  color: #785743;
}
.course-card .eyebrow {
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.course-card h3 {
  font-size: 21px;
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.course-card p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 12px;
  color: #785743;
  flex: 1;
}
.course-bottom {
  margin-top: 27px;
  border-top: 1px solid #56352419;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.tutor-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 83px;
}
.tutor-panel {
  background: #ffdbb5;
  border-radius: 16px;
  padding: 42px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.tutor-panel .eyebrow {
  color: #70442d;
  margin-bottom: 15px;
}
.tutor-panel h2 {
  font-size: 43px;
  max-width: 320px;
}
.tutor-panel p {
  color: #70442d;
  font-size: 14px;
  margin-top: 20px;
  max-width: 320px;
}
.tutor-symbol {
  display: flex;
  justify-content: end;
  color: #70442d;
  margin-bottom: 25px;
}
.tutor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 29px;
}
.tutor-tags span {
  font-size: 11px;
  border: 1px solid #ffffff36;
  border-radius: 25px;
  padding: 5px 11px;
  color: #70442d;
}
.tutor-copy h2 {
  font-size: 55px;
}
.tutor-copy > p {
  font-size: 14px;
  margin-top: 21px;
  max-width: 380px;
}
.feature-list {
  padding: 0;
  list-style: none;
  margin: 24px 0;
  display: grid;
  gap: 14px;
  font-size: 13px;
  color: #785743;
}
.feature-list li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.feature-list svg {
  width: 18px;
  stroke-width: 1.6;
}
.small-note {
  font-size: 11px !important;
  margin-top: 10px !important;
}
.process-section {
  max-width: none;
  background: #fff0df;
  padding-left: max(54px, calc((100vw - 1212px) / 2));
  padding-right: max(54px, calc((100vw - 1212px) / 2));
}
.centered {
  text-align: center;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efd5be;
  padding-bottom: 17px;
  margin-bottom: 22px;
  color: #a34b25;
}
.step-number {
  font-family: Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  color: #a34b25;
}
.process-step p {
  font-size: 14px;
  margin-top: 12px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  padding-top: 15px;
}
.price-card {
  border: 1px solid #efd5be;
  border-radius: 12px;
  padding: 27px 20px;
  position: relative;
}
.plan-name {
  font-weight: 600;
  font-size: 17px;
}
.price-card > p {
  font-size: 12px;
  margin-top: 6px;
}
.price {
  display: flex;
  align-items: baseline;
  font-size: 48px;
  font-family: Georgia, serif;
  line-height: 1;
  margin-top: 28px;
  letter-spacing: -0.05em;
  gap: 2px;
}
.price sup {
  font-size: 25px;
  top: 0;
  align-self: start;
  padding-top: 5px;
}
.price span {
  font-size: 12px;
  color: #785743;
  letter-spacing: 0;
  margin-left: 5px;
  font-family: Arial, sans-serif;
}
.class-count {
  font-size: 11px;
  color: #785743;
  margin-top: 12px;
}
.price-card .btn {
  width: 100%;
  min-height: 44px;
  font-size: 11px;
  padding: 12px 8px;
  gap: 8px;
  margin: 23px 0;
}
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 13px;
  font-size: 12px;
}
.price-card li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.price-card li svg {
  color: #a34b25;
}
.price-card.featured {
  background: #ffdbb5;
  color: #fff;
  border-color: #ffdbb5;
}
.featured > p,
.featured .class-count,
.featured .price span {
  color: #70442d;
}
.featured li svg {
  color: #70442d;
}
.popular {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -24px;
  background: #ffdbb5;
  color: #563524;
  border-radius: 10px 10px 0 0;
  padding: 4px;
  font-size: 10px;
  text-align: center;
  font-weight: 600;
  min-height: 24px;
}
.price-card.featured {
  border-radius: 0 0 12px 12px;
}
.pricing-note {
  font-size: 12px;
  text-align: center;
  margin-top: 26px;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 75px;
  padding-top: 34px;
}
.faq-question {
  font-size: 14px !important;
  padding: 21px 0 !important;
  font-weight: 500 !important;
}
.faq-answer {
  font-size: 14px !important;
  color: #785743;
  line-height: 1.8;
  padding-right: 25px !important;
}
.faq-section .section-heading p {
  margin-top: 25px;
}
.faq-section .text-link {
  margin-top: 12px;
}
.final-cta {
  background: #ffdbb5;
  color: #fff;
  text-align: center;
}
.cta-inner {
  padding-top: 67px;
  padding-bottom: 65px;
}
.final-cta .eyebrow {
  color: #70442d;
  font-size: 10px;
}
.final-cta h2 {
  font-size: 51px;
}
.final-cta em {
  color: #70442d;
}
.final-cta p {
  color: #70442d;
  font-size: 14px;
  margin-top: 19px;
}
.final-cta .btn {
  margin-top: 28px;
  min-width: 216px;
}
.final-cta small {
  display: block;
  margin-top: 13px;
  color: #70442d;
  font-size: 11px;
}
.footer {
  padding-top: 56px;
  padding-bottom: 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
}
.footer .brand {
  font-size: 27px;
}
.footer .brand-icon {
  width: 38px;
  height: 40px;
}
.footer p {
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.9;
}
.footer h3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  font-size: 12px;
  color: #785743;
  margin-bottom: 10px;
}
.footer-grid > div > p {
  margin-top: 0;
}
.footer-grid > div:first-child > p {
  margin-top: 19px;
}
.footer .text-link {
  font-size: 12px;
  margin-top: 17px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #efd5be;
  margin-top: 43px;
  padding-top: 21px;
  font-size: 11px;
  color: #785743;
}
.page-intro {
  padding-top: 78px;
  padding-bottom: 40px;
}
.page-intro p {
  font-size: 17px;
  max-width: 600px;
  margin-top: 22px;
}
.course-catalog {
  padding-top: 15px;
}
.catalog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.catalog-grid .course-card {
  padding: 30px;
}
.catalog-grid .course-card p {
  font-size: 15px;
}
.catalog-grid .course-card h3 {
  font-size: 26px;
}
.catalog-grid .course-card .eyebrow {
  font-size: 11px;
}
.course-detail {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 85px;
  padding-top: 68px;
  align-items: start;
}
.breadcrumb {
  font-size: 12px;
  margin-bottom: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.course-detail h1 {
  font-size: 64px;
}
.lead {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 25px;
  margin-bottom: 28px;
}
.detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 13px;
  margin-top: 24px;
}
.detail-facts span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.curriculum {
  padding: 34px;
  border-radius: 16px;
}
.curriculum h2 {
  font-size: 35px;
}
.curriculum ol {
  padding: 0;
  list-style: none;
  margin: 24px 0 35px;
}
.curriculum li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid #5635241c;
  font-size: 14px;
}
.curriculum li span {
  font-size: 12px;
  color: #a34b25;
}
.curriculum h3 {
  font-size: 17px;
}
.curriculum p {
  font-size: 14px;
  margin-top: 12px;
}
.curriculum small {
  display: block;
  font-size: 12px;
  margin-top: 18px;
  color: #785743;
}
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-hero img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 100px 15px 15px 15px;
}
.about-hero > div > p:not(.lead) {
  font-size: 15px;
  margin-bottom: 24px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  padding-top: 15px;
}
.values-grid article {
  border-top: 1px solid #efd5be;
  padding-top: 24px;
}
.values-grid svg {
  margin-bottom: 22px;
  color: #a34b25;
}
.values-grid p {
  font-size: 14px;
  margin-top: 12px;
}
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  padding-top: 70px;
  align-items: start;
}
.contact-section h1 {
  font-size: 62px;
}
.contact-note {
  display: flex;
  gap: 18px;
  padding-top: 27px;
  border-top: 1px solid #efd5be;
  margin-top: 40px;
}
.contact-note h3 {
  font-size: 17px;
}
.contact-note p {
  font-size: 14px;
  margin-top: 10px;
}
.contact-form-panel {
  background: #fff0df;
  padding: 32px;
  border-radius: 15px;
}
.contact-form-panel h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
.inquiry-form {
  display: grid;
  gap: 17px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.inquiry-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: #563524;
}
.inquiry-form label > span {
  font-size: 12px;
  font-weight: 400;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: #fff;
  font-size: 14px;
  width: 100%;
  min-height: 44px;
  border-radius: 6px;
}
.inquiry-form textarea {
  min-height: 84px;
  resize: vertical;
}
.inquiry-form [data-slot="native-select-wrapper"] {
  width: 100%;
}
.form-privacy {
  font-size: 11px;
  line-height: 1.65;
}
.form-privacy a {
  text-decoration: underline;
}
.form-note {
  text-align: center;
  font-size: 11px;
}
.form-error {
  color: #ad2c27;
  font-size: 13px;
}
.honeypot {
  display: none;
}
.trial-dialog {
  max-width: 610px !important;
  max-height: 90dvh;
  overflow-y: auto;
  padding: 31px !important;
  border-radius: 15px !important;
  gap: 22px !important;
}
.dialog-heading .eyebrow {
  font-size: 10px;
  margin-bottom: 12px;
}
.dialog-title {
  font-family: Georgia, serif;
  font-size: 34px !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em;
  line-height: 1.2 !important;
}
.dialog-heading [data-slot="dialog-description"] {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
}
.success {
  text-align: center;
  padding: 20px 8px;
}
.success h3 {
  margin: 20px 0 12px;
}
.success p {
  font-size: 14px;
}
.success-icon {
  display: grid;
  place-items: center;
  background: #e5f0d7;
  color: #24593a;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin: auto;
}
.success .btn {
  margin-top: 24px;
}
.legal {
  max-width: 850px;
}
.legal h1 {
  margin-bottom: 30px;
}
.legal h2 {
  font-size: 28px;
  margin-top: 32px;
  margin-bottom: 13px;
}
.legal p {
  line-height: 1.9;
  font-size: 16px;
}
@media (min-width: 1600px) {
  .hero h1 {
    font-size: 72px;
  }
}
@media (max-width: 1150px) {
  .section {
    padding-left: 35px;
    padding-right: 35px;
  }
  .nav-wrap {
    padding-left: 35px;
    padding-right: 35px;
    gap: 20px;
  }
  .navigation {
    gap: 17px;
  }
  .navigation a {
    font-size: 12px;
  }
  .contact-link {
    display: none;
  }
  .hero {
    gap: 35px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 4px;
  }
  .hero-visual > img {
    height: 410px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .benefit-strip {
    margin: 0 35px;
  }
  .course-grid {
    gap: 12px;
  }
  .course-card {
    padding: 23px 16px;
  }
  .course-card h3 {
    font-size: 20px;
  }
  .tutor-section {
    gap: 60px;
  }
  .pricing-grid {
    gap: 12px;
  }
  .price-card {
    padding: 26px 15px;
  }
  .price-card .btn {
    font-size: 10px;
  }
  .price-card ul {
    font-size: 11px;
  }
  .contact-section {
    gap: 45px;
  }
  .process-section {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 900px) {
  .navigation {
    display: none;
  }
  .navigation.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px 35px;
    box-shadow: 0 15px 20px #56352410;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    border-bottom: 1px solid #efd5be;
  }
  .navigation a {
    font-size: 16px;
  }
  .navigation .mobile-contact {
    display: block;
  }
  .menu-button {
    display: block;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero {
    gap: 24px;
  }
  .hero-visual > img {
    height: 370px;
  }
  .image-tag {
    left: -10px;
    right: 12px;
    padding: 14px;
  }
  .image-tag strong {
    font-size: 11px;
  }
  .image-tag small {
    font-size: 10px;
  }
  .image-note {
    display: none;
  }
  .hero-reassurance {
    flex-direction: column;
    gap: 6px;
  }
  .hero-label {
    font-size: 9px;
  }
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .course-card {
    padding: 25px;
  }
  .course-card h3 {
    font-size: 24px;
  }
  .course-card p {
    font-size: 14px;
  }
  .course-card .eyebrow {
    font-size: 10px;
  }
  .benefit-strip {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .benefit-strip > div:nth-child(2) {
    border-right: 0;
  }
  .tutor-section {
    gap: 35px;
  }
  .tutor-panel {
    padding: 30px;
  }
  .tutor-copy h2 {
    font-size: 46px;
  }
  .tutor-panel h2 {
    font-size: 36px;
  }
  .tutor-tags span {
    font-size: 10px;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .price-card {
    padding: 28px;
  }
  .price-card .btn {
    font-size: 13px;
  }
  .price-card ul {
    font-size: 14px;
  }
  .price-card > p,
  .class-count {
    font-size: 13px;
  }
  .price span {
    font-size: 14px;
  }
  .popular {
    font-size: 12px;
  }
  .process-grid {
    gap: 30px;
  }
  .faq-section {
    gap: 40px;
    grid-template-columns: 1fr 1.3fr;
  }
  .footer-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 35px;
  }
  .course-detail {
    gap: 35px;
  }
  .course-detail h1 {
    font-size: 50px;
  }
  .about-hero {
    gap: 35px;
  }
  .about-hero h1 {
    font-size: 49px;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-section > div:first-child {
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  .announcement {
    font-size: 10px;
    padding: 7px 12px;
  }
  .announcement button {
    margin-left: 3px;
    font-size: 10px;
  }
  .nav-wrap {
    padding: 16px 20px;
  }
  .brand {
    font-size: 25px;
    gap: 8px;
  }
  .brand-icon {
    width: 36px;
    height: 38px;
    border-radius: 11px 11px 11px 3px;
  }
  .brand-icon svg {
    width: 22px;
  }
  .brand-online {
    font-size: 8px;
  }
  .header-actions {
    gap: 8px;
  }
  .btn.small {
    font-size: 10px;
    padding: 10px 11px;
    gap: 7px;
    min-height: 38px;
  }
  .btn.small svg {
    width: 13px;
  }
  .menu-button {
    padding: 4px;
  }
  .menu-button svg {
    width: 23px;
  }
  .section {
    padding: 55px 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 37px;
    padding-bottom: 45px;
  }
  .hero h1 {
    font-size: clamp(40px, 10.5vw, 59px);
    line-height: 1.1;
  }
  .hero-label {
    font-size: 9px;
    margin-bottom: 20px;
  }
  .hero-copy > p {
    font-size: 15px;
    max-width: 450px;
    margin-top: 21px;
  }
  .hero-actions {
    margin-top: 23px;
    gap: 9px;
  }
  .btn {
    padding: 14px 18px;
    font-size: 12px;
    gap: 13px;
    min-height: 48px;
  }
  .btn.plain {
    font-size: 12px;
    padding: 14px 4px;
  }
  .hero-reassurance {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
    font-size: 10px;
    margin-top: 16px;
  }
  .hero-visual > img {
    height: 330px;
    border-radius: 80px 12px 12px 12px;
  }
  .image-tag {
    left: 14px;
    right: 14px;
    padding: 14px;
    gap: 10px;
  }
  .image-tag strong {
    font-size: 11px;
  }
  .image-tag small {
    font-size: 10px;
  }
  .hero-visual {
    padding-bottom: 17px;
  }
  .image-tag-icon {
    width: 36px;
    height: 36px;
  }
  .benefit-strip {
    margin: 0 22px;
    gap: 18px;
    padding: 23px 0;
  }
  .benefit-strip > div {
    font-size: 10px;
    gap: 7px;
    justify-content: start;
    border: 0;
  }
  .benefit-strip svg {
    width: 18px;
  }
  h2 {
    font-size: 38px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  .heading-row {
    display: block;
  }
  .heading-row > div:last-child {
    margin-top: 18px;
  }
  .heading-row p {
    font-size: 13px;
  }
  .course-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .course-card {
    padding: 20px 16px 16px;
  }
  .course-top {
    margin-bottom: 24px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .course-icon {
    height: 40px;
    width: 40px;
  }
  .course-icon svg {
    width: 24px;
  }
  .level {
    font-size: 9px;
    padding: 3px 7px;
  }
  .course-card h3 {
    font-size: 21px;
  }
  .course-card p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .course-card .eyebrow {
    font-size: 8px;
    letter-spacing: 0.05em;
  }
  .course-bottom {
    font-size: 10px;
    gap: 5px;
    margin-top: 20px;
  }
  .course-bottom svg {
    width: 17px;
  }
  .tutor-section {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-top: 0;
  }
  .tutor-panel {
    padding: 31px;
  }
  .tutor-panel h2 {
    font-size: 42px;
  }
  .tutor-panel p {
    font-size: 14px;
  }
  .tutor-symbol {
    margin-bottom: 16px;
  }
  .tutor-symbol svg {
    width: 58px;
    height: 58px;
  }
  .tutor-copy h2 {
    font-size: 45px;
  }
  .tutor-copy .feature-list {
    font-size: 13px;
  }
  .small-note {
    font-size: 11px !important;
  }
  .process-section {
    padding: 55px 22px;
  }
  .centered h2 {
    font-size: 38px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .step-top {
    margin-bottom: 17px;
  }
  .step-number {
    font-size: 32px;
  }
  .process-step h3 {
    font-size: 20px;
  }
  .process-step p {
    font-size: 14px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 8px;
    max-width: 400px;
    margin: auto;
  }
  .price-card {
    padding: 29px;
  }
  .plan-name {
    font-size: 21px;
  }
  .price {
    font-size: 55px;
  }
  .price-card .btn {
    font-size: 13px;
    min-height: 47px;
  }
  .price-card ul {
    font-size: 14px;
    gap: 14px;
  }
  .popular {
    top: -26px;
    padding: 4px;
    min-height: 26px;
  }
  .pricing-note {
    font-size: 11px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 0;
  }
  .faq-section .section-heading {
    margin-bottom: 7px;
  }
  .faq-question {
    font-size: 14px !important;
  }
  .faq-answer {
    font-size: 14px !important;
  }
  .final-cta h2 {
    font-size: 37px;
  }
  .final-cta p {
    font-size: 13px;
  }
  .final-cta .eyebrow {
    font-size: 9px;
  }
  .cta-inner {
    padding-top: 53px;
    padding-bottom: 51px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    font-size: 10px;
    align-items: start;
    line-height: 1.8;
    gap: 17px;
    margin-top: 30px;
  }
  .footer-bottom > a {
    white-space: nowrap;
  }
  .page-intro {
    padding-top: 45px;
    padding-bottom: 27px;
  }
  .page-intro h1 {
    font-size: 43px;
  }
  .page-intro p {
    font-size: 15px;
  }
  .course-catalog {
    padding-top: 15px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .catalog-grid .course-card {
    padding: 28px;
  }
  .catalog-grid .course-top {
    margin-bottom: 20px;
  }
  .catalog-grid .course-card h3 {
    font-size: 28px;
  }
  .catalog-grid .course-card .eyebrow {
    font-size: 10px;
  }
  .catalog-grid .course-bottom {
    font-size: 13px;
  }
  .catalog-grid .level {
    font-size: 12px;
  }
  .course-detail {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 38px;
  }
  .course-detail h1 {
    font-size: 48px;
  }
  .breadcrumb {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .lead {
    font-size: 16px;
  }
  .curriculum {
    padding: 28px;
  }
  .curriculum h2 {
    font-size: 32px;
  }
  .about-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .about-hero h1 {
    font-size: 46px;
  }
  .about-hero img {
    height: 310px;
    border-radius: 65px 12px 12px 12px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 0;
  }
  .contact-section {
    padding-top: 42px;
  }
  .contact-section h1 {
    font-size: 46px;
  }
  .contact-form-panel {
    padding: 23px 18px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .inquiry-form label {
    font-size: 14px;
  }
  .inquiry-form input,
  .inquiry-form textarea,
  .inquiry-form select {
    font-size: 16px;
  }
  .trial-dialog {
    padding: 24px 20px !important;
    max-height: 91dvh;
  }
  .dialog-title {
    font-size: 30px !important;
    padding-right: 10px;
  }
  .dialog-heading [data-slot="dialog-description"] {
    font-size: 13px;
  }
  .form-privacy {
    font-size: 12px;
  }
  .form-note {
    font-size: 12px;
  }
  .form-privacy a {
    white-space: nowrap;
  }
  .legal h1 {
    font-size: 43px;
  }
  .legal p {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}

/* Keep frequently read text comfortable across screen sizes. */
.navigation a,
.contact-link {
  font-size: 14px;
}
.course-card p {
  font-size: 14px;
}
.course-bottom,
.level {
  font-size: 12px;
}
.price-card ul {
  font-size: 14px;
}
.price-card > p,
.class-count {
  font-size: 13px;
}
.price-card .btn {
  font-size: 12px;
}
.footer h3,
.footer-grid > div > a:not(.brand),
.footer .text-link {
  font-size: 14px;
}
.hero-reassurance {
  font-size: 12px;
}
@media (max-width: 1150px) {
  .navigation a {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .navigation a {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .course-card p {
    font-size: 14px;
  }
  .course-bottom {
    font-size: 12px;
  }
  .level {
    font-size: 11px;
  }
  .course-grid:not(.catalog-grid) {
    grid-template-columns: 1fr;
  }
  .course-card h3 {
    font-size: 26px;
  }
  .course-card .eyebrow {
    font-size: 11px;
  }
  .course-card {
    padding: 24px;
  }
  .course-top {
    margin-bottom: 20px;
  }
  .hero-reassurance {
    font-size: 11px;
  }
  .price-card .btn {
    font-size: 14px;
  }
  .footer-grid > div > a:not(.brand) {
    font-size: 14px;
  }
}
/* Native HTML controls and dialog, replacing framework primitives. */
body{font-family:Arial,Helvetica,sans-serif}button,input,select,textarea{font-family:inherit}button{border-style:solid}svg{vertical-align:middle}.skip-link{position:fixed;left:16px;top:12px;z-index:100;background:white;padding:10px 18px;transform:translateY(-160%);border:2px solid #ffdbb5;border-radius:6px}.skip-link:focus{transform:translateY(0)}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{padding:10px 12px;border:1px solid #efd5be;font-weight:400;line-height:1.5;color:#563524}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:2px solid #a34b25;outline-offset:2px}.inquiry-form select{appearance:auto}.faq-item{border-bottom:1px solid #efd5be}.faq-item:last-child{border-bottom:0}.faq-question{cursor:pointer;list-style:none;display:flex;align-items:start;justify-content:space-between;gap:20px;line-height:1.6}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:'+';font-size:20px;font-weight:400;line-height:1;color:#a34b25}.faq-item[open]>.faq-question:after{content:'−'}.faq-question:focus-visible{outline:2px solid #a34b25;outline-offset:3px}.faq-answer{padding-bottom:22px}.trial-dialog{position:fixed;inset:0;width:min(610px,calc(100% - 32px));margin:auto;color:#563524;background:#fff;border:1px solid #efd5be;box-shadow:0 20px 70px #56352426;transform:none}.trial-dialog::backdrop{background:#56352488;backdrop-filter:blur(3px)}.dialog-heading{margin-bottom:24px;padding-right:18px}.dialog-heading>p{font-size:14px;line-height:1.7;margin-top:12px}.dialog-close{position:absolute;top:11px;right:13px;border:0;background:transparent;color:#a34b25;padding:5px 10px;font-size:29px;line-height:1;cursor:pointer}.modal-open{overflow:hidden}.form-feedback{font-size:14px;color:#a3342d;line-height:1.8;padding:13px 15px;background:#fff2ee;border-radius:7px;margin-top:7px}.form-feedback.is-success{background:#e8f4dd;color:#215a3a}.form-feedback[hidden]{display:none}.noscript-notice{padding:20px;text-align:center;font-size:14px;border-top:1px solid #efd5be}.navigation.active{color:#a34b25}@media(max-width:640px){.trial-dialog{width:calc(100% - 24px)}.dialog-heading>p{font-size:14px}.inquiry-form textarea{min-height:95px}}@media(prefers-reduced-motion:reduce){.skip-link{transition:none}}

.pricing-page-title{font-size:clamp(2.4rem,3.65vw,3.4rem)}button{color:inherit}@media(max-width:640px){.pricing-page-title{font-size:38px}}

/* Light orange gradient theme */
:root {
  --background: #fffaf5;
  --foreground: #563524;
  --card: #fffaf5;
  --card-foreground: #563524;
  --popover: #fffaf5;
  --popover-foreground: #563524;
  --primary: #ffd0a0;
  --primary-foreground: #563524;
  --secondary: #fff0df;
  --secondary-foreground: #563524;
  --muted: #fff4e9;
  --muted-foreground: #785743;
  --accent: #ffe1c1;
  --accent-foreground: #563524;
  --border: #efd5be;
  --input: #efd5be;
  --ring: #b75b2d;
  --brand-gradient: linear-gradient(120deg, #ffdbb5, #ffba80);
  --soft-gradient: linear-gradient(125deg, #fff0df, #ffd5b0);
}
body { background: linear-gradient(180deg, #fffdf9, #fff5e9); }
.site-header { background: rgba(255, 250, 245, 0.96); }
.navigation.open, .image-tag, .price-card { background: #fffaf5; }
.announcement, .brand-icon, .btn.primary, .btn.lime, .popular {
  background: var(--brand-gradient);
  color: #563524;
}
.announcement button { color: #773816; }
.btn.primary, .btn.lime { border-color: #efb784; }
.btn.primary:hover, .btn.lime:hover {
  background: linear-gradient(120deg, #ffd0a0, #ffad6b);
}
.btn.outline { background: #fffaf5; color: #773816; border-color: #e8bc98; }
.hero { background: radial-gradient(ellipse at top left, #ffead3, #fffaf5 65%); }
.image-tag-icon, .course-icon {
  background: linear-gradient(135deg, #ffe8ce, #ffc58e);
  color: #773816;
}
.mint { background: linear-gradient(145deg, #fff5e8, #ffe2bf); }
.pink { background: linear-gradient(145deg, #fff2eb, #ffd8bd); }
.yellow { background: linear-gradient(145deg, #fff8e8, #ffe6b9); }
.blue { background: linear-gradient(145deg, #fff4ed, #ffdfca); }
.level { background: #fffaf5; color: #785743; }
.tutor-panel, .price-card.featured, .final-cta {
  background: var(--soft-gradient);
  color: #563524;
  border-color: #e8bc98;
}
.tutor-panel .eyebrow, .final-cta .eyebrow, .final-cta em,
.tutor-symbol, .featured li svg { color: #a34b25; }
.tutor-panel p, .final-cta p, .final-cta small,
.featured > p, .featured .class-count, .featured .price span { color: #785743; }
.tutor-tags span { background: #fff4e8; color: #70442d; border-color: #e8bc98; }
.process-section, .contact-form-panel {
  background: linear-gradient(135deg, #fff6eb, #ffe9d2);
}
.inquiry-form input, .inquiry-form select, .inquiry-form textarea {
  background: #fffdf9;
}
.trial-dialog {
  background: linear-gradient(145deg, #fffdf9, #fff0df);
  color: #563524;
}
.trial-dialog::backdrop { background: rgba(83, 46, 24, 0.45); }
.skip-link { background: #fffaf5; border-color: #b75b2d; }

/* WhatsApp click-to-chat button */
.whatsapp-button {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 13px 19px;
  background: var(--brand-gradient);
  color: #563524;
  border: 1px solid #e8bc98;
  border-radius: 999px;
  box-shadow: 0 5px 22px rgba(86, 53, 36, 0.18);
  font-size: 14px;
  font-weight: 600;
}
.whatsapp-button:hover {
  background: linear-gradient(120deg, #ffd0a0, #ffad6b);
  transform: translateY(-2px);
}
.whatsapp-status {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: calc(max(22px, env(safe-area-inset-bottom)) + 64px);
  z-index: 36;
  max-width: min(320px, calc(100vw - 44px));
  background: #fffaf5;
  color: #563524;
  border: 1px solid #efd5be;
  border-radius: 12px;
  box-shadow: 0 5px 22px rgba(86, 53, 36, 0.12);
  padding: 14px 17px;
  font-size: 14px;
  line-height: 1.7;
}
.whatsapp-status[hidden] { display: none; }
.whatsapp-status a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 640px) {
  .whatsapp-button { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); }
}

/* Uploaded Qtutor Online SVG: keep the complete artwork at its natural ratio. */
.brand-logo {
  display: block;
  width: 96px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.site-header .nav-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}
.footer .brand-logo { width: 140px; }
@media (max-width: 600px) {
  .site-header .brand-logo { width: 74px; }
  .site-header .nav-wrap { padding-top: 10px; padding-bottom: 10px; }
}
