:root {
  --cap-green-950: #062f24;
  --cap-green-900: #074635;
  --cap-green-800: #155f46;
  --cap-green-600: #3c8a4a;
  --cap-gold: #d6ab3d;
  --cap-gold-dark: #a97a17;
  --cap-cream: #f7f4ec;
  --cap-paper: #fffdf8;
  --cap-ink: #102d24;
  --cap-muted: #5f6d66;
  --cap-line: #dcded7;
  --cap-shadow: 0 18px 50px rgba(7, 54, 40, .12);
}

.ca-premium-home-active .ca-breadcrumbs {
  display: none;
}

.cap-home,
.cap-home * {
  box-sizing: border-box;
}

.cap-home {
  width: 100%;
  overflow: hidden;
  color: var(--cap-ink);
  background: var(--cap-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.cap-home-block-editor > * {
  margin-block: 0;
}

.cap-home-block-editor > [class*="wp-block-cannabis-akademie-"] {
  max-width: none;
}

.cap-master-modules li b,
.cap-process-grid li b {
  font: inherit;
  font-weight: inherit;
}

.cap-home img {
  border-radius: 0;
  box-shadow: none;
}

.cap-home h1,
.cap-home h2,
.cap-home h3,
.cap-home p {
  padding: 0;
}

.cap-home h1,
.cap-home h2,
.cap-home h3,
.cap-home strong {
  text-wrap: balance;
}

.cap-home h1,
.cap-home h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.035em;
}

.cap-home a {
  text-decoration: none;
}

.cap-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.cap-section {
  padding: 76px 0;
  background: var(--cap-paper);
}

.cap-media {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  object-fit: cover;
}

.cap-eyebrow,
.cap-kicker {
  display: block;
  color: var(--cap-gold-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cap-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.cap-heading h2 {
  margin: 8px 0 10px;
  color: var(--cap-green-950);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.cap-heading p {
  margin: 0;
  color: var(--cap-muted);
  font-size: 16px;
  line-height: 1.65;
}

.cap-heading-compact {
  margin-bottom: 30px;
}

.cap-heading-compact h2 {
  font-size: clamp(30px, 3vw, 43px);
}

.cap-ornament {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0 auto 12px;
  border-radius: 5px;
  background: var(--cap-gold);
}

.cap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cap-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 13px 21px;
  border: 0;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(4, 40, 29, .15);
  transition: transform .2s ease, filter .2s ease;
}

.cap-btn:hover,
.cap-btn:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.cap-btn-green {
  background: var(--cap-green-600);
}

.cap-btn-gold,
.cap-btn-gold:hover,
.cap-btn-gold:focus-visible {
  color: #20352c;
  background: linear-gradient(135deg, #e5bd52, #c79423);
}

/* Hero */
.cap-hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f8f6ef;
}

.cap-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  object-position: center;
}

.cap-hero-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 246, 239, .99) 0%, rgba(248, 246, 239, .94) 34%, rgba(248, 246, 239, .18) 57%, rgba(3, 29, 21, .12) 100%);
  pointer-events: none;
}

.cap-hero-copy {
  position: relative;
  z-index: 2;
  width: min(570px, calc(48% - 20px));
  margin-left: max(20px, calc((100% - 1280px) / 2));
  padding: 72px 0;
}

.cap-hero-copy h1 {
  margin: 14px 0 18px;
  color: var(--cap-green-950);
  font-size: clamp(48px, 5vw, 75px);
  line-height: .98;
}

.cap-hero-copy > p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #354b42;
  font-size: 17px;
  line-height: 1.65;
}

.cap-hero-badges {
  position: absolute;
  z-index: 2;
  right: max(20px, calc((100% - 1280px) / 2));
  bottom: 30px;
  display: flex;
  min-width: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 5px;
  background: rgba(4, 47, 35, .92);
  color: #fff;
  box-shadow: var(--cap-shadow);
  backdrop-filter: blur(8px);
}

