:root {
    --simpora-ink: #111827;
    --simpora-muted: #5b6472;
    --simpora-surface: #ffffff;
    --simpora-soft: #f7f9fc;
    --simpora-line: rgba(17, 24, 39, 0.1);
    --simpora-green: #0f8a6b;
    --simpora-gold: #d99a2b;
    --simpora-coral: #e65f4f;
    --simpora-blue: #2563eb;
    --simpora-radius: 8px;
    --simpora-shadow: 0 18px 50px rgba(17, 24, 39, 0.12);
}

html {
    scroll-behavior: smooth;
}

body.simpora-home {
    background: var(--simpora-soft);
    color: var(--simpora-ink);
    text-rendering: optimizeLegibility;
}

.simpora-home .fs-2 {
    font-size: 0.78rem !important;
}

.simpora-home .fs-3 {
    font-size: 0.88rem !important;
}

.simpora-home .fs-4 {
    font-size: 1rem !important;
}

.simpora-home .fs-5 {
    font-size: 1.12rem !important;
}

.simpora-home .fs-8 {
    font-size: 1.62rem !important;
}

.simpora-home .fs-9 {
    font-size: 1.9rem !important;
}

.simpora-home .fs-10 {
    font-size: clamp(1.6rem, 4vw, 2.4rem) !important;
}

.simpora-home .mt-7 {
    margin-top: 1.75rem !important;
}

.simpora-home .mb-7 {
    margin-bottom: 1.75rem !important;
}

.simpora-home .gap-9 {
    gap: 1.5rem !important;
}

.simpora-home .py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.simpora-home .py-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
}

.simpora-home .round-48 {
    width: 48px;
    height: 48px;
}

.simpora-home .btn-hover-shadow:hover {
    box-shadow: var(--simpora-shadow);
}

.simpora-home img {
    max-width: 100%;
}

.brand-logo,
.footer-logo,
.offcanvas-logo {
    display: block;
    width: auto;
    object-fit: contain;
}

.brand-logo {
    max-height: 56px;
}

.footer-logo {
    max-height: 54px;
    max-width: 180px;
}

.offcanvas-logo {
    max-height: 50px;
    max-width: 150px;
}

.footer-mark,
.footer-social-icon,
.quote-icon {
    display: block;
    object-fit: contain;
}

.footer-mark {
    width: 32px;
    height: 32px;
}

.footer-social-icon,
.quote-icon {
    width: 28px;
    height: 28px;
}

.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
}

.scroll-progress {
    position: fixed;
    inset: 0 0 auto;
    height: 3px;
    transform-origin: left center;
    transform: scaleX(0);
    background: linear-gradient(90deg, var(--simpora-green), var(--simpora-gold), var(--simpora-coral));
    z-index: 1100;
}

.simpora-navbar {
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.82);
    border-bottom: 1px solid transparent;
    backdrop-filter: blur(18px);
}

.simpora-navbar.scrolled {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: var(--simpora-line);
    box-shadow: 0 12px 36px rgba(17, 24, 39, 0.08);
}

.simpora-navbar .navbar-brand img {
    max-height: 56px;
    width: auto;
}

.simpora-navbar .navbar-toggler {
    width: 48px;
    height: 48px;
    display: none;
    place-items: center;
    border-radius: 999px;
    background: rgba(15, 138, 107, 0.08);
    color: var(--simpora-ink);
}

.simpora-navbar .navbar-toggler-icon {
    width: 1.28em;
    height: 1.28em;
}

.simpora-navbar .nav-link {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    color: var(--simpora-ink);
    font-weight: 700;
    font-size: 0.93rem;
    border-radius: 999px;
    padding: 10px 14px;
}

.simpora-navbar .nav-link:hover,
.simpora-navbar .nav-link.active-section {
    color: var(--simpora-green);
    background: rgba(15, 138, 107, 0.08);
}

.simpora-navbar .dropdown-toggle::after,
.matdash-lp-offcanvas .dropdown-toggle::after {
    display: none;
}

.simpora-navbar .dropdown-menu {
    min-width: 220px;
    margin-top: 10px;
    padding: 8px;
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.12);
}

.simpora-navbar .dropdown-item,
.matdash-lp-offcanvas .dropdown-item {
    border-radius: 6px;
    color: var(--simpora-ink);
    font-weight: 750;
    padding: 10px 12px;
}

.simpora-navbar .dropdown-item:hover,
.simpora-navbar .dropdown-item:focus,
.simpora-navbar .dropdown-item.active,
.matdash-lp-offcanvas .dropdown-item:hover,
.matdash-lp-offcanvas .dropdown-item:focus,
.matdash-lp-offcanvas .dropdown-item.active {
    color: var(--simpora-green);
    background: rgba(15, 138, 107, 0.08);
}

