:root{
  --navy:#062b59;
  --navy-deep:#041e3e;
  --navy-soft:#0c3a72;
  --green:#23986e;
  --green-dark:#197b59;
  --green-soft:#e9f6f1;
  --white:#ffffff;
  --off:#f6f9fb;
  --ink:#0a2340;
  --muted:#66798c;
  --line:#dce6ec;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,255,255,.95);
  border-bottom:1px solid rgba(6,43,89,.09);
  backdrop-filter:blur(16px);
}
.nav-wrap{height:94px;display:flex;align-items:center;justify-content:space-between}
.brand{height:76px;display:flex;align-items:center}
.brand-logo{height:70px;width:auto;display:block}
.main-nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700;color:var(--navy)}
.main-nav a{transition:.2s ease}
.main-nav a:hover{color:var(--green)}
.nav-cta{
  padding:11px 19px;border-radius:999px;
  background:var(--green);color:white!important;
  box-shadow:0 8px 20px rgba(35,152,110,.18)
}
.nav-cta:hover{background:var(--green-dark)!important}
.menu-btn{display:none;border:0;background:none;font-size:26px;color:var(--navy)}

.hero{
  position:relative;overflow:hidden;padding:98px 0 90px;
  background:
    radial-gradient(circle at 88% 16%, rgba(35,152,110,.14), transparent 28%),
    radial-gradient(circle at 70% 90%, rgba(6,43,89,.08), transparent 32%),
    linear-gradient(135deg,#fbfdff 0%,#f0f6f8 58%,#eef7f4 100%);
}
.hero-accent{position:absolute;border-radius:999px;pointer-events:none}
.hero-accent-one{width:420px;height:420px;border:70px solid rgba(35,152,110,.05);right:-150px;top:-100px}
.hero-accent-two{width:300px;height:300px;border:55px solid rgba(6,43,89,.04);left:-120px;bottom:-150px}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center;position:relative;z-index:1}
.eyebrow,.kicker{
  display:inline-block;color:var(--green);font-size:12px;font-weight:800;
  letter-spacing:2px;margin-bottom:18px
}
.hero h1,.section h2{
  font-family:Manrope,Inter,sans-serif;letter-spacing:-2.2px;line-height:1.04;margin:0
}
.hero h1{font-size:clamp(48px,6vw,78px);color:var(--navy)}
.hero h1 span{color:var(--green)}
.hero-lead{font-size:19px;max-width:660px;color:#4f657a;margin:26px 0 34px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 24px;border-radius:12px;
  border:1px solid transparent;font-weight:800;cursor:pointer
}
.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(35,152,110,.17)}
.btn-primary:hover{background:var(--green-dark)}
.btn-secondary{background:#fff;border-color:#cbd9e2;color:var(--navy)}
.hero-meta{display:flex;gap:38px;margin-top:48px}
.hero-meta div{display:flex;flex-direction:column}
.hero-meta strong{font-size:15px;color:var(--navy)}
.hero-meta span{font-size:12px;color:#718092;margin-top:2px}

.hero-card{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(6,43,89,.1);
  border-top:5px solid var(--green);
  border-radius:28px;padding:34px;
  box-shadow:0 28px 70px rgba(6,43,89,.13);
}
.hero-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}
.pill{font-size:10px;letter-spacing:1.6px;font-weight:800;color:var(--green)}
.date-chip{font-size:11px;font-weight:800;background:var(--green-soft);color:var(--green-dark);padding:8px 11px;border-radius:999px}
.hero-card h2{font:800 34px/1.08 Manrope,sans-serif;letter-spacing:-1.2px;margin:0 0 18px;color:var(--navy)}
.hero-card>p{color:var(--muted)}
.event-card-info{display:grid;gap:14px;margin:28px 0;border-top:1px solid var(--line);padding-top:24px}
.event-card-info div{display:flex;justify-content:space-between;gap:20px}
.event-card-info span{font-size:12px;color:#7b8997}
.event-card-info strong{font-size:13px;text-align:right;color:var(--navy)}
.card-link,.text-link{font-weight:800;color:var(--green)}

.section{padding:104px 0}
.section-heading h2,.programme-intro h2,.speaker-copy h2,.about-grid h2,.register-box h2{
  font-size:clamp(38px,5vw,58px);color:var(--navy)
}
.split-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end}
.split-heading>p{font-size:17px;color:var(--muted);max-width:520px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:58px}
.feature-card{
  border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff;
  box-shadow:0 12px 30px rgba(6,43,89,.04)
}
.feature-number{font-weight:800;color:var(--green);font-size:12px}
.feature-card h3{font-size:20px;margin:32px 0 12px;color:var(--navy)}
.feature-card p{color:var(--muted);font-size:14px;margin:0}

.programme-section{
  background:
    radial-gradient(circle at 90% 10%,rgba(35,152,110,.16),transparent 30%),
    linear-gradient(135deg,var(--navy-deep),var(--navy));
  color:#fff
}
.programme-section h2{color:#fff}
.programme-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}
.light{color:#5ad0a5}
.programme-intro p{color:#bfd0de;max-width:430px;margin-top:24px}
.programme-days{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.day-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:28px}
.day-label{font-size:11px;letter-spacing:1.5px;color:#5ad0a5;font-weight:800}
.day-card h3{font-size:21px;line-height:1.3;margin:16px 0 20px}
.day-card ul{padding-left:19px;color:#d1dde6;font-size:14px}
.day-card li{margin:10px 0}
.day-card li::marker{color:#5ad0a5}

.speaker-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}
.speaker-visual{min-height:470px;border-radius:28px;padding:18px;background:linear-gradient(145deg,#eef8f4,#e4eef5)}
.speaker-placeholder{
  position:relative;overflow:hidden;height:100%;min-height:434px;border-radius:21px;
  background:linear-gradient(155deg,var(--navy-deep),var(--navy-soft));
  display:flex;flex-direction:column;justify-content:flex-end;padding:36px;color:#fff
}
.speaker-ring{
  position:absolute;width:270px;height:270px;border:52px solid rgba(35,152,110,.33);
  border-radius:50%;right:-70px;top:-50px
}
.speaker-placeholder span{font-size:12px;letter-spacing:2px;color:#78d4b2}
.speaker-placeholder strong{font:800 64px/1 Manrope,sans-serif;letter-spacing:-2px}
.speaker-placeholder small{color:#bfced9;margin-top:8px}
.speaker-copy p{color:var(--muted)}
.speaker-lead{font-size:19px}

.about-section{background:var(--off)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.about-copy p{font-size:17px;color:var(--muted);margin-top:0;margin-bottom:18px}
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px}
.stats-row>div{background:#fff;border-radius:18px;padding:25px;border:1px solid #e1eaef}
.stats-row strong{display:block;font-size:18px;margin-bottom:8px;color:var(--navy)}
.stats-row span{font-size:13px;color:var(--muted)}

.register-section{padding-top:90px}
.register-box{
  background:
    radial-gradient(circle at 85% 0%,rgba(255,255,255,.12),transparent 25%),
    linear-gradient(125deg,var(--green),var(--navy));
  color:#fff;border-radius:30px;padding:55px;
  display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center
}
.register-box h2{color:#fff}
.register-box p{color:#dceae7}
.register-form{display:grid;gap:12px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.register-form input,.register-form select{
  min-height:50px;border:1px solid rgba(255,255,255,.18);
  border-radius:10px;padding:0 15px;background:rgba(255,255,255,.11);
  color:#fff;outline:none
}
.register-form input::placeholder{color:#d3e3df}
.register-form select option{color:#111}
.register-form .btn{justify-self:start}
.btn-white{background:#fff;color:var(--navy);border:none}
.form-note{font-size:13px;margin:0!important}

.site-footer{padding:52px 0 26px;background:#031a34;color:#d2deea}
.footer-grid{display:grid;grid-template-columns:1fr 1fr .5fr;gap:30px;align-items:center}
.footer-logo-wrap{
  width:230px;background:#fff;border-radius:14px;padding:10px 14px;
  display:flex;align-items:center
}
.footer-logo{width:100%;height:auto;display:block}
.footer-copy p{margin:0 0 6px;font-size:13px}
.footer-copy a{color:#fff}
.footer-links{display:flex;flex-direction:column;gap:7px;font-size:13px}
.footer-links a:hover{color:#65d4ad}
.copyright{margin-top:42px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:11px;color:#7f94a7}

@media (max-width:900px){
  .nav-wrap{height:86px}
  .brand{height:67px}.brand-logo{height:62px}
  .main-nav{position:absolute;top:86px;left:0;right:0;background:#fff;padding:20px;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .menu-btn{display:block}
  .hero-grid,.split-heading,.programme-grid,.speaker-grid,.about-grid,.register-box{grid-template-columns:1fr;gap:42px}
  .feature-grid,.stats-row{grid-template-columns:1fr}
  .programme-days{grid-template-columns:1fr 1fr}
  .hero{padding-top:70px}
  .hero-meta{gap:24px;flex-wrap:wrap}
}
@media (max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:76px 0}
  .programme-days,.form-row,.footer-grid{grid-template-columns:1fr}
  .hero h1{font-size:46px}
  .hero-card{padding:25px}
  .register-box{padding:32px 24px}
  .speaker-placeholder strong{font-size:48px}
  .brand-logo{height:54px}
}


/* Optional editable images */
.hero-image-wrap{
  display:none;
  border-radius:28px;
  overflow:hidden;
  min-height:260px;
  box-shadow:0 22px 55px rgba(6,43,89,.12);
  border:1px solid rgba(6,43,89,.10);
  background:#eaf1f5;
}
.hero-image-wrap.active{display:block}
.hero-image-wrap img{
  width:100%;
  height:100%;
  min-height:260px;
  max-height:420px;
  object-fit:cover;
  display:block;
}
.speaker-photo{
  display:none;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}
.speaker-placeholder.has-photo .speaker-photo{display:block}
.speaker-placeholder.has-photo::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(4,30,62,.78),rgba(4,30,62,.05) 58%);
  z-index:2;
}
.speaker-placeholder.has-photo .speaker-ring,
.speaker-placeholder.has-photo span,
.speaker-placeholder.has-photo strong,
.speaker-placeholder.has-photo small{
  position:relative;z-index:3
}
@media(min-width:901px){
  .hero-grid:has(.hero-image-wrap.active){
    grid-template-columns:1.05fr .95fr;
  }
  .hero-grid:has(.hero-image-wrap.active) .hero-card{
    grid-column:2;
  }
}


/* PRICING */
.pricing-section{
  background:#fff;
  padding-top:96px;
  padding-bottom:96px;
}
.pricing-heading{
  max-width:720px;
  margin:0 auto 48px;
  text-align:center;
}
.pricing-heading h2{
  font-size:clamp(38px,5vw,58px);
  color:var(--navy);
}
.pricing-heading p{
  color:var(--muted);
  font-size:17px;
  margin:18px auto 0;
}
.pricing-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  max-width:920px;
  margin:0 auto;
  align-items:stretch;
}
.price-card{
  position:relative;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:34px;
  box-shadow:0 16px 40px rgba(6,43,89,.06);
  display:flex;
  flex-direction:column;
}
.price-card.featured{
  border:2px solid var(--green);
  box-shadow:0 20px 50px rgba(35,152,110,.12);
  transform:translateY(-8px);
}
.price-card-top{
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.price-option-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:1.7px;
  color:var(--green);
}
.price-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 10px;
  border-radius:999px;
  background:var(--green);
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.8px;
}
.price-badge.empty{display:none}
.price-card h3{
  font:800 27px/1.1 Manrope,Inter,sans-serif;
  color:var(--navy);
  margin:17px 0 13px;
  letter-spacing:-.8px;
}
.price-line{
  display:flex;
  align-items:flex-end;
  gap:10px;
  padding-bottom:22px;
  border-bottom:1px solid var(--line);
}
.price-line strong{
  font:800 58px/.9 Manrope,Inter,sans-serif;
  color:var(--green);
  letter-spacing:-2px;
}
.price-line span{
  color:var(--navy);
  font-size:17px;
  font-weight:800;
  margin-bottom:4px;
}
.price-card ul{
  list-style:none;
  padding:0;
  margin:25px 0 30px;
  display:grid;
  gap:14px;
  flex:1;
}
.price-card li{
  position:relative;
  padding-left:28px;
  color:#53687c;
  font-size:14px;
}
.price-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--green);
  font-weight:900;
}
.price-btn{
  width:100%;
  background:var(--green);
  color:#fff;
}
.price-btn:hover{background:var(--green-dark)}
.price-btn-secondary{
  background:var(--navy);
}
.price-btn-secondary:hover{background:var(--navy-deep)}
@media(max-width:760px){
  .pricing-grid{grid-template-columns:1fr}
  .price-card.featured{transform:none}
}

.features-grid{grid-template-columns:repeat(5,1fr)}
@media(max-width:1050px){.features-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.features-grid{grid-template-columns:1fr}}




/* Native course tools section */
.course-tools-native{
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfa 100%);
  padding-top:92px;
  padding-bottom:92px;
}
.course-tools-heading{
  max-width:900px;
  margin-bottom:40px;
}
.course-tools-heading h2{
  font:800 clamp(38px,5vw,62px)/1.03 Manrope,Inter,sans-serif;
  letter-spacing:-2px;
  color:var(--navy);
  margin:0;
  max-width:980px;
}
.course-tools-heading p{
  font-size:18px;
  color:var(--muted);
  max-width:800px;
  margin:22px 0 0;
}
.course-tools-panel{
  border:1.5px solid rgba(35,152,110,.65);
  border-radius:26px;
  background:#fff;
  padding:30px 24px 22px;
  box-shadow:0 16px 40px rgba(6,43,89,.05);
}
.course-tools-panel-title{
  text-align:center;
  font-size:15px;
  line-height:1.25;
  letter-spacing:1.4px;
  font-weight:800;
  color:var(--green);
  margin:0 0 26px;
}
.course-tools-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.course-tool-card{
  position:relative;
  text-align:center;
  padding:10px 23px 18px;
}
.course-tool-card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:14px;
  bottom:14px;
  width:1px;
  background:rgba(35,152,110,.45);
}
.course-tool-icon{
  width:86px;
  height:86px;
  border-radius:50%;
  display:grid;
  place-items:center;
  margin:0 auto 17px;
  background:linear-gradient(145deg,#eef8f4,#e5f1ee);
  color:var(--green);
}
.course-tool-icon svg{
  width:49px;
  height:49px;
}
.course-tool-card h3{
  font-size:15px;
  line-height:1.25;
  color:var(--navy);
  margin:0 0 10px;
}
.course-tool-card p{
  font-size:13px;
  line-height:1.48;
  color:#52677b;
  margin:0;
}
@media(max-width:1050px){
  .course-tools-grid{grid-template-columns:repeat(3,1fr);gap:18px}
  .course-tool-card{border:1px solid var(--line);border-radius:18px;padding:24px}
  .course-tool-card:not(:last-child)::after{display:none}
}
@media(max-width:700px){
  .course-tools-native{padding:66px 0}
  .course-tools-grid{grid-template-columns:1fr}
  .course-tools-heading h2{font-size:39px}
}

.course-tool-card h3:empty{
  display:none;
}
.course-tool-card h3:empty + p{
  margin-top:0;
}
.course-tool-card p{
  font-weight:600;
  color:var(--navy);
  font-size:14px;
  line-height:1.5;
}
.course-tool-icon.spine-icon svg{
  width:54px;
  height:54px;
}

/* V11: exact poster-style outcomes only */
.course-tool-card h3:empty{
  display:none !important;
}
.course-tool-card{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.course-tool-card p{
  margin:0 !important;
  font-size:15px;
  line-height:1.48;
  font-weight:600;
  color:var(--navy);
  max-width:180px;
}
.course-tool-icon.spine-icon svg{
  width:56px;
  height:56px;
}
.course-tool-icon.brain-icon svg{
  width:58px;
  height:58px;
}


/* V12 — clean outcome blocks, no graphics */
.course-tool-icon{
  display:none !important;
}
.course-tools-panel{
  padding:34px 24px 28px;
}
.course-tools-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.course-tool-card{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:6px 24px 18px;
  min-height:220px;
}
.course-tool-card:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:8px;
  bottom:8px;
  width:1px;
  background:rgba(35,152,110,.55);
}
.course-tool-number{
  font:800 38px/1 Manrope,Inter,sans-serif;
  letter-spacing:-1.5px;
  color:var(--green);
  margin:8px 0 24px;
  position:relative;
}
.course-tool-number::after{
  content:"";
  display:block;
  width:34px;
  height:3px;
  border-radius:999px;
  background:var(--green);
  margin:12px auto 0;
  opacity:.72;
}
.course-tool-card h3:empty{
  display:none !important;
}
.course-tool-card p{
  margin:0 !important;
  max-width:185px;
  color:var(--navy);
  font-size:15px;
  line-height:1.55;
  font-weight:650;
}
@media(max-width:1050px){
  .course-tools-grid{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }
  .course-tool-card{
    border:1px solid var(--line);
    border-radius:18px;
    min-height:210px;
    padding:24px;
  }
  .course-tool-card:not(:last-child)::after{display:none}
  .course-tool-card:last-child{
    grid-column:1/-1;
    max-width:520px;
    width:100%;
    justify-self:center;
  }
}
@media(max-width:700px){
  .course-tools-grid{grid-template-columns:1fr}
  .course-tool-card:last-child{grid-column:auto;max-width:none}
  .course-tool-card{min-height:0}
}


/* V13 — minimal circular outcome markers */
.course-tool-number{display:none!important}
.course-tool-dot{
  width:58px;
  height:58px;
  border-radius:50%;
  margin:7px auto 25px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#edf8f4,#e2f1ec);
  border:1px solid rgba(35,152,110,.18);
  box-shadow:0 8px 20px rgba(35,152,110,.08);
}
.course-tool-dot span{
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 7px rgba(35,152,110,.11);
}
.course-tool-card h3:not(:empty){display:block!important;color:var(--navy);font-size:16px;line-height:1.3;font-weight:800;margin:0 0 10px;}
/* V15 — clean speaker image, no circle/ring */
.speaker-photo,
.speaker-image,
.speaker-image-wrap,
.speaker-photo-wrap,
.speaker-visual,
.speaker-portrait{
  border-radius:0 !important;
}
.speaker-photo::before,.speaker-photo::after,
.speaker-image::before,.speaker-image::after,
.speaker-image-wrap::before,.speaker-image-wrap::after,
.speaker-photo-wrap::before,.speaker-photo-wrap::after,
.speaker-visual::before,.speaker-visual::after,
.speaker-portrait::before,.speaker-portrait::after{
  display:none !important;
  content:none !important;
}
#speaker img{
  border-radius:0 !important;
  clip-path:none !important;
  mask:none !important;
}

/* V16 — more vertical speaker photo area */
#speaker .speaker-photo,
#speaker .speaker-image,
#speaker .speaker-image-wrap,
#speaker .speaker-photo-wrap,
#speaker .speaker-visual,
#speaker .speaker-portrait{
  aspect-ratio:3 / 4 !important;
  min-height:520px;
  width:100%;
  overflow:hidden;
}
#speaker img{
  width:100% !important;
  height:100% !important;
  min-height:520px;
  object-fit:cover !important;
  object-position:center top !important;
  display:block;
}
@media(max-width:700px){
  #speaker .speaker-photo,
  #speaker .speaker-image,
  #speaker .speaker-image-wrap,
  #speaker .speaker-photo-wrap,
  #speaker .speaker-visual,
  #speaker .speaker-portrait{
    min-height:440px;
  }
  #speaker img{min-height:440px}
}

/* V17 global alignment */
html[data-text-align="left"] main,html[data-text-align="left"] footer{text-align:left}html[data-text-align="center"] main,html[data-text-align="center"] footer{text-align:center}html[data-text-align="right"] main,html[data-text-align="right"] footer{text-align:right}html[data-text-align] main h1,html[data-text-align] main h2,html[data-text-align] main h3,html[data-text-align] main p,html[data-text-align] main .kicker,html[data-text-align] main li,html[data-text-align] footer h1,html[data-text-align] footer h2,html[data-text-align] footer h3,html[data-text-align] footer p{text-align:inherit!important}

/* V18 — text alignment independently for each section */
section[data-section-align="left"],footer[data-section-align="left"]{text-align:left!important}
section[data-section-align="center"],footer[data-section-align="center"]{text-align:center!important}
section[data-section-align="right"],footer[data-section-align="right"]{text-align:right!important}
section[data-section-align] h1,section[data-section-align] h2,section[data-section-align] h3,
section[data-section-align] p,section[data-section-align] .kicker,section[data-section-align] li,
footer[data-section-align] h1,footer[data-section-align] h2,footer[data-section-align] h3,
footer[data-section-align] p,footer[data-section-align] li{text-align:inherit!important}

/* V19 — exact Speaker copy alignment */
#speakerSection .speaker-copy[data-speaker-align="left"],
#speakerSection .speaker-copy[data-speaker-align="left"] h2,
#speakerSection .speaker-copy[data-speaker-align="left"] p,
#speakerSection .speaker-copy[data-speaker-align="left"] .kicker,
#speakerSection .speaker-copy[data-speaker-align="left"] .text-link{
  text-align:left !important;
}
#speakerSection .speaker-copy[data-speaker-align="center"],
#speakerSection .speaker-copy[data-speaker-align="center"] h2,
#speakerSection .speaker-copy[data-speaker-align="center"] p,
#speakerSection .speaker-copy[data-speaker-align="center"] .kicker,
#speakerSection .speaker-copy[data-speaker-align="center"] .text-link{
  text-align:center !important;
}
#speakerSection .speaker-copy[data-speaker-align="right"],
#speakerSection .speaker-copy[data-speaker-align="right"] h2,
#speakerSection .speaker-copy[data-speaker-align="right"] p,
#speakerSection .speaker-copy[data-speaker-align="right"] .kicker,
#speakerSection .speaker-copy[data-speaker-align="right"] .text-link{
  text-align:right !important;
}
#speakerSection .speaker-copy .text-link{
  display:block;
}

/* V20 — speaker description alignment only */
#speakerText1,
#speakerText2{
  display:block;
  width:100%;
}

/* V21 — allow direct alignment on Angie description paragraphs */
#speakerParagraph1,
#speakerParagraph2,
#speakerText1,
#speakerText2{
  width:100%;
}
#speakerText1,
#speakerText2{
  display:block;
}


/* V23 — Angie description: justified text only. No editor alignment options. */
#speakerSection #speakerParagraph1,
#speakerSection #speakerParagraph2,
#speakerSection .speaker-justified{
  text-align:justify !important;
  text-justify:inter-word;
  hyphens:auto;
  -webkit-hyphens:auto;
}

#speakerSection #speakerText1,
#speakerSection #speakerText2,
#speakerSection .speaker-justified-text{
  display:block;
  width:100%;
  text-align:justify !important;
  text-justify:inter-word;
  hyphens:auto;
  -webkit-hyphens:auto;
}

