* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fef7ff;
    color: #1d1b20;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400
}

a {
    color: inherit;
    text-decoration: none
}

h1 {
    color: #1A1C1D !important;
    font-family: "Outfit", sans-serif !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 58px !important;
}

button,
input {
    font: inherit
}

button {
    cursor: pointer;
    border: 0;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        opacity 0.3s ease
}

.featured-collection-arrow {
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.featured-collection-arrow.arrow-icon--upright {
    transform: rotate(-45deg);
}

.button-with-icon {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 20px !important;
    --button-icon-x: 0px;
    --button-icon-rotation: 0deg;
}

.button-hover-text {
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.button-hover-icon-placeholder {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.button-hover-icon-center {
    position: absolute;
    top: 50%;
    right: var(--button-icon-right, 24px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: translate3d(var(--button-icon-x), -50%, 0) rotate(var(--button-icon-rotation));
    transform-origin: center;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.button-hover-icon-center.arrow-icon--upright,
.button-hover-icon-placeholder.arrow-icon--upright {
    --button-icon-rotation: -45deg;
}

.button-with-arrow .button-hover-icon-center,
.button-with-arrow .button-hover-icon-placeholder {
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.navbar-search-button,
.navbar-mobile-search,
.start-here-primary,
.learning-journey-view-all,
.blog-view-all-button,
.featured-story-link {
    --button-icon-right: 24px;
}

.search-submit-button,
.library-button,
.view-all-resources-button,
.contribute-primary-button,
.contribute-secondary-button {
    --button-icon-right: 32px;
}

.icon-only-button .material-symbols-outlined {
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

img {
    display: block;
    max-width: 100%
}

.hero-banner-section {
    position: relative;
    isolation: isolate;
}

.hero-banner-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url("HeroSection.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.glass {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(12px)
}

.card-shadow {
    box-shadow: 0 10px 30px rgba(90, 49, 214, .05)
}

.card-shadow:hover {
    box-shadow: 0 15px 40px rgba(90, 49, 214, .1)
}

input::placeholder {
    color: #797486
}

/* Shared navbar/footer font family */
.navbar-inner,
.navbar-inner *,
.navbar-mobile-panel,
.navbar-mobile-panel *,
.site-footer,
.site-footer * {
    font-family: "Outfit", sans-serif
}

.navbar-inner .material-symbols-outlined,
.navbar-mobile-panel .material-symbols-outlined,
.site-footer .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

.-left-10 {
    left: -2.5rem
}

.absolute {
    position: absolute
}

.aspect-video {
    aspect-ratio: 16/9
}

.backdrop-blur-md {
    backdrop-filter: blur(12px)
}

.bg-center {
    background-position: center
}

.bg-cover {
    background-size: cover
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.bg-on-primary-container {
    background-color: #d0c3ff
}

.bg-primary {
    background-color: #4200be
}

.bg-primary-container {
    background-color: #5a31d6
}

.bg-primary-fixed {
    background-color: #e7deff
}

.bg-primary-fixed\/30 {
    background-color: rgba(231, 222, 255, 0.3)
}

.bg-primary-fixed\/50 {
    background-color: rgba(231, 222, 255, 0.5)
}

.bg-primary\/10 {
    background-color: rgba(66, 0, 190, 0.1)
}

.bg-primary\/40 {
    background-color: rgba(66, 0, 190, 0.4)
}

.bg-secondary-fixed {
    background-color: #e3e1ee
}

.bg-surface {
    background-color: #fef7ff
}

.bg-surface-container {
    background-color: #f2ecf3
}

/* .bg-surface-container-highest {
    background-color: #e6e1e8
} */

.bg-surface-container-low {
    background-color: #f8f2f9
}

.bg-surface-container-lowest {
    background-color: #ffffff
}

.bg-surface\/80 {
    background-color: rgba(254, 247, 255, 0.8)
}

.bg-tertiary-container {
    background-color: #923b00
}

.bg-tertiary-fixed {
    background-color: #ffdbcb
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    background-color: #ffffff
}

.bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.1)
}

.bg-white\/20 {
    background-color: rgba(255, 255, 255, 0.2)
}

.bg-white\/90 {
    background-color: rgba(255, 255, 255, 0.9)
}

.border {
    border-width: 1px;
    border-style: solid
}

.border-b {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.border-b-2 {
    border-bottom-width: 2px;
    border-bottom-style: solid
}

.border-none {
    border: none
}

.border-outline {
    border-color: #797486
}

.border-outline-variant {
    border-color: #cac3d7
}

.border-outline-variant\/30 {
    border-color: rgba(202, 195, 215, 0.3)
}

.border-outline-variant\/50 {
    border-color: rgba(202, 195, 215, 0.5)
}

.border-primary {
    border-color: #4200be
}

.border-primary\/20 {
    border-color: rgba(66, 0, 190, 0.2)
}

.border-t {
    border-top-width: 1px;
    border-top-style: solid
}

.border-t-4 {
    border-top-width: 4px;
    border-top-style: solid
}

.border-tertiary-container {
    border-color: #923b00
}

.border-transparent {
    border-color: transparent
}

.border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2)
}

.border-white\/30 {
    border-color: rgba(255, 255, 255, 0.3)
}

.bottom-0 {
    bottom: 0
}

.bottom-10 {
    bottom: 2.5rem
}

.brightness-\[5\] {
    filter: brightness(5)
}

.cursor-pointer {
    cursor: pointer
}

.decoration-2 {
    text-decoration-thickness: 2px
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.fixed {
    position: fixed
}

.flex {
    display: flex
}

.flex-1 {
    flex: 1 1 0%
}

.flex-col {
    flex-direction: column
}

.flex-grow {
    flex-grow: 1
}

.flex-wrap {
    flex-wrap: wrap
}

.font-body-lg {
    font-family: 'Outfit", sans-serif',
}

.font-body-md {
    font-family: 'Outfit", sans-serif',
}

.font-bold {
    font-weight: 700
}

.font-display-lg {
    font-family: "Outfit", sans-serif;
}

.font-headline-lg {
    font-family: "Outfit", sans-serif;
}

.font-headline-md {
    font-family: "Outfit", sans-serif;
}

.font-headline-sm {
    font-family: "Outfit", sans-serif;
}

.font-label-md {
    font-family: "Outfit", sans-serif;
}

.font-medium {
    font-weight: 500
}

.from-black\/80 {
    --tw-gradient-from: rgba(0, 0, 0, .8);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.from-white\/10 {
    --tw-gradient-from: rgba(255, 255, 255, .1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0))
}

.gap-1 {
    gap: 0.25rem
}

.gap-2 {
    gap: 0.5rem
}

.gap-lg {
    gap: 24px
}

.gap-md {
    gap: 16px
}

.gap-sm {
    gap: 8px
}

.gap-xl {
    gap: 48px
}

.gap-xs {
    gap: 4px
}

.grayscale {
    filter: grayscale(100%)
}

.grid {
    display: grid
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.h-1 {
    height: 0.25rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-6 {
    height: 1.5rem
}

.h-\[240px\] {
    height: 240px
}

.h-\[400px\] {
    height: 400px
}

.h-\[500px\] {
    height: 500px
}

.h-\[600px\] {
    height: 600px
}

.h-full {
    height: 100%
}

.hidden {
    display: none
}

.inline-block {
    display: inline-block
}

.inset-0 {
    inset: 0
}

.italic {
    font-style: italic
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.leading-snug {
    line-height: 1.375
}

.leading-tight {
    line-height: 1.25
}

.left-0 {
    left: 0
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.m-gutter {
    margin: 24px
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-container-max {
    max-width: 1280px
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-sm {
    max-width: 24rem
}

.mb-1 {
    margin-bottom: 0.25rem
}

.mb-2 {
    margin-bottom: 0.5rem
}

.mb-lg {
    margin-bottom: 24px
}

.mb-md {
    margin-bottom: 16px
}

.mb-sm {
    margin-bottom: 8px
}

.mb-xl {
    margin-bottom: 48px
}

.mb-xs {
    margin-bottom: 4px
}

.mb-xxl {
    margin-bottom: 80px
}

.ml-4 {
    margin-left: 1rem
}

.mt-md {
    margin-top: 16px
}

.mt-xl {
    margin-top: 48px
}

.mt-xxl {
    margin-top: 80px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.object-cover {
    object-fit: cover
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.overflow-hidden {
    overflow: hidden
}

.p-2 {
    padding: 0.5rem
}

.p-3 {
    padding: 0.75rem
}

.p-4 {
    padding: 1rem
}

.p-lg {
    padding: 24px
}

.p-md {
    padding: 16px
}

.p-xl {
    padding: 48px
}

.pb-1 {
    padding-bottom: 0.25rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-lg {
    padding-top: 24px
}

.pt-xl {
    padding-top: 48px
}

.px-gutter {
    padding-left: 24px;
    padding-right: 24px
}

.px-lg {
    padding-left: 24px;
    padding-right: 24px
}

.px-md {
    padding-left: 16px;
    padding-right: 16px
}

.px-sm {
    padding-left: 8px;
    padding-right: 8px
}

.px-xl {
    padding-left: 48px;
    padding-right: 48px
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-xl {
    padding-top: 48px;
    padding-bottom: 48px
}

.py-xs {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-xxl {
    padding-top: 80px;
    padding-bottom: 80px
}

.relative {
    position: relative
}

.right-0 {
    right: 0
}

.rounded {
    border-radius: 0.25rem
}

.rounded-\[4rem\] {
    border-radius: 4rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: 2rem
}

.rounded-md {
    border-radius: 0.375rem
}

.rounded-sm {
    border-radius: 0.125rem
}

.scale-95 {
    transform: scale(.95)
}

.scroll-smooth {
    scroll-behavior: smooth
}

.shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)
}

.shrink-0 {
    flex-shrink: 0
}

.space-y-lg*+* {
    margin-top: 24px;
}

.space-y-md*+* {
    margin-top: 16px;
}

.space-y-sm*+* {
    margin-top: 8px;
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[64px\] {
    font-size: 64px
}

.text-body-lg {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400
}

.text-body-md {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400
}

.text-center {
    text-align: center
}

.text-display-lg {
    font-size: 56px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700
}

.text-headline-lg {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 700
}

.text-headline-md {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600
}

.text-headline-sm {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600
}

.text-label-md {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400
}

.nav-text-label-md {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    color: #484554 !important;
}

.navbar-inner {
    gap: 18px;
}

.navbar-desktop-nav {
    display: none;
    align-items: center;
    gap: 22px;
    flex: 1;
    justify-content: center;
}

.navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.navbar-search-button {
    display: none;
}

.navbar-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #cac3d7;
    border-radius: 9999px;
    background: #ffffff;
    color: #4200be;
    padding: 0;
}

.navbar-mobile-panel {
    padding: 0 24px 20px;
    background: rgba(254, 247, 255, 0.96);
    border-top: 1px solid rgba(202, 195, 215, 0.3);
    backdrop-filter: blur(12px);
}

.navbar-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px 0;
}

.navbar-mobile-link {
    display: block;
}

.navbar-mobile-search {
    width: 100%;
    justify-content: flex-start;
}

.language-dropdown {
    position: relative;
}

.language-button {
    display: inline-flex;
    align-items: stretch;
    min-height: 42px;
    padding: 0;
    border: none;
    border-radius: 9999px;
    overflow: hidden;
    background: transparent;
    color: #684e56;
}

.language-button-icon-wrap {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 8px;
}

.language-button-icon {
    color: #684e56;
    font-size: 22px;
}

.language-button-label {
    min-width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 13px;
    line-height: 1;
    color: #684e56;
    background: transparent;
}

.language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 112px;
    background: #ffffff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(104, 78, 86, 0.12);
    overflow: hidden;
}

.language-option {
    width: 100%;
    padding: 12px 16px;
    text-align: left;
    background: #ffffff;
    color: #684e56;
}

.language-option.is-active {
    background: #ffffff;
}

.search-card {
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 20px 50px rgba(90, 49, 214, 0.08);
}

.hero-search-section {
    padding-top: 40px;
}

.search-intro {
    max-width: 1080px;
    margin: 0 0 24px;
}

.search-bar-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-input-row {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding: 6px 20px;
    border-radius: 9999px;
    background: #f2ecf3;
}

.search-input-icon {
    flex-shrink: 0;
}

.search-input-field {
    width: 100%;
    min-width: 0;
}

.search-submit-button {
    flex-shrink: 0;
    justify-content: flex-start;
    white-space: nowrap;
}

.search-tags-row {
    margin-top: 16px;
}

.search-tag {
    background-color: #e7deff !important;
    color: #4200be !important;
}

.start-here-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
    border: 1px solid #8c6fe8;
    border-radius: 32px;
    background: #faf7ff;
}

.start-here-content {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.start-here-icon-block {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 24px;
    background: #5a31d6;
    color: #ffffff;
}

.start-here-icon-block .material-symbols-outlined {
    font-size: 32px;
}

.start-here-text {
    color: #1d1b20;
}

.start-here-text p {
    margin: 8px 0 0;
    color: #484555;
}

.start-here-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.start-here-primary,
.start-here-secondary {
    justify-content: center;
}

.start-here-secondary {
    border: 1px solid #5a31d6;
    background: transparent;
    color: #5a31d6;
}

.featured-arrow-button {
    border-color: #d8d0e6;
    color: #6d6780;
    background: #ffffff;
}

.featured-resource-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(90, 49, 214, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-resource-image {
    height: 240px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: #f8f2f9;
    display: flex;
    overflow: hidden;
}

.featured-resource-image img {
    transition: transform 0.3s ease;
}

.featured-resource-image-panel {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(66, 0, 190, 0.12);
}

.featured-resource-image-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-resource-image-report .featured-resource-image-panel {
    background: rgba(66, 0, 190, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
}

.featured-resource-image-toolkit .featured-resource-image-panel {
    /* background: #e3e1ee; */
}

.featured-resource-image-paper .featured-resource-image-panel {
    background: #d0c3ff;
}

.featured-resource-image-digital .featured-resource-image-panel {
    background-color: #e6e1e8;
}

.featured-resource-image-photo {
    background-image: url('https://lh3.googleusercontent.com/aida-public/AB6AXuCiraaz1prjjoXS1sdY3wxfov7ZMJY7GXKWWn19ahh4UEVtfOko-sV8mlQBcfji6tumrqI7D_yiwSjjixqDDIri_-KBVPdlQqJ_q-8dGH9mAJv-p5zQ7FWqoF0IcWFltfh69gMn7G09pTwLX_NHDo5UwqQtLKFExRq1BixAJO0u4aRqYpkDOf_qI8BGOHRd7XsoiFDGfC5XFYzB5CVF4YCihY0-ep7nuTL_T29JiHaKmwEPuy5VsxLM');
    background-size: cover;
    background-position: center;
}

.featured-resource-type {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 8px;
    padding: 4px 8px;
    border-radius: 8px;
    background: rgba(231, 222, 255, 0.3);
    color: #4200be;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-resource-title {
    margin: 0 0 16px;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    color: #1d1b20;
    transition: color 0.3s ease;
}

.featured-resource-author {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 16px;
    color: #484555;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.featured-resource-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.featured-resource-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.featured-resource-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 9999px;
    background: #e7deff;
    color: #4200be;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.featured-resource-bookmark {
    color: #797486;
}

@media (hover: hover) and (pointer: fine) {
    .featured-resource-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(90, 49, 214, 0.14);
    }

    .featured-resource-card:hover .featured-resource-image img {
        transform: scale(1.04);
    }

    .featured-resource-card:hover .featured-resource-title {
        color: #4200be;
    }

    .featured-resource-card:hover .featured-resource-tag {
        background-color: #ddd0ff;
    }
}

.view-all-resources-button {
    display: inline-flex;
    justify-content: center;
}

.featured-collection-card {
    display: flex;
    flex-direction: column;
    padding: 32px;
    border: 1px solid #d8d0e6;
    border-radius: 24px;
    background: #ffffff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.featured-collection-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 18px;
    background: #e7deff;
    color: #4200be;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.featured-collection-title {
    margin: 0 0 12px;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #1d1b20;
}

.featured-collection-description {
    margin: 0 0 24px;
    color: #484555;
    font-size: 16px;
    line-height: 1.6;
}

.featured-collection-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.featured-collection-count {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 9999px;
    background: #e7deff;
    color: #4200be;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
}

.featured-collection-arrow {
    color: #4200be;
    transition: transform 0.3s ease;
}

.featured-collections-grid {
    display: grid;
    gap: 24px;
}

.learning-journey-grid {
    display: grid;
    gap: 24px;
}

.learning-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 44px;
    border: 1px solid #d8d0e6;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(90, 49, 214, .05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.learning-card-title {
    margin-bottom: 20px;
    line-height: 1.25;
}

.learning-card p.text-on-surface-variant {
    margin-bottom: 28px;
    line-height: 1.75;
}

.learning-card-features {
    flex-grow: 1;
    margin-bottom: 32px;
}

.learning-card-features .flex.items-center {
    align-items: center;
}

.learning-card-features .flex.items-center+.flex.items-center {
    margin-top: 20px;
}

.learning-card-progress {
    width: 100%;
    height: 8px;
    margin: 0 0 32px;
    background: #e6e1e8;
    border-radius: 9999px;
    overflow: hidden;
}

.learning-card-progress span {
    display: block;
    height: 100%;
    border-radius: 9999px;
}

.learning-card-progress-active {
    width: 38%;
    background: #4200be;
}

.learning-card-progress-tertiary {
    width: 38%;
    background: #923b00;
}

.learning-card-progress-outline {
    width: 38%;
    background: #797486;
}

.learning-card-button {
    justify-content: center;
}

.contribute-section {
    background: #4200be;
}

.contribute-bg-circle {
    position: absolute;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.contribute-bg-circle-left {
    width: 420px;
    height: 420px;
    left: -180px;
    bottom: -220px;
}

.contribute-bg-circle-right {
    width: 360px;
    height: 360px;
    right: -140px;
    top: -140px;
}

.contribute-label {
    color: #ffdbcb;
    opacity: 1;
}

.contribute-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    color: rgba(255, 255, 255, 0.8);
}

.contribute-audience-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.contribute-audience-icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.contribute-primary-button,
.contribute-secondary-button {
    justify-content: center;
}

.contribute-secondary-button {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
}

.contribute-glass-card {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
}

.contribute-card-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.14);
}

.contribute-card-text {
    color: rgba(231, 222, 255, 0.9);
}

.blog-grid {
    display: grid;
    gap: 24px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #d8d0e6;
    border-radius: 24px;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog-card-image-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog-card-image {
    width: 100%;
    height: 100%;
}

.blog-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 28px;
}

.blog-card-title {
    margin: 0 0 16px;
    line-height: 1.35;
}

.blog-card-excerpt {
    margin: 0 0 20px;
}

.blog-card-divider {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background: #e6e1e8;
}

.blog-card-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.blog-card-meta,
.blog-card-readtime {
    color: #797486;
}

.blog-card-readtime {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.how-it-works-grid-wrap {
    position: relative;
}

.how-it-works-connector {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 82px;
    height: 1px;
    background: #d8d0e6;
}

.how-it-works-grid {
    position: relative;
    display: grid;
    gap: 24px;
}

.how-it-works-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    border-radius: 24px;
    background: #fcfbff;
    border: 1px solid #ece6f2;
    box-shadow: 0 10px 30px rgba(90, 49, 214, .05);
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.how-it-works-icon-ring {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 9999px;
    border: 1px solid #d8d0e6;
    background: #ffffff;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.how-it-works-icon-inner {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: #f8f2f9;
}

.how-it-works-title {
    margin-top: 0;
}

.partners-section-card {
    padding: 72px 64px;
    border-radius: 32px;
    background: #5a31d6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partners-section-heading {
    margin-bottom: 48px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.partners-logos-grid {
    width: 100%;
    display: grid;
    gap: 40px 32px;
    align-items: center;
    justify-items: center;
}

.partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: transform 0.3s ease;
}

.partner-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.partner-logo-eu {
    max-height: 128px;
}

.partner-logo-huqooq {
    max-height: 82px;
}

.partner-logo-shaista {
    max-height: 78px;
}

.partner-logo-undp {
    max-height: 128px;
}

.get-inspired-section {
    background: #f8f7fb;
    padding: 96px 0;
}

.get-inspired-section .container {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.get-inspired-header {
    margin-bottom: 42px;
    text-align: center;
}

.get-inspired-header h2 {
    margin: 0 0 12px;
    color: #1d1b20;
    font-family: "Outfit", sans-serif;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
}

.get-inspired-header p {
    max-width: 470px;
    margin: 0 auto;
    color: #484555;
    font-size: 15px;
    line-height: 1.45;
}

.get-inspired-content {
    display: grid;
    grid-template-columns: 560px 320px;
    gap: 24px;
    align-items: start;
    justify-content: center;
}

.featured-story-card {
    width: 560px;
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(33, 22, 69, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-story-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.featured-story-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 35%,
            rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
}

.get-inspired-featured-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    z-index: 2;
    color: #ffffff;
}

.featured-story-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin-bottom: 14px;
    border-radius: 9999px;
    background: #5a31d6;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
}

.get-inspired-featured-content h3 {
    margin: 0 0 12px;
    max-width: 360px;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 700;
}

.get-inspired-featured-content p {
    margin: 0 0 16px;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;
}

.featured-story-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.get-inspired-right {
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.small-story-card {
    width: 320px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform 0.3s ease;
}

.get-inspired-story-thumb {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 14px;
}

.get-inspired-story-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-story-content {
    min-width: 0;
    text-align: left;
}

.small-story-label {
    margin-bottom: 6px;
    color: #5a31d6;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
}

.small-story-content h4 {
    margin: 0 0 6px;
    color: #1d1b20;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.08;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-story-content p {
    margin: 0;
    color: #484555;
    font-size: 13px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.story-cta-card {
    width: 320px;
    padding: 28px 28px 30px;
    border-radius: 22px;
    background: #eee8fb;
    border: 1px solid #ddd3f5;
    text-align: left;
}

.story-cta-card h4 {
    margin: 0 0 16px;
    color: #1d1b20;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.story-cta-card p {
    margin: 0 0 24px;
    color: #484555;
    font-size: 14px;
    line-height: 1.55;
}

.story-cta-link {
    padding: 0;
    background: transparent;
    color: #5a31d6;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid #ece8ef;
}

.site-footer__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 32px 24px;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.65fr 1fr 1fr 1fr 1fr;
    gap: 78px;
    align-items: start;
}

.site-footer__brand-title {
    margin: 0 0 16px;
    color: #163f85;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.site-footer__brand-copy {
    max-width: 270px;
    margin: 0;
    color: #6b6675;
    font-size: 16px;
    line-height: 1.65;
}

.site-footer__social {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 38px;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    transition: color 0.2s ease;
}

.site-footer__social-link svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.site-footer__heading {
    margin: 0 0 22px;
    color: #111111;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.site-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links li+li {
    margin-top: 18px;
}

.site-footer__links a {
    color: #5e5868;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    transition: color 0.2s ease;
}

.site-footer__divider {
    width: 100%;
    height: 1px;
    margin-top: 60px;
    background: #ece8ef;
}

.site-footer__copyright {
    padding-top: 24px;
    color: #9a93a4;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.text-label-md-active {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 600
}

.text-on-primary {
    color: #ffffff
}

.text-on-primary-fixed {
    color: #1d0061
}

.text-on-secondary-fixed {
    color: #1b1b24
}

.text-on-surface {
    color: #1d1b20
}

.text-on-surface-variant {
    color: #484555
}

.text-outline {
    color: #797486
}

.text-primary {
    color: #4200be
}

.text-primary\/60 {
    color: rgba(66, 0, 190, 0.6)
}

.text-tertiary {
    color: #6d2a00
}

.text-tertiary-container {
    color: #923b00
}

.text-white {
    color: #ffffff
}

.text-white\/60 {
    color: rgba(255, 255, 255, 0.6)
}

.text-white\/80 {
    color: rgba(255, 255, 255, 0.8)
}

.to-transparent {
    --tw-gradient-to: transparent
}

.top-0 {
    top: 0
}

.tracking-wider {
    letter-spacing: 0.05em
}

.tracking-widest {
    letter-spacing: 0.1em
}

.transition-all {
    transition-property: all
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke
}

.transition-transform {
    transition-property: transform
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.underline-offset-8 {
    text-underline-offset: 8px
}

.uppercase {
    text-transform: uppercase
}

.via-black\/20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, .2), var(--tw-gradient-to, rgba(0, 0, 0, 0))
}

.w-1\/3 {
    width: 33.333333%
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-24 {
    width: 6rem
}

.w-8 {
    width: 2rem
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem)
}

.hover\:bg-primary-fixed:hover {
    background-color: #e7deff
}

.hover\:bg-surface-container:hover {
    background-color: #f2ecf3
}

/* 
.hover\:bg-surface-variant:hover {
    background-color: #e6e1e8
} */

.hover\:bg-tertiary-fixed\/30:hover {
    background-color: rgba(255, 219, 203, 0.3)
}

.hover\:bg-white:hover {
    background-color: #ffffff
}

.hover\:bg-white\/20:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.hover\:border-primary\/20:hover {
    border-color: rgba(66, 0, 190, 0.2)
}

.hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)
}

.hover\:text-primary:hover {
    color: #4200be
}

.hover\:text-primary-container:hover {
    color: #5a31d6
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.focus-within\:border-primary:focus-within {
    border-color: #4200be
}

.group:hover .group-hover\:bg-primary {
    background-color: #4200be
}

.group:hover .group-hover\:text-primary {
    color: #4200be
}

.group:hover .group-hover\:text-white {
    color: #ffffff
}

.group:hover .group-hover\:translate-x-2 {
    transform: translateX(0.5rem)
}

.dark .dark\:bg-surface-dim\/80 {
    background-color: rgba(222, 216, 223, 0.8)
}

.dark .dark\:text-primary-fixed {
    color: #e7deff
}

/* 
.dark .dark\:text-surface-variant {
    color: #e6e1e8
} */

@media (min-width:768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .md\:flex {
        display: flex
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr))
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .navbar-search-button {
        display: inline-flex;
    }
}

@media (min-width:1024px) {
    .hero-search-section {
        padding-top: 104px;
    }

    header {
        height: auto !important;
        padding: 14px 0;
        background: transparent !important;
        border-bottom: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .navbar-inner {
        min-height: 78px;
        padding-left: 18px;
        padding-right: 18px;
        gap: 24px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(225, 220, 232, 0.92);
        border-radius: 999px;
        box-shadow: 0 10px 30px rgba(109, 93, 146, 0.08);
    }

    .navbar-inner>.text-headline-sm {
        flex: 0 0 auto;
        min-width: 208px;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.04em;
        color: #4d2bc7 !important;
    }

    .navbar-desktop-nav {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        gap: 24px;
        justify-content: center;
    }

    .navbar-desktop-nav a {
        white-space: nowrap;
    }

    .navbar-desktop-nav .text-label-md-active,
    .navbar-desktop-nav .nav-text-label-md {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0;
    }

    .navbar-actions {
        flex: 0 0 auto;
        gap: 16px;
        margin-left: 0;
    }

    .language-dropdown {
        display: flex;
        align-items: center;
    }

    .language-button {
        min-height: 42px;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        color: #4e4458;
    }

    .language-button-icon-wrap {
        width: auto;
        height: 42px;
        padding-left: 0;
        padding-right: 0;
    }

    .language-button-icon {
        font-size: 22px;
        color: #4e4458;
    }

    .language-button-label {
        min-width: auto;
        padding: 0;
        font-size: 13px;
        line-height: 1;
        color: #4e4458;
    }

    .language-menu {
        top: calc(100% + 10px);
        right: -8px;
        min-width: 140px;
        border-radius: 18px;
        box-shadow: 0 18px 40px rgba(104, 78, 86, 0.16);
    }

    .navbar-search-button {
        min-height: 44px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 26px;
        padding-right: 26px;
        border-radius: 999px;
        background: #5229c8;
        color: #ffffff;
        gap: 18px !important;
        justify-content: flex-start;
        transform: none !important;
    }

    .navbar-search-button .button-hover-text {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 600;
    }

    .navbar-search-button .button-hover-icon-center,
    .navbar-search-button .button-hover-icon-placeholder {
        width: 20px;
        height: 20px;
    }

    .navbar-search-button .button-hover-icon-center {
        right: 22px;
    }

    .navbar-search-button:hover {
        background: #4a22bd;
    }

    .navbar-menu-toggle,
    .navbar-mobile-panel {
        display: none !important;
    }
}

@media (min-width:1025px) {
    .featured-collections-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .learning-journey-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .how-it-works-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .partners-logos-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .get-inspired-content {
        grid-template-columns: 560px 320px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .hero-search-section {
        padding-top: 72px;
    }

    .featured-collections-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .learning-journey-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contribute-layout {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-it-works-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-it-works-connector {
        display: none;
    }

    .partners-logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .get-inspired-content {
        max-width: 720px;
        grid-template-columns: 1fr;
    }

    .featured-story-card,
    .get-inspired-right,
    .story-cta-card {
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
    }

    .small-story-card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 56px 44px;
    }
}

@media (max-width:767px) {
    .hero-search-section {
        padding-top: 48px;
    }

    .text-display-lg {
        font-size: 36px;
        line-height: 1.2
    }

    .px-xl {
        padding-left: 24px;
        padding-right: 24px
    }

    .py-xxl {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .rounded-\[4rem\] {
        border-radius: 2rem
    }

    .flex.gap-md {
        flex-wrap: wrap
    }

    .absolute.-left-10 {
        left: 16px
    }

    .navbar-inner {
        gap: 12px;
    }

    .navbar-actions {
        margin-left: auto;
        justify-content: flex-end;
        gap: 8px;
    }

    .navbar-desktop-nav {
        display: none;
    }

    .navbar-search-button {
        display: none !important;
    }

    .language-dropdown {
        display: flex;
        align-items: center;
    }

    .language-button-icon-wrap {
        width: 48px;
    }

    .language-button-label {
        min-width: 48px;
        padding: 0 10px;
        font-size: 13px;
    }

    .navbar-mobile-panel {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-mobile-panel .navbar-mobile-search {
        display: inline-flex;
        width: 100%;
    }

    .navbar-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .search-card {
        padding: 24px;
        border-radius: 24px;
    }

    .search-bar-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .search-input-row {
        width: 100%;
        min-width: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .search-input-field {
        width: 100%;
        min-width: 0;
    }

    .search-submit-button {
        width: 100%;
        justify-content: center;
    }

    .start-here-card {
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        gap: 20px;
        border-radius: 24px;
    }

    .start-here-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .start-here-actions {
        width: 100%;
    }

    .start-here-primary,
    .start-here-secondary {
        width: 100%;
    }

    .featured-resources-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .featured-collection-card {
        padding: 24px;
    }

    .featured-collections-grid {
        grid-template-columns: 1fr;
    }

    .learning-journey-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .learning-journey-grid {
        grid-template-columns: 1fr;
    }

    .learning-card {
        padding: 32px;
    }

    .learning-journey-view-all {
        width: 100%;
        justify-content: center;
    }

    .contribute-audience-grid {
        grid-template-columns: 1fr;
    }

    .contribute-buttons {
        flex-direction: column;
    }

    .contribute-primary-button,
    .contribute-secondary-button {
        width: 100%;
    }

    .contribute-cards-grid {
        grid-template-columns: 1fr !important;
    }

    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .blog-view-all-button {
        width: 100%;
        justify-content: center;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card-author-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .how-it-works-grid {
        grid-template-columns: 1fr;
    }

    .how-it-works-connector {
        display: none;
    }

    .partners-section-card {
        padding: 48px 24px;
        border-radius: 28px;
    }

    .partners-section-heading {
        margin-bottom: 36px;
    }

    .partners-logos-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .get-inspired-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .featured-story-card,
    .get-inspired-right,
    .story-cta-card {
        width: 100%;
        min-width: 0 !important;
        max-width: none !important;
    }

    .small-story-card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
    }

    .featured-story-card {
        height: 360px;
    }

    .get-inspired-featured-content {
        left: 22px;
        right: 22px;
        bottom: 22px;
    }

    .get-inspired-right {
        gap: 16px;
    }

    .small-story-card {
        gap: 14px;
    }

    .get-inspired-section {
        padding: 64px 0;
    }

    .get-inspired-header {
        margin-bottom: 28px;
    }

    .get-inspired-header h2 {
        font-size: 42px;
    }

    .site-footer__container {
        padding: 56px 24px 24px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .site-footer__brand-copy {
        max-width: 100%;
    }

    .site-footer__social {
        margin-top: 36px;
    }
}

@media (hover:hover) and (pointer:fine) {
    .button-with-arrow:hover .button-hover-icon-center.arrow-icon--upright {
        transform: translate3d(0, -50%, 0) rotate(0deg);
    }

    .featured-collection-card:hover .featured-collection-arrow.arrow-icon--upright {
        transform: rotate(0deg) translateX(0.5rem);
    }

    .button-with-search:hover .button-hover-text {
        opacity: 0;
    }

    .button-with-search:hover .button-hover-icon-center {
        opacity: 1;
        visibility: visible;
        --button-icon-x: var(--button-icon-shift, 0px);
    }

    button:not(.button-with-icon):not(.icon-only-button):not(.language-option):hover {
        transform: translateY(-2px);
    }

    .icon-only-button:hover .material-symbols-outlined {
        transform: scale(1.1);
    }

    .featured-collection-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(90, 49, 214, 0.14);
        border-color: #4200be;
    }

    .featured-collection-card:hover .featured-collection-icon {
        background: #4200be;
        color: #ffffff;
    }

    .featured-collection-card:hover .featured-collection-arrow {
        transform: translateX(0.5rem);
    }

    .learning-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(90, 49, 214, .1);
        border-color: #4200be;
    }

    .blog-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(90, 49, 214, .1);
        border-color: #4200be;
    }

    .how-it-works-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(90, 49, 214, .1);
        border-color: #4200be;
    }

    .how-it-works-card:hover .how-it-works-icon-ring {
        transform: scale(1.04);
        border-color: #4200be;
    }

    .partner-logo-item:hover {
        transform: scale(1.03);
    }

    .featured-story-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(90, 49, 214, .1);
    }

    .featured-story-card:hover img {
        transform: scale(1.05);
    }

    .small-story-card:hover {
        transform: translateY(-4px);
    }

    .site-footer__social-link:hover,
    .site-footer__links a:hover {
        color: #1d1b20;
    }
}



.learning-button {
    padding: 10px 32px !important;
    align-items: center !important;
    align-self: stretch !important;
    border-radius: 50px !important;
    border: 2px solid #431CAC !important;
    color: #431CAC !important;
    text-align: center !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    background-color: transparent !important;
}

.library-button {
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #431CAC;
}
