:root {
  --green: #98b880;
  --green-dark: #4a614a;
  --pale: #cbe4cf;
  --coral: #e78d77;
  --mint: #e0f1ea;
  --cream: #faf8f2;
  --ink: #444444;
  --text: #757575;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  --head: 'Outfit', sans-serif;
  --body: 'Golos Text', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font: 400 16px/1.4 var(--body); color: var(--text); background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: var(--head); color: var(--ink); margin: 0; }
h2 { font-size: 39px; font-weight: 600; line-height: 1.2; }
p { margin: 0; }
.wrap { width: 100%; max-width: 1280px; margin: 0 auto; padding: 0 20px; }

.eyebrow { font: 500 15px/1.5 var(--head); letter-spacing: 2px; text-transform: uppercase; color: var(--coral); margin-bottom: 14px; }
.eyebrow--white { color: #fff; }
.lead { font-size: 16px; line-height: 1.4; color: var(--text); }

.btn { display: inline-block; font: 500 19px/1 var(--head); padding: 12px 24px; border-radius: 30px; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: background .2s, color .2s; }
.btn--pale { background: var(--pale); color: var(--green-dark); }
.btn--pale:hover { background: var(--green); color: #fff; }
.btn--outline { font-size: 15px; background: transparent; color: var(--green-dark); border-color: var(--green-dark); }
.btn--outline:hover { background: var(--green-dark); color: #fff; }

/* Header */
.site-header { position: relative; z-index: 50; background: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 116px; max-width: 1326px; }
.logo img { width: 298px; height: auto; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font: 500 19px/1.5 var(--head); color: var(--ink); text-decoration: none; }
.nav a.is-active { color: var(--pale); }
.nav a:not(.btn):hover { color: var(--green); }
.nav .btn { color: var(--green-dark); }
.nav-toggle, .nav-burger { display: none; }

/* Hero */
.hero { position: relative; min-height: 784px; display: flex; align-items: center; color: #fff;
  background: linear-gradient(90deg, #4a614acc 0%, #08080800 100%), url('/images/hero.jpg') bottom center / cover no-repeat; }
.hero-inner { max-width: 1377px; }
.hero h1 { font-size: 94px; font-weight: 600; line-height: 1; letter-spacing: -2px; color: #fff; max-width: 700px; }
.hero-sub { font: 400 25px/1.3 var(--head); margin: 26px 0 30px; max-width: 700px; }

/* Features */
.features { border-bottom: 1px solid #e5e5e5; padding: 30px 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1326px; }
.feature { padding: 10px 40px 10px 50px; border-left: 1px dashed #d0d0d0; }
.feature:first-child { border-left: 0; padding-left: 90px; }
.feature h3 { font: 500 20px/1.4 var(--head); margin-bottom: 4px; }
.feature p { font-size: 16px; line-height: 1.4; }

/* Patterned sections */
.pattern, .pattern-soft, .pattern-green { position: relative; isolation: isolate; }
.pattern::before, .pattern-soft::before, .pattern-green::before { content: ""; position: absolute; inset: 0; z-index: -1; background: url('/images/pattern2.png') center / cover; opacity: .07; pointer-events: none; }
.pattern-green::before { background-image: url('/images/pattern.png'); opacity: .12; filter: invert(1); }

/* Daily program */
.program { padding: 100px 0 130px; }
.program-grid { display: grid; grid-template-columns: 545px minmax(0, 576px); gap: 174px; max-width: 1440px; align-items: start; padding: 0 45px 0 100px; }
.program-media { position: relative; padding-top: 60px; }
.program-photo { width: 545px; height: auto; border-radius: 6px; }
.program-badge { position: absolute; top: 0; right: -80px; width: 142px; height: 142px; }
.program-body { max-width: 576px; }
.program-body h2 { margin-bottom: 26px; }
.program-body .lead { margin-bottom: 30px; }
.icon-card { display: flex; gap: 22px; align-items: center; background: var(--green); color: #fff; border-radius: 8px; padding: 22px 22px 22px 30px; margin-bottom: 20px; }
.icon-card h3 { font: 500 20px/1.4 var(--head); color: #fff; }
.icon-card p { color: rgba(255, 255, 255, 0.8); }
.icon-card .hours { color: #fff; font-weight: 500; }
.icon-card--coral { background: var(--coral); }
.icon-circle { flex: 0 0 auto; width: 80px; height: 80px; border-radius: 50%; background: #fff; color: var(--green); display: flex; align-items: center; justify-content: center; }
.icon-card--coral .icon-circle { color: var(--coral); }
.icon-circle svg { width: 36px; height: 36px; }
.icon-circle--green { width: 52px; height: 52px; background: var(--green); color: #fff; }
.icon-circle--green svg { width: 22px; height: 22px; }
.icon-circle--white { width: 52px; height: 52px; color: var(--green); }
.icon-circle--white svg { width: 24px; height: 24px; }

/* Join bar */
.join { background: var(--mint); padding: 32px 0; }
.join-inner { display: flex; align-items: center; justify-content: center; gap: 14px; }
.join-tag { background: var(--coral); color: #fff; font: 500 20px/1.4 var(--head); padding: 4px 10px; border-radius: 8px; transform: rotate(-3deg); }
.join .join-text { font: 500 20px/1.4 var(--head); color: var(--ink); }

/* Curriculum */
.curriculum { padding: 60px 0 90px; }
.curriculum .wrap { max-width: 1326px; padding-left: 80px; }
.curriculum-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 52px; }
.curriculum-head .lead { padding-bottom: 8px; }
.cur-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 18px; max-width: 1260px; }
.cur-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.cur-top { background: var(--green); padding: 18px 12px 18px 12px; min-height: 120px; }
.cur-top h3 { font: 600 19px/1.2 var(--head); color: #fff; margin-bottom: 14px; }
.cur-top p { color: #fff; font-weight: 500; font-size: 16px; line-height: 1.4; }
.cur-card img { width: 100%; height: 200px; object-fit: cover; }
.cur-benefit { padding: 20px 12px 24px; font-size: 16px; line-height: 1.4; }

/* Director */
.director { position: relative; background: url('/images/director.jpg') top left / cover no-repeat; padding: 40px 0 90px; }
.director::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; background: var(--cream); }
.director-inner { position: relative; z-index: 1; display: flex; justify-content: flex-end; max-width: 1377px; }
.director-card { background: #fff; width: 540px; padding: 36px 36px 36px 36px; border-radius: 0 0 12px 12px; }
.director-card h2 { margin-bottom: 18px; }
.director-card .lead { margin-bottom: 18px; }
.dir-item { display: flex; gap: 16px; margin-bottom: 18px; }
.dir-item h3 { font: 500 20px/1.4 var(--head); }
.dir-item p { font-weight: 300; }

/* Certifications */
.certs { background: var(--cream); padding: 10px 0 70px; text-align: center; }
.certs h3 { font: 600 31px/1.3 var(--head); margin-bottom: 36px; }
.cert-logos { display: flex; justify-content: center; align-items: center; gap: 160px; }
.cert-logos img { width: 186px; height: auto; filter: grayscale(1); opacity: .7; }
.cert-logos img:nth-child(2) { width: 260px; opacity: .45; }
.cert-logos img:nth-child(3) { width: 186px; }

/* Fees */
.fees { position: relative; background: var(--mint); padding: 60px 0 110px; }
.fees-tab { position: absolute; top: -42px; left: 50%; transform: translateX(-50%); width: 640px; height: 60px; background: var(--mint); border-radius: 30px 30px 0 0; display: flex; justify-content: center; padding-top: 22px; }
.fees-tab .eyebrow { font-size: 13px; margin: 0; }
.fees-inner { max-width: 1180px; }
.fees h2 { text-align: center; margin-bottom: 40px; }
.fee-bar { background: var(--green); color: #fff; text-align: center; font: 500 27px/1.4 var(--head); padding: 16px; margin-bottom: 26px; }
.fee-bar small { display: block; font: 400 14px/1.4 var(--body); color: var(--pale); }
.fee-list { margin: 0 0 30px; padding-left: 40px; }
.fee-list li { font-size: 17px; font-weight: 500; line-height: 1.4; margin-bottom: 14px; }
.fee-table { width: 100%; border-collapse: collapse; margin-bottom: 26px; font-size: 15.3px; font-weight: 500; }
.fee-table th, .fee-table td { text-align: left; padding: 15px 14px; border: 1px solid #cfcfcf; }
.fee-table thead th { background: rgba(255, 255, 255, .25); }
.fee-table tbody tr:nth-child(odd) { background: rgba(128, 128, 128, .07); }
.fee-note { font-weight: 500; font-size: 17px; padding-left: 40px; }

/* Testimonials */
.testimonials { padding: 70px 0 110px; text-align: center; }
.testimonials h2 { margin-bottom: 40px; }
.slider { position: relative; max-width: 1020px; margin: 0 auto; padding: 0 50px; }
.slides { display: grid; }
.slide { grid-area: 1 / 1; margin: 0; opacity: 0; visibility: hidden; transition: opacity .5s; }
.slide.is-active { opacity: 1; visibility: visible; }
.slide blockquote { margin: 0 0 20px; font-style: italic; line-height: 1.6; }
.slide figcaption { font-weight: 700; font-style: italic; font-size: 16px; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: none; border: 0; font-size: 40px; color: #ccc; cursor: pointer; line-height: 1; }
.slider-prev { left: 0; }
.slider-next { right: 0; }
.slider-dots { display: flex; justify-content: center; gap: 6px; margin-top: 60px; }
.slider-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #d5d5d5; cursor: pointer; }
.slider-dots button.is-active { background: #000; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; background: var(--green); }
.contact-form-col { background: var(--green); padding: 80px 60px 70px 80px; }
.contact-form-inner { max-width: 540px; margin-left: auto; margin-right: 40px; color: #fff; }
.contact-form-inner h2 { color: #fff; margin-bottom: 20px; }
.contact-form-inner > p { margin-bottom: 26px; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 10px; }
.form label { display: flex; flex-direction: column; gap: 4px; font: 500 16px/1.5 var(--head); color: #fff; }
.form .full { grid-column: 1 / -1; }
.form input, .form select, .form textarea, .news-form input { font: 400 15px var(--body); color: var(--ink); background: #fff; border: 1px solid #fff; border-radius: 4px; padding: 10px 14px; width: 100%; }
.form select { font-weight: 500; appearance: auto; }
.form textarea { resize: vertical; min-height: 100px; }
.form button { margin-top: 8px; font-size: 15px; width: 100%; }
.hp { position: absolute; left: -9999px; }
.form-msg { background: #fff; color: var(--green-dark); padding: 10px 14px; border-radius: 6px; margin-bottom: 16px; }
.form-msg--error { color: #b33; }
.form-msg--dark { background: var(--pale); }
.contact-map iframe { width: 100%; height: 100%; min-height: 600px; border: 0; display: block; }

/* Contact bar */
.contact-bar { background: linear-gradient(90deg, var(--green-dark) 0%, var(--green) 100%); padding: 24px 0; color: #fff; }
.contact-bar-inner { display: flex; align-items: center; gap: 70px; max-width: 1326px; }
.contact-bar-inner .btn { margin-left: auto; font-size: 15px; }
.cb-item { display: flex; align-items: center; gap: 16px; }
.cb-label { display: block; font: 500 15px/1.5 var(--head); letter-spacing: 2px; text-transform: uppercase; color: rgba(255, 255, 255, .7); }
.cb-item a, .cb-item p { font: 500 25px/1.3 var(--head); color: #fff; text-decoration: none; }

/* CTA */
.cta { position: relative; text-align: center; padding: 70px 0 0; background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), url('/images/cta.jpg') center / cover no-repeat; }
.cta h2 { color: #fff; margin-bottom: 70px; }
.cta-tab { display: inline-block; background: var(--cream); border-radius: 30px 30px 0 0; padding: 14px 44px 6px; }
.cta-tab h4 { font: 500 25px/1.3 var(--head); }

/* Footer */
.site-footer { background: var(--cream); padding: 50px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 300px 1fr 1fr; align-items: center; gap: 30px; max-width: 1326px; padding-left: 80px; }
.footer-logo { width: 226px; height: auto; margin: 0 auto; }
.footer-contact h5 { font: 500 20px/1.4 var(--head); margin-bottom: 16px; }
.footer-contact p { font-weight: 500; margin-bottom: 8px; }
.footer-contact a { text-decoration: none; }
.footer-news h4 { font: 500 25px/1.3 var(--head); margin-bottom: 14px; }
.news-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 370px; }
.news-form input { border: 1px solid #ddd; padding: 9px 12px; }
.news-form .btn { grid-column: 1 / -1; font-size: 15px; padding: 10px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #ddd; margin-top: 60px; padding-top: 24px; max-width: 1286px; }
.footer-bottom p { font-size: 13px; font-weight: 500; }
.socials { display: flex; gap: 8px; }
.socials a { width: 34px; height: 34px; border-radius: 50%; background: var(--pale); color: var(--green-dark); display: flex; align-items: center; justify-content: center; }
.socials svg { width: 14px; height: 14px; }

/* Tablet */
@media (max-width: 1100px) {
  .program-grid { grid-template-columns: 1fr 1fr; gap: 60px; padding-left: 20px; }
  .program-photo { width: 100%; }
  .program-badge { right: -20px; width: 110px; height: 110px; }
  .feature, .feature:first-child { padding: 10px 24px; }
  .curriculum .wrap, .footer-grid { padding-left: 20px; }
  .cert-logos { gap: 60px; }
  .hero h1 { font-size: 72px; }
}

/* Mobile */
@media (max-width: 767px) {
  h2 { font-size: 30px; }
  .header-inner { height: 80px; }
  .logo img { width: 200px; }
  .nav-burger { display: block; width: 36px; height: 36px; position: relative; cursor: pointer; }
  .nav-burger span, .nav-burger span::before, .nav-burger span::after { position: absolute; left: 6px; right: 6px; height: 2px; background: var(--ink); content: ""; }
  .nav-burger span { top: 17px; }
  .nav-burger span::before { top: -8px; left: 0; right: 0; }
  .nav-burger span::after { top: 8px; left: 0; right: 0; }
  .nav { display: none; position: absolute; top: 80px; left: 0; right: 0; background: #fff; flex-direction: column; gap: 18px; padding: 20px 0 26px; box-shadow: var(--shadow); }
  .nav-toggle:checked ~ .nav { display: flex; }
  .hero { min-height: 560px; }
  .hero h1 { font-size: 48px; letter-spacing: -1px; }
  .hero-sub { font-size: 19px; }
  .features-grid { grid-template-columns: 1fr 1fr; gap: 20px 0; }
  .feature, .feature:first-child { border-left: 0; padding: 0 12px; }
  .program { padding: 60px 0; }
  .program-grid { grid-template-columns: 1fr; gap: 40px; }
  .program-badge { right: 0; }
  .icon-card { padding: 20px; }
  .icon-circle { width: 60px; height: 60px; }
  .icon-circle svg { width: 26px; height: 26px; }
  .join-inner { flex-wrap: wrap; text-align: center; }
  .curriculum-head { grid-template-columns: 1fr; gap: 16px; }
  .cur-grid { grid-template-columns: 1fr; }
  .director { background-position: 30% top; padding: 280px 0 0; }
  .director::after { display: none; }
  .director-card { width: 100%; border-radius: 12px 12px 0 0; padding: 28px 22px; }
  .cert-logos { flex-direction: column; gap: 30px; }
  .cert-logos img, .cert-logos img:nth-child(2), .cert-logos img:nth-child(3) { width: 150px; }
  .hero-inner { text-align: center; }
  .fees-tab { width: 80%; }
  .fee-bar { font-size: 22px; }
  .fee-list, .fee-note { padding-left: 20px; }
  .fee-table th, .fee-table td { padding: 10px 8px; }
  .slider { padding: 0 30px; }
  .contact { grid-template-columns: 1fr; }
  .contact-form-col { padding: 60px 20px; }
  .contact-form-inner { margin: 0; }
  .contact-map iframe { min-height: 360px; }
  .contact-bar-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .contact-bar-inner .btn { margin-left: 0; }
  .cb-item a, .cb-item p { font-size: 20px; }
  .cta-tab { padding: 12px 28px 6px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .news-form { margin: 0 auto; }
  .footer-bottom { flex-direction: column; gap: 14px; }
}

/* Entrance animations (same effects/delays as the original Elementor page) */
body { overflow-x: clip; }
.js [data-anim] { opacity: 0; }
.js [data-anim].is-in { animation: var(--anim) 1.25s both; animation-delay: var(--delay, 0ms); }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: none; } }
@keyframes tada {
  from { opacity: 1; transform: scale3d(1, 1, 1) rotate(-3deg); }
  10%, 20% { transform: scale3d(.9, .9, .9) rotate(-6deg); }
  30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(0deg); }
  40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-6deg); }
  to { opacity: 1; transform: scale3d(1, 1, 1) rotate(-3deg); }
}
.program-badge { transition: transform .1s linear; }
.socials a { transition: transform .3s; }
.socials a:hover { transform: translateY(-8px); }
@media (prefers-reduced-motion: reduce) {
  .js [data-anim] { opacity: 1; }
  .js [data-anim].is-in { animation: none; }
  .program-badge { transform: none !important; }
}