.simpora-login-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding-inline: 20px;
    background: var(--simpora-green);
    border-color: var(--simpora-green);
    box-shadow: 0 10px 26px rgba(15, 138, 107, 0.25);
}

.matdash-lp-offcanvas {
    width: min(88vw, 360px);
}

.matdash-lp-offcanvas .nav-link {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-radius: var(--simpora-radius);
    color: var(--simpora-ink);
    font-weight: 800;
    padding: 10px 12px;
}

.matdash-lp-offcanvas .dropdown-menu {
    position: static !important;
    transform: none !important;
    width: 100%;
    margin: 6px 0 10px;
    padding: 6px;
    border-color: var(--simpora-line);
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.1);
}

.matdash-lp-offcanvas .btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 800;
}

.simpora-navbar .nav-link:focus-visible,
.simpora-navbar .navbar-toggler:focus-visible,
.simpora-navbar .simpora-login-btn:focus-visible,
.matdash-lp-offcanvas .nav-link:focus-visible,
.matdash-lp-offcanvas .dropdown-item:focus-visible,
.matdash-lp-offcanvas .btn:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.3);
    outline-offset: 3px;
}

.hero-section {
    min-height: 100svh;
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(10, 18, 32, 0.84), rgba(10, 18, 32, 0.58) 46%, rgba(10, 18, 32, 0.32)),
        image-set(url("../../web/background-hero-1600.webp") type("image/webp"),
            url("../../web/background.webp") type("image/webp"));
    background-position: center;
    background-size: cover;
    display: grid;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 28%;
    background: linear-gradient(0deg, rgba(247, 249, 252, 1), rgba(247, 249, 252, 0));
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 2;
    padding: clamp(110px, 16vh, 168px) 0 clamp(72px, 10vh, 104px);
}

.hero-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
}

.hero-content-grid-single {
    grid-template-columns: minmax(0, 980px);
}

.hero-copy {
    min-width: 0;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 800;
    font-size: 0.86rem;
}

.hero-title {
    max-width: 880px;
    margin: 20px 0 0;
    color: #fff;
    font-size: clamp(2.7rem, 7vw, 6.4rem);
    font-weight: 900;
    line-height: 0.98;
}

.hero-description {
    max-width: 760px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 2.1vw, 1.28rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero-actions .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding-inline: 22px;
    font-weight: 800;
}

.hero-actions .btn-primary {
    background: var(--simpora-green);
    border-color: var(--simpora-green);
    box-shadow: 0 18px 46px rgba(15, 138, 107, 0.28);
}

.hero-actions .btn-light {
    color: var(--simpora-ink);
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.94);
}

.hero-trust-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 680px;
    margin-top: 42px;
}

.hero-stat {
    border-radius: var(--simpora-radius);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.hero-stat strong {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
}

.hero-stat span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
}

.hero-gor-simple {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    padding: 14px;
}

.hero-gor-simple-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 2px 12px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
    font-weight: 850;
}

.hero-gor-simple-header strong {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    padding: 6px 10px;
    white-space: nowrap;
}

.hero-gor-simple-list {
    display: grid;
    gap: 10px;
}

.hero-gor-simple-item {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: var(--simpora-radius);
    background: rgba(255, 255, 255, 0.96);
    color: var(--simpora-ink);
    padding: 14px;
}

.hero-gor-simple-code {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--simpora-green), var(--simpora-blue));
    color: #fff;
    font-weight: 900;
    font-size: 0.86rem;
}

.hero-gor-simple-item h2 {
    margin: 0 0 7px;
    color: var(--simpora-ink);
    font-size: 1.02rem;
    font-weight: 900;
    line-height: 1.18;
}

.hero-gor-simple-item p {
    margin: 0;
    color: var(--simpora-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.hero-gor-simple-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    margin-top: 10px;
    font-size: 0.82rem;
}

.hero-gor-simple-meta span {
    color: var(--simpora-green);
    font-weight: 850;
}

.hero-gor-simple-meta a {
    color: var(--simpora-blue);
    font-weight: 900;
    text-decoration: none;
}

.hero-gor-simple-meta a:hover,
.hero-gor-simple-meta a:focus-visible {
    color: var(--simpora-green);
    text-decoration: underline;
}

.pwa-app-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    overflow: hidden;
}

.pwa-app-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: clamp(28px, 6%, 72px);
    align-items: center;
}

