﻿:root {
    --primary-dark: #231E20;
    --accent-peach: #FAB482;
    --accent-peach-light: #F6C2A1;
    --text-dark: rgba(35, 30, 32, 1);
    --white: #ffffff;
    --black: #000000;
    --glass-bg: rgba(40, 36, 38, 0.85);
    --glass-border: rgba(80, 75, 77, 0.4);
    --accent-peach-border: rgba(250, 180, 130, 0.5);
    --primary-dark: #111111;
    --accent-yellow: #FCF184;
    --text-gray: #4B5563;
    --border-light: #E5E7EB;
}

@font-face {
    font-family: 'Volte';
    src: url('fonts/Volte-Medium.woff2') format('woff2'),
        url('fonts/Volte-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Volte';
    src: url('fonts/Volte-Semibold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Unbounded';
    src: url('fonts/Unbounded-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Unbounded';
    src: url('fonts/Unbounded-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Unbounded';
    src: url('fonts/Unbounded-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    min-height: 100%;
}

body {
    width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    height: auto;
    margin: 0;
    padding: 0;
}


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.layout-wrapper {
    font-family: 'Volte', 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: rgba(35, 30, 32, 1);
    position: relative;
    width: 100%;
    overflow: visible;
}

.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
}

.gradient-section {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background-color: rgba(250, 180, 130, 1);
    background-image:
        radial-gradient(circle at 10% 20%, rgba(252, 241, 132, 1) 0%, rgba(250, 170, 120, 0) 50%),
        radial-gradient(circle at 90% 80%, rgba(252, 241, 132, 0.8) 0%, rgba(250, 170, 120, 0) 45%),
        radial-gradient(circle at 50% 60%, rgba(255, 160, 100, 0.4) 0%, transparent 55%);
    background-size: 100% 100%;
    z-index: 1;
    padding: 120px 0;
}

.gradient-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.case-study-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.case-study-title {
    font-family: 'Inter', sans-serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: rgba(35, 30, 32, 1);
    text-transform: uppercase;
    margin: 0;
}

.case-study-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1000px;
}

.detail-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-label {
    font-weight: 900;
    font-size: 18px;
    color: rgba(35, 30, 32, 1);
}

.detail-group p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(35, 30, 32, 1);
    margin: 0;
}

.case-study-image-container {
    width: 100%;
    margin-top: 20px;
}

.case-study-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.case-study-main-img {
    width: 100%;
    height: auto;
    display: block;
}

.all-cases-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(18, 14, 12, 1);
    color: #fff;
    padding: 8px 8px 8px 24px;
    border-radius: 9999px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 600;
}

.all-cases-btn:hover {
    transform: translateY(-2px);
    background: rgba(35, 30, 32, 1);
}

.all-cases-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.all-cases-btn:hover .all-cases-arrow {
    transform: translate(2px, -2px);
}

/* Manual Section Styles */
.manual-section {
    padding: 80px 20px;
    background-color: transparent;
}

.manual-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(35, 30, 32, 1);
    border-radius: 40px;
    padding: 60px;
    color: #fff;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.1);
}

.manual-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.manual-text-content {
    flex: 1;
}

.manual-title {
    font-family: 'Inter', sans-serif;
    font-size: 56px;
    font-weight: 900;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.manual-text {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0;
}

.manual-btn {
    background: #fff;
    color: #000;
    padding: 8px 8px 8px 32px;
    border-radius: 9999px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.3s ease, background 0.3s ease;
    white-space: nowrap;
}

.manual-btn:hover {
    transform: translateY(-5px);
    background: #f0f0f0;
}

.manual-btn-arrow {
    width: 48px;
    height: 48px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.manual-btn:hover .manual-btn-arrow {
    transform: translate(2px, -2px);
}

@media (max-width: 768px) {
    .manual-container {
        padding: 40px;
        border-radius: 30px;
    }

    .manual-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .manual-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .manual-text {
        font-size: 16px;
    }

    .manual-btn {
        width: fit-content;
    }
}

@media (max-width: 425px) {
    .manual-section {
        padding: 40px 15px;
    }

    .manual-container {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .manual-title {
        font-size: 28px;
    }

    .manual-text {
        font-size: 14px;
    }

    .manual-btn {
        padding: 6px 6px 6px 24px;
        font-size: 16px;
    }

    .manual-btn-arrow {
        width: 40px;
        height: 40px;
    }
}

/* Use Cases Grid Styles */
.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.use-case-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.use-case-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(35, 30, 32, 1);
    text-transform: uppercase;
    margin: 0;
    min-height: 3em;
}

.use-case-card-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.use-case-card-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}



.read-more-badge {
    position: absolute;
    top: 5px;
    right: 15px;
    background: rgba(18, 14, 12, 1);
    color: #fff;
    padding: 8px 8px 8px 24px;
    border-radius: 9999px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
    z-index: 2;
}

.read-more-badge:hover {
    background: rgba(35, 30, 32, 1);
}

.badge-arrow {
    width: 32px;
    height: 32px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.read-more-badge:hover .badge-arrow {
    transform: translate(2px, -2px);
}

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0;
}

.pagination-pill {
    display: flex;
    align-items: center;
    background: rgba(18, 14, 12, 1);
    border-radius: 9999px;
    padding: 6px;
    position: relative;
    gap: 0;
}

.pagination-pill .nav-background {
    position: absolute;
    height: calc(100% - 12px);
    background: #fff;
    border-radius: 9999px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    pointer-events: none;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease-in-out;
}

.page-numbers.active {
    color: rgba(18, 14, 12, 1);
}

.page-numbers:not(.active):hover {
    color: rgba(255, 255, 255, 0.7);
}

.pagination-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    transition: all 0.3s ease;
}

.pagination-arrow:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1024px) {
    .use-cases-grid {
        gap: 30px;
    }

    .use-case-card-title {
        font-size: 18px;
    }

    .read-more-badge {
        top: 3px;
        right: 0px;
        padding: 6px 6px 6px 20px;
        height: auto;
        width: auto;
        border-radius: 9999px;
    }

    .badge-arrow {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 768px) {
    .use-cases-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .use-case-card-title {
        min-height: auto;
    }

    .use-case-card-image-wrapper {
        border-radius: 16px;
    }

    .read-more-badge {
        top: 5px;
        right: 23px;
        padding: 8px 8px 8px 24px;
        font-size: 15px;
        height: 44px;
        width: 140px;
        border-radius: 9999px;
    }

    .badge-arrow {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 425px) {
    .use-cases-grid {
        gap: 25px;
    }

    .use-case-card-title {
        font-size: 16px;
    }

    .pagination {
        margin: 40px 0;
    }

    .page-numbers,
    .pagination-arrow {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .read-more-badge {
        top: 0px;
        right: 2px;
        padding: 3px 3px 3px 10px;
        font-size: 12px;
        height: auto;
        width: auto;
        border-radius: 9999px;
        gap: 8px;
    }

    .badge-arrow {
        width: 28px;
        height: 28px;
    }
}

.hero-block {
    display: flex;
    gap: 60px;
    margin-bottom: 80px;
    align-items: center;
}

.hero-block-left {
    flex: 1;
}

.hero-block-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: rgba(35, 30, 32, 1);
    margin-bottom: 30px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

.hero-block-text {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(35, 30, 32, 1);
    margin-bottom: 30px;
}

.hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-checklist li {
    display: flex;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(35, 30, 32, 1);
    margin-bottom: 15px;
    align-items: flex-start;
}

.check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: rgba(47, 44, 42, 1);
    color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: -2px;
}

.hero-block-right {
    flex: 1;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.request-demo-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #fff;
    color: rgba(35, 30, 32, 1);
    padding: 8px 8px 8px 36px;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.demo-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(35, 30, 32, 1);
    border-radius: 50%;
    color: #fff;
    transition: transform 0.3s ease;
}

.request-demo-overlay:hover .demo-arrow {
    transform: translate(3px, -3px);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

.stat-item {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Unbounded', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: rgba(18, 14, 12, 1);
    line-height: 1;
    margin-bottom: 15px;
}

.stat-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(18, 14, 12, 1);
}

.dashboard-mockup-simple {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
    margin-bottom: 120px;
}

.stats-full-image {
    width: 100%;
    height: auto;
    display: block;
}

.functionality-header {
    margin-bottom: 60px;
}

.func-title {
    font-size: 64px;
    font-weight: 900;
    color: rgba(18, 14, 12, 1);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.func-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: rgba(18, 14, 12, 1);
    max-width: 800px;
    font-weight: bold;
}

.func-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.func-card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px;
    border-radius: 24px;
}

.func-card-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(18, 14, 12, 1);
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.func-card-text {
    font-size: 18px;
    color: rgba(18, 14, 12, 1);
}

.software-screenshots-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.screenshot-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    overflow: hidden;
}

