:root {
  --green: #046233;
  --green-dark: #063f2b;
  --mint: #e5f2e8;
  --mint-strong: #cbe7d2;
  --olive: #323f1b;
  --brown: #322729;
  --gold: #d3aa37;
  --gold-light: #ebd099;
  --red: #be0000;
  --ink: #171a18;
  --text: #3f4843;
  --muted: #707a74;
  --white: #fff;
  --off-white: #fbfcfa;
  --border: #dce5df;
  --radius-sm: 10px;
  --radius-md: 13px;
  --radius-lg: 17px;
  --shadow: 0 7px 24px rgba(17, 48, 32, 0.09);
  --container: 1040px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--text);
  font-family: Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.5;
}

.container {
  width: min(calc(100% - 28px), var(--container));
  margin-inline: auto;
}

.narrow-container {
  max-width: 900px;
}

.section {
  padding-block: 36px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  right: 10px;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--green-dark);
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  min-height: 32px;
  padding: 5px 0;
  background: var(--green);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.site-header {
  border-bottom: 1px solid #edf0ee;
  background: var(--white);
}

.header-inner {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.academy-logo {
  display: block;
  width: 165px;
}

.academy-logo img {
  width: 100%;
  height: auto;
}

.button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:focus-visible,
.programme-tab:focus-visible,
.faq-item button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(211, 170, 55, 0.35);
  outline-offset: 3px;
}

.button--small {
  min-height: 38px;
  padding: 8px 18px;
  background: var(--mint);
  color: var(--green);
  font-size: 12px;
}

.button--small:hover,
.button--primary:hover {
  background: var(--green-dark);
  color: var(--white);
}

.button--primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 6px 15px rgba(4, 98, 51, 0.17);
}

.button--outline {
  border-color: #b9c1bc;
  background: var(--white);
  color: var(--ink);
}

.button--outline:hover {
  border-color: var(--gold-light);
  background: #fbf5e8;
}

