/*
THESIS: A compact course field guide, not a generic dark presale splash; the live form remains the obvious next step.
OWN-WORLD: FORM Forest, Sand, Ivory, and Charcoal; Manrope headings, Public Sans working copy, ruled editorial modules, no shadows.
STORY: Name the course, make the outcome concrete, show three practical benefits, clarify the learning experience, answer doubts, then invite action.
FIRST VIEWPORT: Compact brand header above a Forest two-column introduction; direct course promise left, high-contrast Ivory Kajabi form right.
FORM: Established-world surface candidate seven, seed d32e1c0d; a field-guide flow using the page's existing sections and native behavior.
FINISH: unreviewed and undocumented is unfinished; this build ends with the finish review, the verdict, and DESIGN.md
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&family=Public+Sans:wght@400;500;600;700&display=swap");

:root {
  --form-forest: #18382c;
  --form-forest-deep: #102a20;
  --form-sand: #d5c5a3;
  --form-ivory: #f7f5ef;
  --form-paper: #fffdf8;
  --form-charcoal: #232b26;
  --form-muted: #667069;
  --form-line: rgba(35, 43, 38, 0.16);
  --form-line-light: rgba(247, 245, 239, 0.22);
  --form-shell: 1240px;
}

html {
  background: var(--form-ivory);
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background: var(--form-ivory) !important;
  color: var(--form-charcoal);
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

body,
body main,
.main,
.content {
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.accordion-title h5 {
  color: var(--form-charcoal);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

p,
li,
label,
input,
textarea,
select,
button {
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

a,
button,
input,
textarea,
select,
.accordion-title {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

/* Brand header */
#section-header,
.header,
.header__content,
.header__content--desktop,
.header__content--mobile {
  background: var(--form-ivory) !important;
  box-shadow: none !important;
}

.header {
  border-bottom: 1px solid var(--form-line) !important;
  min-height: 0 !important;
}

.header__container {
  height: 82px !important;
  justify-content: flex-start !important;
  max-width: var(--form-shell) !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.header__block--logo {
  flex: 0 0 auto !important;
  width: auto !important;
}

.header .logo {
  align-items: center;
  color: var(--form-charcoal) !important;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}

.header .logo__image {
  content: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/file-uploads/sites/2148926857/images/2eb77-6bcb-1fe-7037-a1120a533ea0_g_rsel_2026-09-19_195320275.png") !important;
  height: auto !important;
  max-height: none !important;
  max-width: 238px !important;
  object-fit: contain;
  width: min(238px, 64vw) !important;
}

.header .logo::after {
  content: none;
}

/* Shared section shell */
[id^="section-presale_v0_0_1__"] > .section > .sizer > .container {
  max-width: var(--form-shell) !important;
  min-width: 0 !important;
  padding-left: clamp(24px, 4vw, 52px) !important;
  padding-right: clamp(24px, 4vw, 52px) !important;
  width: 100% !important;
  position: relative;
  z-index: 1;
}

[id^="section-presale_v0_0_1__"] .row,
[id^="section-presale_v0_0_1__"] [class*="block-type--"],
[id^="section-presale_v0_0_1__"] .block,
[id^="section-presale_v0_0_1__"] .form,
[id^="section-presale_v0_0_1__"] form {
  min-width: 0 !important;
}

[id^="section-presale_v0_0_1__"] img,
[id^="section-presale_v0_0_1__"] input,
[id^="section-presale_v0_0_1__"] textarea,
[id^="section-presale_v0_0_1__"] select,
[id^="section-presale_v0_0_1__"] button {
  max-width: 100% !important;
}

/* First viewport: course promise and native form */
#section-presale_v0_0_1__signup {
  background-color: var(--form-ivory) !important;
  background-image: none !important;
  padding: clamp(14px, 2vw, 24px);
}

#section-presale_v0_0_1__signup > .section {
  background-color: var(--form-forest) !important;
  background-image: none !important;
  border-radius: 22px;
  color: var(--form-ivory);
  overflow: hidden;
  position: relative;
}

#section-presale_v0_0_1__signup > .section::after {
  border: 1px solid rgba(213, 197, 163, 0.24);
  border-radius: 999px;
  content: "";
  height: 430px;
  pointer-events: none;
  position: absolute;
  right: -210px;
  top: -220px;
  width: 430px;
}

#section-presale_v0_0_1__signup .section__overlay {
  background: linear-gradient(180deg, rgba(213, 197, 163, 0.08), transparent 48%) !important;
  opacity: 1 !important;
}