.pwa-app-copy {
    max-width: 720px;
}

.pwa-app-copy .section-title {
    max-width: 680px;
}

.pwa-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pwa-action-row .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-weight: 850;
    padding-inline: 22px;
}

.pwa-feature-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.pwa-feature-list > div {
    min-height: 118px;
    display: grid;
    align-content: start;
    gap: 12px;
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: #fff;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.pwa-feature-list iconify-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--simpora-blue);
    font-size: 1.35rem;
}

.pwa-feature-list span {
    color: var(--simpora-ink);
    font-weight: 800;
    line-height: 1.35;
}

.pwa-device-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 620px;
}

.pwa-device-shadow {
    position: absolute;
    inset: auto 8% 18px;
    height: 34px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.18);
    filter: blur(18px);
}

.pwa-phone-frame {
    position: relative;
    width: min(100%, 360px);
    aspect-ratio: 9 / 18.6;
    border: 10px solid #101827;
    border-radius: 44px;
    background: #101827;
    padding: 12px;
    box-shadow:
        0 34px 80px rgba(17, 24, 39, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.pwa-phone-frame::before,
.pwa-phone-frame::after {
    content: "";
    position: absolute;
    right: -14px;
    width: 4px;
    border-radius: 999px;
    background: #1f2937;
}

.pwa-phone-frame::before {
    top: 120px;
    height: 72px;
}

.pwa-phone-frame::after {
    top: 218px;
    height: 104px;
}

.pwa-phone-speaker {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 50%;
    width: 92px;
    height: 24px;
    transform: translateX(-50%);
    border-radius: 0 0 18px 18px;
    background: #101827;
}

.pwa-phone-screen {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: #fff;
    object-fit: cover;
    object-position: center;
}

.leader-section {
    background: #fff;
}

.leader-grid {
    display: grid;
    grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
    gap: clamp(24px, 5vw, 58px);
    align-items: center;
}

.leader-photo-card {
    overflow: hidden;
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    background:
        linear-gradient(180deg, rgba(15, 138, 107, 0.08), rgba(37, 99, 235, 0.08)),
        #f8fafc;
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
}

.leader-photo-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
}

.leader-copy {
    max-width: 760px;
}

.leader-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}

.leader-info-list > div {
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: var(--simpora-soft);
    padding: 16px;
}

.leader-info-list strong,
.leader-info-list span {
    display: block;
}

.leader-info-list strong {
    color: var(--simpora-ink);
    font-weight: 900;
    margin-bottom: 6px;
}

.leader-info-list span {
    color: var(--simpora-muted);
    line-height: 1.55;
}

.leader-action {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding-inline: 22px;
    font-weight: 850;
}

.section-modern {
    padding: clamp(56px, 8vw, 96px) 0;
    background: var(--simpora-soft);
}

.section-modern.is-white {
    background: #fff;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--simpora-green);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title {
    color: var(--simpora-ink);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 14px;
}

.section-copy {
    color: var(--simpora-muted);
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 0;
}

.agenda-card,
.facility-card,
.news-card,
.testimonial-panel {
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
}

.fixed-image-container {
    width: 100%;
    height: 300px;
    border-radius: var(--simpora-radius);
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 138, 107, 0.08), rgba(37, 99, 235, 0.08)),
        #f2f6fb;
}

.carousel-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0);
    transition: transform 0.28s ease;
}

.agenda-card:hover .carousel-image,
.facility-card:hover .carousel-image,
.news-card:hover img {
    transform: scale(1.035);
}

.floating-card-caption {
    position: absolute;
    inset: auto 14px 14px;
    border-radius: var(--simpora-radius);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 38px rgba(17, 24, 39, 0.16);
    padding: 16px;
    max-height: calc(100% - 28px);
    overflow: hidden;
}

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

.floating-card-caption p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.floating-card-caption .btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.facility-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.facility-card-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-video-band {
    min-height: 360px;
    display: grid;
    place-items: center;
    color: #fff;
    background-image:
        linear-gradient(135deg, rgba(10, 18, 32, 0.68), rgba(15, 138, 107, 0.45)),
        image-set(url("../../web/fit-section-1400.webp") type("image/webp"),
            url("../../web/fit.jpeg") type("image/jpeg"));
    background-position: center;
    background-size: cover;
}

.play-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
}

.play-button {
    width: 72px;
    height: 72px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--simpora-coral);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

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

.experience-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 26px;
}