.button--gold {
  background: linear-gradient(135deg, #e5c565, #c99b20);
  color: #1c2117;
  box-shadow: 0 6px 17px rgba(211, 170, 55, 0.22);
}

.button--gold:hover {
  background: var(--gold-light);
}

.button--wide {
  width: 100%;
}

.hero {
  padding-block: 36px 30px;
  background:
    radial-gradient(circle at 8% 25%, rgba(229, 242, 232, 0.8), transparent 24%),
    linear-gradient(180deg, #fff, #fbfcfa);
}

.hero-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.badge {
  display: inline-block;
  width: fit-content;
  margin-bottom: 13px;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  background: var(--mint);
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.7;
}

.hero h1 {
  max-width: 880px;
  margin-bottom: 14px;
  font-size: clamp(28px, 8vw, 46px);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hero h1 span {
  display: block;
}

.title-green {
  color: var(--green);
}

.title-red {
  margin-top: 1px;
  color: var(--red);
  font-size: 0.72em;
}

.hero-copy {
  max-width: 760px;
  margin-bottom: 25px;
  color: #353b37;
  font-size: 14px;
  line-height: 2;
}

.poster-frame {
  width: min(100%, 490px);
  margin: 0 0 16px;
  padding: 6px;
  border: 1px solid #d3ded7;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
}

.poster-frame img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hero-actions {
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 15px;
}

.trust-grid {
  display: grid;
  width: min(100%, 760px);
  gap: 5px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 10px;
  text-align: right;
}

.circle-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.circle-icon--gold {
  background: rgba(252, 190, 64, 0.28);
  color: #9c6e00;
}

.circle-icon--green {
  background: rgba(97, 206, 112, 0.28);
  color: var(--green);
}

.circle-icon--blue {
  background: rgba(133, 111, 240, 0.22);
  color: #263a9d;
}

.trust-item h2 {
  margin: 0 0 1px;
  font-size: 13px;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 21px;
  text-align: center;
}

.section-heading h2,
.trainer-copy h2,
.registration-info h2 {
  margin-bottom: 10px;
  font-size: clamp(23px, 6.5vw, 35px);
  letter-spacing: -0.025em;
}

.section-heading h2 span {
  color: var(--green);
}

.section-heading p {
  margin-bottom: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.95;
}

.problem-section {
  background: var(--off-white);
}

.pain-grid,
.audience-grid {
  display: grid;
  gap: 12px;
}

.pain-grid {
  max-width: 930px;
  margin-inline: auto;
}

.dark-card {
  position: relative;
  padding: 20px 17px;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  color: var(--white);
  box-shadow: 0 5px 15px rgba(16, 28, 20, 0.12);
}

.dark-card--olive {
  border-color: #817220;
  background: var(--olive);
}

.dark-card--brown {
  border-color: #7c3444;
  background: var(--brown);
}

.dark-card__icon {
  display: grid;
  width: 37px;
  height: 37px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-dark);
  color: #fdb800;
  font-size: 17px;
  font-weight: 700;
}

.dark-card h3 {
  margin-bottom: 7px;
  color: var(--white);
  font-size: 17px;
}

.dark-card p {
  margin-bottom: 0;
  color: #d2d5d2;
  font-size: 12px;
  line-height: 1.85;
}

.centered-action {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.programme-section {
  background: var(--white);
}

.programme-section .narrow-container {
  max-width: 820px;
}

.programme-tabs {
  display: flex;
  width: min(100%, 430px);
  gap: 7px;
  margin: 0 auto 18px;
  padding: 5px;
  border: 1px solid var(--mint-strong);
  border-radius: var(--radius-md);
  background: #f5faf6;
}

.programme-tab {
  min-height: 38px;
  flex: 1;
  padding: 7px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.programme-tab.is-active {
  background: var(--green);
  color: var(--white);
}

.programme-panel[hidden] {
  display: none;
}

.programme-panel > h3 {
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 19px;
  text-align: center;
}

.programme-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.programme-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid #a9d4b6;
  border-radius: var(--radius-sm);
  background: #f1f9f3;
  color: #1c3829;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.programme-list li > span {
  flex: 0 0 auto;
  color: var(--green);
}

.programme-list .programme-result {
  border-color: var(--gold);
  background: #fff9e9;
  color: #544414;
}

.programme-list .programme-result > span {
  color: #a57b00;
}

.audience-section {
  background: var(--white);
}

.audience-card {
  min-height: 205px;
}

.audience-card__label {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
}

.trainer-section {
  background: var(--white);
}

.trainer-grid {
  display: grid;
  gap: 30px;
}

.trainer-copy {
  max-width: 500px;
}

.trainer-card {
  overflow: hidden;
  border: 1px solid #b8cabb;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
}

.trainer-card > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.trainer-card__body {
  padding: 18px;
  background: var(--green-dark);
  color: var(--white);
  text-align: center;
}

.trainer-card__body h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: 24px;
}

.latin-name {
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 12px;
}

.trainer-card__body ul,
.check-list,
.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.trainer-card__body ul {
  display: grid;
  gap: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 12px;
  text-align: right;
}

.trainer-card__body li {
  position: relative;
  padding-right: 13px;
  color: #e0e9e4;
  font-size: 10px;
}

.trainer-card__body li::before {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gold-light);
  content: "●";
}

.trainer-copy > p {
  color: var(--text);
  font-size: 13px;
  line-height: 2;
}

.check-list {
  display: grid;
  gap: 8px;
  margin-top: 17px;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid var(--mint-strong);
  border-radius: var(--radius-sm);
  background: var(--mint);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
}

.check-list span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 10px;
}

.pricing-section {
  background: var(--white);
}

.pricing-grid {
  display: grid;
  max-width: 780px;
  gap: 15px;
  margin-inline: auto;
}

