@charset "utf-8";
/* =============================================================================
GLOBAL PAGE LAYOUT
================================================================================ */
main > section {
margin: 0;
padding:
  clamp(2.5rem, 4vw, 3.5rem)
  7%;
}

/* HERO IMAGES, Pages: training/workshops 
------------------------------------------------------------------------------*/
.hero-workshops {background:url("/training/Images/workshop.webp");}

.hero-workshops {
background-size: contain;
background-repeat:no-repeat; 
background-position:center bottom;
}

/* WORKSHOPS, Pages: training/workshops
------------------------------------------------------------------------------*/
.benefits {
background: #fff;
}
/* Proof */
.proof-grid {
display:grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap:1.25rem;
margin-bottom:1.25rem;
}
.proof-card {
background:var(--wowi-blue);
color:#fff;
border-radius:24px;
padding:1.75rem;
min-height:180px;
display:flex;
flex-direction:column;
justify-content:space-between;
box-shadow: 0 14px 34px rgba(46,72,87,.14);
}
.proof-card.light {
background:#fff;
color:#263943;
border:1px solid var(--border-light);
}
.proof-number {
display:block;
font-family:'Roboto', Arial, sans-serif;
font-size: clamp(2.5rem, 5vw, 4rem);
line-height:.95;
color:var(--wowi-green);
margin-bottom:.8rem;
}
.proof-card.light .proof-number { color:var(--wowi-blue); }
.proof-card h3 {
font-size: 1.25rem;
margin-bottom:.5rem;
color:inherit;
}
.proof-card p {
margin:0;
color:inherit;
line-height:1.5;
font-size:1rem;
}
a.proof-link {
display: inline-block;
margin-top: .65rem;
color: rgba(255,255,255,.88);
font-weight: 600;
text-decoration: none;
}
a.proof-link:hover {
color: #fff;
text-decoration: underline;
}
/* OPTIONS */
.options-grid {
display:grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap:1.5rem;
}
.option-card {
background:#fff;
border:1px solid var(--border-light);
border-radius:24px;
padding:clamp(1.6rem, 3vw, 2.2rem);
box-shadow: var(--shadow-soft);
display:flex;
flex-direction:column;
min-height:100%;
}
.option-card.featured {
border-top:6px solid var(--wowi-green);
}
.option-label {
display:inline-flex;
align-self:flex-start;
margin-bottom:1rem;
padding:.35rem .75rem;
border-radius:999px;
background:var(--bg-light-blue);
color:var(--wowi-blue);
font-weight:700;
font-size:.82rem;
letter-spacing:.08em;
text-transform:uppercase;
}
.option-card h3 {
color:var(--wowi-blue);
margin-bottom:.8rem;
}
.option-card p { color:#324854; }
.option-list {
display:grid;
gap:.7rem;
margin: .25rem 0 1.4rem;
padding:0;
list-style:none;
}
.option-list li {
position:relative;
padding-left:1.55rem;
line-height:1.5;
color:#324854;
}
.option-list li::before {
content:"✓";
position:absolute;
left:0;
top:0;
color:var(--wowi-blue);
font-weight:700;
}
.capacity-note {
margin-top:auto;
padding:1rem;
border-radius:16px;
background:var(--bg-light-green);
border:1px solid #d7e8d0;
}
.capacity-note p {
margin:0;
font-size:1rem;
line-height:1.5;
}
.option-actions { margin-top:1.3rem; }
.workshop-host {
margin-top: 0;
padding: clamp(1.75rem, 3vw, 2.5rem);
}
.host-eyebrow {
margin: 0 0 .5rem;
font-size: .82rem;
font-weight: 800;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--wowi-blue);
}
.workshop-host h3 {
margin-bottom: .85rem;
}
.workshop-host p {
max-width: 760px;
margin: 0 0 1.25rem;
}
.host-links {
display: flex;
flex-wrap: wrap;
justify-content: left;
gap: 1.25rem;
}
.host-links a {
font-weight: 600;
color: var(--wowi-blue);
text-decoration: underline;
text-underline-offset: 4px;
}
.host-group-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
gap: 1.5rem;
}
.host-group-card {
background: #fff;
border: 1px solid var(--wowi-border);
border-left: 6px solid var(--wowi-green);
border-radius: 24px;
padding: clamp(1.5rem, 3vw, 2rem);
box-shadow: 0 10px 28px rgba(46,72,87,.08);
}

