/* #region LAYER BASE */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        -webkit-tap-highlight-color: transparent;
    }

    body {
        line-height: inherit;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }

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

    b, strong {
        font-weight: bolder;
    }

    code, kbd, samp, pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }

    sub {
        bottom: -.25em;
    }

    sup {
        top: -.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol, ul, menu {
        list-style: none;
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block;
    }

    img, video {
        max-width: 100%;
        height: auto;
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

        :where(select:is([multiple], [size])) optgroup option {
            padding-inline-start: 20px;
        }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
        color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
        ::placeholder {
            color: color-mix(in oklab, currentColor 50%, transparent);
        }
    }

    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button, input:where([type="button"], [type="reset"], [type="submit"]) {
        appearance: button;
    }

    ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button {
        height: auto;
    }

    ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }

    * {
        border-color: #0000001a;
        outline-color: #0000001a;
    }

    body {
        background-color: #fff;
        color: #0000001a;
        font-family: Montserrat, sans-serif;
    }

    @supports (color: color-mix(in lab, red, red)) {
        * {
            outline-color: color-mix(in oklab, #0000001a 50%, transparent);
        }
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.5;
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5;
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5;
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5;
    }

    :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
}

/* #endregion */

/* #region ANIMAZIONI */

@keyframes bounce {
    0%, 100% {
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%);
    }

    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none;
    }
}

/* #endregion */

/* #region GLOBALI */

html {
    font-size: 16px;
    font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
}