#section-presale_v0_0_1__signup .sizer {
  min-height: 0 !important;
  padding-bottom: clamp(54px, 6vw, 84px) !important;
  padding-top: clamp(54px, 6vw, 84px) !important;
}

#section-presale_v0_0_1__signup .row {
  align-items: center !important;
  gap: clamp(28px, 4vw, 64px);
  justify-content: space-between !important;
}

#section-presale_v0_0_1__signup .block-type--text,
#section-presale_v0_0_1__signup .block-type--form {
  flex: 1 1 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

#section-presale_v0_0_1__signup .block-type--text {
  flex-basis: 54% !important;
}

#section-presale_v0_0_1__signup .block-type--form {
  flex-basis: 40% !important;
}

#section-presale_v0_0_1__signup .block-type--text .block {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#section-presale_v0_0_1__signup h1 {
  color: var(--form-ivory) !important;
  font-size: clamp(40px, 4.25vw, 64px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.01 !important;
  margin: 0 0 24px !important;
  max-width: 760px;
  text-align: left !important;
}

#section-presale_v0_0_1__signup .block-type--text p {
  color: rgba(247, 245, 239, 0.76) !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 620px;
  text-align: left !important;
}

#section-presale_v0_0_1__signup .block-type--form .block {
  background: var(--form-paper) !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  color: var(--form-charcoal) !important;
  padding: clamp(26px, 3vw, 42px) !important;
  text-align: left !important;
}

#section-presale_v0_0_1__signup .form h4 {
  color: var(--form-charcoal) !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  margin: 0 0 10px !important;
  text-align: left !important;
}

#section-presale_v0_0_1__signup .form > div > p {
  color: var(--form-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  margin: 0 0 26px !important;
  text-align: left !important;
}

.form-control,
.form input[type="text"],
.form input[type="email"] {
  background: rgba(213, 197, 163, 0.2) !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--form-charcoal) !important;
  font-size: 15px !important;
  font-weight: 500;
  min-height: 54px;
  padding: 14px 16px !important;
}

.form-control::placeholder,
.form input::placeholder {
  color: #68716b !important;
  opacity: 1 !important;
}

.form-control:focus,
.form input:focus {
  background: var(--form-paper) !important;
  border-color: var(--form-forest) !important;
  box-shadow: 0 0 0 3px rgba(24, 56, 44, 0.1) !important;
  outline: none !important;
}

.form-btn,
.btn,
button[type="submit"] {
  background: var(--form-forest) !important;
  border: 1px solid var(--form-forest) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: var(--form-ivory) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.055em !important;
  min-height: 50px;
  padding: 13px 22px !important;
  text-transform: uppercase;
}

.form-btn:hover,
.btn:hover,
button[type="submit"]:hover {
  background: var(--form-charcoal) !important;
  border-color: var(--form-charcoal) !important;
}

#section-presale_v0_0_1__signup .form-btn {
  margin-top: 4px;
  width: 100% !important;
}

/* Three practical benefits */
#section-presale_v0_0_1__value_propositions {
  background: var(--form-ivory) !important;
  padding: 0 clamp(14px, 2vw, 24px);
}

#section-presale_v0_0_1__value_propositions > .section {
  background: transparent !important;
}

#section-presale_v0_0_1__value_propositions .sizer {
  padding-bottom: clamp(64px, 8vw, 104px) !important;
  padding-top: clamp(64px, 8vw, 104px) !important;
}

#section-presale_v0_0_1__value_propositions .row {
  align-items: stretch !important;
  background: rgba(213, 197, 163, 0.22);
  border-radius: 18px;
  gap: 0;
  overflow: hidden;
}

#section-presale_v0_0_1__value_propositions .block-type--feature {
  flex: 1 1 33.333% !important;
  margin: 0 !important;
  max-width: 33.333% !important;
  padding: 0 !important;
}

#section-presale_v0_0_1__value_propositions .block-type--feature + .block-type--feature {
  border-left: 1px solid var(--form-line);
}

#section-presale_v0_0_1__value_propositions .block,
#section-presale_v0_0_1__value_propositions .feature {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  height: 100%;
  padding: 30px !important;
  text-align: left !important;
}

#section-presale_v0_0_1__value_propositions .feature::before {
  background: var(--form-forest);
  border-radius: 2px;
  content: "";
  display: block;
  height: 9px;
  margin-bottom: 24px;
  width: 9px;
}

#section-presale_v0_0_1__value_propositions .feature__image {
  display: none !important;
}

#section-presale_v0_0_1__value_propositions .feature__text,
#section-presale_v0_0_1__value_propositions .feature__text h4,
#section-presale_v0_0_1__value_propositions .feature__text p {
  text-align: left !important;
}