.screenshot-card img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-link {
    position: fixed;
    top: 30px;
    left: 40px;
    z-index: 1000;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: top left;
}

body.scrolled .logo-link {
    transform: none;
}

.logo-pill {
    padding: 12px 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    transition: all 0.3s ease;
    position: relative;
}

.logo-pill img {
    height: 32px;
    width: auto;
    display: block;
    transition: opacity 0.4s ease, filter 0.35s ease;
}

body.scrolled .logo-pill {
    padding: 0 !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

body.scrolled .logo-pill img {
    height: 20px;
    /* Делаем логотип темнее/серее при скролле, чтобы не сливался с белым фоном контента */
    filter: brightness(0.45);
}

.logo-big {
    opacity: 1;
}

.logo-small {
    position: absolute;
    opacity: 0;
}

body.scrolled .logo-big {
    opacity: 0;
}

body.scrolled .logo-small {
    opacity: 1;
}

.nav-wrapper {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 10;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease;
}

body.scrolled .nav-wrapper {
    transform: translateX(100px);
    opacity: 0;
    pointer-events: none;
}

.menu-toggle {
    position: fixed;
    top: 30px;
    right: 40px;
    padding: 12px 24px;
    border-radius: 9999px;
    pointer-events: none;
    background-color: rgba(35, 30, 32, 1);
    color: #fff;
    font-weight: 500;
    z-index: 1000;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    mix-blend-mode: difference;
}

body.scrolled .menu-toggle {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    mix-blend-mode: difference;
}

body.scrolled .menu-toggle::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid transparent;
    box-shadow:
        0 0 0 0.3px rgba(163, 163, 163, 0.6),
        0 16px 32px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
}

