/* Auto-generated CMS section styles */
/* CMS section bridge — maps Kare section tokens to anaokulu theme variables */
:root {
  --gray-50: var(--muted, #f6ede2);
  --gray-100: var(--border, #f0e2d2);
  --gray-300: var(--muted-foreground, #8a7866);
  --gray-500: var(--muted-foreground, #8a7866);
  --gray-700: var(--foreground, #40342c);
  --charcoal: var(--foreground, #40342c);
  --ink: var(--foreground, #40342c);
  --white: var(--card, #ffffff);
  --orange: var(--primary, #f2683c);
  --orange-dark: var(--primary-hover, #e05628);
  --orange-tint: var(--muted, #f6ede2);
  --radius-sm: 10px;
  --radius-md: calc(var(--radius, 20px) * 0.7);
  --radius-lg: var(--radius, 20px);
  --shadow-sm: var(--shadow-sm, 0 2px 8px rgba(64, 52, 44, 0.06));
  --shadow-md: var(--shadow-md, 0 8px 24px rgba(64, 52, 44, 0.1));
}

.section-head .eyebrow,
.section-head h2,
.section-head p {
  font-family: var(--font-display, inherit);
}

.section-head h2 {
  color: var(--foreground);
}

.section-head p {
  color: var(--muted-foreground);
}

.k-card__link,
.k-card__meta,
.icon-box-card__link {
  color: var(--primary);
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground, #fff);
}

.btn-primary:hover {
  background: var(--primary-hover, var(--primary));
  border-color: var(--primary-hover, var(--primary));
}

.blog-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.blog-filter__link{
  display:inline-flex;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid var(--border);
  background:var(--card);
  color:var(--foreground);
  font-weight:700;
  font-size:.9rem;
  text-decoration:none;
}
.blog-filter__link.is-active,
.blog-filter__link:hover{
  background:var(--primary);
  border-color:var(--primary);
  color:var(--primary-foreground, #fff);
}
.section-empty{
  text-align:center;
  color:var(--muted-foreground);
  margin:0;
}
.program-meta--end{
  justify-content:flex-end;
}
.programs-section .section-head--with-action{
  position:relative;
  margin-bottom:48px;
}
.programs-section .section-head__action{
  position:absolute;
  top:0;
  right:0;
  z-index:1;
}
.programs-section .section-head__content{
  width:100%;
}
@media (max-width:768px){
  .programs-section .section-head--with-action{
    display:flex;
    flex-direction:column;
    gap:16px;
  }
  .programs-section .section-head__action{
    position:static;
    order:-1;
    align-self:flex-end;
  }
}
.age-badge--inline{
  position:static;
  display:inline-block;
  margin-bottom:14px;
}
.programs-cta{
  margin-top:36px;
}
.stats-band--custom-colors .stat-label{
  color:var(--stats-label-color) !important;
  opacity:1;
}
a.workshop-card{
  text-decoration:none;
  color:inherit;
}
.workshops-cta{
  margin-top:40px;
  text-align:center;
}
.author-avatar--photo{
  object-fit:cover;
}
.testimonials-section{
  background:var(--muted);
}
.testimonials-section .testimonial-card{
  background:var(--card, #fff);
  border:none;
  border-radius:var(--radius, 20px);
  padding:30px;
  box-shadow:var(--shadow-sm);
  display:flex;
  flex-direction:column;
}
.testimonials-section .testimonial-quote{
  font-style:normal;
  font-size:1.02rem;
  color:var(--foreground);
  line-height:1.65;
  margin:0 0 22px;
  flex:1;
}
.testimonials-section .testimonial-stars{
  display:flex;
  gap:3px;
  color:var(--secondary);
  margin-bottom:16px;
}
.testimonials-section .testimonial-stars svg{
  width:20px;
  height:20px;
  fill:var(--secondary);
}
.testimonials-section .testimonial-author{
  display:flex;
  align-items:center;
  gap:12px;
}
.testimonials-section .author-name{
  font-weight:800;
}
.testimonials-section .author-role{
  font-size:0.85rem;
  color:var(--muted-foreground);
}
.section--map{ padding-top:0; }
.map-embed iframe{ display:block; width:100%; border-radius:var(--radius); }

/* CMS dynamic forms — anaokulu + kareakademi callback forms */
.callback-form{
  display:flex;
  flex-direction:column;
  gap:0;
}
.callback-form .form-group{
  margin-bottom:18px;
}
.callback-form .form-group:last-of-type{
  margin-bottom:0;
}
.check-row{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:.92rem;
  font-weight:600;
  color:var(--foreground, inherit);
  cursor:pointer;
}
.check-row input{
  margin-top:3px;
  accent-color:var(--primary, #f2683c);
}
.form-card .form-success.show,
.callback-form ~ .form-success.show,
.form-success.show{
  display:block;
}
.form-section__card{
  max-width:640px;
  margin:0 auto;
}
.hero-form-card .callback-form input.form-control,
.hero-form-card .callback-form select.form-control,
.hero-form-card .callback-form textarea.form-control,
.contact-form-card .callback-form input.form-control,
.contact-form-card .callback-form select.form-control,
.contact-form-card .callback-form textarea.form-control{
  background:var(--card, #fff);
}

  box-shadow:var(--shadow-md);
}
.media-text-photo img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  object-fit:cover;
}
.media-text-video{
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-md);
  aspect-ratio:16/10;
  background:var(--charcoal);
}
.media-text-video iframe{
  width:100%;
  height:100%;
  border:0;
}
.media-text-copy h2{
  font-size:clamp(1.45rem,2.1vw,1.85rem);
  margin-bottom:14px;
}
.media-text-body{
  color:var(--gray-500);
  line-height:1.8;
  font-size:1.02rem;
  margin-bottom:24px;
}
.media-text-body p{ margin:0 0 14px; }
.media-text-body p:last-child{ margin-bottom:0; }
.media-text-copy .btn{ margin-top:4px; }

/* =========================================================
   Generic section blocks (catalog layouts)
========================================================= */
.section--muted{ background:var(--gray-50); }
.section--dark{
  background:var(--charcoal);
  color:var(--gray-300);
}
.section--dark h2,
.section--dark .eyebrow{ color:var(--white); }
.section--dark .section-head p{ color:var(--gray-300); }
.section-head--narrow{ max-width:680px; margin-left:auto; margin-right:auto; }
.section-empty{
  text-align:center;
  color:var(--gray-500);
  margin:0;
}

.card-grid{
  display:grid;
  gap:24px;
}
.card-grid--2{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
.card-grid--3{ grid-template-columns:repeat(3, minmax(0, 1fr)); }
.card-grid--4{ grid-template-columns:repeat(4, minmax(0, 1fr)); }

.k-card{
  display:block;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  color:inherit;
  text-decoration:none;
  transition:transform .2s ease, box-shadow .2s ease;
}
.k-card:hover{
  color:inherit;
  transform:translateY(-4px);
  box-shadow:var(--shadow-md);
}
.k-card__media img{
  display:block;
  width:100%;
  height:168px;
  object-fit:cover;
}
.k-card__body{ padding:24px; }
.k-card__title{
  font-size:1.08rem;
  margin:0 0 8px;
  color:var(--charcoal);
}
.k-card__text{
  font-size:.9rem;
  color:var(--gray-500);
  margin:0;
  line-height:1.65;
}
.k-card__meta{
  font-size:.82rem;
  color:var(--orange);
  font-weight:700;
  margin-bottom:6px;
}
.k-card__link{
  display:inline-flex;
  margin-top:14px;
  font-size:.88rem;
  font-weight:700;
  color:var(--orange);
  text-decoration:none;
}
.k-card__link:hover{ color:var(--orange-dark); }

.icon-box-grid{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(4, minmax(0, 1fr));
}
.icon-box{
  text-align:center;
  background:var(--gray-50);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:28px 20px;
  color:inherit;
  text-decoration:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.icon-box:hover{
  color:inherit;
  border-color:rgba(255,90,0,.25);
  box-shadow:var(--shadow-sm);
}
.icon-box__emoji{ font-size:2rem; line-height:1; margin-bottom:12px; }
.icon-box__title{
  font-size:1rem;
  font-weight:700;
  color:var(--charcoal);
  margin:0 0 8px;
}
.icon-box__text{
  font-size:.88rem;
  color:var(--gray-500);
  margin:0;
  line-height:1.6;
}

.testimonials-grid{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.testimonial-card{
  background:var(--gray-50);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:28px;
}
.testimonial-card__stars{
  color:#f5a623;
  font-size:.95rem;
  letter-spacing:2px;
  margin-bottom:14px;
}
.testimonial-card__quote{
  font-style:italic;
  color:var(--charcoal);
  line-height:1.7;
  margin:0 0 20px;
}
.testimonial-card__author{
  display:flex;
  align-items:center;
  gap:12px;
}
.testimonial-card__photo{
  width:44px;
  height:44px;
  border-radius:50%;
  object-fit:cover;
  flex-shrink:0;
}
.testimonial-card__name{
  display:block;
  font-weight:700;
  color:var(--charcoal);
  font-size:.92rem;
}
.testimonial-card__role{
  display:block;
  font-size:.82rem;
  color:var(--gray-500);
}

.pricing-grid{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  align-items:stretch;
}
.pricing-card{
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:32px 28px;
  box-shadow:var(--shadow-sm);
  display:flex;
  flex-direction:column;
}
.pricing-card--featured{
  border-color:var(--orange);
  box-shadow:var(--shadow-md);
  transform:translateY(-6px);
}
.pricing-card__name{
  font-size:1rem;
  font-weight:700;
  color:var(--orange);
  margin-bottom:8px;
}
.pricing-card__price{
  font-family:var(--font-display);
  font-size:2rem;
  font-weight:800;
  color:var(--charcoal);
  line-height:1.1;
}
.pricing-card__period{
  font-size:.88rem;
  color:var(--gray-500);
  margin-bottom:20px;
}
.pricing-card__features{
  list-style:none;
  padding:0;
  margin:0 0 24px;
  flex:1 1 auto;
}
.pricing-card__features li{
  position:relative;
  padding-left:22px;
  margin-bottom:10px;
  font-size:.9rem;
  color:var(--gray-500);
}
.pricing-card__features li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
}

.timeline-list{
  position:relative;
  padding-left:28px;
  border-left:2px solid var(--gray-100);
}
.timeline-item{
  position:relative;
  padding-bottom:28px;
}
.timeline-item:last-child{ padding-bottom:0; }
.timeline-item::before{
  content:"";
  position:absolute;
  left:-35px;
  top:4px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px var(--orange-tint);
}
.timeline-item__date{
  font-size:.82rem;
  font-weight:700;
  color:var(--orange);
  margin-bottom:4px;
}
.timeline-item__title{
  font-size:1.05rem;
  font-weight:700;
  color:var(--charcoal);
  margin-bottom:6px;
}
.timeline-item__text{
  font-size:.92rem;
  color:var(--gray-500);
  margin:0;
  line-height:1.65;
}

.team-grid{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(4, minmax(0, 1fr));
}
.team-card{
  text-align:center;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:28px 20px;
  box-shadow:var(--shadow-sm);
}
.team-card__photo{
  width:96px;
  height:96px;
  border-radius:50%;
  object-fit:cover;
  margin:0 auto 16px;
  display:block;
}
.team-card__placeholder{
  width:96px;
  height:96px;
  border-radius:50%;
  background:var(--gray-100);
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--gray-500);
  font-size:1.8rem;
}
.team-card__name{
  font-size:1rem;
  font-weight:700;
  color:var(--charcoal);
  margin:0 0 4px;
}
.team-card__role{
  font-size:.86rem;
  color:var(--orange);
  font-weight:600;
  margin:0 0 10px;
}
.team-card__bio{
  font-size:.86rem;
  color:var(--gray-500);
  margin:0;
  line-height:1.6;
}

.logos-grid{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:32px 40px;
}
.logos-grid img{
  height:48px;
  width:auto;
  max-width:140px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.75;
  transition:opacity .2s ease, filter .2s ease;
}
.logos-grid a:hover img{
  filter:none;
  opacity:1;
}

.media-embed{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--charcoal);
  box-shadow:var(--shadow-md);
}
.media-embed iframe,
.media-embed video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.media-embed--4-3{ padding-bottom:75%; }
.media-embed--21-9{ padding-bottom:42.85%; }

.map-frame{
  width:100%;
  border:0;
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-sm);
  min-height:320px;
}

.tabs-block{ margin-top:8px; }
.tabs-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  border-bottom:1px solid var(--gray-100);
  margin-bottom:24px;
}
.tabs-nav__btn{
  appearance:none;
  border:0;
  background:transparent;
  padding:12px 18px;
  font-weight:700;
  font-size:.92rem;
  color:var(--gray-500);
  cursor:pointer;
  border-bottom:2px solid transparent;
  margin-bottom:-1px;
}
.tabs-nav__btn.is-active{
  color:var(--orange);
  border-bottom-color:var(--orange);
}
.tabs-panel{ display:none; }
.tabs-panel.is-active{ display:block; }
.tabs-panel__inner{
  color:var(--gray-500);
  line-height:1.75;
}

.carousel-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(260px, 1fr);
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:8px;
}
.cms-carousel{
  position:relative;
}
.cms-carousel__viewport{
  overflow:hidden;
  touch-action:pan-y;
}
.cms-carousel__viewport.is-draggable{
  cursor:grab;
  user-select:none;
}
.cms-carousel.is-dragging .cms-carousel__viewport.is-draggable{
  cursor:grabbing;
}
.cms-carousel.is-dragging .cms-carousel__track{
  transition:none;
}
.cms-carousel.is-dragging .carousel-slide--linked{
  pointer-events:none;
}
.cms-carousel__track{
  display:flex;
  gap:20px;
  transition:transform .45s ease;
  will-change:transform;
}
.cms-carousel__slide{
  flex:0 0 calc((100% - (20px * (var(--carousel-visible, 3) - 1))) / var(--carousel-visible, 3));
  min-width:0;
}
.cms-carousel__btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:2;
  width:44px;
  height:44px;
  border:1px solid var(--gray-100);
  border-radius:999px;
  background:var(--white);
  color:var(--charcoal);
  box-shadow:var(--shadow-sm);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  transition:background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.cms-carousel__btn:hover:not(:disabled){
  background:var(--orange);
  border-color:var(--orange);
  color:var(--white);
}
.cms-carousel__btn:disabled{
  opacity:.35;
  cursor:not-allowed;
}
.cms-carousel__btn--prev{ left:-10px; }
.cms-carousel__btn--next{ right:-10px; }
@media (max-width: 640px){
  .cms-carousel__btn--prev{ left:4px; }
  .cms-carousel__btn--next{ right:4px; }
}
.cms-carousel__dots{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:8px;
  margin-top:20px;
}
.cms-carousel__dot{
  width:10px;
  height:10px;
  border:0;
  border-radius:999px;
  background:var(--gray-300);
  cursor:pointer;
  padding:0;
  transition:background .2s ease, transform .2s ease;
}
.cms-carousel__dot.is-active{
  background:var(--orange);
  transform:scale(1.15);
}
.carousel-slide{
  scroll-snap-align:start;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  height:100%;
  display:block;
  color:inherit;
}
.carousel-slide--linked:hover .carousel-slide__title{
  color:var(--orange);
}
.carousel-slide img{
  width:100%;
  height:180px;
  object-fit:cover;
  display:block;
}
.carousel-slide__body{ padding:18px; }
.carousel-slide__title{
  font-weight:700;
  color:var(--charcoal);
  margin:0;
}

.section-banner{
  position:relative;
  min-height:280px;
  border-radius:var(--radius-md);
  overflow:hidden;
}
.section-banner img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  display:block;
}
.section-banner__overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(26,26,26,.62);
  padding:48px 24px;
}
.section-banner__content{
  padding:48px 24px;
  text-align:center;
}
.section-banner--overlay .section-head h2,
.section-banner--overlay .section-head .eyebrow,
.section-banner--overlay .section-head p{
  color:var(--white);
}
.section-banner--overlay .eyebrow-dot{
  background:var(--white);
}
.section-banner--custom-text .section-head h2,
.section-banner--custom-text .section-head .eyebrow,
.section-banner--custom-text .section-head p{
  color:var(--banner-text-color);
}
.section-banner--custom-text .eyebrow-dot{
  background:var(--banner-text-color);
}

.section-divider{
  border:0;
  border-top:1px solid var(--gray-100);
  margin:0;
}
.section-divider--dashed{ border-top-style:dashed; }
.section-divider--dots{
  border:0;
  height:24px;
  background:radial-gradient(circle, var(--gray-300) 2px, transparent 2px) center/16px 16px;
}

.newsletter-box{
  max-width:640px;
  margin:0 auto;
  text-align:center;
  background:var(--orange-tint);
  border:1px solid rgba(255,90,0,.15);
  border-radius:var(--radius-md);
  padding:40px 32px;
}
.newsletter-form{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
  margin-top:24px;
}
.newsletter-form input[type="email"]{
  min-width:240px;
  flex:1 1 240px;
  max-width:360px;
  padding:14px 16px;
  border:1px solid var(--gray-100);
  border-radius:var(--radius-sm);
  font:inherit;
}

.countdown-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
  max-width:640px;
  margin:0 auto;
}
.countdown-item{
  text-align:center;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:20px 12px;
}
.countdown-item strong{
  display:block;
  font-family:var(--font-display);
  font-size:2rem;
  color:var(--orange);
  line-height:1;
}
.countdown-item span{
  display:block;
  margin-top:8px;
  font-size:.82rem;
  color:var(--gray-500);
  font-weight:600;
}

.compare-table{
  width:100%;
  border-collapse:collapse;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  overflow:hidden;
}
.compare-table th,
.compare-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--gray-100);
  text-align:left;
  font-size:.92rem;
}
.compare-table thead th{
  background:var(--gray-50);
  font-weight:700;
  color:var(--charcoal);
}
.compare-table tbody tr:last-child td{ border-bottom:0; }

.callout-box{
  background:var(--orange-tint);
  border-left:4px solid var(--orange);
  border-radius:var(--radius-md);
  padding:24px 28px;
}
.callout-box p{ margin:0; color:var(--charcoal); line-height:1.7; }

.quote-box{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}
.quote-box__photo{
  width:72px;
  height:72px;
  border-radius:50%;
  object-fit:cover;
  margin:0 auto 20px;
  display:block;
}
.quote-box blockquote{
  font-size:1.2rem;
  font-style:italic;
  color:var(--charcoal);
  line-height:1.7;
  margin:0 0 16px;
}
.quote-box cite{
  font-style:normal;
  font-weight:700;
  color:var(--orange);
}

.columns-grid{
  display:grid;
  gap:32px;
}
.columns-grid--2{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
.columns-grid--3{ grid-template-columns:repeat(3, minmax(0, 1fr)); }
.column-block__title{
  font-size:1.1rem;
  font-weight:700;
  color:var(--charcoal);
  margin:0 0 12px;
}
.column-block__subtitle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--orange);
  margin-bottom:8px;
}
.column-block__body{
  color:var(--gray-500);
  line-height:1.75;
  font-size:.95rem;
}
.column-block__body p{ margin:0 0 12px; }
.column-block__body p:last-child{ margin-bottom:0; }

.image-grid{
  display:grid;
  gap:16px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.image-grid__item{
  position:relative;
  border-radius:var(--radius-md);
  overflow:hidden;
  aspect-ratio:4/3;
}
.image-grid__item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .3s ease;
}
.image-grid__item:hover img{ transform:scale(1.04); }
.image-grid__caption{
  position:absolute;
  inset:auto 0 0 0;
  padding:14px;
  background:linear-gradient(transparent, rgba(0,0,0,.65));
  color:var(--white);
  font-size:.88rem;
  font-weight:600;
}

.before-after-grid{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}
.before-after-card{
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  overflow:hidden;
}
.before-after-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}
.before-after-card__label{
  padding:12px 16px;
  font-size:.88rem;
  font-weight:700;
  color:var(--charcoal);
  background:var(--gray-50);
}

.progress-list{ display:flex; flex-direction:column; gap:18px; }
.progress-item__head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
  font-size:.9rem;
  font-weight:600;
  color:var(--charcoal);
}
.progress-item__bar{
  height:10px;
  background:var(--gray-100);
  border-radius:999px;
  overflow:hidden;
}
.progress-item__fill{
  height:100%;
  background:linear-gradient(90deg, var(--orange), #ff8a45);
  border-radius:999px;
}

.social-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:center;
}
.social-links a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:44px;
  height:44px;
  padding:0 16px;
  border-radius:999px;
  background:var(--gray-50);
  border:1px solid var(--gray-100);
  color:var(--charcoal);
  font-weight:700;
  font-size:.88rem;
  text-decoration:none;
  transition:background .2s ease, border-color .2s ease;
}
.social-links a:hover{
  background:var(--orange-tint);
  border-color:rgba(255,90,0,.25);
  color:var(--orange);
}

