:root{--navy:#062744;--navy-2:#0b456d;--ink:#092640;--muted:#5b6c7d;--line:#dce4eb;--soft:#f3f7fa;--white:#fff;--orange:#ff7a1a;--orange-dark:#dc5d00;--blue:#0b75c9;--aqua:#22b7c9;--green:#4eaa52;--red:#d93832;--radius:22px;--shadow:0 18px 55px rgba(8,39,67,.10);--shell:min(1180px,calc(100% - 40px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65;background:#fff}img{max-width:100%;height:auto}a{color:inherit}.site-shell{width:var(--shell);margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{clip:auto;width:auto;height:auto;margin:12px;padding:12px 18px;background:#fff;z-index:99999}.site-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid var(--line)}.site-header__bar{background:var(--navy);color:#fff;font-size:13px}.site-header__bar-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header__contact{display:flex;gap:22px}.site-header__contact a{text-decoration:none}.site-header__main{min-height:88px;display:flex;align-items:center;gap:30px}.site-branding{width:172px;flex:0 0 172px}.site-branding img{display:block;width:100%;max-height:62px;object-fit:contain}.primary-nav{margin-left:auto}.primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:28px}.primary-nav a{text-decoration:none;font-weight:700;font-size:15px}.primary-nav a:hover,.primary-nav .current-menu-item>a{color:var(--orange)}.menu-toggle{display:none;border:0;background:transparent;padding:8px}.menu-toggle span:not(.screen-reader-text){display:block;width:26px;height:2px;background:var(--navy);margin:5px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:13px 24px;border:1px solid var(--orange);border-radius:999px;background:var(--orange);color:#fff!important;text-decoration:none;font-weight:800;line-height:1.2;box-shadow:0 10px 26px rgba(255,122,26,.24);transition:.2s}.button:hover{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-2px)}.button--small{min-height:45px;padding:10px 19px;font-size:14px}.button--outline-light{background:transparent;border-color:rgba(255,255,255,.65);box-shadow:none}.button--outline-light:hover{background:#fff;color:var(--navy)!important;border-color:#fff}.button-row{display:flex;flex-wrap:wrap;gap:14px}.eyebrow{margin:0 0 13px;color:var(--orange);text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:900}.home-hero{min-height:680px;position:relative;display:flex;align-items:center;color:#fff;background:linear-gradient(115deg,#061f39 0%,#0a456d 100%);overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center;opacity:.48}.home-hero:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-200px;bottom:-320px;border:120px solid rgba(36,183,201,.13)}.home-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,50,.92) 0%,rgba(4,43,72,.72) 56%,rgba(5,56,91,.25) 100%)}.home-hero__content{position:relative;z-index:2;padding-block:100px;max-width:1180px}.home-hero h1{max-width:780px;margin:0 0 22px;font-size:clamp(46px,6vw,82px);line-height:1.02;letter-spacing:-.045em;color:#fff}.home-hero__lead{max-width:660px;margin:0 0 35px;font-size:clamp(19px,2vw,24px);color:#e7f1f7}.section{padding:100px 0}.section--soft{background:var(--soft)}.section h2,.benefits h2{margin:0 0 38px;font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-.035em}.world-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.world-card{position:relative;min-height:350px;padding:36px;border-radius:var(--radius);overflow:hidden;color:#fff;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);transition:.25s}.world-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(3,28,50,.87));z-index:0}.world-card>*{position:relative;z-index:1}.world-card--swim{background:linear-gradient(135deg,#077ac0,#0b466d)}.world-card--sport{background:linear-gradient(135deg,#ff7818,#164c43)}.world-card--safety{background:linear-gradient(135deg,#ca342f,#092f51)}.world-card:hover{transform:translateY(-7px)}.world-card__number{position:absolute;top:-10px;right:22px;font-size:100px;font-weight:900;opacity:.14}.world-card h3{margin:0 0 12px;font-size:29px;line-height:1.1}.world-card p{margin:0 0 22px;color:rgba(255,255,255,.84)}.text-link{display:inline-flex;color:#0872c6;text-decoration:none;font-weight:800}.world-card .text-link{color:#fff}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:38px}.section-heading h2{margin:0}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.theme-course-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(7,38,64,.07);transition:.2s}.theme-course-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.theme-course-card__image{display:block;aspect-ratio:16/10;background:#dcecf6}.theme-course-card__image img,.theme-course-card__placeholder{width:100%;height:100%;display:block;object-fit:cover}.theme-course-card__body{padding:26px}.theme-course-card__world{display:inline-block;margin-bottom:12px;color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.theme-course-card--sport .theme-course-card__world{color:var(--orange-dark)}.theme-course-card--safety .theme-course-card__world{color:var(--red)}.theme-course-card h3{margin:0 0 11px;font-size:24px;line-height:1.18}.theme-course-card h3 a{text-decoration:none}.theme-course-card p{color:var(--muted);font-size:15px}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.benefit-grid strong{color:var(--orange);font-size:13px;letter-spacing:.1em}.benefit-grid h3{font-size:24px;margin:12px 0 8px}.benefit-grid p{color:var(--muted)}.home-cta{background:linear-gradient(115deg,#061f39,#0b4b75);color:#fff;padding:75px 0}.home-cta__inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.home-cta h2{margin:0;max-width:700px;font-size:clamp(34px,4vw,54px);line-height:1.06;color:#fff}.page-hero{background:linear-gradient(115deg,var(--navy),var(--navy-2));color:#fff;padding:110px 0}.page-hero--compact{padding:80px 0}.page-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.05;margin:0;color:#fff}.prose{max-width:860px;padding-block:70px}.prose>*:first-child{margin-top:0}.prose h2{font-size:38px;line-height:1.15;margin-top:2em}.prose h3{font-size:27px}.prose a{color:#0872c6}.article-cover{border-radius:var(--radius);margin-bottom:35px}.content-layout{padding-block:70px}.post-list{display:grid;gap:25px}.post-card{display:grid;grid-template-columns:320px 1fr;gap:30px;border:1px solid var(--line);border-radius:18px;overflow:hidden;padding:22px}.post-card img{width:100%;height:220px;object-fit:cover;border-radius:12px}.post-card h2{margin:3px 0}.post-card h2 a{text-decoration:none}.post-meta{color:var(--muted);font-size:14px}.site-footer{background:#041d33;color:#d9e5ed;padding:70px 0 25px}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:65px}.site-footer__logo{width:175px;background:#fff;padding:8px;border-radius:8px}.site-footer h2{font-size:17px;color:#fff;margin:0 0 17px}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin:8px 0}.site-footer a{color:#d9e5ed;text-decoration:none}.site-footer a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.13);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;font-size:13px;color:#9db0bf}
/* SON Platform integration */
.son-study-total,.son-study-load__total{background:var(--navy)!important;color:#fff!important;border-top:4px solid var(--orange)!important}.son-study-total *,.son-study-load__total *{color:#fff!important}.son-theme--swim{--son-accent:#0b75c9}.son-theme--sport{--son-accent:#ff7a1a}.son-theme--safety{--son-accent:#d93832}.son-theme .son-button,.son-theme .son-btn{border-radius:999px}.son-theme .son-section{scroll-margin-top:110px}.son-course-card,.son-world-course{border-radius:18px!important}.son-world-hero h1,.son-opl-hero h1{color:#fff!important}.son-world-hero .son-eyebrow,.son-opl-hero .son-eyebrow{color:#ffad73!important}
@media(max-width:950px){.header-cta{display:none}.menu-toggle{display:block;margin-left:auto}.primary-nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:20px;display:none;box-shadow:var(--shadow)}.primary-nav.is-open{display:block}.primary-nav ul{display:block}.primary-nav li{border-bottom:1px solid var(--line)}.primary-nav a{display:block;padding:14px 4px}.world-grid,.course-grid,.benefit-grid{grid-template-columns:1fr 1fr}.home-cta__inner{display:block}.home-cta .button-row{margin-top:25px}.site-footer__grid{grid-template-columns:1fr 1fr}.post-card{grid-template-columns:1fr}}
@media(max-width:650px){:root{--shell:min(100% - 26px,1180px)}body{font-size:16px}.site-header__bar{display:none}.site-header__main{min-height:72px}.site-branding{width:140px;flex-basis:140px}.home-hero{min-height:610px}.home-hero__content{padding-block:80px}.home-hero h1{font-size:45px}.section{padding:72px 0}.world-grid,.course-grid,.benefit-grid,.site-footer__grid{grid-template-columns:1fr}.world-card{min-height:300px}.section-heading{display:block}.section-heading>.text-link{margin-top:10px}.site-footer__bottom{display:block}.site-footer__bottom span{display:block;margin-top:5px}.button-row .button{width:100%}.post-card{padding:14px}.page-hero--compact{padding:60px 0}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* =========================================================
   SON Academy 1.1.0 — typografie, navigatie en formulieren
   ========================================================= */
:root{
  --navy:#09213e;
  --navy-2:#0b456d;
  --ink:#142033;
  --muted:#607086;
  --line:#dfe7ef;
  --soft:#f5f8fb;
  --orange:#f47b20;
  --orange-dark:#d85f0a;
  --radius:22px;
  --radius-small:14px;
  --shadow:0 18px 55px rgba(9,33,62,.12);
  --shadow-small:0 10px 30px rgba(9,33,62,.08);
}

body,
button,
input,
select,
textarea{
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

body{color:var(--ink);font-size:16.5px;line-height:1.68;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4,h5,h6{color:var(--ink);font-weight:800;line-height:1.12;letter-spacing:-.025em;text-wrap:balance}
p{margin-top:0}

/* Header & navigatie */
.site-header{position:sticky;top:0;z-index:100;border-bottom:0;box-shadow:0 1px 0 rgba(9,33,62,.08);transition:box-shadow .25s ease,transform .25s ease}
.site-header.is-scrolled{box-shadow:0 12px 34px rgba(9,33,62,.13)}
.site-header__main-wrap{background:rgba(255,255,255,.98);backdrop-filter:blur(16px)}
.site-header__main{min-height:90px;gap:26px;transition:min-height .25s ease}
.site-header.is-scrolled .site-header__main{min-height:74px}
.site-header__promise{font-weight:650;letter-spacing:.01em}
.site-header__contact a{display:inline-flex;align-items:center;gap:6px;opacity:.92;transition:opacity .2s ease}
.site-header__contact a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.site-branding{width:185px;flex-basis:185px}
.site-header.is-scrolled .site-branding img{max-height:54px}
.primary-nav{align-self:stretch;display:flex;align-items:center}
.primary-nav__menu{height:100%;display:flex!important;align-items:center!important;gap:4px!important}
.primary-nav__item{position:relative;height:100%;display:flex;align-items:center}
.primary-nav__item>a{display:flex;align-items:center;height:100%;padding:0 13px;font-size:14.5px!important;font-weight:750!important;color:var(--ink);border-radius:10px;transition:color .2s ease,background .2s ease}
.primary-nav__item>a:hover,.primary-nav__item.current-menu-item>a,.primary-nav__item.current-menu-ancestor>a{color:var(--navy);background:#f1f6fa}
.primary-nav__item.current-menu-item>a:after,.primary-nav__item.current-menu-ancestor>a:after{content:"";position:absolute;left:14px;right:14px;bottom:14px;height:3px;border-radius:99px;background:var(--orange)}
.primary-nav__submenu{position:absolute;left:0;top:calc(100% - 8px);z-index:30;display:block!important;min-width:270px;padding:10px!important;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 55px rgba(9,33,62,.17);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.primary-nav__submenu:before{content:"";position:absolute;left:22px;top:-7px;width:13px;height:13px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}
.primary-nav__submenu li{display:block;height:auto!important;position:relative}
.primary-nav__submenu a{display:block!important;height:auto!important;padding:11px 13px!important;border-radius:9px;font-size:14px!important;font-weight:650!important;line-height:1.35}
.primary-nav__submenu a:hover{background:#f2f7fa;color:var(--orange-dark)}
.primary-nav__item:hover>.primary-nav__submenu,.primary-nav__item:focus-within>.primary-nav__submenu{opacity:1;visibility:visible;transform:none}
.submenu-toggle{display:none}
.header-cta{margin-left:5px;white-space:nowrap;box-shadow:none}

/* Pagina-opbouw */
.page-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(120deg,#071d38,#0c4b78)}
.page-hero:after{content:"";position:absolute;z-index:-1;right:-140px;bottom:-220px;width:510px;height:510px;border:90px solid rgba(255,255,255,.055);border-radius:50%}
.page-hero__inner{position:relative;z-index:1}
.page-hero--compact{padding:78px 0 82px}
.page-hero h1{max-width:900px;font-size:clamp(2.6rem,5vw,4.5rem);letter-spacing:-.04em}
.page-hero__lead{max-width:720px;margin:18px 0 0;color:#dbe9f3;font-size:1.15rem}
.theme-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;color:rgba(255,255,255,.78);font-size:.84rem}
.theme-breadcrumbs a{color:inherit;text-decoration:none}.theme-breadcrumbs a:hover{color:#fff;text-decoration:underline}
.page-content-wrap{padding:72px 0 100px;background:linear-gradient(#f5f8fb 0,#fff 190px)}
.page-content-card{max-width:1040px;padding:clamp(28px,5vw,64px);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-small)}
.prose{padding-block:0}
.prose>h2{font-size:clamp(1.8rem,3vw,2.55rem);margin:2.1em 0 .65em}
.prose>h3{font-size:clamp(1.35rem,2vw,1.75rem);margin:1.8em 0 .55em}
.prose>h2:first-child,.prose>h3:first-child{margin-top:0}
.prose p,.prose li{color:#425368}
.prose ul:not([class]),.prose ol:not([class]){padding-left:1.25rem}
.prose li+li{margin-top:.42em}
.prose blockquote{margin:2em 0;padding:22px 26px;border-left:4px solid var(--orange);border-radius:0 14px 14px 0;background:#f7fafc;color:var(--navy)}
.prose table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--line);border-radius:14px}
.prose th,.prose td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left}.prose th{background:#eef4f8;color:var(--navy)}.prose tr:last-child td{border-bottom:0}

/* Gutenberg componenten */
.wp-block-group.has-background{padding:clamp(24px,4vw,44px);border-radius:20px}
.wp-block-columns{gap:clamp(22px,4vw,48px)}
.wp-block-button__link{min-height:50px;display:inline-flex;align-items:center;padding:12px 23px;border-radius:999px!important;background:var(--orange);font-weight:800;box-shadow:0 10px 26px rgba(244,123,32,.22)}
.wp-block-button.is-style-outline .wp-block-button__link{background:transparent;color:var(--navy);border-color:var(--navy)}

/* Formulieren — JetFormBuilder en generieke WordPress formulieren */
.jet-form-builder,
form.wpcf7-form,
.gform_wrapper,
.wpforms-container{
  --form-border:#ced9e4;
  --form-focus:#0b6fb8;
  --form-error:#bd2c2c;
  color:var(--ink);
}
.jet-form-builder-row,.jet-form-builder__row{margin-bottom:22px!important}
.jet-form-builder__fields-group,.jet-form-builder__field-wrap{width:100%}
.jet-form-builder label,.jet-form-builder__label,.gfield_label,.wpforms-field-label,.wpcf7-form label{display:block;margin:0 0 8px;color:var(--navy);font-size:.93rem;font-weight:750}
.jet-form-builder input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.jet-form-builder select,
.jet-form-builder textarea,
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpcf7-form select,.wpcf7-form textarea,
.gform_wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.gform_wrapper select,.gform_wrapper textarea,
.wpforms-container input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpforms-container select,.wpforms-container textarea{
  width:100%;min-height:54px;padding:13px 15px;border:1px solid var(--form-border)!important;border-radius:12px!important;background:#fff!important;color:var(--ink)!important;font:inherit;line-height:1.35;box-shadow:0 1px 2px rgba(9,33,62,.03);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease
}
.jet-form-builder textarea,.wpcf7-form textarea,.gform_wrapper textarea,.wpforms-container textarea{min-height:145px;resize:vertical}
.jet-form-builder input:focus,.jet-form-builder select:focus,.jet-form-builder textarea:focus,
.wpcf7-form input:focus,.wpcf7-form select:focus,.wpcf7-form textarea:focus,
.gform_wrapper input:focus,.gform_wrapper select:focus,.gform_wrapper textarea:focus,
.wpforms-container input:focus,.wpforms-container select:focus,.wpforms-container textarea:focus{
  outline:0;border-color:var(--form-focus)!important;box-shadow:0 0 0 4px rgba(11,111,184,.13)!important;background:#fff!important
}
.jet-form-builder input::placeholder,.jet-form-builder textarea::placeholder{color:#8a98a8}
.jet-form-builder select,.wpcf7-form select,.gform_wrapper select,.wpforms-container select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#52677b 50%),linear-gradient(135deg,#52677b 50%,transparent 50%)!important;background-position:calc(100% - 19px) 23px,calc(100% - 14px) 23px!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important;padding-right:42px!important}
.jet-form-builder input[type="checkbox"],.jet-form-builder input[type="radio"],.wpcf7-form input[type="checkbox"],.wpcf7-form input[type="radio"]{width:19px;height:19px;margin:0 9px 0 0;accent-color:var(--orange);vertical-align:-3px}
.jet-form-builder__field-label.for-checkbox,.jet-form-builder__field-label.for-radio{display:flex;align-items:flex-start;gap:8px;font-weight:550;color:#425368}
.jet-form-builder__desc,.jet-form-builder__field-description,.gfield_description,.wpforms-field-description{margin-top:7px;color:var(--muted);font-size:.84rem;line-height:1.5}
.jet-form-builder__submit,.jet-form-builder button[type="submit"],.wpcf7-submit,.gform_button,.wpforms-submit{
  display:inline-flex!important;align-items:center;justify-content:center;min-height:54px!important;padding:13px 26px!important;border:1px solid var(--orange)!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font:inherit!important;font-weight:800!important;line-height:1.2!important;cursor:pointer;box-shadow:0 10px 26px rgba(244,123,32,.24);transition:background .2s ease,transform .2s ease,box-shadow .2s ease
}
.jet-form-builder__submit:hover,.jet-form-builder button[type="submit"]:hover,.wpcf7-submit:hover,.gform_button:hover,.wpforms-submit:hover{background:var(--orange-dark)!important;border-color:var(--orange-dark)!important;transform:translateY(-2px);box-shadow:0 14px 30px rgba(244,123,32,.29)}
.jet-form-builder__required{color:var(--form-error)}
.jet-form-builder__field-error,.jet-form-builder-message--error,.wpcf7-not-valid-tip,.validation_message{color:var(--form-error)!important;font-size:.86rem;font-weight:650}
.jet-form-builder-message,.wpcf7-response-output{margin:20px 0!important;padding:15px 18px!important;border-radius:12px!important;border:1px solid #b9d8c6!important;background:#effaf3;color:#1d6840}
.jet-form-builder-message--error,.wpcf7 form.invalid .wpcf7-response-output{border-color:#e1b9b9!important;background:#fff2f2;color:#8f2424}
.jet-form-builder .wp-block-columns,.jet-form-builder-row.fields-row{gap:18px}

/* Formulierpagina visueel als professioneel paneel */
.page-content-card:has(.jet-form-builder),.page-content-card:has(.wpcf7-form),.page-content-card:has(.gform_wrapper),.page-content-card:has(.wpforms-container){max-width:920px}
.page-content-card .jet-form-builder,.page-content-card .wpcf7-form,.page-content-card .gform_wrapper,.page-content-card .wpforms-container{margin-top:28px;padding:clamp(22px,4vw,38px);border:1px solid var(--line);border-radius:20px;background:#f8fafc}

/* Footer iets rustiger */
.site-footer h2{font-weight:750;letter-spacing:-.01em}.site-footer p{color:#b9c9d5}.site-footer a{transition:color .18s ease}.site-footer__bottom{align-items:center}

@media(max-width:1100px){
  .primary-nav__item>a{padding-inline:9px;font-size:14px!important}.site-branding{width:165px;flex-basis:165px}.site-header__main{gap:15px}
}
@media(max-width:950px){
  body.menu-is-open{overflow:hidden}
  .site-header{position:sticky}.site-header__main{min-height:76px}.site-header.is-scrolled .site-header__main{min-height:70px}
  .primary-nav{position:fixed;top:var(--mobile-header-top,76px);left:0;right:0;bottom:0;margin:0;padding:14px 20px 40px;overflow-y:auto;background:#fff;border-top:1px solid var(--line);box-shadow:none}
  .primary-nav__menu{display:block!important;height:auto}
  .primary-nav__item{display:grid!important;grid-template-columns:1fr auto;height:auto!important;border-bottom:1px solid var(--line)!important}
  .primary-nav__item>a{min-height:55px;padding:13px 4px!important;background:transparent!important;border-radius:0;font-size:16px!important}
  .primary-nav__item.current-menu-item>a:after,.primary-nav__item.current-menu-ancestor>a:after{display:none}
  .submenu-toggle{display:grid;place-items:center;width:48px;border:0;background:transparent;cursor:pointer}
  .submenu-toggle span{width:9px;height:9px;border-right:2px solid var(--navy);border-bottom:2px solid var(--navy);transform:rotate(45deg) translate(-2px,-2px);transition:transform .2s ease}
  .submenu-toggle[aria-expanded="true"] span{transform:rotate(225deg) translate(-1px,-1px)}
  .primary-nav__submenu{position:static;grid-column:1/-1;display:none!important;min-width:0;padding:0 0 12px 14px!important;border:0;border-left:2px solid #d9e6ef;border-radius:0;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .primary-nav__submenu:before{display:none}.submenu-is-open>.primary-nav__submenu{display:block!important}
  .primary-nav__submenu li{border:0!important}.primary-nav__submenu a{padding:9px 10px!important;font-size:14.5px!important}
}
@media(max-width:650px){
  .page-hero--compact{padding:54px 0 58px}.page-content-wrap{padding:38px 0 70px}.page-content-card{padding:25px 20px;border-radius:18px}
  .page-content-card .jet-form-builder,.page-content-card .wpcf7-form,.page-content-card .gform_wrapper,.page-content-card .wpforms-container{padding:20px 15px;margin-inline:-5px}
  .jet-form-builder__submit,.jet-form-builder button[type="submit"],.wpcf7-submit,.gform_button,.wpforms-submit{width:100%}
}

/* SON Academy 1.2 — Mijn SON deelnemersportaal */
.site-header__actions{display:flex;align-items:center;gap:11px;flex:0 0 auto}
.account-button{display:inline-flex;align-items:center;gap:8px;min-height:45px;padding:10px 15px;border:1px solid #cddbe6;border-radius:999px;background:#fff;color:var(--navy);text-decoration:none;font-size:14px;font-weight:800;line-height:1;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}
.account-button:hover,.account-button:focus-visible{border-color:var(--navy);background:#eef5f9;color:var(--navy);transform:translateY(-1px)}
.account-button--logged-in{border-color:#badfc8;background:#effaf3;color:#166534}
.account-button__icon{display:grid;place-items:center;width:21px;height:21px}

.account-login-section{position:relative;isolation:isolate;min-height:calc(100vh - 123px);display:flex;align-items:center;padding:76px 0 92px;background:linear-gradient(115deg,#061f39 0%,#0b456d 56%,#0b5d78 100%);overflow:hidden}
.account-login-section:before{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 82% 18%,rgba(34,183,201,.22),transparent 28%),radial-gradient(circle at 10% 88%,rgba(255,122,26,.12),transparent 26%)}
.account-login-section:after{content:"";position:absolute;z-index:-1;width:590px;height:590px;right:-245px;bottom:-305px;border:105px solid rgba(255,255,255,.055);border-radius:50%}
.account-login-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);align-items:center;gap:clamp(55px,8vw,110px)}
.account-login-intro{max-width:690px;color:#fff}
.account-login-intro h1{margin:0 0 22px;color:#fff;font-size:clamp(3rem,5.6vw,5.4rem);line-height:1.01;letter-spacing:-.048em}
.account-login-intro__lead{max-width:620px;margin:0 0 33px;color:#dceaf3;font-size:clamp(1.08rem,1.7vw,1.35rem);line-height:1.6}
.account-benefits{display:grid;gap:13px;margin:0 0 34px;padding:0;list-style:none}
.account-benefits li{display:flex;align-items:flex-start;gap:12px;color:#eef7fb;font-weight:650}
.account-benefits li span{display:grid;place-items:center;flex:0 0 25px;width:25px;height:25px;margin-top:1px;border-radius:50%;background:rgba(34,183,201,.18);color:#67e3ed;font-weight:900}
.account-login-security{display:flex;align-items:flex-start;gap:13px;max-width:540px;padding:18px 20px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.account-login-security__icon{font-size:21px}.account-login-security p{margin:0;color:#cfe0eb;font-size:.91rem;line-height:1.5}.account-login-security strong{color:#fff}
.account-login-card{padding:clamp(29px,4vw,43px);border:1px solid rgba(255,255,255,.38);border-radius:25px;background:#fff;box-shadow:0 30px 80px rgba(2,22,39,.28)}
.account-login-card__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.account-login-card__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#eaf3f8;color:var(--navy)}
.account-login-card__kicker{margin:0 0 2px;color:var(--orange-dark);text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;font-weight:900}
.account-login-card h2{margin:0;color:var(--navy);font-size:clamp(1.8rem,3vw,2.25rem);line-height:1.05}
.account-login-card__text{margin:0 0 24px;color:var(--muted);font-size:.94rem}
.account-login-card .login-username,.account-login-card .login-password{margin:0 0 18px}
.account-login-card .login-remember{margin:1px 0 20px;color:#425368;font-size:.9rem}
.account-login-card label{display:block;margin:0 0 7px;color:var(--navy);font-size:.89rem;font-weight:800}
.account-login-card input[type="text"],.account-login-card input[type="password"]{width:100%;min-height:54px;padding:13px 15px;border:1px solid #cbd8e3;border-radius:12px;background:#fff;color:var(--ink);font:inherit;box-shadow:0 1px 2px rgba(9,33,62,.03);transition:border-color .18s ease,box-shadow .18s ease}
.account-login-card input[type="text"]:focus,.account-login-card input[type="password"]:focus{outline:0;border-color:#0b6fb8;box-shadow:0 0 0 4px rgba(11,111,184,.13)}
.account-login-card input[type="checkbox"]{width:18px;height:18px;margin:0 8px 0 0;accent-color:var(--orange);vertical-align:-3px}
.account-login-card .login-submit{margin:0}
.account-login-card .button-primary{width:100%;min-height:54px;padding:13px 24px;border:1px solid var(--orange);border-radius:999px;background:var(--orange);color:#fff;font:inherit;font-weight:850;cursor:pointer;box-shadow:0 11px 27px rgba(255,122,26,.23);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}
.account-login-card .button-primary:hover,.account-login-card .button-primary:focus-visible{background:var(--orange-dark);border-color:var(--orange-dark);transform:translateY(-2px);box-shadow:0 15px 31px rgba(255,122,26,.29)}
.account-login-links{display:flex;justify-content:flex-end;margin-top:14px}.account-login-links a{color:#0b6fb8;font-size:.88rem;font-weight:750;text-decoration:none}.account-login-links a:hover{text-decoration:underline}
.account-login-help{margin-top:26px;padding-top:22px;border-top:1px solid var(--line);color:#536579;font-size:.87rem}.account-login-help strong{color:var(--navy)}.account-login-help p{margin:4px 0 7px}.account-login-help a{color:#0b6fb8;font-weight:800;text-decoration:none}
.account-notice{margin:0 0 20px;padding:12px 15px;border-radius:11px;font-size:.9rem;font-weight:700}.account-notice--success{border:1px solid #b9dfc7;background:#effaf3;color:#166534}

.account-portal-heading{padding:34px 0 0;background:#f4f8fb}.account-portal-heading .theme-breadcrumbs{margin:0;color:#617589}.account-portal-content{padding:1px 0;background:#f4f8fb}
.son-account-page--logged-in .son-portal{margin-top:24px}
.son-account-page--logged-in .page-content-wrap{display:none}

@media(max-width:1100px){.account-button__label{display:none}.account-button{width:45px;padding:10px;justify-content:center}.account-login-layout{grid-template-columns:1fr 430px;gap:48px}}
@media(max-width:950px){.site-header__actions{margin-left:4px}.account-button{order:1}.menu-toggle{order:2;margin-left:0}.header-cta{display:none}.account-login-layout{grid-template-columns:1fr;max-width:720px}.account-login-intro{max-width:none}.account-login-intro h1{font-size:clamp(3rem,9vw,5rem)}.account-login-card{max-width:560px;width:100%}}
@media(max-width:650px){.account-login-section{min-height:0;padding:48px 0 64px}.account-login-intro h1{font-size:2.75rem}.account-login-intro__lead{font-size:1.04rem}.account-login-security{display:none}.account-login-card{padding:25px 20px;border-radius:20px}.account-benefits{margin-bottom:28px}.account-portal-heading{padding-top:22px}}
@media(prefers-reduced-motion:reduce){.account-button,.account-login-card .button-primary{transition:none}}

/* SON Academy 1.2.1 — interactief hoofdmenu en accountmenu */
.account-menu{position:relative;flex:0 0 auto}
.account-menu__toggle{cursor:pointer}
.account-menu__chevron{width:8px;height:8px;margin-left:1px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .18s ease}
.account-menu__toggle[aria-expanded="true"] .account-menu__chevron{transform:rotate(225deg) translate(-1px,-1px)}
.account-menu__dropdown{position:absolute;z-index:80;top:calc(100% + 10px);right:0;min-width:210px;padding:9px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 20px 55px rgba(9,33,62,.18)}
.account-menu__dropdown[hidden]{display:none!important}
.account-menu__dropdown:before{content:"";position:absolute;right:24px;top:-7px;width:13px;height:13px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}
.account-menu__dropdown a{position:relative;display:block;padding:11px 13px;border-radius:9px;color:var(--navy);font-size:14px;font-weight:750;line-height:1.35;text-decoration:none}
.account-menu__dropdown a:hover,.account-menu__dropdown a:focus-visible{background:#f1f6fa;color:var(--orange-dark);outline:none}
.account-menu__dropdown .account-menu__logout{margin-top:5px;padding-top:12px;border-top:1px solid var(--line);border-radius:0 0 9px 9px;color:#9b2c2c}

@media(max-width:950px){
  .primary-nav{display:none!important}
  .primary-nav.is-open{display:block!important}
  .account-menu__dropdown{position:fixed;top:76px;right:14px;left:14px;min-width:0}
  .site-header.is-scrolled .account-menu__dropdown{top:70px}
  .account-menu__dropdown:before{right:64px}
}

/* SON Academy 1.2.2 — compacte en interactieve mobiele navigatie */
@media (max-width:950px){
  :root{--son-mobile-header-height:68px;--son-admin-offset:0px}
  body.admin-bar{--son-admin-offset:46px}
  .site-header{
    position:sticky!important;
    top:var(--son-admin-offset)!important;
    z-index:9990!important;
    width:100%;
    background:#fff!important;
    box-shadow:0 5px 20px rgba(6,39,68,.10);
  }
  .site-header__bar{display:none!important}
  .site-header__main-wrap{background:#fff!important}
  .site-header__main{
    width:min(100% - 28px,1180px)!important;
    min-height:var(--son-mobile-header-height)!important;
    height:var(--son-mobile-header-height)!important;
    display:grid!important;
    grid-template-columns:minmax(94px,126px) 1fr auto auto!important;
    align-items:center!important;
    gap:8px!important;
    padding:0!important;
    margin-inline:auto!important;
    flex-wrap:nowrap!important;
  }
  .site-branding{
    grid-column:1;
    width:118px!important;
    max-width:100%!important;
    flex:0 0 auto!important;
    overflow:hidden;
  }
  .site-branding a{display:flex!important;align-items:center!important;height:54px!important}
  .site-branding img{display:block!important;width:auto!important;max-width:118px!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}
  .site-header__actions{
    grid-column:3;
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    margin:0!important;
    min-width:0!important;
  }
  .header-cta{display:none!important}
  .account-button{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    justify-content:center!important;
    border-radius:50%!important;
    box-shadow:none!important;
  }
  .account-button__label,.account-menu__chevron{display:none!important}
  .account-button__icon{width:20px!important;height:20px!important}
  .menu-toggle{
    grid-column:4;
    display:flex!important;
    width:44px!important;
    height:44px!important;
    padding:9px!important;
    margin:0!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:5px!important;
    border:1px solid #d7e1e9!important;
    border-radius:12px!important;
    background:#fff!important;
    color:var(--navy)!important;
    cursor:pointer!important;
  }
  .menu-toggle span:not(.screen-reader-text){
    width:22px!important;
    height:2px!important;
    margin:0!important;
    border-radius:3px!important;
    background:currentColor!important;
    transition:transform .22s ease,opacity .18s ease!important;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  .menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .primary-nav{
    display:block!important;
    position:fixed!important;
    z-index:9985!important;
    top:calc(var(--son-admin-offset) + var(--son-mobile-header-height))!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    margin:0!important;
    padding:18px 22px max(38px,env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    background:#fff!important;
    border-top:1px solid var(--line)!important;
    box-shadow:0 24px 55px rgba(6,39,68,.16)!important;
    visibility:hidden!important;
    opacity:0!important;
    transform:translateY(-12px)!important;
    pointer-events:none!important;
    transition:opacity .2s ease,transform .24s ease,visibility 0s linear .24s!important;
  }
  .primary-nav.is-open{
    visibility:visible!important;
    opacity:1!important;
    transform:translateY(0)!important;
    pointer-events:auto!important;
    transition-delay:0s!important;
  }
  .primary-nav__menu,.primary-nav>ul{
    display:block!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
  }
  .primary-nav__item,.primary-nav .menu-item{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 48px!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    border:0!important;
    border-bottom:1px solid #e3eaf0!important;
  }
  .primary-nav__item>a,.primary-nav .menu-item>a{
    display:flex!important;
    align-items:center!important;
    min-height:58px!important;
    padding:13px 4px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--navy)!important;
    font-size:16px!important;
    font-weight:780!important;
    line-height:1.3!important;
    text-decoration:none!important;
  }
  .primary-nav .current-menu-item>a,.primary-nav .current-menu-ancestor>a{color:var(--orange-dark)!important}
  .submenu-toggle{
    display:grid!important;
    place-items:center!important;
    width:48px!important;
    min-height:58px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    color:var(--navy)!important;
    cursor:pointer!important;
  }
  .submenu-toggle span{width:9px!important;height:9px!important;border-right:2px solid currentColor!important;border-bottom:2px solid currentColor!important}
  .primary-nav__submenu,.primary-nav .sub-menu{
    position:static!important;
    grid-column:1/-1!important;
    display:none!important;
    width:100%!important;
    min-width:0!important;
    margin:0 0 10px!important;
    padding:2px 0 8px 14px!important;
    border:0!important;
    border-left:2px solid #d8e6ef!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .submenu-is-open>.primary-nav__submenu,.submenu-is-open>.sub-menu{display:block!important}
  .primary-nav__submenu li,.primary-nav .sub-menu li{display:block!important;border:0!important}
  .primary-nav__submenu a,.primary-nav .sub-menu a{min-height:0!important;padding:9px 11px!important;color:#40566a!important;font-size:14.5px!important;font-weight:650!important}

  .account-menu__dropdown{
    position:fixed!important;
    z-index:9995!important;
    top:calc(var(--son-admin-offset) + var(--son-mobile-header-height) + 8px)!important;
    right:14px!important;
    left:14px!important;
    min-width:0!important;
    max-height:calc(100vh - var(--son-admin-offset) - var(--son-mobile-header-height) - 24px)!important;
    overflow:auto!important;
  }
  .account-menu__dropdown:before{right:67px!important}
  body.menu-is-open{overflow:hidden!important;touch-action:none}
}
@media (min-width:783px) and (max-width:950px){body.admin-bar{--son-admin-offset:32px}}
@media (max-width:420px){
  .site-header__main{width:calc(100% - 20px)!important;grid-template-columns:minmax(82px,108px) 1fr auto auto!important;gap:6px!important}
  .site-branding{width:104px!important}.site-branding img{max-width:104px!important;max-height:44px!important}
  .primary-nav{padding-inline:17px!important}
}
@media (prefers-reduced-motion:reduce){
  .primary-nav,.menu-toggle span:not(.screen-reader-text){transition:none!important}
}


/* SON Academy 1.3 — centraal blok Meer informatie */
.son-section--more-info{position:relative;background:linear-gradient(180deg,#f7fafc 0%,#fff 100%)}
.son-section--more-info:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(11,43,75,.14),transparent)}
.son-more-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:34px}
.son-more-info-link{display:grid;grid-template-columns:52px minmax(0,1fr) 28px;gap:16px;align-items:center;min-height:92px;padding:18px 20px;border:1px solid rgba(11,43,75,.13);border-radius:18px;background:#fff;color:#0b2b4b!important;text-decoration:none!important;box-shadow:0 10px 30px rgba(9,33,62,.055);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.son-more-info-link:hover,.son-more-info-link:focus-visible{transform:translateY(-3px);border-color:var(--son-accent,#f47721);box-shadow:0 17px 38px rgba(9,33,62,.11);outline:0}
.son-more-info-link__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:rgba(11,43,75,.07);color:var(--son-accent,#f47721)}
.son-more-info-link__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.son-more-info-link__copy{display:flex;min-width:0;flex-direction:column;gap:4px}
.son-more-info-link__copy strong{color:#0b2b4b!important;font-size:1rem;font-weight:750;line-height:1.3}
.son-more-info-link__copy small{color:#67778a;font-size:.78rem;line-height:1.35}
.son-more-info-link__arrow{color:var(--son-accent,#f47721);font-size:1.3rem;font-weight:800;text-align:right;transition:transform .22s ease}
.son-more-info-link:hover .son-more-info-link__arrow{transform:translateX(3px)}
.son-more-info-link--document{border-left:4px solid var(--son-accent,#f47721)}
.son-more-info-link--document .son-more-info-link__icon{background:color-mix(in srgb,var(--son-accent,#f47721) 12%,white)}
@media(max-width:700px){.son-more-info-grid{grid-template-columns:1fr}.son-more-info-link{grid-template-columns:46px minmax(0,1fr) 24px;min-height:82px;padding:15px 16px}.son-more-info-link__icon{width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.son-more-info-link,.son-more-info-link__arrow{transition:none}.son-more-info-link:hover{transform:none}}


/* SON Academy 1.3.1 — Meer informatie geïntegreerd in de footer */
.site-footer__information-list{display:grid;gap:4px!important;margin:0!important;padding:0!important;list-style:none!important}
.site-footer__information-list li{margin:0!important}
.site-footer__information-list a{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:10px;min-height:42px;padding:7px 0;color:#d9e5ed!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,border-color .18s ease,transform .18s ease}
.site-footer__information-list li:last-child a{border-bottom:0}
.site-footer__information-list a:hover,.site-footer__information-list a:focus-visible{color:#fff!important;border-color:rgba(244,119,33,.55);transform:translateX(3px);outline:0}
.site-footer__information-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.08);color:#f47721}
.site-footer__information-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.site-footer__information-arrow{color:#f47721;font-weight:800;text-align:right}
.site-footer__document{font-weight:700}
.site-footer__document .site-footer__information-icon{background:rgba(244,119,33,.14)}
@media(max-width:650px){.site-footer__information-list a{min-height:46px;padding:9px 0}}
@media(prefers-reduced-motion:reduce){.site-footer__information-list a{transition:none}.site-footer__information-list a:hover{transform:none}}


/* SON Academy 1.3.2 — volledig vernieuwde footer */
.site-footer{padding:0;background:#041d33;color:#d9e5ed;min-height:0!important;height:auto!important;overflow:hidden}
.site-footer *{box-sizing:border-box}
.site-footer__contact-strip{background:linear-gradient(105deg,#0b3152 0%,#0d4d75 100%);border-bottom:1px solid rgba(255,255,255,.12)}
.site-footer__contact-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:38px;padding-block:34px}
.site-footer__eyebrow{margin:0 0 6px!important;color:#ff8a2a!important;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}
.site-footer__contact-strip h2{margin:0!important;max-width:620px;color:#fff!important;font-size:clamp(23px,2.5vw,34px)!important;line-height:1.18!important;letter-spacing:-.025em}
.site-footer__contact-actions{display:flex;gap:12px;flex:0 0 auto}
.site-footer__contact-button{display:flex;align-items:center;gap:12px;min-width:218px;padding:13px 18px;border:1px solid rgba(255,255,255,.38);border-radius:15px;color:#fff!important;text-decoration:none!important;font-weight:800;line-height:1.2;transition:transform .18s ease,background .18s ease,border-color .18s ease}
.site-footer__contact-button--primary{background:#f47721;border-color:#f47721;box-shadow:0 12px 28px rgba(244,119,33,.24)}
.site-footer__contact-button:hover,.site-footer__contact-button:focus-visible{transform:translateY(-2px);background:rgba(255,255,255,.1);border-color:#fff;outline:0}
.site-footer__contact-button--primary:hover,.site-footer__contact-button--primary:focus-visible{background:#df6413;border-color:#df6413}
.site-footer__contact-button small{display:block;margin-bottom:3px;color:rgba(255,255,255,.74);font-size:11px;font-weight:650}
.site-footer__contact-button-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(255,255,255,.12);flex:0 0 38px}
.site-footer__contact-button-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer__main{padding:58px 0 50px;background:radial-gradient(circle at 93% 10%,rgba(21,104,153,.18),transparent 34%),#041d33}
.site-footer__grid{display:grid!important;grid-template-columns:minmax(235px,1.2fr) minmax(190px,.85fr) minmax(220px,1fr) minmax(220px,.9fr)!important;align-items:start!important;gap:42px!important;min-height:0!important;height:auto!important}
.site-footer__brand,.site-footer__column,.site-footer__information{min-height:0!important;height:auto!important;align-self:start!important}
.site-footer__logo{width:144px!important;max-width:100%;padding:7px!important;border-radius:11px!important;background:#fff!important;margin:0 0 20px!important}
.site-footer__logo img{display:block;width:100%;height:auto;max-height:145px;object-fit:contain}
.site-footer__brand>p{max-width:330px;margin:0 0 23px!important;color:#b9c9d5!important;font-size:15px;line-height:1.65}
.site-footer h2{margin:0 0 17px!important;color:#fff!important;font-size:16px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:-.01em!important}
.site-footer__details{display:grid;gap:10px}
.site-footer__details a,.site-footer__details>div{display:flex;align-items:flex-start;gap:10px;color:#c7d6e0!important;text-decoration:none!important;font-size:14px;line-height:1.45}
.site-footer__details a:hover{color:#fff!important}
.site-footer__details span{display:grid;place-items:center;width:23px;height:23px;color:#f47721;flex:0 0 23px}
.site-footer__details svg{width:17px;height:17px;fill:none!important;stroke:currentColor!important;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer__link-list,.site-footer__information-list{display:grid!important;gap:2px!important;margin:0!important;padding:0!important;list-style:none!important}
.site-footer__link-list li,.site-footer__information-list li{margin:0!important;padding:0!important}
.site-footer__link-list a,.site-footer__information-list a{display:grid!important;grid-template-columns:minmax(0,1fr) 17px!important;align-items:center!important;gap:9px!important;min-height:39px!important;padding:7px 0!important;border-bottom:1px solid rgba(255,255,255,.075)!important;color:#cbd8e1!important;text-decoration:none!important;font-size:14px!important;line-height:1.35!important;transition:color .18s ease,padding-left .18s ease,border-color .18s ease!important}
.site-footer__information-list a{grid-template-columns:25px minmax(0,1fr) 17px!important}
.site-footer__link-list li:last-child a,.site-footer__information-list li:last-child a{border-bottom:0!important}
.site-footer__link-list a:hover,.site-footer__link-list a:focus-visible,.site-footer__information-list a:hover,.site-footer__information-list a:focus-visible{padding-left:5px!important;color:#fff!important;border-color:rgba(244,119,33,.48)!important;outline:0}
.site-footer__link-list a>span:last-child,.site-footer__information-arrow{display:grid;place-items:center;color:#f47721!important}
.site-footer__link-list svg,.site-footer__information-arrow svg{width:15px;height:15px;fill:none!important;stroke:currentColor!important;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.site-footer__information-icon{display:grid!important;place-items:center!important;width:25px!important;height:25px!important;border-radius:8px!important;background:rgba(255,255,255,.08)!important;color:#f47721!important}
.site-footer__information-icon svg{width:14px!important;height:14px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round;stroke-linejoin:round}
.site-footer__portal p{margin:0 0 19px!important;color:#b9c9d5!important;font-size:14px;line-height:1.55}
.site-footer__portal-button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:13px 15px;border:1px solid rgba(255,255,255,.26);border-radius:12px;background:rgba(255,255,255,.06);color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:800;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.site-footer__portal-button:hover,.site-footer__portal-button:focus-visible{background:#f47721;border-color:#f47721;transform:translateY(-2px);outline:0}
.site-footer__portal-button span{display:grid;place-items:center;color:#f47721}
.site-footer__portal-button:hover span{color:#fff}
.site-footer__portal-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.site-footer__socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
.site-footer__socials a{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:11px;background:rgba(255,255,255,.05);color:#d9e5ed!important;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.site-footer__socials a:hover,.site-footer__socials a:focus-visible{background:#f47721;border-color:#f47721;color:#fff!important;transform:translateY(-2px);outline:0}
.site-footer__socials svg{width:18px;height:18px;fill:none!important;stroke:currentColor!important;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-footer__socials .fill-dot{fill:currentColor!important;stroke:none!important}
.site-footer__bottom-wrap{border-top:1px solid rgba(255,255,255,.1);background:#031729}
.site-footer__bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;margin:0 auto!important;padding-block:18px!important;border:0!important;color:#94a9b8!important;font-size:12px!important}
.site-footer__legal-menu{display:flex!important;align-items:center;justify-content:center;flex-wrap:wrap;gap:18px!important;margin:0!important;padding:0!important;list-style:none!important}
.site-footer__legal-menu li{margin:0!important}
.site-footer__legal-menu a{color:#b7c7d2!important;text-decoration:none!important}
.site-footer__legal-menu a:hover{color:#fff!important}
.site-footer__platform-label{white-space:nowrap}
@media(max-width:1050px){.site-footer__contact-strip-inner{align-items:flex-start}.site-footer__contact-actions{flex-direction:column}.site-footer__grid{grid-template-columns:1.2fr 1fr 1fr!important}.site-footer__portal{grid-column:2/4}.site-footer__portal-button{max-width:360px}}
@media(max-width:760px){.site-footer__contact-strip-inner{display:block;padding-block:29px}.site-footer__contact-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:22px}.site-footer__contact-button{min-width:0}.site-footer__grid{grid-template-columns:1fr 1fr!important;gap:36px 28px!important}.site-footer__brand{grid-column:1/-1}.site-footer__portal{grid-column:auto}.site-footer__bottom{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.site-footer__legal-menu{justify-content:flex-start!important}}
@media(max-width:520px){.site-footer__contact-actions{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr!important;gap:31px!important}.site-footer__brand,.site-footer__portal{grid-column:auto}.site-footer__main{padding:45px 0 38px}.site-footer__logo{width:126px!important}.site-footer__portal-button{max-width:none}.site-footer__platform-label{white-space:normal}}
@media(prefers-reduced-motion:reduce){.site-footer a{transition:none!important}.site-footer a:hover{transform:none!important}}

/* SON Academy 1.3.3 — compacte header zonder hoofdmenu */
.site-header--without-menu .site-header__main--without-menu{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  min-height:82px;
  gap:24px;
}
.site-header--without-menu .site-branding{flex:0 0 auto}
.site-header--without-menu .site-header__actions--without-menu{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:11px;
}
.site-header--without-menu .primary-nav,
.site-header--without-menu .menu-toggle{display:none!important}
.header-whatsapp{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:9px 15px;
  border:1px solid #b8e4ca;
  border-radius:999px;
  color:#087a3d;
  background:#effbf4;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.header-whatsapp:hover,.header-whatsapp:focus-visible{
  color:#056a34;
  background:#e3f8ec;
  border-color:#85d3a6;
  box-shadow:0 8px 22px rgba(10,139,72,.14);
  transform:translateY(-1px);
}
.header-whatsapp__icon,.site-header__whatsapp-text svg{display:inline-flex;width:20px;height:20px;flex:0 0 20px}
.header-whatsapp__icon svg,.site-header__whatsapp-text svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.site-header__whatsapp-text{display:inline-flex!important;align-items:center;gap:6px;color:#c9f3d9!important}
.site-header__whatsapp-text:hover{color:#fff!important}

@media(max-width:950px){
  .site-header--without-menu .site-header__bar{display:none!important}
  .site-header--without-menu .site-header__main--without-menu{
    width:min(100% - 24px,1180px)!important;
    min-height:68px!important;
    padding:6px 0!important;
    gap:7px!important;
  }
  .site-header--without-menu .site-branding{width:auto!important;flex:0 0 auto!important}
  .site-header--without-menu .site-branding img{width:auto!important;max-width:96px!important;max-height:54px!important}
  .site-header--without-menu .site-header__actions--without-menu{gap:6px!important;min-width:0}
  .header-whatsapp{width:44px;height:44px;min-height:44px;padding:0;border-radius:50%}
  .header-whatsapp__label{display:none}
  .site-header--without-menu .account-button{width:44px;height:44px;min-height:44px;padding:0!important;justify-content:center;border-radius:50%}
  .site-header--without-menu .account-button__label,.site-header--without-menu .account-menu__chevron{display:none!important}
  .site-header--without-menu .header-cta{display:none!important}
  .site-header--without-menu .account-menu__dropdown{position:fixed;top:72px;right:12px;left:12px;min-width:0}
  .site-header--without-menu.is-scrolled .account-menu__dropdown{top:68px}
  .site-header--without-menu .account-menu__dropdown:before{right:24px!important}
}
@media(max-width:420px){
  .site-header--without-menu .site-header__main--without-menu{width:min(100% - 18px,1180px)!important}
  .site-header--without-menu .site-branding img{max-width:86px!important;max-height:50px!important}
}
@media(prefers-reduced-motion:reduce){.header-whatsapp{transition:none!important}}

/* === SON Academy 1.4.1 homepage stabilisatie === */
.world-card--sport{background:linear-gradient(135deg,#ff7818,#b94e00)}
.world-card--safety{background:linear-gradient(135deg,#d43636,#7c1622)}
.world-card__number{display:none!important}
.home-hero,.world-card,.theme-course-card,.home-cta{isolation:isolate}
.home-hero svg,.world-card svg,.theme-course-card svg{max-width:72px;max-height:72px}
@media(max-width:650px){
  .home-hero h1{font-size:clamp(40px,12vw,54px)}
  .home-hero__lead{font-size:18px}
  .world-card{min-height:280px}
}

/* =========================================================
   SON Academy 1.4.2 — unified header
   Eén witte headerbalk: groter logo + merk/contact links,
   WhatsApp/account/CTA rechts. Geen dubbele WhatsApp-regel.
   ========================================================= */
.site-header--unified{
  position:relative;
  z-index:60;
  background:#fff;
  border-bottom:1px solid #e3e9ee;
  box-shadow:0 5px 18px rgba(7,31,58,.045);
}
.site-header--unified .site-header__bar,
.site-header--unified .site-header__main-wrap{display:none!important}
.site-header__unified-wrap{background:#fff}
.site-header__unified{
  min-height:142px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  padding:16px 0;
}
.site-header__identity{
  min-width:0;
  display:flex;
  align-items:center;
  gap:27px;
}
.site-header--unified .site-branding--large{
  width:148px;
  flex:0 0 148px;
  padding-right:26px;
  border-right:1px solid #d8e0e6;
}
.site-header--unified .site-branding--large a{display:block}
.site-header--unified .site-branding--large img{
  display:block;
  width:100%;
  height:auto;
  max-height:112px;
  object-fit:contain;
  object-position:center;
}
.site-header__brand-copy{min-width:0;padding:3px 0}
.site-header__brand-name{
  display:inline-block;
  margin:0 0 6px;
  color:var(--navy);
  font-size:clamp(22px,2vw,28px);
  font-weight:800;
  line-height:1.15;
  text-decoration:none;
  letter-spacing:-.02em;
}
.site-header__brand-name:hover{color:var(--orange-dark)}
.site-header__promise-inline{
  margin:0 0 10px;
  color:#4f5965;
  font-size:15px;
  line-height:1.4;
}
.site-header__contact-inline{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 20px;
}
.site-header__contact-inline a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#344357;
  font-size:14px;
  font-weight:650;
  text-decoration:none;
}
.site-header__contact-inline a + a{
  position:relative;
  padding-left:20px;
}
.site-header__contact-inline a + a:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:1px;
  height:22px;
  background:#cfd8df;
  transform:translateY(-50%);
}
.site-header__contact-inline a:hover{color:#0b6fb8}
.site-header__contact-icon{
  display:inline-flex;
  width:19px;
  height:19px;
  flex:0 0 19px;
  color:var(--navy);
}
.site-header__contact-icon svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.site-header__actions--unified{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex:0 0 auto;
}
.site-header--unified .header-whatsapp,
.site-header--unified .account-button{
  min-height:50px;
  padding:11px 19px;
  font-size:14px;
}
.site-header--unified .header-whatsapp{
  border-color:#b5e2c7;
  background:#effbf4;
  color:#087a3d;
}
.site-header--unified .account-button{
  border-color:#b5e2c7;
  background:#effbf4;
  color:#08733b;
}
.site-header--unified .header-cta{
  min-height:50px;
  padding:11px 22px;
  font-size:14px;
}
.site-header--unified .account-menu__dropdown{top:calc(100% + 12px)}

@media(max-width:1120px){
  .site-header__unified{gap:22px}
  .site-header--unified .site-branding--large{width:126px;flex-basis:126px;padding-right:20px}
  .site-header--unified .site-branding--large img{max-height:96px}
  .site-header__identity{gap:20px}
  .site-header__brand-name{font-size:22px}
  .site-header__promise-inline{font-size:14px}
  .site-header__contact-inline{gap:7px 14px}
  .site-header__actions--unified{gap:8px}
  .site-header--unified .header-whatsapp,
  .site-header--unified .account-button{padding-inline:14px}
  .site-header--unified .header-cta{padding-inline:17px}
}

@media(max-width:950px){
  .site-header--unified{position:sticky;top:0}
  .admin-bar .site-header--unified{top:32px}
  .site-header__unified{
    width:min(100% - 24px,1180px)!important;
    min-height:76px;
    padding:7px 0;
    gap:10px;
  }
  .site-header__identity{gap:0}
  .site-header--unified .site-branding--large{
    width:112px!important;
    flex:0 0 112px!important;
    padding-right:0;
    border-right:0;
  }
  .site-header--unified .site-branding--large img{
    width:auto!important;
    max-width:112px!important;
    max-height:62px!important;
  }
  .site-header__brand-copy{display:none}
  .site-header__actions--unified{gap:7px}
  .site-header--unified .header-whatsapp,
  .site-header--unified .account-button{
    width:46px;
    height:46px;
    min-height:46px;
    padding:0!important;
    border-radius:50%;
    justify-content:center;
  }
  .site-header--unified .header-whatsapp__label,
  .site-header--unified .account-button__label,
  .site-header--unified .account-menu__chevron{display:none!important}
  .site-header--unified .header-cta{display:none!important}
  .site-header--unified .account-menu__dropdown{
    position:fixed;
    top:84px;
    right:12px;
    left:12px;
    min-width:0;
  }
  .admin-bar .site-header--unified .account-menu__dropdown{top:116px}
  .site-header--unified .account-menu__dropdown:before{right:24px!important}
}

@media(max-width:782px){.admin-bar .site-header--unified{top:46px}.admin-bar .site-header--unified .account-menu__dropdown{top:130px}}
@media(max-width:420px){
  .site-header__unified{width:min(100% - 18px,1180px)!important}
  .site-header--unified .site-branding--large{width:96px!important;flex-basis:96px!important}
  .site-header--unified .site-branding--large img{max-width:96px!important;max-height:56px!important}
}


/* =========================================================
   SON Academy 1.4.8 — compacte actieve partnerbanner
   Binnen de vaste sitebreedte, zonder horizontale scrollbar.
   ========================================================= */
.home-partners{
  padding:52px 0 56px;
  overflow:hidden;
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.home-partners__heading{
  display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:22px;
}
.home-partners__heading h2{margin:0;font-size:clamp(30px,3vw,42px);line-height:1.08;color:var(--navy)}
.home-partners__actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:flex-end}
.home-partners__ticker-shell{overflow:hidden}
.partner-ticker{position:relative;width:100%;overflow:hidden}
.partner-ticker__viewport{
  width:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);
}
.partner-ticker__track{display:flex;width:max-content;animation:son-partner-ticker 26s linear infinite;will-change:transform}
.partner-ticker__group{display:flex;align-items:center;gap:16px;padding-right:16px;flex:none}
.partner-ticker__item{
  width:182px;height:98px;flex:0 0 182px;display:flex;align-items:center;justify-content:center;
  padding:16px 20px;border:1px solid #dfe7ed;border-radius:16px;background:#fff;
  box-shadow:0 7px 20px rgba(7,31,58,.05);color:var(--navy);text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.partner-ticker__item:hover,.partner-ticker__item:focus-visible{transform:translateY(-3px);border-color:#b9cbd8;box-shadow:0 14px 30px rgba(7,31,58,.10);outline:none}
.partner-ticker__item img{display:block;width:100%;height:62px;object-fit:contain;filter:none}
.partner-ticker__item span{font-size:15px;font-weight:800;line-height:1.2;text-align:center}
.partner-ticker:hover .partner-ticker__track,.partner-ticker:focus-within .partner-ticker__track,.partner-ticker.is-paused .partner-ticker__track{animation-play-state:paused}
.partner-ticker--static .partner-ticker__viewport{mask-image:none;-webkit-mask-image:none}
.partner-ticker--static .partner-ticker__track{width:100%;animation:none;justify-content:center}
.partner-ticker--static .partner-ticker__group{justify-content:center;flex-wrap:wrap;width:100%;padding-right:0}
.partner-ticker__toggle{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:999px;padding:8px 12px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}
.partner-ticker__toggle:hover,.partner-ticker__toggle:focus-visible{border-color:#b9cbd8;background:#f7fafc;outline:none}
.partner-ticker__toggle-icon{font-size:12px;line-height:1}
@keyframes son-partner-ticker{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media(max-width:760px){
  .home-partners{padding:42px 0 46px}
  .home-partners__heading{align-items:flex-start;flex-direction:column;margin-bottom:18px}
  .home-partners__actions{justify-content:flex-start;gap:12px}
  .partner-ticker__viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%)}
  .partner-ticker__item{width:154px;height:88px;flex-basis:154px;padding:13px 16px}
  .partner-ticker__item img{height:54px}
  .partner-ticker__track{animation-duration:22s}
}


/* SON Academy 1.4.9 — centrale FAQ uit SON Platform */
.son-course-faq .son-section-heading{margin-bottom:30px}
.son-course-faq__list{display:grid;gap:12px}
.son-faq-item{overflow:hidden;border:1px solid var(--line,#dce4eb);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(7,38,64,.045)}
.son-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:21px 24px;cursor:pointer;list-style:none;color:var(--navy,#09213e);font-weight:800;line-height:1.35}
.son-faq-item summary::-webkit-details-marker{display:none}
.son-faq-item summary::marker{display:none;content:""}
.son-faq-item__question{min-width:0}
.son-faq-item__toggle{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:var(--soft,#f3f7fa);color:var(--orange,#f47721);font-size:24px;font-weight:500;line-height:1;transition:transform .2s ease,background-color .2s ease,color .2s ease}
.son-faq-item[open] .son-faq-item__toggle{transform:rotate(45deg);background:var(--orange,#f47721);color:#fff}
.son-faq-item__answer{padding:0 70px 23px 24px;color:var(--muted,#607086);font-size:16px;line-height:1.7;white-space:normal}
.son-faq-item[open] summary{padding-bottom:14px}
.son-faq-item summary:focus-visible{outline:3px solid rgba(244,119,33,.3);outline-offset:-3px}
@media(max-width:650px){.son-faq-item summary{padding:18px;gap:16px}.son-faq-item__answer{padding:0 18px 20px}.son-faq-item__toggle{width:30px;height:30px;flex-basis:30px}}


/* =========================================================
   SON Academy 1.4.10 — hero & mobile header polish
   - lange opleidingstitels blijven binnen de hero
   - opleidingswerelden zijn op desktop compacter
   - mobiele header blijft consequent bovenaan zichtbaar
   ========================================================= */

/* Lange opleidingstitels: voorkom overlap met de startkaart. */
.son-training .son-hero__copy{
  min-width:0;
}
.son-training .son-hero__copy h1{
  max-width:100%;
  font-size:clamp(3rem,5.1vw,5.35rem);
  line-height:.98;
  overflow-wrap:anywhere;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
}
.son-training .son-hero__grid{
  grid-template-columns:minmax(0,1.42fr) minmax(300px,.68fr);
  gap:clamp(38px,4.2vw,66px);
}

/* De wereldhero hoeft op desktop niet zo hoog te zijn als een opleidingdetail. */
@media(min-width:981px){
  .son-world-page .son-world-hero{
    min-height:500px!important;
  }
  .son-world-page .son-world-hero__content{
    max-width:680px;
    padding:72px 0 64px!important;
  }
  .son-world-page .son-world-hero h1{
    font-size:clamp(3rem,4.8vw,4.65rem)!important;
    max-width:14ch;
  }
}

/* Tablet: iets meer ruimte voor een lange titel voordat de kaart onder de tekst springt. */
@media(max-width:1100px) and (min-width:921px){
  .son-training .son-hero__copy h1{
    font-size:clamp(3rem,5vw,4.75rem);
  }
}

/* Mobiel: header blijft bovenaan het viewport en ligt nooit achter de hero. */
@media(max-width:950px){
  .site-header.site-header--unified{
    position:sticky!important;
    top:0!important;
    z-index:9999!important;
  }
  body.admin-bar .site-header.site-header--unified{
    top:32px!important;
  }
}
@media(max-width:782px){
  body.admin-bar .site-header.site-header--unified{
    top:46px!important;
  }
}

@media(max-width:640px){
  .son-training .son-hero__copy h1{
    font-size:clamp(2.55rem,11.2vw,3.35rem)!important;
    line-height:1.02;
  }
  .son-training .son-hero__grid{
    gap:30px;
  }
}


/* =========================================================
   SON Academy 1.4.11 — FAQ categories & alignment polish
   ========================================================= */
.son-course-faq__groups{display:grid;gap:34px}
.son-faq-group{display:grid;gap:16px}
.son-faq-group__heading{padding:0 2px}
.son-faq-group__heading h3{margin:0;color:var(--navy,#09213e);font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.25}
.son-faq-group__heading p{max-width:760px;margin:7px 0 0;color:var(--muted,#607086);font-size:15px;line-height:1.6}
.son-faq-item summary{min-height:76px;padding:20px 24px}
.son-faq-item__toggle{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important}
.son-faq-item__toggle>span{display:block;position:relative;top:-1px;width:1em;height:1em;line-height:.92em;text-align:center;font-family:Arial,sans-serif;font-size:23px;font-weight:400}
.son-faq-item[open] .son-faq-item__toggle>span{top:-1px}
.son-faq-item__answer{padding:0!important}
.son-faq-item__answer-inner{padding:2px 24px 24px;color:var(--muted,#607086);font-size:16px;line-height:1.75}
.son-faq-item[open] summary{padding-bottom:10px}
@media(max-width:650px){
  .son-course-faq__groups{gap:28px}
  .son-faq-group{gap:12px}
  .son-faq-item summary{min-height:68px;padding:17px 18px}
  .son-faq-item__answer-inner{padding:2px 18px 20px}
  .son-faq-item__toggle>span{font-size:21px}
}


/* =========================================================
   SON Academy 1.4.12 — definitive FAQ alignment fix
   ========================================================= */
.son-course-faq .son-faq-item > summary{
  min-height:76px!important;
  padding:20px 24px!important;
  align-items:center!important;
}
.son-course-faq .son-faq-item[open] > summary{
  padding-bottom:14px!important;
}
.son-course-faq .son-faq-item__toggle{
  position:relative!important;
  display:block!important;
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  padding:0!important;
  border-radius:50%!important;
  background:var(--soft,#f3f7fa)!important;
  color:var(--orange,#f47721)!important;
  transform:none!important;
  font-size:0!important;
  line-height:0!important;
}
.son-course-faq .son-faq-item__toggle > span{
  display:none!important;
}
.son-course-faq .son-faq-item__toggle::before,
.son-course-faq .son-faq-item__toggle::after{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  width:12px!important;
  height:2px!important;
  border-radius:2px!important;
  background:currentColor!important;
  transform:translate(-50%,-50%)!important;
  transform-origin:center!important;
}
.son-course-faq .son-faq-item__toggle::after{
  transform:translate(-50%,-50%) rotate(90deg)!important;
}
.son-course-faq .son-faq-item[open] .son-faq-item__toggle{
  background:var(--orange,#f47721)!important;
  color:#fff!important;
}
.son-course-faq .son-faq-item[open] .son-faq-item__toggle::before{
  transform:translate(-50%,-50%) rotate(45deg)!important;
}
.son-course-faq .son-faq-item[open] .son-faq-item__toggle::after{
  transform:translate(-50%,-50%) rotate(-45deg)!important;
}
.son-course-faq .son-faq-item__answer{
  padding:0 24px 24px!important;
  color:var(--muted,#607086)!important;
  font-size:16px!important;
  line-height:1.75!important;
}
.son-course-faq .son-faq-item__answer-inner{
  padding:0!important;
  margin:0!important;
}
@media(max-width:650px){
  .son-course-faq .son-faq-item > summary{
    min-height:68px!important;
    padding:17px 18px!important;
  }
  .son-course-faq .son-faq-item[open] > summary{
    padding-bottom:12px!important;
  }
  .son-course-faq .son-faq-item__toggle{
    width:30px!important;
    height:30px!important;
    flex-basis:30px!important;
  }
  .son-course-faq .son-faq-item__toggle::before,
  .son-course-faq .son-faq-item__toggle::after{
    width:11px!important;
  }
  .son-course-faq .son-faq-item__answer{
    padding:0 18px 20px!important;
  }
}