.pill-nav.glass-effect {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(25px) saturate(120%);
    -webkit-backdrop-filter: blur(25px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.pill-nav.glass-effect::before,
.pill-nav.glass-effect::after {
    display: none;
}

.submenu-container:has(.active-sub),
.sub-nav.active-sub,
.sub-nav.active-sub .nav-item {
    pointer-events: auto !important;
    cursor: pointer;
}

.glass-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(149deg, #fff -10%, #fff -60%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.06) 80%, #fff 130%, #fff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.glass-effect::after {
    inset: 0;
    z-index: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

/* White Corner Glass Effect */
.highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    padding: 1px;
    background: linear-gradient(149deg, #fff -10%, #fff -60%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.06) 80%, #fff 130%, #fff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.highlight {
    line-height: 0%;
    display: inline-flex;
    position: relative;
    padding: 7px 22px;
    padding-left: 7px;
    border-radius: 40px;
    background: rgba(20, 20, 20, 0.35);
    border: none;
    backdrop-filter: blur(37.5px) !important;
    -webkit-backdrop-filter: blur(37.5px) !important;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    isolation: isolate;
    will-change: backdrop-filter, transform, opacity;
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    vertical-align: middle;
    align-items: center;
    box-shadow: 4px 7px 13.5px rgb(0, 0, 0, 0.15);
}


/* <---- ТЕСТОВЫЙ ВАРИАНТ ----> */
/* .glass-effect {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(40px) saturate(200%);
    -webkit-backdrop-filter: blur(40px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.2);  
}

.glass-effect::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: inherit;
    border: var(border-width) solid transparent;
    background: linear-gradient(var(border-1), var(border-2)) border-box;
    mask: linear-gradient(black, black) border-box, linear-gradient(black, black) padding-box;
    mask-composite: subtract;
} */


.pill-nav {
    border-radius: 9999px;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nav-item:hover:not(.active) {
    background-color: transparent;
    color: #000;
}

.nav-item.active {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}

.pill-nav {
    position: relative;
    z-index: 1;
}

.nav-item {
    padding: 10px 24px;
    border-radius: 9999px;
    cursor: pointer;
    color: rgba(35, 31, 32, 1);
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    border: 1px solid transparent;
    z-index: 2;
}

.nav-background {
    position: absolute;
    top: 6px;
    height: calc(100% - 12px);
    background-color: #F6C2A1;
    border-radius: 9999px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.arrow {
    width: 10px;
    height: 6px;
    opacity: 0.8;
    transition: transform 0.3s;
    display: block;
}

.nav-item:hover .arrow {
    opacity: 1;
}

.nav-item.active .arrow {
    transform: rotate(180deg);
}

.submenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 12px;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    white-space: nowrap;
    pointer-events: none;
    z-index: 9;
}

.submenu-container:has(.active-sub) {
    pointer-events: all;
}

.sub-nav {
    display: none;
    background: rgba(255, 255, 255, 0.85);
    padding: 6px;
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.sub-nav.active-sub {
    display: inline-flex;
    flex-direction: row;
    animation: fadeIn 0.3s ease forwards;
}

.sub-nav .nav-item {
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 9999px;
    margin: 0 2px;
    border: 1px solid transparent;
    background-color: transparent;
    transition: all 0.2s ease;
}

.sub-nav .nav-item:hover {
    color: #000;
}

.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 9px;
    transition: transform 0.2s;
}

.sub-nav .nav-item:hover .icon {
    transform: scale(1.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.solutions-section {
    position: relative;
    background-color: rgba(35, 30, 32, 1);
    padding: 80px 20px;
    min-height: 100vh;
    z-index: 2;
}

.solutions-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: -0.02em;
}

.section-subtitle {
    color: #9ca3af;
    font-size: 18px;
    max-width: 100%;
    margin: 0 auto;
    white-space: wrap;
    letter-spacing: 0.02em;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;

}

.glass-card {
    position: relative;
    height: 190px;
    background: rgba(40, 36, 38, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: none;
    border-radius: 16px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(149deg, #fff -10%, #fff -60%, rgba(255, 255, 255, 0.06) 20%, rgba(255, 255, 255, 0.06) 80%, #fff 130%, #fff 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
}



.wide-card {
    grid-column: span 3;
}

.flash-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    opacity: 0;
    mix-blend-mode: hard-light;
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(252, 241, 132, 1) 0%, rgba(252, 241, 132, 1) 40%, rgba(250, 180, 130, 1) 70%, rgba(255, 160, 100, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    overflow: hidden;
}

.icon-box svg {
    width: 24px;
    height: 24px;
}

.glass-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
}

.card-content {
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    transform: translateY(10px);
    z-index: 10;
}

.card-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #ccc;
    margin: 0;
    padding-bottom: 20px;
}

.glass-card.static-card {
    height: auto;
    min-height: 190px;
    cursor: default;
    overflow: visible;
}

.glass-card.first-card {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.static-card .card-content {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* .static-card:hover {
    border-color: rgba(250, 180, 130, 0.5);
} */

.toggle-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 20;
    padding: 0;
}

.toggle-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.arrow-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform 0.3s;
}

.side-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    pointer-events: none;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity .3s ease;
    overflow-x: hidden;
}

.side-menu-overlay.active {
    pointer-events: auto;
    opacity: 1;
}

.side-menu-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(5px);
}

.side-menu-overlay.active::before {
    opacity: 1;
}

.side-menu-content {
    position: relative;
    width: 400px;
    height: 90vh;
    background: #1e1b1a;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 20px;
    border-radius: 24px;
    box-shadow:
        -10px 0 30px rgba(0, 0, 0, 0.5),
        inset 0 0 50px rgba(255, 255, 255, 0.035),
        0 0 35px rgba(246, 194, 161, 0.22),
        0 0 90px rgba(246, 194, 161, 0.18),
        0 0 180px rgba(246, 194, 161, 0.14),
        0 0 360px rgba(246, 194, 161, 0.08);
    overflow-y: auto;
    color: rgba(177, 177, 177, 1);
    overflow-x: hidden;
}

.side-menu-overlay.active .side-menu-content {
    transform: translateX(0);
}

.close-menu-btn {
    align-self: flex-end;
    background: none;
    border: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 40px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.close-menu-btn:hover {
    opacity: 1;
}

.menu-sections {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.menu-section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.menu-section a {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #9ca3af;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

.menu-section a:hover {
    color: #fff;
}

.menu-divider {
    width: 100%;
    height: 1.5px;
    background: rgba(217, 217, 217, 1);
    border-radius: 10px;
    margin: 10px 0;
}

.menu-footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.menu-footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

.menu-footer-links a:hover {
    color: #fff;
}

.menu-footer-links a.demo-cta-btn {
    display: block;
    background: none;
    color: #9ca3af;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    margin-bottom: 8px;
}

.menu-footer-links a.demo-cta-btn:hover {
    color: #fff;
}

.menu-footer-links .demo-arrow {
    display: none;
}

.demo-cta-section {
    position: relative;
    background-color: #fff;
    padding: 80px 20px;
    z-index: 2;
}

.demo-cta-container {
    max-width: 100%;
    padding: 0 60px;
    margin: 0 auto;
    box-sizing: border-box;
}

.demo-cta-title {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: rgba(35, 30, 32, 1);
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 0 0 40px 0;
}

.demo-cta-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgba(35, 30, 32, 1);
    margin: 0 0 8px 0;
}

.demo-cta-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(35, 30, 32, 1);
    margin: 0 0 40px 0;
    max-width: 800px;
}

.demo-cta-banner {
    background: rgba(35, 30, 32, 1);
    border-radius: 24px;
    padding: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demo-cta-banner h3 {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.02em;
}

.demo-cta-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: rgba(35, 30, 32, 1);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.demo-cta-btn:hover {
    background: #f5f5f5;
}

.demo-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(18, 14, 12, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    transition: transform 0.3s ease;
}

.demo-cta-btn:hover .demo-arrow {
    transform: translate(3px, -3px);
}

.business-section {
    position: relative;
    background-color: rgba(35, 30, 32, 1);
    padding: 80px 60px;
    z-index: 2;
}

.business-title {
    font-size: 48px;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 60px 0;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.business-card {
    position: relative;
    background: rgba(40, 36, 38, 0.85);
    border: 1px solid rgba(80, 75, 77, 0.4);
    border-radius: 16px;
    padding: 24px;
    box-sizing: border-box;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}



.business-card-main {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.business-card-centered {
    text-align: left;
    align-items: flex-start;
}

.business-card-centered .business-icon {
    align-self: flex-start;
}

.business-card-centered .business-card-title {
    margin-top: 15px;
}

.business-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(161, 161, 161, 1);
    margin: 0;
    padding: 0 10px;
}

.business-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

.business-icon.cloud-icon {
    border: 1px solid rgba(250, 180, 130, 0.5);
}

.business-icon.star-icon {
    border: 1px solid rgba(252, 241, 132, 0.5);
}

.business-icon.diamond-icon {
    border: 1px solid rgba(252, 241, 132, 0.5);
}

.business-icon.circle-icon {
    border: 1px solid rgba(252, 241, 132, 0.5);
}

.business-icon.heart-icon {
    border: 1px solid rgba(250, 180, 130, 0.5);
}

.business-icon svg {
    width: 20px;
    height: 20px;
}

.business-card-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.4;
    flex-grow: 1;
}

.business-toggle-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    color: #fff;
    padding: 0;
}

.business-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.business-toggle-btn svg {
    transition: transform 0.3s ease;
}

.business-card.expanded .business-toggle-btn svg {
    transform: rotate(180deg);
}

.business-card-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.3s ease;
    margin-top: 0;
    padding-bottom: 25px;
}

.business-card.expanded .business-card-content {
    max-height: 200px;
    opacity: 1;
    margin-top: 16px;
}

.business-card-content p {

    font-size: 18px;
    line-height: 1.6;
    color: rgba(156, 163, 175, 0.9);
    margin: 0;
}

.business-card.expanded {
    min-height: auto;
}

.mission-section {
    min-height: 100vh;
    position: relative;
    background-color: rgba(250, 180, 130, 1);
    background-image:
        radial-gradient(circle at 10% 20%, rgba(252, 241, 132, 1) 0%, rgba(250, 170, 120, 0) 50%),
        radial-gradient(circle at 90% 80%, rgba(252, 241, 132, 0.8) 0%, rgba(250, 170, 120, 0) 45%),
        radial-gradient(circle at 50% 60%, rgba(255, 160, 100, 0.4) 0%, transparent 55%);
    background-size: 100% 100%;
    z-index: 1;
    padding: 40px 0 80px 0;
}

.mission-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.mission-title {
    font-size: 64px;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    color: rgba(35, 30, 32, 1);
    margin-bottom: 50px;
    text-transform: uppercase;
}

.mission-text-content {
    margin-bottom: 60px;
}

.mission-text-content p {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(35, 30, 32, 1);
    margin-bottom: 10px;
    max-width: 1000px;
}

.mission-image-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.05);
}

.mission-full-image {
    width: 100%;
    height: auto;
    display: block;
}

.mission-cta-btn {
    position: absolute;
    bottom: -5px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(35, 30, 32, 1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 10;
}

.mission-cta-btn:hover {
    background: #000;
    transform: translateY(-2px);
}

.mission-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    color: rgba(35, 30, 32, 1);
    transition: transform 0.3s ease;
}

.mission-cta-btn:hover .mission-arrow {
    transform: translate(3px, -3px);
}

.reports-section {
    background-color: rgba(35, 30, 32, 1);
    padding: 100px 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.reports-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reports-main-title {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.reports-linkedin-wrapper {
    width: 100%;
    min-height: 400px;
    margin-bottom: 60px;
}

.report-card {
    background: rgba(40, 36, 38, 0.4);
    border: 1px solid rgba(80, 75, 77, 0.4);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, background 0.3s ease;
}

.report-category {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 16px;
    display: block;
}

.report-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 130px;
    display: flex;
    align-items: flex-start;
}

.report-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #9ca3af;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    overflow: hidden;
    min-height: 120px;
}

.report-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 32px;
    overflow: hidden;
    margin-top: auto;
}