.cap-hero-badges > div {
  display: grid;
  grid-template-columns: 46px auto;
  grid-template-rows: auto auto;
  min-width: 215px;
  align-items: center;
  padding: 18px 22px;
}

.cap-hero-badges > div + div {
  border-left: 1px solid rgba(255, 255, 255, .19);
}

.cap-badge-icon {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cap-hero-badges strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
}

.cap-hero-badges small {
  color: #dce9e3;
  font-size: 11px;
  line-height: 1.35;
}

/* Vorteilsleiste */
.cap-benefitbar {
  padding: 28px 0;
  border-block: 1px solid var(--cap-line);
  background: #fff;
}

.cap-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.cap-benefit {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cap-benefit strong {
  display: block;
  color: var(--cap-green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.cap-benefit p {
  margin: 4px 0 0;
  color: var(--cap-muted);
  font-size: 11px;
  line-height: 1.45;
}

.cap-line-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border: 1px solid #76a96f;
  border-radius: 50%;
  background-color: #f7fbf5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}

/* Gemeinsamer Einstieg in das Bildungsangebot */
.cap-overview {
  background: #f8f6f0;
}

.cap-overview-panel {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  overflow: hidden;
  border: 1px solid #d7d9d2;
  border-radius: 6px;
  background: #fff;
  box-shadow: var(--cap-shadow);
}

.cap-overview-photo {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.cap-overview-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(4, 43, 31, .86) 100%);
  pointer-events: none;
}

.cap-overview-photo > span {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 30px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}

.cap-overview-photo .cap-round-icon {
  border-color: rgba(255, 255, 255, .65);
  background-color: rgba(255, 255, 255, .94);
}

.cap-overview-photo strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.25;
}

.cap-overview-copy {
  align-self: center;
  padding: clamp(36px, 5vw, 68px);
}

.cap-overview-copy h2 {
  margin: 9px 0 19px;
  color: var(--cap-green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.6vw, 50px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.cap-overview-copy p {
  margin: 0 0 21px;
  color: var(--cap-muted);
  font-size: 15px;
  line-height: 1.72;
}

.cap-overview-copy ul {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.cap-overview-copy li {
  position: relative;
  padding-left: 27px;
  color: #29453a;
  font-size: 14px;
}

.cap-overview-copy li::before {
  position: absolute;
  left: 0;
  top: .1em;
  color: var(--cap-green-600);
  font-weight: 900;
  content: "✓";
}

.cap-overview-copy .cap-actions {
  align-items: center;
}

.cap-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 4px;
  color: var(--cap-green-800);
  font-size: 14px;
  font-weight: 800;
}

.cap-text-link:hover,
.cap-text-link:focus-visible {
  color: var(--cap-green-950);
}

.cap-round-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border: 1px solid #6da069;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px;
}

/* Kurswelten */
.cap-fields {
  padding-top: 66px;
}

.cap-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.cap-course {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 22px;
  border-radius: 3px;
  background: #082f24;
  color: #fff;
  text-align: center;
  isolation: isolate;
}

.cap-course:hover,
.cap-course:focus-visible {
  color: #fff;
}

.cap-course-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  transition: transform .35s ease;
}

.cap-course-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 23, 17, .12), rgba(2, 23, 17, .82));
  transition: background .25s ease;
}

.cap-course-icon,
.cap-course strong,
.cap-course small {
  position: relative;
  z-index: 2;
}

.cap-course:hover .cap-course-photo,
.cap-course:focus-visible .cap-course-photo {
  transform: scale(1.035);
}

.cap-course:hover .cap-course-shade,
.cap-course:focus-visible .cap-course-shade {
  background: linear-gradient(180deg, rgba(2, 45, 31, .3), rgba(2, 23, 17, .91));
}

.cap-course-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, .22);
}