/* Improve readability of justified speaker copy */
#speakerSection #speakerParagraph1,
#speakerSection #speakerParagraph2{
  max-width:680px;
  line-height:1.65;
}

/* V24 — standalone About page */
.about-page-main{
  padding-top:70px;
  min-height:70vh;
}
.about-page-main .about-section{
  padding-top:90px;
}

/* V27 — taller standalone About page so footer/logo does not appear too high */
.about-page-main{
  min-height:82vh;
}
.about-page-main .about-section{
  padding-top:110px;
  padding-bottom:150px;
}
@media(max-width:700px){
  .about-page-main{
    min-height:76vh;
  }
  .about-page-main .about-section{
    padding-top:80px;
    padding-bottom:110px;
  }
}

/* V28 — About page uses the same visual language as the homepage hero */
.about-page-main{
  padding-top:0 !important;
  min-height:0 !important;
}
.about-page-main .about-hero-page{
  min-height:calc(100vh - 78px);
  display:flex;
  align-items:center;
  padding:90px 0 110px;
  background:
    radial-gradient(circle at 8% 18%, rgba(35,152,110,.08), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfa 100%);
}
.about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:72px;
  align-items:center;
}
.about-hero-left{
  max-width:720px;
}
.about-hero-left h1{
  font:800 clamp(52px,6.3vw,86px)/.98 Manrope,Inter,sans-serif;
  letter-spacing:-3.2px;
  color:var(--navy);
  margin:14px 0 0;
}
.about-hero-copy{
  padding:38px 0 38px 44px;
  border-left:2px solid rgba(35,152,110,.48);
  max-width:610px;
}
.about-hero-copy p{
  color:var(--muted);
  font-size:18px;
  line-height:1.72;
  margin:0 0 24px;
}
.about-hero-copy p:last-child{
  margin-bottom:0;
}
@media(max-width:900px){
  .about-page-main .about-hero-page{
    min-height:auto;
    padding:80px 0 100px;
  }
  .about-hero-grid{
    grid-template-columns:1fr;
    gap:46px;
  }
  .about-hero-left h1{
    font-size:clamp(46px,10vw,68px);
  }
  .about-hero-copy{
    padding:28px 0 0;
    border-left:0;
    border-top:2px solid rgba(35,152,110,.48);
    max-width:760px;
  }
}