body {
    font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

[id] {
    scroll-margin-top: 110px;
}

[data-include] {
    display: block;
}

.page-home main > section.page-shell, .page-home main > section.section-white-centered, .page-home main > section.section-gray-centered, .page-home main > section.section-soft-gradient-centered {
    min-height: auto !important;
}

.page-home main > section.section-white-centered, .page-home main > section.section-gray-centered, .page-home main > section.section-soft-gradient-centered, .page-home main > section.categories-strip {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

.site-container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 24px;
}

.partial-placeholder {
    min-height: 1px;
}

.page-shell {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.icon_white {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(354deg) brightness(103%) contrast(103%);
}

.feature_icon_dark {
    width: 32px;
    height: 32px;
}

.muted-text {
    color: #5a5a5a;
}

.benefit-text-small {
    font-size: .875rem;
    color: #5a5a5a;
}

.page-hero-gradient {
    background-image: linear-gradient(to bottom in oklab, #fbf9fa 0%, #fff 100%);
    padding-top: 128px;
    padding-bottom: 64px;
}

.faq-hero__content {
    margin-inline: auto;
    max-width: 56rem;
    text-align: center;
}

.page-hero-title {
    margin-bottom: 24px;
    font-size: 2.25rem;
    font-weight: 700;
    color: #000;
}

.accent-text {
    color: #f0c300;
}

.page-hero-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #5a5a5a;
}

.categories-strip {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding-block: 48px;
}

.category-card__title {
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.models-main {
    flex-grow: 1;
    padding-block: 64px;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
}

.model-card__description {
    line-height: 1.625;
    color: #5a5a5a;
}

.audience-card__body {
    padding: 24px;
}

.faq-cta__content {
    margin-inline: auto;
    max-width: 48rem;
    text-align: center;
}

.cta-title {
    margin-bottom: 16px;
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 700;
    color: #000;
}

.cta-text {
    margin-bottom: 40px;
    color: #5a5a5a;
}

/* #endregion */

/* #region JS */

.is-hidden {
    display: none !important;
}

.is-opacity-0 {
    opacity: 0;
}

.is-opacity-100 {
    opacity: 1;
}

.is-translate-y-0 {
    translate: 0 0;
}

.is-translate-y-4 {
    translate: 0 4px;
}

.questions-slider-dot {
    border-radius: 999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.questions-slider-dot--active {
    width: 48px;
    height: 12px;
    background-color: #f0c300;
}

.questions-slider-dot--inactive {
    width: 12px;
    height: 12px;
    background-color: #ffffff4d;
}

    .questions-slider-dot--inactive:hover {
        background-color: #ffffff80;
    }

.tutorial-filter-button--active {
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 999px;
    background-color: #f0c300;
    color: #000;
}

/* #endregion */

/* #region HEADER */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

.site-header__inner {
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 24px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-header__brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.site-header__logo {
    height: 60px;
    width: auto;
    display: block;
}

.site-nav {
    display: none;
    align-items: center;
    gap: 32px;
}

.site-nav__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #6b6b6b;
    text-decoration: none;
    transition: color 180ms ease;
}

    .site-nav__link:hover,
    .site-nav__link:focus-visible {
        color: #000000;
    }

.site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000000;
    cursor: pointer;
}

.site-header__toggle-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
}

    .site-header__toggle-icon svg {
        width: 100%;
        height: 100%;
        display: block;
    }

.hidden-content {
    display: none;
}

.site-mobile-nav {
    border-top: 1px solid #e6e6e6;
    background: #ffffff;
    padding: 14px 24px 18px;
}

.site-mobile-nav__link {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #6b6b6b;
    text-decoration: none;
}

    .site-mobile-nav__link:hover,
    .site-mobile-nav__link:focus-visible {
        color: #000000;
    }

.site-header__spacer {
    height: 80px;
}

/* #endregion */

/* #region FOOTER */

.site-footer {
    background: #0a0a0a;
    color: rgba(255,255,255,.72);
    padding: 80px 0 40px;
}

.site-footer__inner {
    width: calc(100% - 48px);
    max-width: 1536px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.site-footer__top {
    display: grid;
    grid-template-columns: minmax(360px, 520px) 180px 180px 180px;
    justify-content: start;
    column-gap: 72px;
    row-gap: 28px;
}

.site-footer__logo {
    width: 270px;
    height: 44px;
    background: #ffffff;
    border-radius: 0 !important;
    display: block;
    overflow: hidden;
}

.site-footer__desc {
    margin-top: 18px;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.6;
    max-width: 480px;
}

.site-footer__contact {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.78);
    font-size: 16px;
    text-decoration: none;
}

    .site-footer__contact-item:hover {
        color: #fff;
    }

.site-footer__icon {
    width: 34px;
    height: 34px;
    color: #f0b608;
    flex: 0 0 34px;
    display: block;
}

    .site-footer__icon img {
        width: 100%;
        height: 100%;
        display: block;
        filter: brightness(0) saturate(100%) invert(75%) sepia(34%) saturate(4758%) hue-rotate(7deg) brightness(108%) contrast(94%);
    }

.site-footer__col-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    margin: 0 0 14px;
}

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

    .site-footer__list li {
        margin: 10px 0;
    }

.site-footer__link {
    font-size: 15px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
}

    .site-footer__link:hover {
        color: #fff;
    }

.site-footer__bottom {
    margin-top: 56px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.site-footer__copyright {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 14px;
}

.site-footer__legal {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
}

    .site-footer__legal a {
        color: rgba(255,255,255,.72);
        text-decoration: none;
        font-size: 14px;
    }

        .site-footer__legal a:hover {
            color: #fff;
        }

/* #endregion */

/* #region HOMEPAGE */

.home-hero {
    padding-top: 56px;
    padding-bottom: 72px;
}

.split-grid-centered {
    display: grid;
    align-items: center;
    gap: 48px;
}

:where(.vertical-stack-large > :not(:last-child)) {
    margin-block-start: 32px;
    margin-block-end: 32px;
}

.home-hero__title {
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}

.home-hero__lead {
    max-width: 36rem;
    font-size: 1.25rem;
    color: #5a5a5a;
}

.cta-row-responsive {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.btn-primary {
    background: #f2c200;
    border: 2px solid #f2c200;
    color: #111;
}

    .btn-primary:hover {
        background: #e0b100;
        border-color: #e0b100;
    }

.btn-outline {
    background: #fff;
    border: 2px solid #111;
    color: #111;
}

    .btn-outline:hover {
        background: #f6f6f6;
    }

.decorated-media {
    position: relative;
}

.decorated-media__image {
    position: relative;
    width: 100%;
    border-radius: 1rem;
}

.questions-slider-section {
    background-image: linear-gradient(to bottom in oklab, #5a5a5a 0%, #000 100%);
    padding-block: 80px;
}

.questions-slider-container {
    margin-inline: auto;
    max-width: 64rem;
}

.questions-slider-stage {
    position: relative;
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}

.questions-slider-content {
    padding-inline: 16px;
    text-align: center;
}

.questions-slider-text {
    font-size: 1.5rem;
    line-height: 1.625;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

[data-questions-slider] [data-qs-prev] {
    left: -72px;
}

[data-questions-slider] [data-qs-next] {
    right: -72px;
}

.questions-slider-prev,
.questions-slider-next {
    position: absolute;
    top: 50%;
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #ffffff1a;
    color: #fff;
}

.questions-slider-prev {
    left: 0;
}

.questions-slider-next {
    right: 0;
}

    .questions-slider-prev:hover,
    .questions-slider-next:hover {
        background-color: #fff3;
    }

.icon-size-md {
    height: 24px;
    width: 24px;
}

.questions-slider-dots {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.questions-slider-counter-wrap {
    margin-top: 32px;
    text-align: center;
}

.questions-slider-counter {
    font-size: .875rem;
    color: #fff9;
}

.section-white-centered {
    display: flex;
    min-height: 100vh;
    align-items: center;
    background-color: #fff;
    padding-block: 48px;
}

.section-heading-centered {
    margin-bottom: 64px;
    text-align: center;
}

.section-title-large {
    margin-bottom: 24px;
    font-size: 2.25rem;
    line-height: 2;
    font-weight: 700;
    color: #000;
}

.section-lead-wide {
    margin-inline: auto;
    max-width: 48rem;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #5a5a5a;
}

.problem-cards-grid {
    display: grid;
    gap: 32px;
}

.problem-card {
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 32px;
    transition-property: box-shadow;
}

    .problem-card:hover {
        box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    }

.feature-icon-large {
    margin-bottom: 24px;
    display: flex;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: .625rem;
    background-color: #f0c300;
}

.card-title-medium {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}

.section-gray-centered {
    display: flex;
    min-height: 100vh;
    align-items: center;
    background-color: #fbf9fa;
    padding-block: 48px;
}

.split-grid-top {
    display: grid;
    align-items: flex-start;
    gap: 48px;
}

.section-lead {
    font-size: 1.25rem;
    line-height: 1.5;
    color: #5a5a5a;
}

:where(.stacked-list > :not(:last-child)) {
    margin-block-start: 0;
    margin-block-end: 24px;
}

.solution-list-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 24px;
}

.feature-card__icon {
    width: 56px;
    height: 56px;
    background: #f2c200;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
}

.list-card-title {
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.highlight-card {
    border-radius: 14px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
    padding: 32px;
}

    .highlight-card:hover {
        border-color: #f0c300;
    }

.section-soft-gradient-centered {
    display: flex;
    min-height: 100vh;
    align-items: center;
    background-image: linear-gradient(to bottom in oklab, #fbf9fa 0%, #fff 100%);
    padding-block: 48px;
}

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

.benefit-card {
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 24px;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

    .benefit-card:hover {
        box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    }

.feature-icon-box {
    margin-bottom: 16px;
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: .625rem;
    background-color: #f0c300;
}

.icon-size-sm-dark {
    height: 24px;
    width: 24px;
    color: #000;
}

.benefit-title {
    margin-bottom: 8px;
    font-weight: 600;
    color: #000;
}

.audience-card {
    overflow: hidden;
    border-radius: 14px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
}

    .audience-card:hover {
        border-color: #f0c300;
    }

.audience-grid {
    display: grid;
    gap: 32px;
}

.audience-card__media {
    height: 194px;
    overflow: hidden;
}

.audience-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

    .audience-card__img:hover {
        scale: 105%;
    }

.audience-card__icon {
    color: #000;
}

.card-title-large {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: none;
    width: 4px;
    translate: -2.5px;
    background-color: #f0c300;
}

.timeline-item {
    position: relative;
    display: grid;
    align-items: center;
    gap: 32px;
}

.timeline-card {
    border-radius: 14px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
    padding: 32px;
}

    .timeline-card:hover {
        border-color: #f0c300;
    }

.timeline-card__header-right {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.timeline-card__icon {
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: .625rem;
    background-color: #f0c300;
}

.timeline-card__number {
    font-size: 2.25rem;
    font-weight: 700;
    color: #f0c300;
}

.timeline-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    translate: -12px;
}

.timeline-marker-dot {
    height: 24px;
    width: 24px;
    border-radius: 999px;
    border: 4px solid #fff;
    background-color: #f0c300;
}

.timeline-spacer {
    display: none;
}

.timeline-item-reverse {
    position: relative;
    display: grid;
    align-items: center;
    gap: 32px;
}

.timeline-card__header-left {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.desktop-only-block {
    display: none;
}

.features-five-grid {
    display: grid;
    gap: 24px;
}

.feature-mini-card {
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 24px;
    text-align: center;
}

    .feature-mini-card:hover {
        box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    }

.feature-icon-circle {
    margin-inline: auto;
    margin-bottom: 16px;
    display: flex;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #f0c300;
}

/* #endregion */

/* #region FAQ */

.faq-hero {
    background-color: #fff;
    padding-top: 80px;
}

.faq-hero__title {
    margin-bottom: 16px;
    font-size: 3rem;
    font-weight: 700;
    color: #000;
}

.faq-hero__intro {
    margin-inline: auto;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #5a5a5a;
}

.faq-main {
    background-color: #fff;
    padding-block: 64px;
}

.faq-list-wrapper {
    margin-inline: auto;
    max-width: 56rem;
}

.faq-card {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    box-shadow: 0 1px 2px rgba(0,0,0,.06);
    padding: 24px;
}

.faq-item {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 8px;
}

    .faq-item:last-child {
        border-bottom: 0;
    }

.faq-summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    transition: color .2s ease;
}

.faq-item:hover .faq-summary,
.faq-item[open] .faq-summary {
    color: #f0c300;
}

.faq-chevron {
    width: 20px;
    height: 20px;
    color: #6b7280;
    flex: 0 0 auto;
    transition: transform .2s ease, color .2s ease;
}

    .faq-chevron img {
        width: 100%;
        height: 100%;
        display: block;
        filter: brightness(0) saturate(100%) invert(45%) sepia(17%) saturate(300%) hue-rotate(182deg) brightness(94%) contrast(91%);
    }

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
}

.faq-content {
    padding: 0 0 24px 0;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.75;
}

.faq-item:last-child .faq-content {
    padding-bottom: 0;
}

.faq-cta a {
    border-radius: 8px;
    padding: 12px 32px;
    font-weight: 600;
}

.faq-cta-section {
    background-color: #fff;
    padding-block: 80px;
}

.cta-button-primary-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background-color: #f0c300;
    padding-block: 16px;
    color: #000;
}

    .cta-button-primary-large:hover {
        background-color: #d4ac00;
    }

/* #endregion */

/* #region MODELLI */

.categories-title {
    margin-bottom: 32px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.category-card {
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 24px;
    text-align: left;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

    .category-card:hover {
        box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
        border-color: #f0c300;
    }

        .category-card:hover .category-card__icon {
            background-color: #f0c30033;
        }

        .category-card:hover .category-card__title {
            color: #f0c300;
        }

.category-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.category-card__icon {
    margin-bottom: 16px;
    display: flex;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #f0c3001a;
}

.models-category__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .models-category__icon img {
        width: 24px;
        height: 24px;
        display: block;
        margin: 0;
        filter: brightness(0) saturate(100%) invert(77%) sepia(30%) saturate(7469%) hue-rotate(16deg) brightness(109%) contrast(114%);
    }

.models-section {
    margin-bottom: 80px;
}

.models-section-header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.models-section-title {
    margin-bottom: 8px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #000;
}

.section-title-underline {
    height: 4px;
    width: 80px;
    background-color: #f0c300;
}

.category-back-button {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 14px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
    padding-inline: 16px;
    padding-block: 8px;
}

    .category-back-button:hover {
        border-color: #f0c300;
        color: #f0c300;
    }

        .category-back-button:hover .category-back-button__icon {
            animation: bounce 1s infinite;
        }

.category-back-button__icon {
    height: 20px;
    width: 20px;
}

.category-back-button__text {
    display: none;
    font-size: .875rem;
    font-weight: 500;
}

.model-card {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

    .model-card:hover {
        box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    }

.model-card__main-image-wrap {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    background-color: #f6f3f4;
}

.model-card__main-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 1%;
}

    .model-card__main-image:hover {
        scale: 105%;
    }

.model-card__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    border: 1px solid #d9d9d9;
    padding: 16px;
}

.model-card__thumb-wrap {
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    border-radius: .25rem;
    border: 2px solid #000;
    background-color: #f6f3f4;
}

    .model-card__thumb-wrap:hover {
        border-color: #f0c300;
    }

.model-card__thumb-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.model-card__header {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.model-card__title {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}

.model-card__code {
    border-radius: .25rem;
    background-color: #f0c3001a;
    padding-inline: 12px;
    padding-block: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: .875rem;
    white-space: nowrap;
    color: #f0c300;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #000000f2;
}

.gallery-lightbox__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    color: #fff;
}

    .gallery-lightbox__close:hover,
    .gallery-lightbox__prev:hover,
    .gallery-lightbox__next:hover {
        color: #f0c300;
    }

.gallery-lightbox__close-icon {
    height: 40px;
    width: 40px;
}

.gallery-lightbox__prev {
    position: absolute;
    left: 16px;
    z-index: 10;
    color: #fff;
}

.gallery-lightbox__nav-icon {
    height: 48px;
    width: 48px;
}

.gallery-lightbox__content {
    max-height: 90vh;
    max-width: 80rem;
    padding: 32px;
}

.gallery-lightbox__image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.gallery-lightbox__next {
    position: absolute;
    right: 16px;
    z-index: 10;
    color: #fff;
}

.gallery-lightbox__counter {
    position: absolute;
    bottom: 16px;
    left: 50%;
    border-radius: 999px;
    background-color: #00000080;
    padding-inline: 16px;
    padding-block: 8px;
    color: #fff;
}

/* #endregion */

/* #region TERMINI */

.text-page-content {
    max-width: 56rem;
    margin-inline: auto;
}

/* #endregion */

/* #region TUTORIAL */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
    text-align: center;
}

.stat-number {
    margin-bottom: 8px;
    font-size: 2.25rem;
    font-weight: 700;
    color: #f0c300;
}

.tutorial-filters {
    margin-bottom: 48px;
}

.tutorial-filters-title {
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.tutorial-filter-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tutorial-filter-active {
    border-radius: 999px;
    background-color: #f0c300;
    padding-inline: 16px;
    padding-block: 8px;
    color: #000;
}

.tutorial-filter-button {
    border-radius: 999px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding-inline: 16px;
    padding-block: 8px;
    color: #5a5a5a;
}

    .tutorial-filter-button:hover {
        border-color: #f0c300;
        color: #000;
    }

.tutorial-card {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.tutorial-card-featured {
    cursor: pointer;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

    .tutorial-card:hover,
    .tutorial-card-featured:hover {
        box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    }

        .tutorial-card:hover .tutorial-card__overlay,
        .tutorial-card-featured:hover .tutorial-card__overlay {
            background-color: #0009;
        }

        .tutorial-card:hover .tutorial-card__play,
        .tutorial-card-featured:hover .tutorial-card__play {
            scale: 110%;
        }

.tutorial-card__video {
    position: relative;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
    background-color: #f6f3f4;
}

.audience-card__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.audience-card:hover .audience-card__image {
    scale: 105%;
}

.tutorial-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0006;
}

.tutorial-card__play {
    display: flex;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #f0c300;
}

.tutorial-card__duration {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: .25rem;
    background-color: #000c;
    padding-inline: 8px;
    padding-block: 4px;
    font-size: .875rem;
    color: #fff;
}

.icon-size-xs {
    height: 16px;
    width: 16px;
}

.tutorial-card__meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tutorial-card__badge {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: .25rem;
    background-color: #d9d9d980;
    padding-inline: 8px;
    padding-block: 4px;
    font-size: .75rem;
    color: #5a5a5a;
}

.icon-size-xxs {
    height: 12px;
    width: 12px;
}

.tutorial-badge-easy {
    border-radius: .25rem;
    background-color: #dcfce7;
    padding-inline: 8px;
    padding-block: 4px;
    font-size: .75rem;
    color: #016630;
}

.tutorial-badge-medium {
    border-radius: .25rem;
    background-color: #f0c30033;
    padding-inline: 8px;
    padding-block: 4px;
    font-size: .75rem;
    color: #5a5a5a;
}

.tutorial-badge-hard {
    border-radius: .25rem;
    background-color: #ffe2e2;
    padding-inline: 8px;
    padding-block: 4px;
    font-size: .75rem;
    color: #9f0712;
}

.tutorial-card__featured-label {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 999px;
    background-color: #fb2c36;
    padding-inline: 12px;
    padding-block: 4px;
    font-size: .75rem;
    color: #fff;
}

.final-cta-section {
    background-image: linear-gradient(to bottom in oklab, #fff 0%, #fbf9fa 100%);
    padding-block: 64px;
}

.final-cta-title {
    margin-bottom: 24px;
    font-size: 1.875rem;
    font-weight: 700;
    color: #000;
}

.final-cta-text {
    margin-bottom: 32px;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #5a5a5a;
}

.final-cta-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.final-cta-primary {
    border-radius: 14px;
    background-color: #f0c300;
    padding-inline: 32px;
    padding-block: 16px;
    color: #000;
}

    .final-cta-primary:hover {
        background-color: #d4ac00;
    }

.final-cta-secondary {
    border-radius: 14px;
    border: 2px solid #d9d9d9;
    background-color: #fff;
    padding-inline: 32px;
    padding-block: 16px;
    color: #000;
}

    .final-cta-secondary:hover {
        border-color: #f0c300;
    }

/* #endregion */

/* #region RESPONSIVE */

@media (max-width: 640px) {
    .home-hero .btn {
        height: 58px;
        line-height: 58px;
        padding: 0 38px;
        min-width: 180px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .page-home main > section.section-white-centered, .page-home main > section.section-gray-centered, .page-home main > section.section-soft-gradient-centered, .page-home main > section.categories-strip {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .faq-card {
        padding: 24px;
    }

    .faq-summary {
        font-size: 16px;
        padding: 20px 0;
    }

    .faq-content {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .home-hero {
        padding-top: 64px;
        padding-bottom: 80px;
    }

    .faq-card {
        padding: 40px;
    }
}

@media (max-width: 1023px) {
    .site-header__inner {
        padding: 0 24px;
        height: 72px;
    }

    .site-header__spacer {
        height: 72px;
    }

    .site-header__logo {
        height: 52px;
    }

    .site-footer__top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .site-nav {
        display: flex;
    }

    .site-header__toggle {
        display: none;
    }

    .site-mobile-nav {
        display: none !important;
    }

    .home-hero {
        padding-top: 72px;
        padding-bottom: 88px;
    }

    .site-footer__inner {
        width: calc(100% - 96px);
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 1024px) {
    [data-questions-slider] [data-qs-prev] {
        left: 12px;
    }

    [data-questions-slider] [data-qs-next] {
        right: 12px;
    }
}

@media (width >= 40rem) {
    .site-container {
        max-width: 40rem;
    }

    .category-back-button__text {
        display: inline;
    }

    .cta-row-responsive, .final-cta-actions {
        flex-direction: row;
    }
}

@media (width >= 48rem) {
    .site-container {
        max-width: 48rem;
    }

    .problem-cards-grid, .benefits-grid, .features-five-grid, .models-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .categories-grid, .stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (width >= 64rem) {
    .site-container {
        max-width: 64rem;
    }

    .split-grid-centered, .split-grid-top, .timeline-item, .timeline-item-reverse {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .audience-grid, .models-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .problem-cards-grid, .benefits-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .features-five-grid, .categories-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .split-grid-centered, .split-grid-top {
        gap: 64px;
    }

    .site-container {
        padding-inline: 48px;
    }

    .home-hero__lead, .page-hero-lead {
        font-size: 1.5rem;
        line-height: 1.75;
    }

    .section-title-large {
        font-size: 3rem;
        line-height: 1;
    }

    .home-hero__title, .page-hero-title {
        font-size: 3.75rem;
        line-height: 1;
    }

    .questions-slider-stage {
        min-height: 250px;
    }

    .questions-slider-counter {
        font-size: 1rem;
        line-height: 1.25;
    }

    .questions-slider-text, .models-section-title, .final-cta-title {
        font-size: 2.25rem;
        line-height: 2.3;
    }

    .questions-slider-section {
        padding-block: 128px;
    }

    .questions-slider-content {
        padding-inline: 64px;
    }

    .questions-slider-prev, .questions-slider-next {
        width: 56px;
        height: 56px;
    }

    .timeline-content-right {
        padding-right: 48px;
        text-align: right;
    }

    .timeline-content-left {
        padding-left: 48px;
    }

    .timeline-card__header-right {
        justify-content: flex-end;
    }

    .timeline-item-reverse {
        grid-auto-flow: dense;
    }

    .timeline-line, .timeline-marker, .timeline-spacer, .desktop-only-block {
        display: block;
    }

    .timeline-spacer, .timeline-content-left {
        grid-column-start: 2;
    }
}

@media (width >= 80rem) {
    .site-container {
        max-width: 80rem;
    }

    .home-hero__title {
        font-size: 4.5rem;
        line-height: 1.25;
    }

    .questions-slider-text {
        font-size: 3rem;
        line-height: 1.5;
    }
}

@media (width >= 96rem) {
    .site-container {
        max-width: 96rem;
    }
}

/* #endregion */