.report-image-wrapper.yellow-bg {
    background-color: #fcf184;
    display: flex;
    justify-content: center;
    align-items: center;
}

.report-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-image.contain {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.report-arrow-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: none;
    color: rgba(35, 30, 32, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.report-card:hover .report-arrow-btn {
    transform: translate(2px, -2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.reports-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.view-all-btn {
    grid-column: 2;
    width: 100%;
    text-align: center;
    background: #fff;
    color: rgba(35, 30, 32, 1);
    font-size: 14px;
    font-weight: 700;
    padding: 14px 0;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: rgba(250, 180, 130, 1);
    color: rgba(35, 30, 32, 1);
    font-weight: 700;
}

.contact-section {
    background-color: #fff;
    padding: 100px 0;
    color: rgba(35, 30, 32, 1);
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-title {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.contact-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.info-group label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(35, 30, 32, 0.4);
    display: block;
    margin-bottom: 15px;
}

.info-group p,
.info-group a {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(35, 30, 32, 1);
    text-decoration: none;
}

.info-group a.wa-link {
    text-decoration: underline;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.form-group label {
    font-size: 12px;
    color: rgba(18, 14, 12, 1);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(18, 14, 12, 1);
    border-radius: 12px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.form-group textarea {
    resize: none;
}

.char-count {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.3);
}

.form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.form-checkbox label {
    text-decoration: underline;
    cursor: pointer;
}

.submit-btn {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(35, 30, 32, 1);
    color: #fff;
    padding: 6px 6px 6px 36px;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease;
    width: fit-content;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #000;
}

.submit-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    color: rgba(35, 30, 32, 1);
    transition: transform 0.3s ease;
}

.submit-btn:hover .submit-arrow {
    transform: translate(3px, -3px);
}

.submit-arrow svg {
    width: 22px;
    height: 22px;
}

.footer-wrapper {
    background-color: #fff;
    width: 100%;
}


.main-footer {
    background-color: rgba(35, 30, 32, 1);
    color: #fff;
    padding: 80px 0 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}



.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-top-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 80px;
}

.footer-nav-links {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 0;
}

.footer-col a {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #9ca3af;
    text-decoration: none;
    margin-bottom: 14px;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #fff;
}

.footer-col a.demo-cta-btn {
    display: block;
    background: transparent;
    padding: 0;
    margin-bottom: 14px;
    border-radius: 0;
    color: #9ca3af;
    font-size: 15px;
    font-weight: 400;
}

.footer-col a.demo-cta-btn:hover {
    color: #fff;
    background: transparent;
}

.footer-subscribe {
    max-width: 400px;
    width: 100%;
}

.footer-subscribe h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.subscribe-form {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 999px;
    padding: 4px;
    position: relative;
}

.subscribe-form input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    flex-grow: 1;
    outline: none;
}

.subscribe-form input::placeholder {
    color: #666;
}

.subscribe-form button {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 999px;
    padding: 10px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.subscribe-form button:hover {
    opacity: 0.9;
}

.footer-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-brand-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
}

.scopd-text-logo {
    height: 24px;
    width: auto;
    display: block;
}

.footer-tagline {
    font-size: 16px;
    color: #9ca3af;
    margin: 0;
}

.footer-legal-row {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.copyright {
    color: #6b7280;
    font-size: 14px;
}

.footer-legal-row a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-legal-row a:hover {
    color: #fff;
}

.footer-extras-right {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.certs-wrapper {
    background: transparent;
    border-radius: 4px;
}

.certs-img {
    height: 150px;
    width: auto;
    display: block;
    border-radius: 15px
}



@supports (scroll-behavior: smooth) {

    .software-screenshots-grid,
    .solutions-grid,
    .business-grid,
    .reports-grid {
        scroll-behavior: smooth;
    }
}

.software-screenshots-grid::-webkit-scrollbar,
.solutions-grid::-webkit-scrollbar,
.business-grid::-webkit-scrollbar,
.reports-grid::-webkit-scrollbar {
    height: 4px;
}

.software-screenshots-grid::-webkit-scrollbar-track,
.solutions-grid::-webkit-scrollbar-track,
.business-grid::-webkit-scrollbar-track,
.reports-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.software-screenshots-grid::-webkit-scrollbar-thumb,
.solutions-grid::-webkit-scrollbar-thumb,
.business-grid::-webkit-scrollbar-thumb,
.reports-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.software-screenshots-grid::-webkit-scrollbar-thumb:hover,
.solutions-grid::-webkit-scrollbar-thumb:hover,
.business-grid::-webkit-scrollbar-thumb:hover,
.reports-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.calculator-header {
    background-color: rgba(35, 30, 32, 1);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
}

.header-title-container {
    width: 100%;

    margin: 0 auto;
    padding: 0 50px;
    z-index: 2;
    box-sizing: border-box;
}

.header-title-container h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 56px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.calc-page-section {
    padding-top: 60px;
    margin-top: 0;
    min-height: auto;
    padding-bottom: 100px;
}

.calc-grid-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: stretch;
}

.glass-wrapper {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.white-glass {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

.calc-h2 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.calc-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.5;
}

.calc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 20px;
}

.calc-row label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(35, 30, 32, 1);
    flex: 1;
}

.label-col {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.small-text {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
    font-weight: 400;
    max-width: 90%;
}

.calc-row input[type="number"],
.calc-row input[type="text"] {
    width: 100px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    outline: none;
}

.checkbox-row {
    justify-content: space-between;
}

.checkbox-row>label {
    flex: 1;
}

.cb-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}

.cb-wrap label {
    font-weight: 400;
    white-space: nowrap;
}

.calc-hr {
    border: 0;
    height: 1px;
    background: #e5e5e5;
    margin: 25px 0;
}

.radio-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.radio-group label {
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(35, 30, 32, 1);
    font-size: 13px;
}

.calc-black-btn {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    padding: 18px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin-top: 30px;
    transition: background 0.3s;
    margin-top: auto;
}

.calc-black-btn:hover {
    background: rgba(35, 30, 32, 1);
}

.results-list .res-row {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.res-row span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(35, 30, 32, 1);
    flex: 1;
}

.res-row input {
    background: transparent;
    border: none;
    text-align: right;
    font-weight: 700;
    width: 80px;
    word-wrap: break-word;
}

.res-row textarea {
    background: transparent;
    border: none;
    resize: none;
    text-align: right;
    font-weight: 700;
    width: 160px;
    min-height: 2.6em;
    line-height: 1.3;
    overflow: hidden;
    font-family: inherit;
}

.scroll-top-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: all 0.4s ease;

}

.scroll-top-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) !important;
}