/* V29 — homepage copy on left side of About hero */
.about-hero-left .about-hero-intro{
  max-width:650px;
  margin:24px 0 0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}

/* V30 — About headline matches homepage headline exactly in scale and accent */
.about-hero-left h1{
  font:800 clamp(56px,7vw,96px)/.98 Manrope,Inter,sans-serif !important;
  letter-spacing:-3.5px !important;
  color:var(--navy) !important;
}
.about-hero-left h1 .green{
  color:var(--green) !important;
}
@media(max-width:900px){
  .about-hero-left h1{
    font-size:clamp(48px,11vw,72px) !important;
    letter-spacing:-2.5px !important;
  }
}

/* V32 — About "Better knowledge." matches homepage first-line colour */
.about-hero-left #aboutHeroTitle1{
  color:var(--navy) !important;
}
.about-hero-left #aboutHeroTitle2{
  color:var(--green) !important;
}

/* MESSAGE ONLY CHANGE */
#register .register-form textarea#formInterest{
  width:100%;
  min-height:130px;
  box-sizing:border-box;
  resize:vertical;
  font:inherit;
}

/* V35 — Profession and Message same height as Name/Email */
#register .register-form #formProfession,
#register .register-form textarea#formInterest{
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  box-sizing:border-box;
}

#register .register-form textarea#formInterest{
  resize:none !important;
  overflow:auto;
}