.price-card {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 24px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.price-card--standard {
  border: 2px solid var(--green);
  background: var(--white);
}

.price-card--gold {
  padding-top: 38px;
  border: 2px solid #a88622;
  background: linear-gradient(145deg, #161d18, #092f24);
  color: var(--white);
}

.popular {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 18px;
  border-radius: 0 0 9px 9px;
  background: var(--gold);
  color: #161b16;
  font-size: 10px;
  font-weight: 700;
  transform: translateX(-50%);
}

.price-card__top {
  text-align: center;
}

.ticket-label {
  display: inline-block;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.price-card h3 {
  margin: 3px 0 8px;
  font-size: 23px;
}

.old-price {
  display: block;
  color: var(--muted);
  font-size: 12px;
  text-decoration: line-through;
}

.price {
  margin-bottom: 4px;
  color: var(--green);
  font-size: 14px;
}

.price strong {
  font-size: 43px;
  line-height: 1.2;
}

.urgency,
.gold-note {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
}

.urgency {
  color: var(--red);
}

.gold-note {
  color: var(--gold-light);
}

.price-card ul {
  display: grid;
  gap: 9px;
  flex: 1;
  margin-block: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}

.price-card li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--text);
  font-size: 11px;
  line-height: 1.8;
}

.price-card li span {
  color: var(--green);
  font-weight: 700;
}

.price-card--gold .ticket-label,
.price-card--gold .price {
  color: var(--gold-light);
}

.price-card--gold h3,
.price-card--gold .price strong {
  color: var(--white);
}

.price-card--gold ul {
  border-color: rgba(255, 255, 255, 0.14);
}

.price-card--gold li {
  color: #edf1ee;
}

.price-card--gold li span {
  color: var(--gold-light);
}

.ticket-button {
  width: 100%;
}

.seat-note {
  max-width: 760px;
  margin: 16px auto 0;
  padding: 10px 13px;
  border: 1px solid #eed8d5;
  border-radius: var(--radius-sm);
  background: #fff7f6;
  color: #70443f;
  font-size: 11px;
  text-align: center;
}

.registration-section {
  background: var(--white);
}

.registration-card {
  display: grid;
  overflow: hidden;
  border: 1px solid #cbd7cf;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.registration-info {
  padding: 25px 20px;
  background: var(--green);
  color: var(--white);
}

.badge--light {
  background: rgba(255, 255, 255, 0.14);
  color: var(--gold-light);
}

.registration-info h2 {
  color: var(--white);
}

.registration-info > p {
  margin-bottom: 20px;
  color: #dce8e1;
  font-size: 12px;
}

.event-details {
  display: grid;
  gap: 8px;
}

.event-details article {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.07);
}

.event-details__icon {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-light);
}

.event-details h3 {
  margin: 0;
  color: var(--white);
  font-size: 12px;
}

.event-details p {
  margin: 0;
  color: #dbe5df;
  font-size: 10px;
}

.registration-form {
  padding: 25px 20px;
  background: var(--white);
}

.registration-form > h2 {
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 23px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}