.scroll-top-btn.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* ========== Form Toast (уведомления при отправке форм) ========== */
.scopd-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-20px);
    padding: 14px 22px 14px 18px;
    border-radius: 16px;
    font-family: 'Volte', 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    z-index: 999999;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.08);
    max-width: calc(100vw - 48px);
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: none;
}
.scopd-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0);
}
.scopd-toast.is-leaving {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-12px);
}
.scopd-toast--success {
    background: rgba(35, 30, 32, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-left: 4px solid #3a9d76;
}
.scopd-toast--error {
    background: rgba(35, 30, 32, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-left: 4px solid #c75a4a;
}
.scopd-toast__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.scopd-toast__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.hero-section-404 {
    background: transparent !important;
    min-height: auto !important;
    padding-bottom: 0 !important;
}

.menu-toggle-404 {
    z-index: 1000 !important;
    cursor: pointer;
}

.main-footer-404 {
    background-color: rgba(35, 30, 32, 1);
    color: #fff;
    padding: 100px 0 40px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.error-section-wrapper-404 {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.error-content-box-404 {
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.glass-404 {
    font-size: 25vw;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    user-select: none;
    color: transparent;
    -webkit-text-stroke: 3px rgba(255, 255, 255, 0.7);
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.25));
    animation: slow-float 8s ease-in-out infinite;
}

.error-message-block-404 {
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.calc-h2.error-title-404 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #000;
}

.calc-desc.error-desc-404 {
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
}

.error-btn-404 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 40px;
    padding: 16px 45px;
    font-size: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@keyframes slow-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}


.demo-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow-y: auto;
}

.demo-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.demo-modal-card * {
    box-sizing: border-box;
}

.demo-modal-card {
    background: #231E20;
    width: 90%;
    max-width: 600px;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    color: #fff;
    font-family: 'Inter', sans-serif;
    transform: scale(0.95);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: auto;
}

.demo-modal-overlay.active .demo-modal-card {
    transform: scale(1);
}

.demo-modal-close {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: opacity 0.2s;
}

.demo-modal-close:hover {
    opacity: 1;
}

.demo-modal-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
    line-height: 1.2;
}

.demo-modal-title span {
    color: #FCDF84;
}

.demo-modal-subtitle {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.demo-modal-row {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.demo-modal-group {
    margin-bottom: 16px;
    width: 100%;
}

.demo-modal-group.halved {
    flex: 1;
    min-width: 0;
}

.demo-modal-group label {
    display: block;
    font-size: 14px;
    color: #ddd;
    margin-bottom: 8px;
}

.demo-modal-group input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 0 20px;
    height: 50px;
    background: #231E20;
    color: #fff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
}

.demo-modal-group input:focus {
    border-color: #FCDF84;
}

.demo-modal-group input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.demo-modal-row.contact-row .demo-modal-group {
    margin-bottom: 0;
}

.demo-modal-messenger-group {
    position: relative;
    z-index: 5;
}

.demo-modal-messenger-combo {
    display: flex;
    align-items: center;
    height: 50px;
    background: #231E20;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    overflow: visible;
    position: relative;
}

.demo-modal-messenger-combo:focus-within {
    border-color: #FCDF84;
}

.demo-modal-messenger-selector {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 100%;
    cursor: pointer;
    position: relative;
    gap: 6px;
    flex-shrink: 0;
}

.demo-modal-messenger-selector:hover {
    background: rgba(255, 255, 255, 0.05);
}

.demo-modal-messenger-selector-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.demo-modal-messenger-selector-icon svg {
    width: 18px;
    height: 18px;
}

.demo-modal-messenger-selector-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: transform 0.3s ease;
}

.demo-modal-messenger-selector-arrow svg {
    width: 10px;
    height: 6px;
}

.demo-modal-messenger-selector.open .demo-modal-messenger-selector-arrow {
    transform: rotate(180deg);
}

.demo-modal-messenger-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #231F20;
    border: 1px solid #FCDF84;
    border-radius: 12px;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
    overflow: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.demo-modal-messenger-selector.open .demo-modal-messenger-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.demo-modal-messenger-dropdown-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    transition: background 0.2s ease;
}

.demo-modal-messenger-dropdown-option:hover {
    background: rgba(255, 255, 255, 0.1);
}

.demo-modal-messenger-dropdown-option.selected {
    background: rgba(252, 223, 132, 0.15);
}

.demo-modal-messenger-dropdown-option svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.demo-modal-messenger-input-field {
    flex: 1;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
    min-width: 0;
}

.demo-modal-messenger-input-field::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.demo-modal-checkbox {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
}

.demo-modal-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.demo-modal-checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.demo-modal-checkbox label {
    font-size: 14px;
    color: #ccc;
    cursor: pointer;
}

.demo-modal-submit-btn {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    height: 54px;
}

.demo-modal-submit-btn:hover {
    transform: scale(1.02);
    background-color: rgba(250, 180, 130, 1);
}

.about-intro-section {
    padding-top: 80px;
}

.about-intro-section .hero-block-title {
    font-size: 48px;
}

.about-intro-section .hero-image-wrapper {
    border-radius: 40px 0 40px 40px;
}

.journey-section {
    margin-top: 100px;
}