.host-group-card h3 {
margin-bottom: 1rem;
color: var(--wowi-blue);
}
.host-list {
margin: 0;
padding-left: 1.15rem;
}
.host-list li {
margin-bottom: .65rem;
line-height: 1.5;
}
.host-list li:last-child {
margin-bottom: 0;
}
/* WORKSHOPS, Pages: training/workshops
------------------------------------------------------------------------------*/
.level-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1.25rem;
}
.level-card {
background: #fff;
border: 1px solid var(--border-light);
border-radius: 22px;
padding: 1.6rem;
}
.level-number {
width: 42px;
height: 42px;
border-radius: 50%;
background: var(--wowi-blue);
color: #fff;
display: grid;
place-items: center;
font-weight: 800;
margin-bottom: 1rem;
}
.objectives-link {
font-weight: 700;
text-decoration: underline;
text-underline-offset: 4px;
}
.materials-link {
margin-top: clamp(1rem, 4vw, 3rem);
text-align: left;
}
.materials-link a {
font-size: 1rem;
font-weight: 600;
color: var(--wowi-blue);
text-decoration: none;
border-bottom: 1px solid transparent;
transition: border-color .2s ease;
}
.materials-link a:hover {
border-color: currentColor;
}
/* SCHEDULE */
.schedule {
background: #fff;
}
.workshop-list {
display: grid;
gap: 1.25rem;
}
.workshop-card {
border: 1px solid var(--border-light);
border-radius: 24px;
padding: clamp(1.5rem, 3vw, 2rem);
display: grid;
grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
gap: 2rem;
align-items: start;
}
.tag {
display: inline-block;
margin-bottom: .75rem;
padding: .25rem .7rem;
border-radius: 999px;
background: var(--bg-light-blue);
color: var(--wowi-blue);
font-size: .8rem;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
}
.date-line {
font-size: clamp(1.2rem, 2vw, 1.5rem);
font-weight: 700;
color: var(--wowi-blue);
margin-bottom: .75rem;
}
.time-grid {
display: flex;
flex-wrap: wrap;
gap: .6rem;
margin: 1rem 0;
}
.time-pill {
border: 1px solid var(--wowi-blue);
border-radius: 8px;
padding: .55rem .75rem;
font-size: .9rem;
}
.time-pill strong {
display: block;
}
.ceus-card {
background: #F2F7FA;
border: 1px solid #D6E2E8;
border-left: 6px solid var(--wowi-blue);
border-radius: 16px;
padding: clamp(1.5rem, 3vw, 2rem);
max-width: 1180px;
margin: 0;
}
.ceus-card h2 {
margin: 0 0 .75rem;
font-size: clamp(2rem, 3vw, 2.5rem);
color: var(--wowi-blue);
line-height: 1.1;
}
.ceus-card p {
margin: 0;
max-width: 75ch;
font-size: 1.15rem;
line-height: 1.7;
color: var(--color-text);
}
/* Agenda */
.agenda-grid {
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:1.25rem;
}
.agenda-card {
background:#fff;
border:1px solid var(--border-light);
border-radius:20px;
padding:1.6rem 1.75rem;
box-shadow:0 8px 24px rgba(46,72,87,.045);
}
.agenda-card h3 {
font-size:1.25rem;
margin-bottom:.85rem;
}
.agenda-card ul {
padding-left:1.1rem;
margin:0;
}
.agenda-card li {
margin:.35rem 0;
font-size:1rem;
line-height:1.45;
}
.resource-link {
margin-top:1.25rem;
font-weight:700;
}