.section-prose{
  max-width:780px;
  margin:0 auto;
  color:var(--gray-500);
  line-height:1.8;
  font-size:1rem;
}
.section-prose--wide{ max-width:none; }
.section-prose h2,
.section-prose h3,
.section-prose h4{
  color:var(--charcoal);
  margin:1.4em 0 .6em;
}
.section-prose p{ margin:0 0 1em; }
.section-prose ul,
.section-prose ol{ margin:0 0 1em 1.2em; }
.section-prose img{
  max-width:100%;
  height:auto;
  border-radius:var(--radius-md);
  margin:1em 0;
}
.section-prose a{ color:var(--orange); }

.steps-list{
  display:grid;
  gap:20px;
  counter-reset:section-step;
}
.step-item{
  display:grid;
  grid-template-columns:56px 1fr;
  gap:18px;
  align-items:start;
}
.step-item::before{
  counter-increment:section-step;
  content:counter(section-step);
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--orange-tint);
  color:var(--orange);
  font-family:var(--font-display);
  font-weight:800;
  font-size:1.2rem;
  display:flex;
  align-items:center;
  justify-content:center;
}
.step-item__title{
  font-size:1.05rem;
  font-weight:700;
  color:var(--charcoal);
  margin:0 0 6px;
}
.step-item__text{
  font-size:.92rem;
  color:var(--gray-500);
  margin:0;
  line-height:1.65;
}

