:root {
  --sotm-initiative: #a2c8cd;
  --sotm-education: #357dd5;
  --sotm-action: #8261e2;
  --sotm-bg: #f5f3f1;
  --sotm-text: #1f2a33;
  --sotm-border: rgba(31, 42, 51, 0.14);
}

html { scroll-behavior: smooth; }
body.sotm-home-body {
  margin: 0;
  background: var(--sotm-bg);
  color: var(--sotm-text);
  font-family: "Poppins", sans-serif;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.sotm-home-body,
body.sotm-home-body * { box-sizing: border-box; }
.sotm-home { min-height: 100vh; }
.sotm-container { width: min(1160px, 92%); margin: 0 auto; }

.sotm-nav-wrap { position: fixed; inset: 0 0 auto 0; z-index: 80; background: rgba(245, 243, 241, 0.93); backdrop-filter: blur(10px); border-bottom: 1px solid var(--sotm-border); }
.sotm-nav-inner { width: min(1160px, 92%); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sotm-logo { display: inline-flex; align-items: center; text-decoration: none; color: inherit; }
.sotm-logo img { max-height: 72px; width: auto; }
.sotm-logo span { font-family: "Bebas Neue", sans-serif; font-size: clamp(1.55rem, 3.4vw, 2.35rem); letter-spacing: 0.04em; }

.sotm-main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: clamp(12px, 2vw, 28px); }
.sotm-main-nav a { text-decoration: none; color: var(--sotm-text); font-family: "Quicksand", sans-serif; font-size: 1.04rem; font-weight: 600; }
.sotm-main-nav a:hover { color: var(--sotm-education); }

.sotm-menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; cursor: pointer; }
.sotm-menu-toggle span { display: block; width: 100%; height: 2px; background: #1f2a33; margin: 5px 0; }

.sotm-hero { min-height: 100vh; background-color: #1c2430; background-image: linear-gradient(110deg, rgba(15, 22, 29, 0.9) 0%, rgba(15, 22, 29, 0.58) 48%, rgba(130, 97, 226, 0.34) 100%); background-size: cover; background-position: right center; display: grid; align-items: center; padding: 128px 0 80px; }
.sotm-hero-content { width: min(1160px, 92%); margin: 0 auto; color: #fff; text-align: left; }
.sotm-hero h1 { margin: 0; max-width: 8ch; font-family: "Bebas Neue", sans-serif; font-size: clamp(4.15rem, 11vw, 9.4rem); letter-spacing: 0.03em; line-height: 0.92; text-shadow: 0 4px 22px rgba(0, 0, 0, 0.35); }
.sotm-tagline { margin: 16px 0 0; font-family: "Antonio", sans-serif; font-weight: 300; font-size: clamp(1.55rem, 3vw, 2.7rem); line-height: 1.1; color: #fff; text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42); }
.sotm-pillars { margin: 28px 0 0; font-family: "Quicksand", sans-serif; font-weight: 600; letter-spacing: 0.2em; font-size: clamp(.82rem, 1.35vw, 1.1rem); line-height: 1.7; color: #fff; text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45); }

.sotm-section { padding: clamp(60px, 8vw, 108px) 0; }
.sotm-section h2 { margin: 0 0 26px; font-family: "Bebas Neue", sans-serif; letter-spacing: .05em; font-size: clamp(2rem, 5vw, 3.4rem); }

.sotm-age-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.sotm-card { display: block; text-decoration: none; color: inherit; border-radius: 8px; border: 1px solid rgba(162, 200, 205, .76); padding: 24px; min-height: 200px; background: rgba(162, 200, 205, .48); transition: transform .2s ease, box-shadow .2s ease; }
.sotm-card:hover { transform: translateY(-5px); box-shadow: 0 20px 30px rgba(30,45,58,.08); }
.sotm-card-initiative,
.sotm-card-education,
.sotm-card-art,
.sotm-card-action { background: rgba(162, 200, 205, .48); }
.sotm-card h3, .sotm-offer-col h3, .sotm-footer h3 { margin: 0 0 10px; font-family: "Quicksand", sans-serif; font-size: 1.1rem; }

.sotm-section-offers { position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(103, 220, 232, .28), rgba(255, 224, 88, .18) 42%, rgba(145, 92, 255, .24)); }
.sotm-section-offers::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.72), rgba(255,255,255,.34)); pointer-events: none; }
.sotm-section-offers .sotm-container { position: relative; z-index: 1; }
.sotm-section-offers h2 { color: #182636; }

.sotm-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.sotm-offer-col { background: rgba(255, 255, 255, .88); border: 1px solid rgba(255,255,255,.7); border-radius: 8px; padding: 24px; box-shadow: 0 24px 50px rgba(31,42,51,.1); }
.sotm-offer-col h3 { display: inline-block; padding-bottom: 8px; border-bottom: 3px solid var(--sotm-action); }
.sotm-offer-item { display: block; text-decoration: none; color: inherit; background: rgba(255, 255, 255, .76); border: 1px solid rgba(31,42,51,.1); border-radius: 8px; padding: 16px; margin-bottom: 12px; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.sotm-offer-item:hover { transform: translateX(4px); border-color: rgba(130,97,226,.34); background: #fff; }
.sotm-offer-item:last-child { margin-bottom: 0; }
.sotm-offer-item strong { display: block; margin-bottom: 7px; }
.sotm-offer-item em { margin-top: 12px; display: inline-block; font-style: normal; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; background: var(--sotm-action); color: #fff; padding: 6px 10px; border-radius: 999px; }

.sotm-btn { display: inline-block; margin-top: 24px; text-decoration: none; border: 1px solid transparent; border-radius: 999px; padding: 13px 22px; font-family: "Quicksand", sans-serif; font-weight: 700; background: var(--sotm-education); color: #fff; }
.sotm-btn:hover { background: #265fa8; }

.sotm-section-reviews { background: #222c36; color: #fff; }
.sotm-section-reviews h2 { color: #fff; }
.sotm-reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.sotm-review-card { background: #fff; color: var(--sotm-text); border-radius: 8px; border: 1px solid rgba(255,255,255,.2); padding: 22px; box-shadow: 0 24px 44px rgba(0,0,0,.18); }
.sotm-review-card:nth-child(2) { transform: translateY(18px); }
.sotm-review-card footer { margin-top: 16px; display: flex; align-items: center; gap: 10px; }
.sotm-avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--sotm-initiative); font-weight: 700; }
.sotm-link-inline { display: inline-block; margin-top: 18px; color: var(--sotm-education); font-weight: 600; }
.sotm-section-reviews .sotm-link-inline { color: #8fdde6; }

.sotm-section-art { color: #fff; background-color: #202733; background-image: linear-gradient(135deg, rgba(31, 42, 51, 0.96), rgba(53, 125, 213, 0.76)); background-size: cover; background-position: center; }
.sotm-anchor-target { position: relative; top: -96px; display: block; width: 1px; height: 1px; overflow: hidden; }
.sotm-section-art p { max-width: 64ch; font-size: clamp(1rem, 1.6vw, 1.2rem); }
.sotm-action-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.sotm-btn-light { background: #fff; color: #212a31; }
.sotm-btn-outline { background: transparent; border-color: #fff; color: #fff; }

.sotm-event { padding: clamp(64px, 10vw, 118px) 0; background: #8261E2; color: #fff; }
.sotm-event-kicker { margin: 0; text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; font-family: "Quicksand", sans-serif; }
.sotm-event h2 { margin: 16px 0 12px; color: #fff; font-family: "Bebas Neue", sans-serif; font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: .04em; line-height: .98; }
.sotm-event p:not(.sotm-event-kicker) { margin: 6px 0; font-family: "Poppins", sans-serif; font-size: clamp(1rem, 1.5vw, 1.15rem); }
.sotm-btn-event { background: #fff; color: #241f33; }

.sotm-footer { background: #eef0f1; padding: 50px 0; }
.sotm-footer-grid { display: grid; gap: 24px; grid-template-columns: 1.2fr .8fr 1fr; }
.sotm-footer ul { list-style: none; margin: 0; padding: 0; }
.sotm-footer li { margin-bottom: 8px; }
.sotm-footer a { color: inherit; text-decoration: none; }
.sotm-footer a:hover { text-decoration: underline; }
.sotm-footer-quote { margin-top: 12px; max-width: 38ch; font-family: "Antonio", sans-serif; font-size: 1rem; }
.sotm-socials { display: flex; gap: 14px; flex-wrap: wrap; }
.sotm-socials a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px; border: 1px solid var(--sotm-border); border-radius: 999px; }
.sotm-socials svg { width: 16px; height: 16px; fill: currentColor; }

@media (max-width: 1024px) {
  .sotm-age-grid, .sotm-reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sotm-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .sotm-menu-toggle { display: inline-block; }
  .sotm-main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; background: var(--sotm-bg); border-bottom: 1px solid var(--sotm-border); display: none; padding: 14px 4%; }
  .sotm-main-nav.is-open { display: block; }
  .sotm-main-nav ul { flex-direction: column; gap: 12px; }
  .sotm-age-grid, .sotm-offer-grid, .sotm-reviews-grid, .sotm-footer-grid { grid-template-columns: 1fr; }
  .sotm-nav-inner { min-height: 72px; }
  .sotm-hero { min-height: 82vh; padding-top: 112px; background-position: 68% center; }
  .sotm-hero h1 { max-width: 7.5ch; }
  .sotm-pillars { max-width: 30ch; line-height: 1.8; }
  .sotm-review-card:nth-child(2) { transform: none; }
  .sotm-btn { width: 100%; text-align: center; }
  .sotm-action-row { width: 100%; }
}