/* V40 — clean Early Bird / Standard pricing comparison */
#pricing .price-card{
  overflow:visible;
}
#pricing .price-duo{
  display:grid;
  grid-template-columns:1fr 1px 1fr;
  gap:22px;
  align-items:stretch;
  margin:22px 0 28px;
  padding:22px 0 24px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
#pricing .price-type{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:0;
}
#pricing .price-divider{
  width:1px;
  background:var(--line);
}
#pricing .price-type-label{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
#pricing .price-type.early .price-type-label,
#pricing .price-type.early .price-value{
  color:var(--green);
}
#pricing .price-type.standard .price-type-label,
#pricing .price-type.standard .price-value{
  color:var(--navy);
}
#pricing .price-value{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
}
#pricing .price-value strong{
  font:800 50px/.9 Manrope,Inter,sans-serif;
  letter-spacing:-1.5px;
}
#pricing .price-value span{
  font-size:15px;
  font-weight:800;
  margin-bottom:4px;
}
#pricing .early-bird-deadline{
  margin:30px auto 0;
  text-align:center;
  font-size:14px;
  font-style:italic;
  color:var(--muted);
}
#pricing .early-bird-deadline::before,
#pricing .early-bird-deadline::after{
  content:"";
  display:inline-block;
  width:54px;
  height:1px;
  background:var(--green);
  vertical-align:middle;
  margin:0 14px 3px;
}
@media(max-width:700px){
  #pricing .price-duo{gap:14px}
  #pricing .price-value strong{font-size:40px}
  #pricing .price-type-label{font-size:10px}
  #pricing .early-bird-deadline::before,
  #pricing .early-bird-deadline::after{display:none}
}