.portfolio-grid{
  display:grid;
  gap:24px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.portfolio-card{
  display:block;
  border-radius:var(--radius-md);
  overflow:hidden;
  background:var(--white);
  border:1px solid var(--gray-100);
  color:inherit;
  text-decoration:none;
  box-shadow:var(--shadow-sm);
  transition:transform .2s ease, box-shadow .2s ease;
}
.portfolio-card:hover{
  color:inherit;
  transform:translateY(-4px);
  box-shadow:var(--shadow-md);
}
.portfolio-card img{
  width:100%;
  height:208px;
  object-fit:cover;
  display:block;
}
.portfolio-card__body{ padding:18px; }
.portfolio-card__title{
  font-weight:700;
  color:var(--charcoal);
  margin:0;
}

.awards-grid,
.events-grid{
  display:grid;
  gap:20px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
}
.award-card,
.event-card{
  text-align:center;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  padding:24px 18px;
}
.award-card img{
  height:64px;
  width:auto;
  object-fit:contain;
  margin:0 auto 14px;
  display:block;
}
.event-card__date{
  font-size:.82rem;
  font-weight:700;
  color:var(--orange);
  margin-bottom:6px;
}

.section-table-wrap{ overflow-x:auto; }
.section-table{
  width:100%;
  border-collapse:collapse;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  overflow:hidden;
}
.section-table th,
.section-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--gray-100);
  text-align:left;
  font-size:.92rem;
}
.section-table thead th{
  background:var(--gray-50);
  font-weight:700;
  color:var(--charcoal);
}