.cap-course strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.cap-course small {
  max-height: 0;
  max-width: 270px;
  opacity: 0;
  transform: translateY(8px);
  color: #eef6f1;
  font-size: 12px;
  line-height: 1.45;
  transition: .25s ease;
}

.cap-course:hover small,
.cap-course:focus-visible small {
  max-height: 50px;
  margin-top: 8px;
  opacity: 1;
  transform: none;
}

.cap-centered-link {
  margin: 25px 0 0;
  text-align: center;
}

.cap-centered-link a,
.cap-seo-copy > a {
  color: var(--cap-green-800);
  font-size: 13px;
  font-weight: 800;
}

/* Masterkurs */
.cap-master {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background: linear-gradient(125deg, #073d2e, #03281f);
  color: #fff;
}

.cap-master::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -80px;
  width: 390px;
  height: 440px;
  opacity: .12;
  background:
    radial-gradient(ellipse at center, transparent 0 38%, #b59a54 39% 40%, transparent 41%),
    repeating-radial-gradient(ellipse at center, transparent 0 23px, #b59a54 24px 25px, transparent 26px 44px);
  transform: rotate(-18deg);
}

.cap-master-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.35fr .7fr .85fr;
  gap: 34px;
  align-items: center;
}

.cap-master-copy h2 {
  margin: 8px 0 17px;
  color: #fff;
  font-size: clamp(35px, 4vw, 52px);
  line-height: 1.05;
}

.cap-master-copy > p {
  max-width: 520px;
  color: #d9e7e1;
  font-size: 14px;
  line-height: 1.65;
}

.cap-master-copy ul {
  margin: 19px 0 26px;
  padding: 0;
  list-style: none;
}

.cap-master-copy li {
  position: relative;
  margin: 9px 0;
  padding-left: 24px;
  color: #e1ece7;
  font-size: 13px;
}

.cap-master-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #76bb62;
  font-weight: 900;
}

.cap-master-mark {
  color: var(--cap-gold);
  font-size: 25px;
}

.cap-certificate {
  position: relative;
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
  border: 1px solid #d6c9a4;
  background: linear-gradient(135deg, #f4efe2, #fffdf5 48%, #e9e1cf);
  color: #463f32;
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .26);
  transform: rotate(-1deg);
}

.cap-certificate::before,
.cap-certificate::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(123, 96, 45, .22);
}

.cap-certificate::after {
  inset: 17px;
  border-style: dotted;
}

.cap-certificate span,
.cap-certificate small,
.cap-certificate strong,
.cap-certificate em,
.cap-certificate i {
  position: relative;
  z-index: 1;
}

.cap-certificate span {
  font-family: Georgia, serif;
  font-size: 16px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cap-certificate small {
  margin: 8px 0 32px;
  color: #876f42;
}

.cap-certificate strong {
  color: #463f32;
  font-family: Georgia, serif;
  font-size: 22px;
  line-height: 1.2;
}

.cap-certificate em {
  font-family: Georgia, serif;
  font-size: 14px;
}

.cap-certificate i {
  display: grid;
  width: 55px;
  height: 55px;
  margin-top: 32px;
  place-items: center;
  border-radius: 50%;
  background: #a98431;
  color: #f7e6b3;
  font-style: normal;
  font-size: 24px;
}

.cap-master-modules {
  padding: 25px;
  border: 1px solid rgba(214, 171, 61, .42);
  background: rgba(6, 55, 40, .54);
}

.cap-master-modules h3 {
  margin: 0 0 18px;
  color: var(--cap-gold);
  font-family: Georgia, serif;
  font-size: 18px;
}

.cap-master-modules ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cap-master-modules li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #e6eee9;
  font-size: 12px;
}

.cap-master-modules li span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 50%;
  background: #3e8749;
  color: #fff;
  font-weight: 800;
}

.cap-master-modules li a,
.cap-master-modules li b {
  color: inherit;
  font: inherit;
  font-weight: 600;
  text-decoration: none;
}