/* V43 — header logo only: exact supplied logo, larger, uniform white background */
.site-header{
  background:rgb(253,253,253) !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
.site-header .brand{
  height:92px !important;
  display:flex;
  align-items:center;
}
.site-header .brand-logo{
  height:86px !important;
  width:auto !important;
  display:block;
  object-fit:contain;
  background:rgb(253,253,253) !important;
}
@media(max-width:800px){
  .site-header .brand{height:78px !important;}
  .site-header .brand-logo{height:72px !important;}
}


/* V44 — FOOTER ONLY: reduce excessive footer height */
.site-footer{
  padding-top:28px !important;
  padding-bottom:22px !important;
}
.footer-inner{
  padding-top:0 !important;
  padding-bottom:0 !important;
  min-height:0 !important;
}
.footer-logo-wrap{
  max-width:150px !important;
}
.footer-bottom{
  margin-top:20px !important;
  padding-top:16px !important;
  padding-bottom:0 !important;
}
@media(max-width:800px){
  .site-footer{
    padding-top:24px !important;
    padding-bottom:18px !important;
  }
  .footer-bottom{
    margin-top:16px !important;
    padding-top:14px !important;
  }
}

/* V55 legal links */
.legal-footer-links{display:flex;justify-content:center;gap:8px;padding:8px 16px 16px;font-size:11px}.legal-footer-links a{color:inherit;opacity:.72;text-decoration:none}.legal-footer-links a:hover{text-decoration:underline;opacity:1}

/* EN / SL language switch */
.shs-lang-switch{display:inline-flex;align-items:center;gap:5px;font:700 12px Manrope,Inter,sans-serif;color:#80909d;white-space:nowrap}.shs-lang-switch button{border:0;background:transparent;padding:3px 1px;color:inherit;font:inherit;cursor:pointer}.shs-lang-switch button.active{color:var(--green,#24866b)}.shs-lang-switch button:hover{color:var(--green,#24866b)}
.registration-header .shs-lang-switch,.legal-header .shs-lang-switch{margin-left:auto;margin-right:22px}
@media(max-width:900px){.main-nav .shs-lang-switch{padding-top:2px}.registration-header .shs-lang-switch,.legal-header .shs-lang-switch{margin-left:auto;margin-right:12px}}

/* v93: preserve line breaks entered in the Programme description editor */
#programmeDescription {
  white-space: pre-line;
}

/* V97 — subtle page entrance + smooth cross-page navigation */
html { scroll-behavior: smooth; }

body {
  opacity: 0;
  transition: opacity .34s ease;
}
body.page-ready {
  opacity: 1;
}
body.page-leaving {
  opacity: 0;
  pointer-events: none;
}

/* Home hero: content gently fades/rises into place without changing layout. */
#home .hero-copy,
#home .hero-card,
#home .hero-image-wrap,
#home .hero-accent {
  opacity: 0;
  transform: translateY(14px);
}
body.home-intro-ready #home .hero-copy {
  animation: shsHeroFadeIn .72s cubic-bezier(.22,.61,.36,1) .04s forwards;
}
body.home-intro-ready #home .hero-card,
body.home-intro-ready #home .hero-image-wrap {
  animation: shsHeroFadeIn .78s cubic-bezier(.22,.61,.36,1) .14s forwards;
}
body.home-intro-ready #home .hero-accent {
  animation: shsHeroAccentFade .9s ease .18s forwards;
}