.experience-tab {
    text-align: left;
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: #fff;
    padding: 18px;
    min-height: 136px;
    color: var(--simpora-ink);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.experience-tab:hover,
.experience-tab.active-card {
    transform: translateY(-2px);
    border-color: rgba(15, 138, 107, 0.42);
    box-shadow: 0 18px 42px rgba(15, 138, 107, 0.12);
}

.experience-tab iconify-icon {
    display: inline-flex;
    margin-bottom: 12px;
}

.experience-tab h4 {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 900;
}

.experience-tab p {
    margin: 0;
    color: var(--simpora-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.experience-panel {
    display: none;
}

.experience-panel.is-active {
    display: block;
    animation: experiencePanelIn 0.18s ease;
}

@keyframes experiencePanelIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.experience-panel-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
    border: 1px solid var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}

.experience-panel-toolbar > div {
    min-width: 0;
}

.experience-count {
    flex: 0 0 auto;
    border: 1px solid rgba(15, 138, 107, 0.18);
    border-radius: 999px;
    background: rgba(15, 138, 107, 0.08);
    color: var(--simpora-green);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    padding: 9px 12px;
    white-space: nowrap;
}

.experience-toolbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 520px;
    flex-wrap: wrap;
    gap: 10px;
}

.experience-toolbar-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 42px;
    white-space: nowrap;
}

.experience-search-field {
    display: flex;
    align-items: center;
    flex: 1 1 260px;
    gap: 10px;
    width: min(100%, 360px);
    max-width: 360px;
    margin-left: auto;
    min-height: 48px;
    border: 1px solid var(--simpora-line);
    border-radius: 999px;
    background: var(--simpora-soft);
    color: var(--simpora-muted);
    padding: 0 16px;
}

.experience-search-field input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--simpora-ink);
    font-weight: 700;
}

.experience-search-field input::placeholder {
    color: var(--simpora-muted);
    font-weight: 600;
}

.experience-items-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.experience-item {
    min-width: 0;
}

.experience-item .facility-card {
    height: 100%;
}

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

.experience-empty {
    display: none;
    border: 1px dashed var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: #fff;
}

.experience-empty.is-visible {
    display: block;
}

.content-empty-state {
    display: grid;
    place-items: center;
    gap: 8px;
    border: 1px dashed var(--simpora-line);
    border-radius: var(--simpora-radius);
    background: #fff;
    color: var(--simpora-muted);
    padding: 36px 18px;
    text-align: center;
}

.content-empty-state iconify-icon {
    color: var(--simpora-green);
    font-size: 2.4rem;
}

.content-empty-state strong {
    color: var(--simpora-ink);
    font-size: 1rem;
}

.content-empty-state span {
    max-width: 420px;
}

.experience-panel-footer {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.experience-panel-footer .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.news-card {
    height: 100%;
    color: var(--simpora-ink);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.news-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--simpora-shadow);
}

.news-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    background:
        linear-gradient(135deg, rgba(15, 138, 107, 0.08), rgba(37, 99, 235, 0.08)),
        #f2f6fb;
    transition: transform 0.28s ease;
}

.news-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
}

.news-card-body {
    padding: 18px;
}

.news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--simpora-muted);
    font-size: 0.84rem;
}

.news-title {
    display: block;
    color: var(--simpora-ink);
    font-size: 1.05rem;
    line-height: 1.38;
    font-weight: 900;
    text-decoration: none;
    margin: 12px 0;
}

.testimonial-panel {
    padding: 28px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
    background: #eef3f7;
}

.testimonial-list {
    display: grid;
    gap: 16px;
}

.partner-strip img {
    width: auto;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.partner-strip a:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
}

.partner-logo {
    width: auto;
    height: 52px;
    max-width: 128px;
    object-fit: contain;
}

.simpora-footer {
    background: #111827;
}

.simpora-footer a {
    text-decoration: none;
}

.public-footer-list {
    list-style: none;
    padding-left: 0;
}

.public-footer-bottom {
    gap: 16px;
}

.public-app-page {
    background: #fff;
}

.public-app-page > .container-xxl {
    padding-top: 128px !important;
}

.public-app-page .page-heading.normal-space {
    padding-top: clamp(140px, 18vw, 210px);
}

.public-app-page .section-heading h2,
.public-app-page .current-bid h4,
.public-app-page h4.text-dark {
    letter-spacing: 0;
}

.matdash-lp-offcanvas {
    border-radius: 0 16px 16px 0;
}

.matdash-lp-offcanvas .nav-link {
    border-radius: var(--simpora-radius);
    padding: 12px 14px;
    color: var(--simpora-ink);
    font-weight: 800;
}