.cap-master-modules li a:hover,
.cap-master-modules li a:focus-visible {
  color: var(--cap-gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cap-master-modules li.cap-master-modules-empty {
  display: block;
  color: #d9e7e1;
  line-height: 1.5;
}

/* Ablauf */
.cap-process {
  background: #fff;
}

.cap-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cap-process-grid::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #cbd2cc;
}

.cap-process-grid li {
  position: relative;
  min-width: 0;
  text-align: center;
}

.cap-process-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #478b4b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  box-shadow: 0 0 0 1px #82a984, 0 5px 18px rgba(8, 57, 41, .16);
}

.cap-process-grid span {
  display: block;
  color: var(--cap-green-950);
  font-size: 13px;
  font-weight: 800;
}

.cap-process-grid p {
  max-width: 165px;
  margin: 7px auto 0;
  color: var(--cap-muted);
  font-size: 11px;
  line-height: 1.5;
}

/* SEO und FAQ */
.cap-info {
  background: #f7f5ef;
}

.cap-info-grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr .95fr;
  gap: 30px;
  align-items: stretch;
}

.cap-seo-copy {
  padding: 14px 12px 14px 0;
}

.cap-seo-copy h2,
.cap-faq h2 {
  margin: 9px 0 16px;
  color: var(--cap-green-950);
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1.05;
}

.cap-seo-copy p {
  color: var(--cap-muted);
  font-size: 13px;
  line-height: 1.7;
}

.cap-practice {
  overflow: hidden;
  border: 1px solid #dedfd9;
  border-radius: 3px;
  background: #fff;
}

.cap-practice > img {
  height: 190px;
  object-position: center 35%;
}

.cap-practice > div {
  padding: 22px 25px 25px;
}

.cap-practice h2 {
  margin: 7px 0 9px;
  color: var(--cap-green-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.15;
}

.cap-practice p {
  margin: 0;
  color: var(--cap-muted);
  font-size: 12px;
  line-height: 1.6;
}

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

.cap-faq details {
  border-top: 1px solid #d8d9d4;
}

.cap-faq details:last-child {
  border-bottom: 1px solid #d8d9d4;
}

.cap-faq summary {
  position: relative;
  padding: 13px 30px 13px 0;
  color: #263c33;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.cap-faq summary::-webkit-details-marker {
  display: none;
}

.cap-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--cap-green-800);
  font-size: 18px;
  font-weight: 400;
}

.cap-faq details[open] summary::after {
  content: "−";
}

.cap-faq details p {
  margin: 0;
  padding: 0 22px 14px 0;
  color: var(--cap-muted);
  font-size: 11px;
  line-height: 1.55;
}

/* Abschluss-CTA */
.cap-final-cta {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px max(20px, calc((100% - 900px) / 2));
  background: #032a1e;
  color: #fff;
  text-align: center;
}

.cap-final-media {
  position: absolute;
  z-index: 0;
  inset: 0;
}

.cap-final-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(rgba(3, 42, 30, .83), rgba(3, 42, 30, .88));
  pointer-events: none;
}

.cap-final-cta > :not(.cap-final-media):not(.cap-final-overlay) {
  position: relative;
  z-index: 2;
}

.cap-final-cta h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
}

.cap-final-cta p {
  margin: 0 0 24px;
  color: #e0ebe6;
}