.field label {
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.field label span {
  color: var(--red);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ccd7d0;
  border-radius: 8px;
  background: #fbfcfb;
  color: var(--ink);
  font-size: 13px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

input,
select {
  height: 43px;
  padding-inline: 11px;
}

textarea {
  min-height: 76px;
  padding: 9px 11px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(4, 98, 51, 0.08);
}

.phone-field {
  display: flex;
  width: 100%;
  height: 43px;
  overflow: hidden;
  align-items: center;
  border: 1px solid #ccd7d0;
  border-radius: 8px;
  background: #fbfcfb;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.phone-field:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(4, 98, 51, 0.08);
}

.phone-prefix {
  display: flex;
  height: 100%;
  align-items: center;
  padding-inline: 11px;
  border-right: 1px solid #ccd7d0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.phone-field input {
  min-width: 0;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  direction: ltr;
  text-align: left;
}

.phone-field input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.form-status {
  min-height: 21px;
  margin: 8px 0 0;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.privacy-notice {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

.privacy-notice a,
.footer-link {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-section {
  background: var(--white);
}

.section.faq-section {
  padding-bottom: 24px;
}

.faq-section .narrow-container {
  max-width: 720px;
}

.faq-list {
  display: grid;
  gap: 6px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--white);
  box-shadow: 0 3px 12px rgba(17, 48, 32, 0.045);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border: 0;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.faq-item button span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--green);
  font-size: 16px;
}

.faq-answer {
  padding: 0 12px 12px;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.final-action {
  display: flex;
  justify-content: center;
  padding: 0 14px 30px;
}

.site-footer {
  padding-block: 12px;
  border-top: 1px solid #e6ebe7;
  background: var(--white);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner img {
  width: 105px;
  height: auto;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

@media (min-width: 560px) {
  .announcement {
    font-size: 12px;
  }

  .hero-actions {
    justify-content: center;
    flex-direction: row;
  }

  .hero-actions .button {
    min-width: 200px;
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-item {
    justify-content: center;
  }

  .trust-item:not(:last-child) {
    border-inline-end: 1px solid #e0e6e2;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .section {
    padding-block: 46px;
  }

  .announcement {
    min-height: 36px;
    padding-block: 6px;
    font-size: 13px;
  }

  .header-inner {
    min-height: 70px;
  }

  .academy-logo {
    width: 205px;
  }

  .hero {
    padding-block: 43px 35px;
  }

  .hero h1 {
    margin-bottom: 17px;
  }

  .hero-copy {
    font-size: 15px;
  }

  .poster-frame {
    width: 500px;
  }

  .pain-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dark-card {
    min-height: 238px;
    padding: 22px 18px;
  }

  .dark-card h3 {
    font-size: 18px;
  }

  .programme-list li {
    padding: 10px 14px;
    font-size: 13px;
  }

  .audience-card {
    min-height: 226px;
  }

  .trainer-grid {
    direction: ltr;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: 38px;
  }

  .trainer-card,
  .trainer-copy {
    direction: rtl;
  }

  .trainer-card__body {
    padding: 20px;
  }

  .trainer-copy > p {
    font-size: 14px;
  }

  .pricing-grid {
    direction: ltr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .price-card {
    direction: rtl;
    padding: 28px 24px;
  }

  .price-card--gold {
    padding-top: 43px;
  }

  .registration-card {
    direction: ltr;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .registration-info,
  .registration-form {
    direction: rtl;
  }

  .registration-info {
    padding: 32px 27px;
  }

  .registration-form {
    padding: 31px 27px;
  }

}

@media (min-width: 980px) {
  .audience-grid {
    max-width: 880px;
    margin-inline: auto;
  }

  .trainer-grid {
    max-width: 900px;
  }

  .registration-card {
    max-width: 880px;
  }
}

body.modal-open {
  overflow: hidden;
}

.success-modal {
  display: grid;
  position: fixed;
  z-index: 10000;
  inset: 0;
  place-items: center;
  padding-top: calc(16px + env(safe-area-inset-top, 0px));
  padding-right: calc(16px + env(safe-area-inset-right, 0px));
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  padding-left: calc(16px + env(safe-area-inset-left, 0px));
  background: rgba(6, 45, 31, 0.58);
  backdrop-filter: blur(2px);
}

.success-modal[hidden] {
  display: none;
}

.success-modal__dialog {
  position: relative;
  width: min(100%, 480px);
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  padding: 30px 26px 22px;
  border: 1px solid var(--mint-strong);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 20px 60px rgba(6, 45, 31, 0.28);
  color: var(--text);
  direction: rtl;
  overscroll-behavior: contain;
  text-align: center;
}

.success-modal__close {
  display: grid;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--mint-strong);
  border-radius: 50%;
  background: var(--mint);
  color: var(--green-dark);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.success-modal__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--green);
  font-size: 11px;
  font-weight: 700;
}

.success-modal h2 {
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 27px;
}

.success-modal__dialog > p {
  margin-bottom: 13px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.85;
}

.success-modal__instruction {
  padding: 10px 12px;
  border: 1px solid var(--mint-strong);
  border-radius: var(--radius-sm);
  background: var(--mint);
}

.success-modal__whatsapp {
  width: 100%;
  margin: 3px 0 0;
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px));
  }

  body.privacy-document {
    padding-bottom: 0;
  }

  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    z-index: 9999;
    right: calc(16px + env(safe-area-inset-right, 0px));
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: calc(16px + env(safe-area-inset-left, 0px));
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 11px 24px;
    border: 1px solid transparent;
    border-radius: var(--radius-lg);
    background: var(--green);
    color: var(--white);
    box-shadow: 0 8px 24px rgba(4, 60, 34, 0.28);
    direction: rtl;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .mobile-sticky-cta.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
  }

  .mobile-sticky-cta:hover {
    background: var(--green-dark);
  }
}

@media (min-width: 769px) {
  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 390px) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }

  .section {
    padding-block: 30px;
  }

  .button {
    width: 100%;
  }

  .button--primary,
  .button--outline,
  .button--gold {
    min-height: 48px;
    padding: 11px 18px;
    border-radius: var(--radius-md);
  }

  .button--small {
    width: auto;
    min-height: 38px;
  }

  .academy-logo {
    width: 132px;
  }

  .hero {
    padding-block: 27px 23px;
  }

  .hero .badge {
    margin-bottom: 9px;
  }

  .hero h1 {
    font-size: 28px;
    margin-bottom: 9px;
  }

  .hero-copy {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.9;
  }

  .poster-frame {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    margin: 0 -6px 12px;
    padding: 4px;
  }

  .hero-actions {
    gap: 7px;
    margin-bottom: 10px;
  }

  .trust-grid {
    gap: 7px;
  }

  .trust-item {
    min-height: 52px;
    gap: 11px;
    padding: 4px 6px;
  }

  .circle-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .trust-item h2 {
    font-size: 15px;
  }

  .trust-item p {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .section-heading p,
  .trainer-copy > p,
  .registration-info > p,
  .faq-answer p {
    font-size: 14px;
    line-height: 1.85;
  }

  .dark-card {
    padding: 19px 16px;
  }

  .dark-card p {
    font-size: 14px;
    line-height: 1.8;
  }

  .programme-panel > h3 {
    font-size: 20px;
  }

  .programme-list li {
    padding: 9px 11px;
    font-size: 14px;
    line-height: 1.75;
  }

  .audience-card {
    min-height: auto;
  }

  .trainer-grid {
    gap: 21px;
  }

  .trainer-card > img {
    aspect-ratio: 4 / 3;
    object-position: center 22%;
  }

  .trainer-card__body {
    padding: 15px 16px;
  }

  .trainer-card__body h2 {
    font-size: 23px;
  }

  .latin-name {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .trainer-card__body ul {
    gap: 4px;
    padding-top: 9px;
  }

  .trainer-card__body li,
  .check-list li {
    font-size: 14px;
    line-height: 1.7;
  }

  .trainer-copy .badge {
    margin-bottom: 9px;
  }

  .trainer-copy h2 {
    margin-bottom: 8px;
  }

  .trainer-copy > p {
    margin-bottom: 11px;
  }

  .price-card,
  .price-card--standard {
    padding: 23px 19px;
  }

  .price-card--gold {
    padding: 35px 19px 23px;
  }

  .price-card li,
  .seat-note {
    font-size: 14px;
    line-height: 1.75;
  }

  .price-card .button {
    min-height: 48px;
    padding-inline: 16px;
  }

  .registration-info {
    padding: 20px 17px;
  }

  .registration-info > p {
    margin-bottom: 15px;
  }

  .event-details {
    gap: 6px;
  }

  .event-details article {
    gap: 9px;
    padding: 8px 9px;
  }

  .event-details__icon {
    width: 30px;
    height: 30px;
  }

  .event-details h3,
  .event-details p,
  .field label,
  input,
  select,
  textarea,
  .form-status {
    font-size: 14px;
  }

  .registration-form {
    padding: 23px 17px;
  }

  .success-modal {
    padding-top: calc(12px + env(safe-area-inset-top, 0px));
    padding-right: calc(12px + env(safe-area-inset-right, 0px));
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    padding-left: calc(12px + env(safe-area-inset-left, 0px));
  }

  .success-modal__dialog {
    max-height: calc(100dvh - 24px - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));
    padding: 28px 18px 18px;
  }

  .success-modal h2 {
    font-size: 24px;
  }

  .success-modal__dialog > p {
    font-size: 14px;
    line-height: 1.75;
  }

  .faq-section .section-heading h2 {
    font-size: 27px;
  }

  .faq-item button {
    min-height: 56px;
    padding: 11px 12px;
    font-size: 15px;
    line-height: 1.65;
  }

  .faq-list {
    gap: 5px;
  }

  .final-action {
    padding-bottom: 24px;
  }

  .site-footer {
    padding-block: 14px;
  }

  .footer-inner img {
    width: 120px;
  }

  .footer-inner p {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

.privacy-page {
  min-height: 100vh;
  padding: 32px 0;
  background: var(--off-white);
}

.privacy-card {
  width: min(calc(100% - 28px), 760px);
  margin-inline: auto;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow);
}

.privacy-card__logo {
  width: 180px;
  height: auto;
  margin: 0 auto 24px;
}

.privacy-card h1 {
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: clamp(28px, 5vw, 38px);
  text-align: center;
}

.privacy-card h2 {
  margin: 24px 0 8px;
  color: var(--green-dark);
  font-size: 20px;
}

.privacy-card p,
.privacy-card li {
  font-size: 15px;
  line-height: 1.9;
}

.privacy-card ul {
  margin: 0;
  padding-right: 22px;
}

.privacy-card__back {
  margin-top: 20px;
}

@media (max-width: 390px) {
  .privacy-page {
    padding: 18px 0;
  }

  .privacy-card {
    padding: 22px 17px;
  }
}