.search-box{
  max-width:560px;
  margin:0 auto;
  display:flex;
  gap:12px;
}
.search-box input{
  flex:1 1 auto;
  padding:14px 16px;
  border:1px solid var(--gray-100);
  border-radius:var(--radius-sm);
  font:inherit;
}

.marquee-strip{
  overflow:hidden;
  mask-image:linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee-track{
  display:flex;
  gap:40px;
  align-items:center;
  width:max-content;
  animation:marquee-scroll 28s linear infinite;
}
.marquee-track img{
  height:40px;
  width:auto;
  object-fit:contain;
  opacity:.75;
  filter:grayscale(1);
}
@keyframes marquee-scroll{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

.list-links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:720px;
  margin-inline:auto;
}
.list-links li a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:16px 20px;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
  color:var(--charcoal);
  text-decoration:none;
  font-weight:600;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.list-links li a:hover{
  border-color:rgba(255,90,0,.25);
  box-shadow:var(--shadow-sm);
  color:var(--orange);
}

.download-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  max-width:720px;
  margin:0 auto;
}
.download-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 20px;
  background:var(--white);
  border:1px solid var(--gray-100);
  border-radius:var(--radius-md);
}
.download-item__title{
  font-weight:700;
  color:var(--charcoal);
  margin:0 0 4px;
}
.download-item__meta{
  font-size:.82rem;
  color:var(--gray-500);
  margin:0;
}