.matdash-lp-offcanvas .nav-link:hover {
    background: rgba(15, 138, 107, 0.08);
    color: var(--simpora-green);
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1199.98px) {
    .simpora-navbar .nav-link {
        font-size: 0.88rem;
        padding-inline: 10px;
    }

    .hero-content-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
        gap: 28px;
    }
}

@media (min-width: 768px) {
    .simpora-home .pt-md-12 {
        padding-top: 3rem !important;
    }

    .simpora-home .py-md-14 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 992px) {
    .simpora-home .py-lg-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }
}

@media (max-width: 991.98px) {
    .simpora-navbar {
        padding: 12px 0;
    }

    .simpora-navbar .navbar-toggler {
        display: grid;
    }

    .hero-content-grid,
    .hero-content-grid-single {
        grid-template-columns: 1fr;
    }

    .hero-gor-simple {
        max-width: 560px;
    }

    .pwa-app-grid {
        grid-template-columns: 1fr;
    }

    .pwa-app-copy {
        max-width: none;
    }

    .pwa-device-stage {
        min-height: 560px;
    }

    .pwa-phone-frame {
        width: min(100%, 330px);
    }

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

    .leader-photo-card {
        max-width: 320px;
    }

    .hero-section {
        min-height: auto;
    }

    .hero-shell {
        padding-top: 104px;
    }

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

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

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

@media (max-width: 767.98px) {
    .hero-gor-simple {
        padding: 10px;
    }

    .pwa-action-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pwa-action-row .btn {
        width: 100%;
    }

    .pwa-feature-list {
        grid-template-columns: 1fr;
    }

    .pwa-feature-list > div {
        min-height: auto;
        grid-template-columns: auto 1fr;
        align-items: center;
    }

    .leader-info-list {
        grid-template-columns: 1fr;
    }

    .leader-action {
        width: 100%;
    }

    .public-footer .row > [class*="col-"] {
        width: 100%;
    }

    .public-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-section {
        background-image:
            linear-gradient(180deg, rgba(10, 18, 32, 0.78), rgba(10, 18, 32, 0.72)),
            image-set(url("../../web/background-hero-900.webp") type("image/webp"),
                url("../../web/background.webp") type("image/webp"));
        background-position: center top;
    }

    .hero-title {
        font-size: clamp(2.35rem, 14vw, 4.2rem);
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-trust-row {
        grid-template-columns: 1fr;
        margin-top: 28px;
    }

    .section-modern {
        padding: 48px 0;
    }

    .fixed-image-container {
        height: 250px;
    }

    .about-video-band {
        min-height: 300px;
        background-image:
            linear-gradient(135deg, rgba(10, 18, 32, 0.72), rgba(15, 138, 107, 0.46)),
            image-set(url("../../web/fit-section-800.webp") type("image/webp"),
                url("../../web/fit.jpeg") type("image/jpeg"));
    }

    .play-link {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .simpora-navbar .navbar-brand img,
    .matdash-lp-offcanvas img {
        max-height: 46px;
    }

    .simpora-navbar .navbar-toggler {
        width: 46px;
        height: 46px;
    }

    .public-app-page > .container-xxl {
        padding-top: 110px !important;
    }

    .pwa-device-stage {
        min-height: 500px;
    }

    .pwa-phone-frame {
        width: min(100%, 292px);
        border-width: 8px;
        border-radius: 38px;
        padding: 10px;
    }

    .pwa-phone-screen {
        border-radius: 28px;
    }

    .hero-shell {
        padding-top: 92px;
        padding-bottom: 58px;
    }

    .hero-kicker {
        font-size: 0.78rem;
        align-items: flex-start;
    }

    .hero-description {
        font-size: 0.98rem;
        line-height: 1.62;
    }

    .hero-gor-simple-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-gor-simple-item {
        grid-template-columns: 1fr;
    }

    .hero-gor-simple-code {
        width: auto;
        height: 42px;
        justify-content: start;
        padding-inline: 14px;
    }

    .experience-tabs {
        grid-template-columns: 1fr;
    }

    .experience-panel-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .experience-search-field {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .experience-toolbar-actions {
        justify-content: stretch;
        flex: 1 1 auto;
        width: 100%;
    }

    .experience-toolbar-actions .btn {
        flex: 1 1 100%;
    }

    .experience-items-grid {
        grid-template-columns: 1fr;
    }

    .experience-tab {
        min-height: auto;
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 12px;
        align-items: center;
    }

    .experience-tab iconify-icon {
        margin-bottom: 0;
        grid-row: span 2;
    }

    .floating-card-caption {
        inset: auto 10px 10px;
        padding: 13px;
    }
}