#section-presale_v0_0_1__value_propositions h4 {
  color: var(--form-charcoal) !important;
  font-size: clamp(19px, 1.65vw, 24px) !important;
  margin: 0 0 12px !important;
}

#section-presale_v0_0_1__value_propositions p {
  color: var(--form-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* Course summary */
#section-presale_v0_0_1__hero_section,
#section-presale_v0_0_1__hero_section > .section {
  background: var(--form-ivory) !important;
  background-image: none !important;
  color: var(--form-charcoal) !important;
}

#section-presale_v0_0_1__hero_section .section__overlay {
  display: none !important;
}

#section-presale_v0_0_1__hero_section .sizer {
  padding-bottom: clamp(64px, 8vw, 104px) !important;
  padding-top: 0 !important;
}

#section-presale_v0_0_1__hero_section .row {
  align-items: center !important;
  gap: clamp(34px, 5vw, 74px);
  justify-content: space-between !important;
}

#section-presale_v0_0_1__hero_section .block-type--text,
#section-presale_v0_0_1__hero_section .block-type--image {
  flex: 1 1 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}

#section-presale_v0_0_1__hero_section .block-type--text .block,
#section-presale_v0_0_1__hero_section .block-type--image .block {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

#section-presale_v0_0_1__hero_section h2 {
  color: var(--form-charcoal) !important;
  font-size: clamp(34px, 3.4vw, 50px) !important;
  letter-spacing: -0.04em !important;
  margin: 0 0 20px !important;
  max-width: 620px;
}

#section-presale_v0_0_1__hero_section p {
  color: var(--form-muted) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  max-width: 620px;
}

#section-presale_v0_0_1__hero_section .image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: var(--form-sand);
  border-radius: 18px !important;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

#section-presale_v0_0_1__hero_section .image:has(img[src*="placeholder.png"])::after {
  color: var(--form-forest);
  content: "Practical learning for real work.";
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 11ch;
  padding: 28px;
}

#section-presale_v0_0_1__hero_section img[src*="placeholder.png"] {
  display: none !important;
}

#section-presale_v0_0_1__hero_section .image__image:not([src*="placeholder.png"]) {
  height: 100% !important;
  object-fit: cover !important;
  width: 100% !important;
}

/* FAQ */
#section-presale_v0_0_1__faqs,
#section-presale_v0_0_1__faqs > .section {
  background: rgba(213, 197, 163, 0.22) !important;
}

#section-presale_v0_0_1__faqs .sizer {
  padding-bottom: clamp(64px, 8vw, 104px) !important;
  padding-top: clamp(64px, 8vw, 104px) !important;
}

#section-presale_v0_0_1__faqs .row {
  gap: 12px;
}

#section-presale_v0_0_1__faqs .block-type--accordion {
  flex: 0 0 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}

#section-presale_v0_0_1__faqs .block {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 0 !important;
}

#section-presale_v0_0_1__faqs .accordion {
  background: var(--form-paper) !important;
  border: 1px solid var(--form-line) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  color: var(--form-charcoal) !important;
  overflow: hidden !important;
  position: relative;
}

#section-presale_v0_0_1__faqs .accordion-title {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  min-height: 78px;
  padding: 22px 24px !important;
}

#section-presale_v0_0_1__faqs .accordion-collapse {
  background: transparent !important;
  border: 0 !important;
}

#section-presale_v0_0_1__faqs .accordion-title h5 {
  color: var(--form-charcoal) !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  margin: 0 !important;
}

#section-presale_v0_0_1__faqs .accordion-title::after {
  color: var(--form-forest) !important;
  font-size: 22px !important;
}

#section-presale_v0_0_1__faqs .accordion-body {
  border-top: 1px solid var(--form-line) !important;
  color: var(--form-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  padding: 22px 24px 25px !important;
}

/* Empty social row is not a section. */
#section-presale_v0_0_1__social:not(:has(a)) {
  display: none !important;
}

/* Footer */
#section-footer,
.footer {
  background: var(--form-forest-deep) !important;
}

.footer {
  border: 0 !important;
  color: rgba(247, 245, 239, 0.68) !important;
  min-height: 0 !important;
}

.footer__content,
.footer__container {
  min-height: 0 !important;
}

.footer__container {
  justify-content: flex-start !important;
  max-width: var(--form-shell) !important;
  padding: 30px 24px !important;
}

.footer .copyright {
  color: transparent !important;
  font-size: 0 !important;
}