.journey-title {
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: rgba(18, 14, 12, 1);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.journey-item {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    padding-bottom: 0px;
    border-radius: 20px;
    height: auto;
    min-height: 200px;
}

.journey-year {
    font-family: 'Unbounded', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(18, 14, 12, 1);
    display: block;
    margin-bottom: 10px;
}

.journey-text {
    color: rgba(18, 14, 12, 1);
    line-height: 1.4;
}

.mission-statement-section {
    background: #fff;
    padding: 100px 0;
}

.mission-content {
    max-width: 900px;
}

.mission-title {
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 900;
    color: rgba(18, 14, 12, 1);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.mission-text-wrapper {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(18, 14, 12, 1);
}

.mission-text-wrapper p {
    margin-bottom: 20px;
}

.cta-banner-wrapper {
    margin-top: 60px;
}

.cta-banner {
    background: rgba(35, 30, 32, 1);
    border-radius: 24px;
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.cta-banner h3 {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.about-cta-btn {
    background: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
}

.about-cta-btn:hover {
    transform: translateY(-2px);
}

.about-cta-arrow {
    background: #000;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.what-we-do-section {
    background: rgba(35, 30, 32, 1);
    padding: 50px 0;
  border-radius: 24px;
  margin-bottom: 40px;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.what-we-do-title {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    font-size: 48px;
}

.capabilities-section {
    padding: 100px 0;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.capabilities-section .section-title {
    margin-bottom: 60px;
    color: #1d1d1d;
    font-size: 48px;
    text-align: center;
}

.capability-card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 40px;
    border-radius: 24px;
}

.capability-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgba(18, 14, 12, 1);
}

.capability-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(18, 14, 12, 1);
}

.why-choose-section {
    background: #fff;
    padding: 100px 0;
}

.why-choose-section .hero-block-title {
    font-size: 48px;
}

.why-choose-cta-banner {
    background: rgba(35, 30, 32, 1);
    border-radius: 24px;
    padding: 40px 60px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.why-choose-cta-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    flex: 1;
}

.why-choose-cta-content p {
    line-height: 1.5;
    flex: 1;
}


@media (max-width: 1024px) {

    .gradient-container {
        padding: 0 20px;
        max-width: 100%;
    }

    .hero-block {
        gap: 30px;
        flex-direction: column;
    }

    .hero-block-title {
        font-size: 40px;
    }

    .hero-block-text {
        font-size: 16px;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .header-title-container h1 {
        font-size: 42px;
    }

    .solutions-header {
        padding: 0 20px;
    }

    .solutions-grid {
        padding: 0 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .func-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .func-title {
        font-size: 48px;
    }

    .func-card-title {
        font-size: 28px;
    }

    .software-screenshots-grid {
        grid-template-columns: 1fr;
    }

    .wide-card {
        grid-column: span 2;
    }

    .business-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .calc-grid-container {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 800px;
        padding: 0 30px;
    }

    .about-intro-section .hero-block-title,
    .mission-title,
    .what-we-do-title,
    .capabilities-section .section-title,
    .why-choose-section .hero-block-title {
        font-size: 40px;
    }

    .journey-grid,
    .what-we-do-grid,
    .capabilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-banner h3 {
        font-size: 28px;
    }

    .footer-top-section {
        flex-direction: column;
    }

    .footer-nav-links {
        gap: 30px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-subscribe {
        max-width: 100%;
    }

    .footer-bottom-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-extras-right {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .footer-nav-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Case Study Responsiveness 1024px */
    .case-study-title {
        font-size: 48px;
    }

    .case-study-details {
        max-width: 100%;
    }
}

@media (min-width: 426px) and (max-width: 768px) {

    .logo-link {
        top: 20px;
        left: 20px;
    }

    .logo-pill {
        padding: 0 !important;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .logo-pill img {
        height: 18px;
    }

    .menu-toggle {
        top: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
    }

    .menu-toggle::after {
        width: 16px;
        height: 2px;
        box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
    }

    .logo-big {
        opacity: 0;
    }

    .logo-small {
        opacity: 1;
    }

    body.scrolled .logo-pill {
        padding: 0 !important;
        width: 48px;
        height: 48px;
    }

    body.scrolled .menu-toggle {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 768px) {

    .logo-pill {
        padding: 0 !important;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .logo-pill img {
        height: 18px;
    }

    .logo-big {
        opacity: 0;
    }

    .logo-small {
        opacity: 1;
    }

    body.scrolled .logo-pill {
        padding: 0 !important;
        width: 50px;
        height: 50px;
    }

    body.scrolled .menu-toggle {
        width: 50px;
        height: 50px;
    }

    .gradient-section {
        padding: 60px 0;
    }

    .hero-block {
        margin-bottom: 40px;
    }

    .hero-block-left {
        padding: 0 15px;
    }

    .hero-block-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hero-block-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .hero-checklist li {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .nav-wrapper {
        display: none;
    }

    /* Case Study Responsiveness 768px */
    .case-study-title {
        font-size: 36px;
    }

    .case-study-details {
        gap: 20px;
    }

    .detail-label,
    .detail-group p {
        font-size: 16px;
    }

    .case-study-image-wrapper {
        border-radius: 24px;
    }

    .all-cases-btn {
        bottom: 0px;
        right: -2px;
        margin-top: -85px;
        width: fit-content;
        padding: 4px 4px 4px 12px;
    }

    .menu-toggle {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-toggle::after {
        content: "";
        display: block;
        width: 16px;
        height: 2px;
        background: #fff;
        box-shadow: 0 -5px 0 #fff, 0 5px 0 #fff;
    }

    body.scrolled .menu-toggle {
        opacity: 1;
        transform: translateX(0);
    }

    .logo-link {
        top: 15px;
        left: 15px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 40px;
    }

    .stat-item {
        padding: 30px;
    }

    .stat-number {
        font-size: 36px;
    }

    .stat-label {
        font-size: 12px;
    }

    .dashboard-mockup-simple {
        margin-bottom: 60px;
    }

    .functionality-header {
        margin-bottom: 40px;
    }

    .func-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .func-subtitle {
        font-size: 16px;
    }

    .func-cards-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    .func-card {
        padding: 30px;
    }

    .func-card-title {
        font-size: 24px;
    }

    .func-card-text {
        font-size: 16px;
    }

    .solutions-section {
        padding: 60px 20px;
    }

    .solutions-header {
        margin-bottom: 40px;
    }

    .solutions-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .wide-card {
        grid-column: span 1;
    }

    .glass-card {
        height: auto;
        padding: 25px;
        min-height: 100px;
    }

    .glass-card h3 {
        font-size: 20px;
    }

    .card-content {
        margin-top: 15px;
    }

    .card-content p {
        font-size: 16px;
    }

    .toggle-btn {
        width: 36px;
        height: 36px;
    }

    .demo-cta-section {
        padding: 60px 20px;
    }

    .demo-cta-container {
        padding: 0 20px;
    }

    .demo-cta-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .demo-cta-content h3 {
        font-size: 20px;
    }

    .demo-cta-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .demo-cta-banner {
        padding: 40px 20px;
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .demo-cta-banner h3 {
        font-size: 28px;
        line-height: 1.2;
    }

    .business-section {
        padding: 60px 20px;
    }

    .business-title {
        font-size: 28px;
    }

    .business-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .business-card {
        padding: 25px;
        min-height: auto;
    }

    .business-card-main {
        padding: 30px;
    }

    .business-card-centered {
        text-align: center;
    }

    .business-icon {
        width: 56px;
        height: 56px;
        margin: 0 auto 15px;
    }

    .business-card-title {
        font-size: 20px;
    }

    .mission-section {
        padding: 35px 20px 0px 20px;
    }

    .mission-title {
        font-size: 28px;
    }

    .mission-container {
        max-width: 100%;
    }

    .reports-section {
        padding: 60px 20px;
    }

    .reports-main-title {
        font-size: 28px;
    }

    .reports-grid {
        grid-template-columns: 1fr;
    }

    .contact-section {
        padding: 60px 20px;
    }

    .contact-title {
        font-size: 28px;
    }



    .contact-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-info {
        margin-bottom: 0;
    }

    .contact-form {
        max-width: 100%;
        margin: 0 auto;
        padding-right: 30px;
    }

    .form-group {
        width: 100%;
    }

    .calculator-header {
        min-height: 250px;
        padding-top: 100px;
    }

    .header-title-container h1 {
        font-size: 32px;
    }

    .calc-page-section {
        padding-top: 30px;
    }

    .glass-wrapper,
    .white-glass {
        padding: 25px;
        border-radius: 30px;
    }

    .calc-black-btn {
        padding: 16px;
    }

    .about-intro-section,
    .mission-statement-section,
    .what-we-do-section,
    .capabilities-section,
    .why-choose-section {
        padding: 60px 0;
    }

    .about-intro-section .hero-block-title,
    .mission-title,
    .what-we-do-title,
    .capabilities-section .section-title,
    .why-choose-section .hero-block-title {
        font-size: 32px;
    }

    .journey-grid,
    .what-we-do-grid,
    .capabilities-grid {
        grid-template-columns: 1fr;
    }

    .cta-banner {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
        padding: 30px;
    }

    .cta-banner h3 {
        font-size: 24px;
    }

    .why-choose-cta-content {
        flex-direction: column;
        gap: 20px;
    }

    .capability-card {
        padding: 30px;
    }

    .capability-card h3 {
        font-size: 22px;
    }

    .journey-section {
        margin-top: 60px;
    }

    .error-section-wrapper-404 {
        min-height: 60vh;
        justify-content: flex-start;
        padding-top: 120px;
    }

    .glass-404 {
        font-size: 40vw;
        -webkit-text-stroke: 2px rgba(255, 255, 255, 0.7);
        margin-bottom: 20px;
    }

    .calc-h2.error-title-404 {
        font-size: 1.8rem;
    }

    .error-btn {
        margin-top: 30px;
    }

    .main-footer {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 40px 0;
        text-align: center;
    }

    .footer-container {
        padding: 0 20px;
    }

    .footer-nav-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .footer-nav-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        text-align: center;
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-column h4 {
        font-size: 16px;
        margin-bottom: 15px;
        width: 100%;
    }

    .footer-column a {
        font-size: 14px;
        width: 100%;
    }

    .newsletter-input-wrapper {
        margin: 10px auto 0;
        max-width: 400px;
    }

    .subscribe-form {
        flex-direction: column;
        border: none;
        background: transparent;
        padding: 0;
    }

    .subscribe-form input {
        width: 100%;
        border: 1px solid #4a4a4a;
        border-radius: 999px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }

    .subscribe-form button {
        width: 100%;
    }

    .why-choose-cta-content h3 {
        font-size: 28px;
    }

    .footer-legal-row {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .footer-extras-right {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .certs-img {
        height: 80px;
    }
}

@media (max-width: 600px) {

    .demo-modal-card {
        padding: 25px;
        width: 95%;
    }

    .demo-modal-row {
        flex-direction: column;
        gap: 0;
    }

    .demo-modal-group.halved {
        width: 100%;
    }

    .demo-modal-title {
        font-size: 20px;
    }

    .demo-modal-messenger-combo {
        height: 48px;
    }

    .demo-modal-messenger-selector {
        padding: 0 10px;
    }

    .demo-modal-messenger-input-field {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {

    .gradient-section {
        padding: 40px 0;
        min-height: auto;
    }

    .request-demo-overlay {
        position: absolute;
        top: 2px;
        left: -1px;
        background: #fff;
        color: rgba(35, 30, 32, 1);
        padding: 3px 3px 3px 3px;
        border-radius: 9999px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 20px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .gradient-container {
        padding: 0 15px;
    }

    /* Case Study Responsiveness 425px */
    .case-study-title {
        font-size: 28px;
    }

    .detail-label,
    .detail-group p {
        font-size: 14px;
    }

    .case-study-image-wrapper {
        border-radius: 16px;
    }

    .all-cases-btn {
        margin-top: 15px;
        font-size: 14px;
    }

    .all-cases-arrow {
        width: 32px;
        height: 32px;
    }

    .hero-block {
        margin-bottom: 30px;
    }

    .hero-block-left {
        padding: 0;
    }

    .hero-block-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hero-block-text {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .hero-checklist li {
        font-size: 13px;
        gap: 10px;
        margin-bottom: 10px;
    }

    .why-choose-cta-content h3 {
        font-size: 32px;
    }

    .check-icon {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .logo-link {
        top: 12px;
        left: 12px;
    }

    .logo-pill {
        padding: 0 !important;
        width: 54px;
        height: 54px;
        border-radius: 50%;
    }

    .logo-pill img {
        height: 16px;
    }

    .menu-toggle {
        top: 12px;
        right: 12px;
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
    }

    .menu-toggle::after {
        width: 14px;
        height: 1.5px;
        box-shadow: 0 -4px 0 #fff, 0 4px 0 #fff;
    }

    body.scrolled .logo-pill {
        width: 44px;
        height: 44px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 30px;
    }

    .stat-item {
        padding: 20px;
    }

    .stat-number {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .stat-label {
        font-size: 11px;
    }

    .dashboard-mockup-simple {
        margin-bottom: 40px;
        border-radius: 20px;
    }

    .functionality-header {
        margin-bottom: 30px;
    }

    .func-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .func-subtitle {
        font-size: 14px;
        white-space: normal;
    }

    .func-cards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }

    .footer-brand-left {
        align-items: center;
        text-align: center;
    }

    .func-card {
        padding: 20px;
    }

    .func-card-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .func-card-text {
        font-size: 14px;
    }

    .software-screenshots-grid {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        scroll-snap-type: x mandatory;
        padding: 0 0 10px 0;
        margin-bottom: 30px;
    }

    .screenshot-card {
        flex: 0 0 calc(100% - 10px);
        scroll-snap-align: start;
        min-width: 280px;
        padding: 15px;
        border-radius: 16px;
    }

    .screenshot-card img {
        border-radius: 12px;
    }

    .solutions-section {
        padding: 40px 15px;
        min-height: auto;
    }

    .solutions-header {
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .section-subtitle {
        font-size: 14px;
        white-space: normal;
    }

    .solutions-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        padding: 0 0 10px 0;
        margin-bottom: 20px;
    }

    .glass-card {
        flex: 0 0 calc(100% - 10px);
        scroll-snap-align: start;
        min-width: 280px;
        height: auto;
        padding: 20px;
        border-radius: 16px;
        min-height: 150px;
    }

    .wide-card {
        grid-column: auto;
        flex: 0 0 calc(100% - 10px);
    }

    .glass-card h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .card-content {
        margin-top: 10px;
    }

    .card-content p {
        font-size: 14px;
    }

    .icon-box {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .icon-box svg {
        width: 20px;
        height: 20px;
    }

    .toggle-btn {
        width: 32px;
        height: 32px;
    }

    .demo-cta-section {
        padding: 40px 15px;
    }

    .demo-cta-container {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .demo-cta-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .demo-cta-content h3 {
        font-size: 16px;
    }

    .demo-cta-content p {
        font-size: 14px;
    }

    .demo-cta-banner {
        padding: 20px;
        border-radius: 16px;
        margin-top: 20px;
    }

    .demo-cta-banner h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .demo-cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .business-section {
        padding: 40px 15px;
        min-height: auto;
    }

    .business-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .business-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        padding: 0 0 10px 0;
    }

    .business-card {
        flex: 0 0 calc(100% - 10px);
        scroll-snap-align: start;
        min-width: 280px;
        padding: 20px;
        border-radius: 16px;
        min-height: auto;
    }

    .business-card-main {
        flex: 0 0 calc(100% - 10px);
        padding: 25px;
    }

    .business-card-centered {
        text-align: center;
    }

    .business-icon {
        width: 48px;
        height: 48px;
        margin: 0 auto 12px;
    }

    .business-card-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .business-description {
        font-size: 14px;
    }

    .mission-container {
        align-items: center;
        text-align: center;
    }

    .mission-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .mission-text-content p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .mission-image-wrapper-rel {
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
    }

    .mission-cta-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .reports-section {
        padding: 40px 15px;
        min-height: auto;
    }

    .reports-container {
        max-width: 100%;
    }

    .reports-main-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .reports-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        padding: 0 0 10px 0;
        margin-bottom: 20px;
    }

    .report-card {
        flex: 0 0 calc(100% - 10px);
        scroll-snap-align: start;
        min-width: 280px;
        padding: 20px;
        border-radius: 16px;
    }

    .report-category {
        font-size: 12px;
    }

    .report-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .report-excerpt {
        font-size: 13px;
    }

    .report-image-wrapper {
        height: 150px;
        margin: 15px 0;
        border-radius: 12px;
    }

    .contact-section {
        padding: 40px 15px;
    }

    .contact-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .contact-content-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .info-group {
        margin-bottom: 20px;
    }

    .info-group label {
        font-size: 12px;
    }

    .info-group p,
    .info-group a {
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .form-group label {
        font-size: 13px;
    }

    .form-group input,
    .form-group textarea {
        font-size: 14px;
        padding: 10px 12px;
    }

    .form-group textarea {
        min-height: 100px;
    }

    .submit-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .calc-grid-container {
        padding: 0 15px;
        gap: 20px;
    }

    .header-title-container {
        padding: 0 15px;
    }

    .header-title-container h1 {
        font-size: 24px;
        word-wrap: break-word;
    }

    .glass-wrapper,
    .white-glass {
        padding: 20px;
        border-radius: 20px;
    }

    .calc-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .calc-row label,
    .checkbox-row>label {
        flex: auto;
        width: 100%;
        margin-bottom: 2px;
    }

    .calc-row input[type="number"],
    .calc-row input[type="text"] {
        width: 100%;
        box-sizing: border-box;
    }

    .res-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .res-row input {
        text-align: left;
        width: 100%;
        padding-left: 0;
    }

    .cb-wrap {
        justify-content: flex-start;
        width: 100%;
    }

    .label-col {
        width: 100%;
    }

    .main-footer {
        padding: 40px 15px;
    }

    .footer-nav-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .footer-column {
        align-items: center;
    }

    .newsletter-input-wrapper {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-column h4 {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .footer-column a {
        font-size: 13px;
    }

    .footer-newsletter h4 {
        font-size: 14px;
    }

    .newsletter-input-wrapper {
        margin-top: 10px;
    }

    .footer-bottom {
        padding: 20px 0;
        text-align: center;
    }

    .footer-logo-img {
        height: 24px;
    }

    .tagline {
        font-size: 13px;
        margin: 10px 0;
    }

    .copyright {
        font-size: 12px;
    }

    .footer-legal-links {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer-legal-links a {
        font-size: 12px;
    }
}

/* --- Blog Page Styles --- */
.blog-header-section {
    min-height: auto;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(252, 241, 132, 1) 0%, rgba(250, 170, 120, 0) 50%),
        radial-gradient(circle at 90% 80%, rgba(252, 241, 132, 0.8) 0%, rgba(250, 170, 120, 0) 45%),
        radial-gradient(circle at 50% 60%, rgba(255, 160, 100, 0.4) 0%, transparent 55%);
}

.blog-header-section .header-title-container {
    margin-top: 150px;
    text-align: left;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.blog-header-section h1 {
    font-family: 'Inter', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: var(--text-dark);
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.blog-main-section {
    background-color: var(--primary-dark);
    padding: 80px 0;
    color: var(--white);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-filters-header {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 900;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    max-width: 900px;
    line-height: 1.1;
    color: var(--white);
    text-align: center;
}

.blog-filters-scroll-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blog-filters-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.blog-filters {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
}

.filter-btn {
    background: var(--white);
    color: var(--primary-dark);
    border: none;
    padding: 12px 28px;
    border-radius: 9999px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.filter-btn:hover {
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--white);
    color: var(--primary-dark);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 100%;
    box-sizing: border-box;
}



.blog-card-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-grow: 1;
}

.blog-card-category {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.blog-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--white);
    margin: 0;
}

.blog-card-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/10;
    width: 100%;
    margin-top: auto;
}

.blog-image-wrapper.yellow-bg {
    background-color: #FCF184;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-image-wrapper:hover .blog-image {
    transform: scale(1.05);
}

.blog-image.contain {
    object-fit: contain;
    width: 50%;
    height: 50%;
}

.blog-arrow-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--white);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    transition: all 0.3s ease;
    z-index: 2;
}

.blog-arrow-btn svg {
    width: 20px;
    height: 20px;
    color: var(--black);
}

.blog-arrow-btn:hover {
    background: var(--white);
    color: var(--black);
    transform: scale(1.1);
}

/* Body gradient background on Blog page */
.gradient-bg {
    background: linear-gradient(180deg, rgba(255, 250, 245, 0.98) 0%, rgba(245, 240, 235, 0.95) 50%, #f8f6f3 100%);
}

/* LinkedIn widget wrapper on Blog page */
.blog-linkedin-wrapper {
    min-height: 320px;
    width: 100%;
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-header-section h1 {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-header-section h1 {
        font-size: 48px;
    }

    .blog-subtitle {
        font-size: 28px;
    }

    .blog-filters-header {
        margin-bottom: 40px;
    }
}

.partners-hero-section {
    /* Inherits calculator-header global styles */
    padding-top: 2rem;
}

.header-title-container h1 {
    color: #FFFFFF;
    font-size: 4.5rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0;
    text-transform: uppercase;
}

.partners-page-content {
    background: #FFFFFF;
    padding: 5rem 0;
    color: #111111;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.partners-layout-grid {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 5rem;
}

.partners-main-title {
    font-size: 72px;
    font-weight: 900;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.form-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #111111;
}

.partner-form-group {
    margin-bottom: 1.5rem;
}

.partner-form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6B7280;
    margin-bottom: 0.5rem;
}

.partner-form-group textarea {
    border-radius: 20px;
    resize: vertical;
}

.partner-form-group input:focus,
.partner-form-group textarea:focus {
    border-color: #111111;
}

.form-divider {
    border: none;
    border-top: 1px solid #111111;
    margin: 3rem 0;
    width: 100%;
}

.partner-form-group input,
.partner-form-group textarea {
    width: 100%;
    padding: 0.75rem 1.25rem;
    border: 1px solid var(--border-light);
    border-radius: 9999px;
    font-family: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
    /* Fix for divider alignment */
}

.partner-form-checkbox {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.partner-form-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.partner-form-checkbox label {
    font-size: 0.875rem;
    color: #111111;
}

.partner-form-checkbox a {
    color: inherit;
    text-decoration: underline;
}

.partner-submit-btn {
    background: #0F0D0B;
    color: #FFFFFF;
    border: none;
    padding: 8px 8px 8px 40px;
    border-radius: 100px;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.partner-submit-btn:hover {
    transform: scale(1.02);
    background: #000000;
}

.submit-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    color: #111111;
    border-radius: 50%;
}

/* Info Column */
.partner-contact-group {
    margin-bottom: 2.5rem;
}

.partner-contact-group label {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.partner-contact-group p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #111111;
    margin: 0;
}

.partner-contact-group a {
    color: #111111;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .partners-layout-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .header-title-container h1 {
        font-size: 3rem;
    }

    .partners-main-title {
        text-align: left;
        font-size: 40px;
        margin-bottom: 2rem;
    }

    .form-section-title {
        text-align: left;
    }

    .partner-form-group {
        width: 100%;
    }

    .partner-submit-btn {
        margin: 0 auto;
    }

    .partner-contact-group {
        text-align: center;
    }
}