/* Objectives */
.objectives-grid {
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:1rem 1.25rem;
}
.objective-item {
display:grid;
grid-template-columns:42px minmax(0, 1fr);
gap:1rem;
align-items:start;
padding:1.25rem;
background:#fff;
border:1px solid rgba(214,226,232,.9);
border-radius:18px;
}
.objective-icon {
width:34px;
height:34px;
border:2px solid var(--wowi-blue);
border-radius:50%;
display:grid;
place-items:center;
color:var(--wowi-blue);
font-weight:800;
line-height:1;
}
.objective-item p {
margin:0;
font-size:1.02rem;
line-height:1.55;
}
.current-level {
border-top: 5px solid var(--wowi-green);
box-shadow: 0 10px 24px rgba(46, 72, 87, 0.08);
}
.levels-note {
margin-top: 1.5rem;
margin-bottom: 2rem;
max-width: 820px;
font-size: 1rem;
line-height: 1.6;
color: var(--color-text-muted);
}
/* Leaders */
.leader-feature {
display: grid;
grid-template-columns: minmax(240px, 360px) 1fr;
gap: clamp(2rem, 5vw, 4rem);
align-items: center;
}
.leader-photo img {
display: block;
width: 100%;
max-width: 340px;
border-radius: 24px;
box-shadow: 0 18px 45px rgba(46, 72, 87, .14);
}
.leader-profile {
max-width: 760px;
}
.bio-grid .agenda-card p {
margin-bottom: 0;
}
/* WORKSHOP LEADERS, Pages: training/leaders
------------------------------------------------------------------------------*/
.featured-leader-card {
display: grid;
grid-template-columns: 220px 1fr;
gap: clamp(1.5rem, 4vw, 3rem);
align-items: center;
padding: clamp(1.75rem, 4vw, 3rem);
background: #fff;
border: 1px solid #D6E2E8;
border-left: 8px solid var(--wowi-green);
border-radius: 22px;
box-shadow: 0 14px 34px rgba(46, 72, 87, .08);
}
.featured-leader-photo img {
width: 100%;
max-width: 220px;
border-radius: 18px;
}
.featured-leader-copy h2 {
margin: .35rem 0 .75rem;
color: var(--wowi-blue);
}
.featured-leader-copy p {
max-width: 760px;
}	
	
/* HOST, Pages: training/sponsors
------------------------------------------------------------------------------*/
.host-callout {
background: #F2F7FA;
color: var(--color-text);
border: 1px solid var(--wowi-border);
border-left: 6px solid var(--wowi-blue);
border-radius: 28px;
padding: clamp(2rem, 4vw, 3rem);
box-shadow: 0 14px 34px rgba(46,72,87,.08);
}
.host-callout-number {
display: block;
margin-bottom: .5rem;
font-size: clamp(3rem, 7vw, 4.5rem);
font-weight: 800;
line-height: .95;
color: var(--wowi-blue);
}
.host-callout h3 {
margin-bottom: .75rem;
color: var(--wowi-blue);
}
.host-callout-link {
display: inline-block;
margin-top: 1rem;
font-weight: 700;
text-decoration: underline;
text-underline-offset: 4px;
}
/* RATINGS, Page: training/ratings
------------------------------------------------------------------------------*/
.ratings-callout {
background: #F2F7FA;
border: 1px solid var(--wowi-border);
border-left: 6px solid var(--wowi-blue);
border-radius: 24px;
padding: clamp(1.75rem, 3vw, 2.5rem);
box-shadow: 0 14px 34px rgba(46,72,87,.08);
}
.ratings-number {
display: block;
margin-bottom: .5rem;
color: var(--wowi-blue);
font-size: clamp(3.5rem, 7vw, 5rem);
font-weight: 800;
line-height: .95;
}
.ratings-callout h3 {
margin-bottom: .75rem;
color: var(--wowi-blue);
}
.ratings-table-wrap {
overflow-x: auto;
border: 1px solid var(--wowi-border);
border-radius: 24px;
background: #fff;
box-shadow: 0 12px 30px rgba(46,72,87,.08);
}
.calendar-previous {
width: 100%;
border-collapse: collapse;
margin: 0 0 2rem;
font-size: .98rem;
}
.calendar-previous:last-child {
margin-bottom: 0;
}
.calendar-previous caption {
padding: 1.25rem 1.5rem;
background: #F2F7FA;
color: var(--wowi-blue);
font-size: 1.45rem;
font-weight: 800;
text-align: left;
}
.calendar-previous th {
padding: .95rem 1rem;
background: var(--wowi-blue);
color: #fff;
font-weight: 700;
text-align: left;
}
.calendar-previous td {
padding: 1rem;
border-bottom: 1px solid var(--wowi-border);
vertical-align: top;
}
.calendar-previous tbody tr:nth-child(even) {
background: #F8FBFC;
}
.wNum {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 3.25rem;
padding: .35rem .65rem;
background: #EEF6FA;
border: 1px solid var(--wowi-border);
border-radius: 999px;
color: var(--wowi-blue);
font-weight: 800;
}
.wEval {
font-weight: 700;
}