.stats-band .stats-row{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
}
.stats-band .stat-label{ color:var(--gray-300); }
.stats-band--custom-colors .stat-label{
  color:var(--stats-label-color) !important;
  opacity:1;
}

.reference-card,
.gallery-card{
  display:block;
  background:var(--white);
  border:1px solid var(--gray-100);

/* CMS Carousel (shared) */
.cms-carousel{ position:relative; }
.cms-carousel__viewport{ overflow:hidden; touch-action:pan-y; }
.cms-carousel__viewport.is-draggable{ cursor:grab; user-select:none; }
.cms-carousel.is-dragging .cms-carousel__viewport.is-draggable{ cursor:grabbing; }
.cms-carousel.is-dragging .cms-carousel__track{ transition:none; }
.cms-carousel.is-dragging .carousel-slide--linked{ pointer-events:none; }
.cms-carousel__track{ display:flex; gap:20px; transition:transform .45s ease; will-change:transform; }
.cms-carousel__slide{ flex:0 0 calc((100% - (20px * (var(--carousel-visible, 3) - 1))) / var(--carousel-visible, 3)); min-width:0; }
.cms-carousel__btn{ position:absolute; top:50%; transform:translateY(-50%); z-index:2; width:44px; height:44px; border:1px solid var(--gray-100); border-radius:999px; background:var(--white); color:var(--charcoal); box-shadow:var(--shadow-sm); display:flex; align-items:center; justify-content:center; font-size:28px; line-height:1; cursor:pointer; }
.cms-carousel__btn--prev{ left:4px; }
.cms-carousel__btn--next{ right:4px; }
.cms-carousel__dots{ display:flex; justify-content:center; flex-wrap:wrap; gap:8px; margin-top:20px; }
.cms-carousel__dot{ width:10px; height:10px; border:0; border-radius:999px; background:var(--gray-300); cursor:pointer; padding:0; }
.cms-carousel__dot.is-active{ background:var(--orange); transform:scale(1.15); }
