html, body {
    height: 100%;
    font-family: 'Manrope', sans-serif;
    line-height: 1.5;
    color: #333;
    background: #f9f9f9;
    margin: 0;
}


img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}


input, button, textarea, select {
    font: inherit;
}


a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.site-full {
    background: #ffffff;
    max-width: 1920px;
    margin: 0 auto;
}

header .main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    height: 85px;
}

.header-elements-menu {
    display: flex;
    justify-content: space-between;
    width: 28%;
}

.header-logo {
    cursor: pointer;
}

.header-menu-item {
    position: relative;
}

.header-menu-item a {
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    color: #000;
    position: relative;
}

.header-menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #D8441D;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.header-menu-item:hover a::after {
    transform: scaleX(1);
}

.header-elements-menu a {
    font-size: 16px;
    color: #0B0A1A;
    font-weight: 600;
    text-transform: uppercase;
}

.site-contact-button {
    width: 170px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 8px;
    background: linear-gradient(270deg, #D9451C 0%, #B52732 99.02%, #99151F 112.94%);
    font-size: 14px;
    transition: ease all 0.3s;
    cursor: pointer;
}

.site-contact-button:hover {
    background: linear-gradient(270deg, #D9451C -78.53%, #B52732 46.44%, #99151F 100%);
}

.site-contact-button-reverted {
    width: 170px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(216, 68, 29, 1);
    border-radius: 8px;
    background: #ffffff;
    border: 2px solid rgba(216, 68, 29, 1);
    font-size: 14px;
    cursor: pointer;
    transition: ease all 0.3s;
}

.site-contact-button-reverted:hover {
    background: linear-gradient(270deg, #D9451C 0%, #B52732 99.02%, #99151F 112.94%);
    color: #ffffff;
}

.main-container {
    max-width: 1300px;
    margin: 0 auto;
}

.site-main {
    margin-top: 117px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.site-main .site-full-top {
    background: url("./img/square_background.jpg") no-repeat center;
    background-size: cover;
    height: 768px;
}

.main-container-top {
    display: flex;
    justify-content: space-between;
}

.top-site-description {
    width: 50%;
    padding-top: 160px;
}

.top-site-description .site-contact-button {
    margin-top: 50px;
}

.top-site-description h1 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 500;
}

.top-site-description h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

.top-blocks {
    position: relative;
    width: 40%;
}

.top-block {
    width: 417px;
    height: 336px;
    padding: 32px;
    box-shadow: 16px 16px 48px 0px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.25);
    border-radius: 24px;
}

.top-block h3, .top-block h4 {
    color: #ffffff;
}

.top-block h3 {
    font-size: 24px;
    font-weight: 500;
}

.top-block h4 {
    font-size: 16px;
    font-weight: 400;
}

.top-block-left {
    position: absolute;
    top: 40px;
    left: -99px;
}

.top-block-right {
    position: absolute;
    bottom: -235px;
    right: -72px;
}

.site-full-tech {
    background: #ffffff;
    padding-top: 82px;
    padding-bottom: 82px;
}

.common-title {
    color: #918FA7;
    font-size: 24px;
    text-transform: uppercase;
}

.our-benefits {
    background: linear-gradient(360deg, #F7F7F9 0%, #FFFFFF 100%);
    padding-bottom: 82px;
}

.benefits-list {
    display: flex;
    justify-content: space-between;
}

.benefits-list-item {
    display: flex;
    align-items: center;
    color: #4F4E68;
    font-size: 24px;
}

.benefits-list-item svg {
    min-width: 32px;
}

.benefits-list-item span:nth-of-type(1) {
    margin-right: 24px;
}

.benefits-list-item {
    margin-bottom: 24px;
}

.common-sub-title {
    color: #0B0A1A;
    font-size: 38px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 12px;
}

.common-desc {
    color: #4F4E68;
    font-size: 20px;
    margin-bottom: 48px;
}

.tech-blocks-title {
    color: #918FA7;
    font-size: 24px;
    text-transform: uppercase;
}

.tech-blocks-title-main {
    color: #0B0A1A;
    font-size: 38px;
    margin-top: 48px;
}

.tech-blocks-title-desc {
    color: #4F4E68;
    font-size: 20px;
    margin-top: 12px;
}

.tech-blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.tech-block {
    width: 27%;
    background: linear-gradient(122.99deg, #F7F7F9 0%, #F1F2F3 100%);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.tech-block-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tech-block-item img {
    max-width: 96px;
    height: auto;
}

.tech-block-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #0B0A1A;
}

.tech-block-item-desc {
    margin-top: 12px;
}

.tech-block-list {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    flex-grow: 1;
}

.tech-block-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #4F4E68;
    line-height: 1.4;
}

.tech-block-list li:last-child {
    margin-bottom: 0;
}

.tech-block-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D8441D;
}

.tech-block-item-result {
    margin-top: auto;
}

.tech-block-item-result-label {
    font-weight: 600;
    color: #0B0A1A;
    font-size: 15px;
    margin-bottom: 8px;
}

.tech-block-item-result-text {
    font-size: 15px;
    color: #4F4E68;
    line-height: 1.4;
}

.site-full-projects {
    padding-top: 82px;
    padding-bottom: 82px;
    background: linear-gradient(180deg, #F7F7F9 0%, #FFFFFF 100%);
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.projects-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.projects-block {
    width: 27%;
}

.projects-block {
    flex: 0 0 calc((100% - 48px) / 3);
}

.projects-block-item-title {
    color: #918FA7;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 12px;
}

.projects-block-item-name {
    color: #0B0A1A;
    font-size: 24px;
    margin-bottom: 4px;
}

.projects-block-item-desc {
    color: #4F4E68;
    font-size: 16px;
}

.projects-block-item:hover .projects-block-item-name {
    color: #D8441D;
}

.more-projects-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.site-full-partner {
    padding-top: 82px;
    padding-bottom: 82px;
    background: #ffffff;
}

.main-container-partner {
    background: linear-gradient(270deg, #D9451C 0%, #B52732 100%);
    height: 153px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
}

.pro-icon {
    display: inline-block;
    padding-left: 32px;
    width: 15%;
}

.pro-text-desc {
    color: #ffffff;
    font-size: 12px;
}

.pro-text {
    display: inline-block;
    padding-right: 32px;
    width: 78%;
}

.pro-text-title {
    font-size: 24px;
    color: #ffffff;
}

.pro-text-title-desc {
    font-size: 16px;
    color: #ffffff;
}

.site-full-contacts {
    background: #ffffff;
}

.site-full-contacts .main-container {
    display: flex;
    justify-content: space-between;
}

.contact-left-block {
    width: 32%;
}

.contact-left-block-item {
    padding: 32px;
    background: linear-gradient(122.99deg, #F7F7F9 0%, #F1F2F3 100%);
}

.contact-left-block-item:nth-of-type(1) {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin-bottom: 4px;
}

.contact-left-block-item:nth-of-type(2) {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.contact-left-block-item-title {
    font-size: 18px;
    font-weight: 500;
    color: #0B0A1A;
    margin-top: 12px;
    margin-bottom: 12px;
}

.contact-left-block-item-desc {
    font-size: 14px;
    color: #4F4E68;
}

.contact-right-block {
    padding-top: 36px;
    width: 60%;
}

.contact-right-block-title {
    color: #918FA7;
    font-size: 24px;
    text-transform: uppercase;
}

.contact-right-block-sub-title {
    font-size: 38px;
    font-weight: 600;
    margin-top: 48px;
    margin-bottom: 40px;
}

.contact-right-block-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.contact-right-block-list-item a, .contact-right-block-list-item-data {
    font-size: 20px;
    color: #0B0A1A;
}

.contact-right-block-list-item:nth-of-type(1) .contact-right-block-list-item-line {
    width: 54%;
}

.contact-right-block-list-item:nth-of-type(2) .contact-right-block-list-item-line {
    width: 56%;
}

.contact-right-block-list-item:nth-of-type(3) .contact-right-block-list-item-line {
    width: 21%;
}

.contact-right-block-list-item:nth-of-type(4) .contact-right-block-list-item-line {
    width: 36%;
}

.contact-right-block-list-item:nth-of-type(5) .contact-right-block-list-item-line {
    width: 74%;
}

.contact-right-block-list-item-icon {
    display: flex;
    align-items: center;
}

.contact-right-block-list-item-icon svg {
    margin-right: 12px;
}

.contact-right-block-list-item-line {
    display: flex;
    align-items: center;
}

.middle-line {
    width: 100%;
    height: 1px;
    background: #EBEBEB;
}

.site-footer {
    background: #ffffff;
    padding-top: 82px;
    padding-bottom: 40px;
    text-align: center;
}

.site-cookies {
    font-size: 14px;
    color: #4F4E68;
    margin-bottom: 30px;
}

.site-footer small {
    display: inline-block;
    font-size: 14px;
    color: #0B0A1A;
    margin-top: 0;
}

#contact-form.highlight {
    box-shadow: 0 0 20px rgba(255, 200, 0, 0.8);
    transition: box-shadow 0.6s ease;
}

.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
    z-index: 1100;
}

.burger-menu span {
    display: block;
    height: 3px;
    background: #0B0A1A;
    border-radius: 2px;
    transition: 0.3s;
}

.mobile-nav {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 85px;
    right: 0;
    width: 150px;
    height: 120px;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    gap: 20px;
    z-index: 1000;
}

.mobile-nav a {
    font-size: 18px;
    font-weight: 600;
    color: #0B0A1A;
    text-transform: uppercase;
}

.mobile-nav.active {
    display: flex;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.site-full-useful {
    background: #EBEBEB;
    padding-top: 80px;
    padding-bottom: 80px;
}

.site-full-useful .tech-blocks-title-main {
    margin-top: 0;
}

.useful-blocks {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
}

.useful-col {
    width: 48%;
}

.useful-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.useful-item svg {
    min-width: 24px;
    margin-right: 16px;
}

.useful-item span {
    font-size: 16px;
    color: #4F4E68;
}

@media (max-width: 768px) {
    .header-elements-menu {
        display: none;
    }

    .burger-menu {
        display: flex;
    }

    .projects-blocks {
        gap: 20px;
        text-align: center;
    }

    .benefits-list {
        flex-wrap: wrap;
    }

    .benefits-list-side {
        width: 100%;
    }

    .projects-blocks img {
        margin: 0 auto;
    }

    .projects-block {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 1450px) {
    .top-block-right {
        right: 10px;
    }
}

@media (max-width: 1320px) {
    .main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 1024px) {
    header .main-container {
        flex-direction: row;
        padding: 0 20px;
        height: 117px;
    }

    .header-elements-menu {
        width: auto;
        gap: 20px;
    }

    .site-main {
        margin-top: 90px;
    }

    .main-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-main .site-full-top {
        height: auto;
        padding-bottom: 24px;
    }

    .top-block h3 {
        font-size: 20px;
    }

    .top-block h4 {
        font-size: 14px;
    }

    .contact-right-block-list-item {
        justify-content: flex-start;
    }

    .contact-right-block-list-item .contact-right-block-list-item-data {
        margin-left: 20px;
    }

    .contact-right-block-list-item a, .contact-right-block-list-item-data,
    .contact-right-block-list-item-title {
        font-size: 14px;
    }

    .contact-right-block-list-item-icon {
        width: 35%;
    }

    .contact-right-block-list-item-data {
        width: 65%;
    }

    .contact-right-block-list-item .contact-right-block-list-item-line {
        display: none;
    }

    .top-site-description .site-contact-button {
        margin: 0 auto;
    }

    .main-container-top {
        flex-direction: column;
        align-items: center;
    }

    .top-site-description {
        width: 100%;
        padding-top: 20px;
        text-align: center;
    }

    .top-blocks {
        width: 100%;
        margin-top: 40px;
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .top-block {
        width: 45%;
        position: static;
        height: auto;
    }

    .tech-blocks {
        flex-wrap: wrap;
        gap: 20px;
    }

    .tech-block {
        width: 100%;
    }

    .projects-blocks {
        flex-wrap: wrap;
        gap: 24px;
    }

    .projects-block {
        flex: 0 0 calc((100% - 24px) / 2);
        width: auto;
    }

    .main-container-partner {
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 20px;
    }

    .pro-icon,
    .pro-text {
        width: 100%;
        padding: 0;
    }

    .site-full-contacts .main-container {
        flex-direction: column;
        gap: 30px;
    }

    .contact-left-block,
    .contact-right-block {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .top-site-description .site-contact-button {
        max-width: 170px;
        font-size: 14px;
    }

    .header-elements-menu {
        display: none;
    }

    .top-site-description h1 {
        font-size: 38px;
    }

    .top-site-description h2 {
        font-size: 20px;
    }

    .top-block {
        width: 100%;
    }

    .tech-block {
        width: 100%;
    }

    .projects-block {
        flex: 0 0 100%;
        width: 100%;
    }

    .common-sub-title {
        font-size: 38px;
    }

    .contact-right-block-sub-title {
        font-size: 28px;
    }

    .site-contact-button,
    .site-contact-button-reverted {
        width: 100%;
        max-width: 280px;
    }

    .header-contact {
        display: none;
    }

    .projects-block-item-desc,
    .projects-block-item-name {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .top-site-description {
        padding-top: 80px;
    }

    .top-site-description h1 {
        font-size: 22px;
    }

    .top-site-description h2 {
        font-size: 20px;
    }

    .pro-text-title {
        font-size: 18px;
    }

    .pro-text-title-desc {
        font-size: 14px;
    }

    .contact-right-block-list-item a,
    .contact-right-block-list-item-data {
        font-size: 16px;
    }

    .site-cookies,
    .site-footer small {
        font-size: 12px;
    }
}

/* ========== Project page ========== */
.site-main-project {
    margin-top: 117px;
}

.site-main-project .site-contact-button {
    text-decoration: none;
}

.project-hero {
    position: relative;
    min-height: 560px;
    background: #1a1625;
    overflow: hidden;
}

.project-hero-bg {
    position: absolute;
    inset: 0;
    background: #1a1625;
    opacity: 0.95;
}

.project-hero-bg.project-hero-corona-bg {
    background: url(./img/corona.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-essay-bg {
    background: url(./img/essay.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-connecttop-bg {
    background: url(./img/connecttop.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-sentio-bg {
    background: url(./img/sentio.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-billsync-bg {
    background: url(./img/billsync.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-myleap-bg {
    background: url(./img/myleap.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-ppcshield-bg {
    background: url(./img/ppcshield.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg.project-hero-shop-bg {
    background: url(./img/shop.jpg) no-repeat center;
    background-size: cover;
}

.project-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(216, 68, 29, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(120, 80, 160, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.project-hero-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.project-hero-content {
    flex: 0 1 50%;
}

.project-hero-label {
    font-size: 16px;
    color: #EBEBEB;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.project-hero-title {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px 0;
    line-height: 1.2;
}

.project-hero-desc {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 24px 0;
    font-weight: 400;
}

.project-hero-benefits {
    box-shadow: 16px 16px 48px 0px #00000059;
    backdrop-filter: blur(30px);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 28px;
}

.project-hero-benefits ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-hero-benefits li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.project-hero-benefits li:last-child {
    margin-bottom: 0;
}

.project-hero-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background: #D8441D;
    border-radius: 50%;
}

.project-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.project-hero-buttons .site-contact-button,
.project-hero-buttons .site-contact-button-reverted {
    text-decoration: none;
}

.project-hero-buttons .site-contact-button,
.project-hero-buttons .site-contact-button-reverted {
    width: 231px;
}

.project-hero-buttons .site-contact-button {
    height: 42px;
}

.project-hero-visual {
    flex: 0 1 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.project-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.project-placeholder-hero {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.project-about {
    background: #fff;
    padding: 80px 0;
}

.project-section-title {
    font-size: 38px;
    font-weight: 600;
    color: #0B0A1A;
    margin: 0 0 40px 0;
}

.project-about-container {
    max-width: 1300px;
}

.project-about-grid {
    display: grid;
    grid-template-columns: 1fr 417px;
    gap: 48px;
    align-items: start;
}

.project-about-text {
    font-size: 18px;
    color: #4F4E68;
    line-height: 1.65;
}

.project-about-text p {
    margin: 0 0 16px 0;
}

.project-about-text p:last-child {
    margin-bottom: 0;
}

.project-about-sidebar {
    background: linear-gradient(122.99deg, #F7F7F9 0%, #F1F2F3 100%);
    border-radius: 16px;
    padding: 24px 28px;
}

.project-about-sidebar span:nth-of-type(1) {
    font-weight: 600;
    color: #0B0A1A;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.project-about-sidebar span:nth-of-type(2) {
    text-align: left;
    width: 80%;
}

.project-about-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-about-sidebar li {
    position: relative;
    padding-left: 16px;
    font-size: 15px;
    color: #0B0A1A;
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}

.project-about-sidebar li:last-child {
    margin-bottom: 0;
}

.project-about-sidebar li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3em;
    width: 8px;
    height: 8px;
    background: #D8441D;
    border-radius: 50%;
}

.project-task {
    background: linear-gradient(180deg, #F7F7F9 0%, #EEEEF0 100%);
    padding: 70px 0;
}

.project-task-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 48px;
}

.project-task-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 20px;
    color: #4F4E68;
}

.project-task-item-desc {
    color: #0B0A1A;
    font-size: 24px;
    font-weight: 400;
}

.project-task-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: rgba(216, 68, 29, 0.2);
    border-radius: 6px;
    position: relative;
}

.project-task-icon::after {
    content: "";
    position: absolute;
    inset: 6px;
    background: #D8441D;
    border-radius: 2px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 80%, 60% 100%, 0 100%);
}

.project-task-icon-doc::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    inset: 4px;
}

.project-task-icon-clock::after {
    clip-path: circle(40% at 50% 50%);
    inset: 5px;
}

.project-task-icon-warn::after {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    inset: 4px;
}

.project-architecture {
    background: #fff;
    padding: 80px 0;
}

.project-architecture-container {
    max-width: 1300px;
}

.project-architecture-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.project-architecture-subtitle {
    font-size: 24px;
    font-weight: 400;
    color: #0B0A1A;
    margin: 0 0 20px 0;
}

.project-architecture-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-architecture-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #4F4E68;
    line-height: 1.5;
}

.project-architecture-list li:last-child {
    margin-bottom: 0;
}

.project-architecture-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 8px;
    height: 8px;
    background: #D8441D;
    border-radius: 50%;
}

.project-placeholder-diagram {
    width: 100%;
    margin-bottom: 16px;
}

.project-placeholder-diagram img {
    width: 100%;
    height: auto;
}

.project-architecture-note {
    font-size: 20px;
    color: #0B0A1A;
    margin: 0;
    line-height: 1.5;
}

.project-results {
    background: linear-gradient(180deg, #F7F7F9 0%, #EEEEF0 100%);
    padding: 80px 0;
}

.project-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 48px;
}

.project-results-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-results-value {
    font-size: 60px;
    font-weight: 600;
    color: #D8441D;
    line-height: 1.1;
}

.project-results-label {
    font-size: 24px;
    color: #4F4E68;
}

.project-tech {
    background: #fff;
    padding: 56px 0 72px;
}

.project-tech-title {
    font-size: 24px;
    font-weight: 600;
    color: #0B0A1A;
    text-align: center;
    margin: 0 0 24px 0;
}

.project-tech-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 4px;
    font-size: 16px;
    color: #4F4E68;
}

.project-tech-list span {
    background: linear-gradient(122.99deg, #F7F7F9 0%, #F1F2F3 100%);
    border-radius: 50px;
    padding: 8px 16px;
}

.project-tech-sep {
    color: #EBEBEB;
    user-select: none;
}

#architecture.highlight {
    box-shadow: inset 0 0 0 2px rgba(216, 68, 29, 0.3);
    transition: box-shadow 0.4s ease;
}

html.cookie-consent-done #cookieBanner,
.cookies-sticky--hidden {
    display: none !important;
}

.cookies-sticky {
    position: fixed;
    z-index: 9999;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    max-width: min(1300px, calc(100vw - 32px));
    width: calc(100vw - 32px);
    background: linear-gradient(270deg, #D9451C 0%, #B52732 100%);
    border-radius: 24px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 24px 24px 24px clamp(100px, 12vw, 140px);
}

.cookies-sticky-img {
    position: absolute;
    left: 16px;
    bottom: 8px;
    width: clamp(64px, 18vw, 100px);
    flex-shrink: 0;
    pointer-events: none;
}

.cookies-sticky-img img {
    display: block;
    width: 100%;
    height: auto;
}

.cookies-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.cookies-text {
    flex: 1 1 200px;
    min-width: 0;
    color: #EBEBEB;
    font-size: 16px;
    line-height: 1.45;
}

.cookies-text-data {
    max-width: 52em;
}

.cookies-policy-link {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cookies-policy-link:hover {
    text-decoration: none;
}

.close-cookies {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.close-cookies:hover {
    background: rgba(255, 255, 255, 0.12);
}

.close-cookies:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.cookies-button {
    flex: 0 0 auto;
    width: 240px;
    max-width: 100%;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    color: #D8441D;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    font-size: 15px;
    -webkit-tap-highlight-color: transparent;
}

.cookies-button:hover {
    filter: brightness(1.03);
}

.cookies-button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

@media (max-width: 900px) {
    .cookies-sticky {
        padding: 52px 20px 20px 20px;
        gap: 14px;
    }

    .cookies-sticky-img {
        display: none;
    }

    .cookies-title {
        font-size: 20px;
    }

    .cookies-text {
        font-size: 15px;
        flex-basis: 100%;
    }

    .cookies-button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .cookies-sticky {
        bottom: 12px;
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        border-radius: 16px;
        padding: 48px 16px 16px;
    }

    .cookies-title {
        font-size: 18px;
    }

    .cookies-text {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .site-main-project {
        margin-top: 90px;
    }

    .project-hero-container {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .project-hero-content {
        flex: none;
    }

    .project-hero-benefits {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .project-hero-buttons {
        justify-content: center;
    }

    .project-hero-visual {
        flex: none;
        justify-content: center;
    }

    .project-placeholder-hero {
        max-width: 100%;
    }

    .project-about-grid,
    .project-architecture-grid {
        grid-template-columns: 1fr;
    }

    .project-task-grid,
    .project-results-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .project-hero-title {
        font-size: 28px;
    }

    .project-hero-desc {
        font-size: 16px;
    }

    .project-section-title {
        font-size: 28px;
    }

    .project-results-value {
        font-size: 32px;
    }

    .project-tech-list {
        font-size: 14px;
    }
}

/* Privacy Policy Styles */
.site-main-policy {
    background: #f9f9f9;
}

.policy-section {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #ffffff;
}

.policy-title {
    font-size: 32px;
    font-weight: 600;
    color: #0B0A1A;
    margin-bottom: 40px;
}

.policy-content p {
    font-size: 16px;
    color: #4F4E68;
    line-height: 1.6;
    margin-bottom: 24px;
}

.footer-separator {
    width: 100%;
    border-top: 2px dashed #0081C9;
    margin-bottom: 20px;
}

.footer-policy-link {
    display: block;
    font-size: 14px;
    color: #4F4E68;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    text-decoration: underline;
}

.footer-policy-link:hover {
    color: #D8441D;
    text-decoration: none;
}

@media (max-width: 768px) {
    .policy-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .policy-content p {
        font-size: 14px;
    }
    .policy-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