/* WORKSHOP TRAINER MATERIALS, Page: training/trainer_materials
------------------------------------------------------------------------------*/	
.materials-grid-l1 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.25rem;
}
.materials-grid-l2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.25rem;
}
.material-card {
display: flex;
flex-direction: column;
padding: 1.5rem;
background: #fff;
border: 1px solid #d6e2e8;
border-left: 6px solid var(--wowi-blue);
border-radius: 18px;
box-shadow: 0 10px 24px rgba(46, 72, 87, .07);
}
.material-card.featured {
border-left-color: var(--wowi-green);
}
.material-type {
display: inline-block;
width: fit-content;
margin-bottom: .85rem;
padding: .25rem .65rem;
font-size: .78rem;
font-weight: 700;
letter-spacing: .04em;
text-transform: uppercase;
color: var(--wowi-blue);
background: #eef5f8;
border-radius: 999px;
}
.material-card h2 {
margin: 0 0 .75rem;
color: var(--wowi-blue);
font-size: 1.25rem;
line-height: 1.25;
}
.material-card h2 span {
white-space: nowrap;
}
.material-card p {
margin: 0 0 1.25rem;
line-height: 1.55;
}
.material-link {
margin-top: auto;
font-weight: 700;
color: var(--wowi-blue);
text-decoration: none;
}
.material-link:hover,
.material-link:focus {
text-decoration: underline;
}	


/* =============================================================================
  MOBILE and SMALL TABLET
================================================================================ */
@media screen and (max-width: 767px) {

.agenda-grid,
.host-group-grid,
.intro-grid,
.leader-feature,
.level-grid,
.materials-grid-l1,
.materials-grid-l2,
.objectives-grid,
.options-grid,
.proof-grid,
.workshop-card {
grid-template-columns: 1fr;
}

.testimonial-card {
padding: 1.75rem;
}

.testimonial-card .testimonial-btn {
width: 100%;
min-width: 0;
}

.proof-card,
.option-card,
.level-card,
.agenda-card,
.material-card {
border-radius: 18px;
}

.objective-item {
grid-template-columns: 34px 1fr;
}

.featured-leader-card {
grid-template-columns: 1fr;
}

.featured-leader-photo img {
max-width: 220px;
}

.leader-photo img {
max-width: 280px;
}

.host-links {
flex-direction: column;
gap: .75rem;
}


}

/* =============================================================================
  TABLET and UP
================================================================================ */
@media print, screen and (min-width:768px) {

}


/* =============================================================================
  DESKTOP
================================================================================ */ 
@media screen and (min-width: 1366px) {

}

/* =============================================================================
  PRINT
================================================================================ */
@media print {

/* Hide navigation and interactive elements */
header,
nav,
footer,
.sign-in,
.hamburger-menu,
.menu-overlay,
.hero,
.compact-hero,
.testimonial-card .testimonial-btn,
.btn,
.option-actions,
.materials-link {
display: none !important;
}

body {
background: #fff !important;
color: #000 !important;
}

main > section {
padding: 0 !important;
margin: 0 0 1rem !important;
}

.section-inner,
.materials-inner {
max-width: none !important;
margin: 0 !important;
}

/* Convert grids to single column */
.intro-grid,
.proof-grid,
.options-grid,
.level-grid,
.agenda-grid,
.objectives-grid,
.leader-feature,
.featured-leader-card,
.materials-grid-l1,
.materials-grid-l2 {
display: block !important;
}

/* Print-friendly cards */
.proof-card,
.option-card,
.level-card,
.agenda-card,
.objective-item,
.featured-leader-card,
.host-callout,
.ratings-callout,
.ceus-card,
.material-card {
break-inside: avoid;
page-break-inside: avoid;
margin-bottom: .75rem !important;
padding: .75rem !important;
background: #fff !important;
color: #000 !important;
border: 1px solid #999 !important;
box-shadow: none !important;
}

.material-type,
.option-label,
.tag,
.wNum {
background: #fff !important;
color: #000 !important;
border: 1px solid #999 !important;
}

a {
color: #000 !important;
text-decoration: underline !important;
}
}