.footer .copyright::before {
  color: rgba(247, 245, 239, 0.74);
  content: "© 2026 FORM Academy. All rights reserved.  ·  Designed and developed by Hiaydin.dev";
  font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.powered-by {
  display: none !important;
}

/* Modal consistency */
.modal__content {
  background: var(--form-paper) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  color: var(--form-charcoal) !important;
}

.close-x__part {
  background: var(--form-charcoal) !important;
}

@media (max-width: 980px) {
  #section-presale_v0_0_1__signup .row,
  #section-presale_v0_0_1__hero_section .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #section-presale_v0_0_1__signup .block-type--text,
  #section-presale_v0_0_1__signup .block-type--form,
  #section-presale_v0_0_1__hero_section .block-type--text,
  #section-presale_v0_0_1__hero_section .block-type--image {
    max-width: 100% !important;
    width: 100% !important;
  }

  #section-presale_v0_0_1__signup .block-type--form {
    max-width: 680px !important;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
    font-weight: 500;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .heading,
  .accordion-title h5 {
    font-weight: 700 !important;
  }

  .header__container {
    height: 72px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .header .logo__image {
    height: auto !important;
    max-width: 208px !important;
    width: min(208px, 66vw) !important;
  }

  [id^="section-presale_v0_0_1__"] > .section > .sizer > .container {
    max-width: 100% !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    width: 100% !important;
  }

  [id^="section-presale_v0_0_1__"] .sizer,
  [id^="section-presale_v0_0_1__"] .container,
  [id^="section-presale_v0_0_1__"] .row {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  #section-presale_v0_0_1__signup {
    padding: 10px;
  }

  #section-presale_v0_0_1__signup > .section {
    border-radius: 18px;
    max-width: calc(100vw - 20px) !important;
  }

  #section-presale_v0_0_1__signup > .section::after {
    display: none;
  }

  #section-presale_v0_0_1__signup .sizer {
    padding-bottom: 18px !important;
    padding-top: 46px !important;
  }

  #section-presale_v0_0_1__signup .row {
    gap: 34px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  #section-presale_v0_0_1__signup .block-type--text,
  #section-presale_v0_0_1__signup .block-type--form,
  #section-presale_v0_0_1__hero_section .block-type--text,
  #section-presale_v0_0_1__hero_section .block-type--image {
    flex-basis: auto !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #section-presale_v0_0_1__signup h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    overflow-wrap: anywhere;
    text-align: left !important;
  }

  #section-presale_v0_0_1__signup .block-type--text p {
    font-size: 15px !important;
  }

  #section-presale_v0_0_1__signup .block-type--form .block {
    border-radius: 15px !important;
    max-width: 100% !important;
    padding: 24px 20px !important;
    width: 100% !important;
  }

  #section-presale_v0_0_1__signup .form h4 {
    font-size: 25px !important;
  }

  #section-presale_v0_0_1__value_propositions {
    padding: 0 10px;
  }

  #section-presale_v0_0_1__value_propositions .sizer {
    padding-bottom: 66px !important;
    padding-top: 66px !important;
  }

  #section-presale_v0_0_1__value_propositions .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #section-presale_v0_0_1__value_propositions .block-type--feature {
    max-width: 100% !important;
    width: 100% !important;
  }

  #section-presale_v0_0_1__value_propositions .block-type--feature + .block-type--feature {
    border-left: 0;
    border-top: 1px solid var(--form-line);
  }

  #section-presale_v0_0_1__value_propositions .block,
  #section-presale_v0_0_1__value_propositions .feature {
    padding: 24px !important;
  }

  #section-presale_v0_0_1__hero_section .sizer,
  #section-presale_v0_0_1__faqs .sizer {
    padding-bottom: 66px !important;
  }

  #section-presale_v0_0_1__hero_section h2 {
    font-size: clamp(30px, 8.8vw, 40px) !important;
  }

  #section-presale_v0_0_1__hero_section p {
    font-size: 15px !important;
  }

  #section-presale_v0_0_1__hero_section .image {
    border-radius: 15px !important;
  }

  #section-presale_v0_0_1__faqs .sizer {
    padding-top: 66px !important;
  }

  #section-presale_v0_0_1__faqs .accordion-title {
    min-height: 70px;
    padding: 18px !important;
  }

  #section-presale_v0_0_1__faqs .accordion-body {
    padding: 18px 18px 21px !important;
  }

  .footer__container {
    padding: 26px 18px !important;
  }

  .footer .copyright::before {
    display: block;
    font-size: 12px;
    line-height: 1.55;
    max-width: 34ch;
  }
}

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

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