/* Lokale, schlanke SVG-Icons */
.cap-icon-cap { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 24 32 10l28 14-28 14L4 24Z'/%3E%3Cpath d='M16 31v14c9 8 23 8 32 0V31M58 26v19'/%3E%3C/svg%3E"); }
.cap-icon-calendar { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round'%3E%3Crect x='8' y='12' width='40' height='40' rx='4'/%3E%3Cpath d='M17 7v10M39 7v10M8 23h40M16 32h6M28 32h6M16 41h6M28 41h6'/%3E%3Ccircle cx='48' cy='47' r='11' fill='%23fff'/%3E%3Cpath d='M48 40v7l5 3'/%3E%3C/svg%3E"); }
.cap-icon-certificate { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='10' y='7' width='38' height='47' rx='3'/%3E%3Cpath d='M18 17h22M18 25h18M18 33h11'/%3E%3Ccircle cx='44' cy='43' r='10' fill='%23fff'/%3E%3Cpath d='m40 43 3 3 6-7M40 52l-2 7 6-3 6 3-2-7'/%3E%3C/svg%3E"); }
.cap-icon-community, .cap-icon-people { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='32' cy='19' r='9'/%3E%3Ccircle cx='12' cy='25' r='6'/%3E%3Ccircle cx='52' cy='25' r='6'/%3E%3Cpath d='M17 54v-7c0-9 7-15 15-15s15 6 15 15v7M3 51v-6c0-6 4-10 10-10M61 51v-6c0-6-4-10-10-10'/%3E%3C/svg%3E"); }
.cap-icon-award { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linejoin='round'%3E%3Ccircle cx='32' cy='26' r='16'/%3E%3Cpath d='m24 40-5 19 13-7 13 7-5-19M32 15l3 7 8 1-6 5 2 8-7-4-7 4 2-8-6-5 8-1 3-7Z'/%3E%3C/svg%3E"); }
.cap-icon-people { filter: brightness(0) invert(1); }
.cap-icon-leaf { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 57V28M32 32C17 27 10 16 11 5c12 2 22 9 21 23M32 39c15-5 22-16 21-27-12 2-22 9-21 23M32 47c-10-3-17-10-18-18 9 1 15 6 18 13M32 47c10-3 17-10 18-18-9 1-15 6-18 13'/%3E%3C/svg%3E"); }
.cap-icon-seedling { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 56V25M32 32C17 32 10 22 11 10c12 0 21 7 21 22M32 41c15 0 22-10 21-22-12 0-21 7-21 22M18 56h28'/%3E%3C/svg%3E"); }
.cap-icon-law { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 11 53 39M17 19l8-8 6 6-8 8-6-6ZM47 41l8-8 6 6-8 8-6-6ZM29 27l8-8M9 53h34M13 46h26v7'/%3E%3C/svg%3E"); }
.cap-icon-medicine { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='12' y='8' width='40' height='48' rx='8'/%3E%3Cpath d='M32 19v26M19 32h26'/%3E%3C/svg%3E"); }
.cap-icon-bag { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linejoin='round'%3E%3Cpath d='M12 22h40l-3 34H15l-3-34Z'/%3E%3Cpath d='M23 25v-7c0-6 4-10 9-10s9 4 9 10v7'/%3E%3C/svg%3E"); }
.cap-icon-chart { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%233c8a4a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 53h48M14 47V33h9v14M28 47V23h9v24M42 47V12h9v35M13 24l13-8 10 4 16-14'/%3E%3C/svg%3E"); }
.cap-icon-book { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linejoin='round'%3E%3Cpath d='M8 12h17c5 0 7 4 7 8v34c0-5-3-8-8-8H8V12ZM56 12H39c-5 0-7 4-7 8v34c0-5 3-8 8-8h16V12Z'/%3E%3C/svg%3E"); }
.cap-icon-screen { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round'%3E%3Crect x='7' y='10' width='50' height='36' rx='3'/%3E%3Cpath d='M23 55h18M32 46v9'/%3E%3C/svg%3E"); }
.cap-process .cap-icon-cap { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 24 32 10l28 14-28 14L4 24Z'/%3E%3Cpath d='M16 31v14c9 8 23 8 32 0V31M58 26v19'/%3E%3C/svg%3E"); }
.cap-icon-apply { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='11' y='9' width='38' height='48' rx='4'/%3E%3Cpath d='M22 9v7h16V9M20 29h20M20 38h13M43 43l4 4 9-12'/%3E%3C/svg%3E"); }
.cap-process .cap-icon-certificate { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%23fff' stroke-width='3' stroke-linejoin='round'%3E%3Crect x='11' y='7' width='39' height='45' rx='3'/%3E%3Cpath d='M19 17h23M19 25h18M19 33h12M39 42l4 4 8-11M39 52l-2 8 7-4 7 4-2-8'/%3E%3C/svg%3E"); }

@media (max-width: 1100px) {
  .cap-hero-media { object-position: 62% center; }
  .cap-hero-copy { width: 55%; }
  .cap-hero-badges { right: 2%; }
  .cap-benefit-grid { grid-template-columns: 1fr 1fr; }
  .cap-master-grid { grid-template-columns: 1.2fr .7fr; }
  .cap-master-modules { grid-column: 1 / -1; }
  .cap-master-modules ol { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; }
  .cap-info-grid { grid-template-columns: 1fr 1fr; }
  .cap-faq { grid-column: 1 / -1; }
}

@media (max-width: 850px) {
  .cap-section { padding: 60px 0; }
  .cap-hero { min-height: 600px; }
  .cap-hero-media { object-position: 66% center; }
  .cap-hero-overlay { background: linear-gradient(90deg, rgba(248, 246, 239, .98), rgba(248, 246, 239, .78) 62%, rgba(248, 246, 239, .2)); }
  .cap-hero-copy { width: 68%; }
  .cap-hero-badges { right: 0; bottom: 20px; min-width: 390px; }
  .cap-overview-panel { grid-template-columns: 1fr; }
  .cap-overview-photo { min-height: 320px; }
  .cap-overview-copy { padding: 42px; }
  .cap-course-grid { grid-template-columns: 1fr 1fr; }
  .cap-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 30px; }
  .cap-process-grid::before { display: none; }
}

@media (max-width: 640px) {
  .cap-container { width: min(calc(100% - 28px), 1180px); }
  .cap-section { padding: 48px 0; }
  .cap-heading { margin-bottom: 26px; }
  .cap-hero { min-height: 670px; align-items: flex-start; }
  .cap-hero-media { object-position: 70% center; }
  .cap-hero-overlay { background: linear-gradient(90deg, rgba(248, 246, 239, .98), rgba(248, 246, 239, .88) 62%, rgba(248, 246, 239, .35)); }
  .cap-hero-copy { width: calc(100% - 28px); margin-left: 14px; padding: 62px 0 190px; }
  .cap-hero-copy h1 { font-size: 44px; }
  .cap-hero-copy > p { max-width: 92%; font-size: 15px; }
  .cap-actions { flex-direction: column; align-items: stretch; }
  .cap-btn { width: 100%; }
  .cap-hero-badges { left: 0; right: 0; bottom: 22px; min-width: 0; }
  .cap-hero-badges > div { min-width: 0; grid-template-columns: 38px auto; padding: 14px 10px; }
  .cap-benefit-grid { grid-template-columns: 1fr; gap: 20px; }
  .cap-overview-panel { grid-template-columns: 1fr; }
  .cap-overview-photo { min-height: 280px; }
  .cap-overview-copy { padding: 34px 24px 38px; }
  .cap-course-grid { grid-template-columns: 1fr; }
  .cap-course { min-height: 230px; }
  .cap-course small { max-height: 50px; margin-top: 8px; opacity: 1; transform: none; }
  .cap-master-grid { grid-template-columns: 1fr; }
  .cap-certificate { width: min(300px, 100%); margin: auto; }
  .cap-master-modules ol { grid-template-columns: 1fr; }
  .cap-process-grid { grid-template-columns: 1fr 1fr; }
  .cap-info-grid { grid-template-columns: 1fr; }
  .cap-faq { grid-column: auto; }
  .cap-final-cta { min-height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  .cap-home * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