@keyframes shsHeroFadeIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes shsHeroAccentFade {
  from { opacity: 0; transform: scale(.985); }
  to   { opacity: 1; transform: scale(1); }
}

/* Respect accessibility preferences. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body,
  #home .hero-copy,
  #home .hero-card,
  #home .hero-image-wrap,
  #home .hero-accent {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* v101 mobile fix: prevent long translated event-card content from widening the hero grid */
@media (max-width:620px){
  .hero-grid > *{min-width:0}
  .hero-card{width:100%;max-width:100%;min-width:0}
  .hero-card-top{min-width:0;gap:12px}
  .event-card-info div{min-width:0}
  .event-card-info span{flex:0 0 auto}
  .event-card-info strong{min-width:0;max-width:70%;overflow-wrap:break-word;word-break:normal}
}


/* v112 partner strip — intentionally scoped; no other layout changes */
.partner-section{background:#fff;padding:28px 0 34px}
.partner-strip{display:flex;align-items:center;justify-content:center;gap:28px;min-height:88px;padding:14px 26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.partner-strip p{margin:0;max-width:720px;text-align:center;color:var(--navy);font:400 16px/1.45 Manrope,Inter,sans-serif}
.partner-strip img{display:block;width:auto;height:64px;max-width:220px;object-fit:contain}
@media(max-width:700px){.partner-section{padding:20px 0 26px}.partner-strip{gap:16px;padding:14px 12px;min-height:78px}.partner-strip p{font-size:14px;text-align:left}.partner-strip img{height:52px;max-width:145px}}

/* v113: partner section spacing only — no content/layout changes elsewhere */
.partner-strip{border-top:0;border-bottom:0}
.partner-section{padding-bottom:0}
#speaker.speaker-section{padding-top:48px}
@media(max-width:700px){
  .partner-section{padding-bottom:0}
  #speaker.speaker-section{padding-top:32px}
}

/* v114: visually connect partner note to the course-tools section only */
.partner-section{
  margin-top:-56px;
  padding-top:0;
  background:#f8fbfa;
}
.partner-strip{
  background:transparent;
}
@media(max-width:700px){
  .partner-section{
    margin-top:-36px;
    padding-top:0;
  }
}

/* v116: partner text typography matches course description */
.partner-strip p{
  font-family:Inter,sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.6;
  color:var(--muted);
}
@media(max-width:700px){
  .partner-strip p{font-size:18px;}
}

/* V121 — contact section without form */
#register .register-box{grid-template-columns:1fr !important;gap:18px !important}
#register .contact-email-only{margin-top:-8px}
#register .contact-email-link{display:inline-block;color:#fff;font-size:18px;font-weight:700;text-decoration:underline;text-underline-offset:4px}
#register .contact-email-link:hover{opacity:.85}


/* V122 — ONLY requested spacing/contact/footer refinements */
#pricing{padding-bottom:48px !important;}
.register-section{padding-top:22px !important;padding-bottom:58px !important;}
#register .register-box.contact-inline-box{display:block !important;padding:38px 48px !important;}
#register .contact-inline-message{margin:0 !important;color:#fff !important;line-height:1.45;}
#register .contact-inline-email{color:#fff;font-weight:inherit;text-decoration:none;}
#register .contact-lines-1{white-space:nowrap;}
#register .contact-lines-2{white-space:normal;max-width:62ch;}
#register .contact-lines-3{white-space:normal;max-width:42ch;}
#register .contact-lines-auto{white-space:normal;}
.site-footer{padding-top:16px !important;padding-bottom:10px !important;}
.site-footer .footer-grid{gap:20px !important;}
.site-footer .copyright{margin-top:10px !important;padding-top:10px !important;}
.site-footer .legal-footer-links{padding-top:3px !important;padding-bottom:7px !important;}
@media(max-width:800px){
  #pricing{padding-bottom:34px !important;}
  .register-section{padding-top:16px !important;padding-bottom:40px !important;}
  #register .register-box.contact-inline-box{padding:28px 24px !important;}
  #register .contact-inline-message{white-space:normal !important;max-width:none !important;}
  .site-footer{padding-top:14px !important;padding-bottom:8px !important;}
}
