.sections {
    position: relative;
    width: 100%;
    height: 100vh;
}

.section {
    position: fixed;
    inset: 0;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition:
            opacity 0.7s ease,
            transform 0.7s ease,
            filter 0.7s ease;
}

.section.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    z-index: 2;
}

.section-scroll {
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-title h2 span {
    display: block;
    padding-left: 60px;
}

.section-title .container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    max-width: 900px;
    position: relative;
}

.section-title .container > * {
    position: relative;
    z-index: 1;
}

.section-title .container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100vh;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221%22%20height%3D%22665%22%20viewBox%3D%220%200%201%20665%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.5%20665L0.5%202.02656e-05%22%20stroke%3D%22url(%23paint0_linear_109_489)%22/%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_109_489%22%20x1%3D%221%22%20y1%3D%22665%22%20x2%3D%221%22%20y2%3D%220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3Cstop%20offset%3D%220.508617%22%20stop-color%3D%22white%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1px 665px;
    pointer-events: none;
    opacity: 1;
    z-index: 0;
}

.section-title-two .container::before{
	content: "";
    position: absolute;
    left: 232px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100vh;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221%22%20height%3D%22665%22%20viewBox%3D%220%200%201%20665%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.5%20665L0.5%202.02656e-05%22%20stroke%3D%22url(%23paint0_linear_109_489)%22/%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_109_489%22%20x1%3D%221%22%20y1%3D%22665%22%20x2%3D%221%22%20y2%3D%220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3Cstop%20offset%3D%220.508617%22%20stop-color%3D%22white%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1px 665px;
    pointer-events: none;
    opacity: 1;
    z-index: 0;
	transition: all 0.9s;
}

.section-title-two.is-active .container::before{
	left: 100%;
}

.section-title .container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: auto;
    bottom: -5%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221282%22%20height%3D%221%22%20viewBox%3D%220%200%201282%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200.5H1281.5%22%20stroke%3D%22url(%23paint0_linear_109_490)%22/%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_109_490%22%20x1%3D%22-18.5001%22%20y1%3D%221%22%20x2%3D%221281.5%22%20y2%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3Cstop%20offset%3D%220.508617%22%20stop-color%3D%22white%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1282px 1px;
    pointer-events: none;
    opacity: 1;
    z-index: 0;
	transition: all 0.9s;
}

.section-title-two .container::after{
	content: "";
    position: absolute;
    left: 50%;
    top:50%;
    bottom: -5%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221282%22%20height%3D%221%22%20viewBox%3D%220%200%201282%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200.5H1281.5%22%20stroke%3D%22url(%23paint0_linear_109_490)%22/%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_109_490%22%20x1%3D%22-18.5001%22%20y1%3D%221%22%20x2%3D%221281.5%22%20y2%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3Cstop%20offset%3D%220.508617%22%20stop-color%3D%22white%22/%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22white%22%20stop-opacity%3D%220%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1282px 1px;
    pointer-events: none;
    opacity: 1;
    z-index: 0;
	transition: all 0.9s;
}

.section-title-two.is-active .container::after{
    transform: translate(-50%, 105px);
}

.section-title__content {
    max-width: 362px;
    width: 100%;
    font-size: 32px;
    line-height: 110%;
    font-weight: 300;
    text-align: right;
    color: #FFFFFF;
}

/*bg-2*/
.bg-2 {
    background-image: url('/wp-content/uploads/2025/12/2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
}

/*bg-3*/
.bg-3 {
    background-image: url('/wp-content/uploads/2025/12/01_2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*bg-3*/

.bg-4 {
    background-image: url('/wp-content/uploads/2025/12/4-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
}

.bg-5 {
    background-image: url('/wp-content/uploads/2025/12/Property-1Component-1-Property-2Property-221-1-scaled.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
}

.bg-5-2 {
    background-image: url('/wp-content/uploads/2026/01/01_2-scaled.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
}

.hero {
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}

.hero.is-ready {
    opacity: 1;
    visibility: visible;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg__image--base {
    z-index: 2;
}

.hero-bg__image--overlay {
    z-index: 2;
    opacity: 0.1;
    animation: heroOverlayFade 3s ease-in-out forwards;
}

.hero__top {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.hero__header {
    position: relative;
    z-index: 777;
}

.hero__nav {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    padding: 22px 50px;
    border: 1px solid #FFFFFF26;
    border-radius: 10px;
    backdrop-filter: blur(30px);
    max-width: max-content;
    width: 100%;
    margin-top: 70px;
    margin-right: 0;
    margin-left: auto;
}

.hero__header.is-scrolled .hero__nav {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.hero__nav a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.hero__header.is-scrolled .hero__nav a {
    font-size: 18px;
}

.hero__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 100vh;
    padding: 70px 0;
    position: relative;
    z-index: 2;
}

.hero__title {
    max-width: 647px;
    width: 100%;
    color: #FFFFFF99;
}

.hero__title span {
    display: block;
    font-family: "CooperHewitt", sans-serif;
    color: #FFFFFF99;
    opacity: 0;
    animation: fadeUp 3s ease forwards;
}

.hero__title span.accent {
    color: #FFFFFF;
}

.hero__title span:nth-child(1) {
    text-align: left;
    animation-delay: 1.5s;
}
.hero__title span:nth-child(2) {
    text-align: left;
    animation-delay: 2s;
}
.hero__title span:nth-child(3) {
    text-align: right;
    animation-delay: 2.5s;
}
.hero__title span:nth-child(4) {
    transform: translate(-100px, -70px) scale(0.7);
    text-align: right;
    animation: lineReveal 2s ease forwards;
    animation-delay: 3s;
}

.hero__title .accent {
    color: #fff;
}

.hero__bottom {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
}

.hero__actions {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.hero__logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 44px;
    max-width: 742px;
    width: 100%;
}

.hero__logo {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 71px;
    position: relative;
}

.hero__logo img {
    max-width: 100%;
    width: 100%;
    height: 71px;
}

.hero__logo-main {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}

.hero__logo-light {
    position: relative;
    z-index: 1;
	opacity: 0.4;
}

.hero__logo:hover .hero__logo-main {
    z-index: 2;
    opacity: 1;
}

.hero__bottom-content {
    display: flex;
    flex-direction: column;
    max-width: 440px;
    width: 100%;
}

.hero__actions .btn-link{
	font-family: "CooperHewitt", sans-serif;
}

@keyframes heroOverlayFade {
    from { opacity: 0.1; }
    to   { opacity: 1; }
}

@keyframes fadeUp {
    to {
        opacity: 1;
    }
}

@keyframes lineReveal {
    to {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
}

	


.problems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    color: #fff;
}

.problems__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 0;
    position: relative;
}

.problems__grid::before {
    content: "";
    position: absolute;
    top: 69%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(
            to left,
            rgba(255,255,255,0),
            rgba(255,255,255,1) 50%,
            rgba(255,255,255,0)
    );
    pointer-events: none;
	transition: all 0.9s;
}

.is-active .problems__grid::before{
	top: 50%;
	transition: all 0.9s;
}



.problem {
    width: 100%;
    min-height: 220px;
    padding: 80px 37px;
    position: relative;
}

.problem__number {
    font-size: 180px;
    line-height: 108%;
    font-weight: 700;
    font-family: "CooperHewitt", sans-serif;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(163, 67, 5, 0.6) 0%, rgba(163, 67, 5, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0;
    text-align: center;
    transform: translateY(20px);
}

.problem__content {
    max-width: 356px;
    width: 100%;
    margin-top: 16px;
    opacity: 0;
    transform: translateY(20px);
}

.problem__content h4 {
    margin-bottom: 23px;
    font-size: 32px;
}

.problem__content p {
    max-width: 193px;
    width: 100%;
    justify-self: flex-end;
    font-size: 22px;
    line-height: 130%;
}

.problem__content h4,
.problem__content p {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s;
}

.is-text-visible .problem__content h4 {
    opacity: 1;
    transform: translateY(0);
}

.is-text-visible .problem__content p {
    opacity: 1;
    transform: translateY(0);
    transition: 0.5s all 0.5s;
}

.problem.is-number-visible .problem__number {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease;
}

.problem.is-text-visible .problem__content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease;
}

body > main > div > section.section.bg-3 > div > div > div:nth-child(1)::after{
	content: "";
	right: 233px;
	transition: all 0.9s;
}

body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            rgba(255,255,255,1) 100%,
            rgba(255,255,255,0)
    );
    pointer-events: none;
}

body > main > div > section.section.bg-3 > div > div > div:nth-child(4)::after {
	content: "";
	right: 233px;
	transition: all 0.9s;
}

body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,1) 0,
            rgba(255,255,255,0) 100%
    );
    pointer-events: none;
}

body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,0),
            rgba(255,255,255,1) 100%,
            rgba(255,255,255,0)
    );
    pointer-events: none;
}

body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
            to bottom,
            rgba(255,255,255,1) 0,
            rgba(255,255,255,0) 100%
    );
    pointer-events: none;
}
/*bg-2*/

.solutions {
    padding: 90px 0;
}

.solutions .container {
    height: 100%;
}

.solutions .solution-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.solution-slider-number {
    font-family: 'CooperHewitt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 400px;
    line-height: 108%;
    leading-trim: both;
    text-edge: cap;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-5-2 .solution-slider-number {
    padding-left: 70px;
}

.solution-slider-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding-left: 70px;
}

.bg-5-2 .solution-slider-content {
    padding-left: 0;
}

.solution-slider-content-top {
    font-size: 32px;
    line-height: 108%;
    font-weight: 700;
    font-family: 'CooperHewitt', sans-serif;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.solution-slider-content-top .grey {
    color: #FFFFFF66;
}

.solution-slider-content-top__title {
    color: #FFFFFF;
	padding-left: 24px;
}

.solution-slider-content-top__title .accent {
    color: #D08300;
}

.solution-slider-content-center {
    display: flex;
    flex-direction: column;
}

.bg-5-2 .solution-slider-content-center {
    max-width: 590px;
}

.solution-slider-content-center .subtitle {
    font-size: 28px;
    line-height: 108%;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.02em;
    color: #D08300;
	margin-bottom: 25px;
}

.solution-slider-content-center .title {
    font-size: 60px;
    line-height: 100%;
    font-weight: 700;
    font-family: 'CooperHewitt', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.solution-slider-content-center .title span {
    color: #FFFFFF66;
}

.solution-slider-content-bottom {
    font-size: 28px;
    line-height: 100%;
    font-weight: 300;
    font-style: italic;
    color: #FFFFFF;
}

.bg-5-2 .solution-slider-content-bottom {
    max-width: 440px;
}

/* ===== WHY HYPOGEN ===== */

.why-hypogen {
    padding: 70px 0;
    background: #111111;
    color: #fff;
}

.why-hypogen__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.why-hypogen__title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
}

.why-hypogen__subtitle {
    font-size: 20px;
    opacity: 0.7;
    max-width: 320px;
    text-align: right;
}

/* Cards grid */

.why-hypogen__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.why-hypogen__cards .card {
    display: flex;
    flex-direction: column;
    gap: 47px;
    min-height: 473px;
    padding: 24px;
    background-image: linear-gradient(181.12deg, rgba(163, 67, 5, 0.6) -13.01%, rgba(163, 67, 5, 0) 99.17%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transition: none;
    font-size: 20px;
    line-height: 100%;
    font-weight: 300;
    text-align: right;
    color: #FFFFFF;
}

.why-hypogen__cards .card h3 {
    flex: 1;
    font-size: 40px;
    line-height: 108%;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #FFFFFF;
}

.why-hypogen__cards .card:nth-child(1) {
    background-image: url('/wp-content/uploads/2025/12/1.webp');
}

.why-hypogen__cards .card:nth-child(2) {
    background-image: url('/wp-content/uploads/2025/12/2-2.webp');
}

.why-hypogen__cards .card:nth-child(3) {
    background-image: url('/wp-content/uploads/2025/12/3.webp');
}

.why-hypogen__cards .card:nth-child(4) {
    background-image: url('/wp-content/uploads/2025/12/4.webp');
}


/*PROCESS*/
.process {
    background-image: url("/wp-content/uploads/2025/12/421.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
	padding: 100px 0;
    color: #fff;
}

.section-scroll {
    height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

}

.process__inner {
    display: grid;
    grid-template-columns: 1fr 40px 1.2fr;
    min-height: 100%;
    padding-bottom: 700px;
    gap: 40px;
}

.section-scroll::-webkit-scrollbar {
    width: 0;
}

.process__inner::-webkit-scrollbar {
    width: 0;
}

.process__left {
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.process-step {
    opacity: 0.3;
    transition: opacity 0.4s ease;
}

.process-step.is-active {
    opacity: 1;
}

.process-step h3 {
    font-size: 40px;
    line-height: 108%;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.process-step h2 {
    font-size: 40px;
    line-height: 108%;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.process__timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #FFFFFF;
    transform: translateX(-50%);
}

.timeline-indicator {
    position: absolute;
    left: 50%;
    width: 3px;
    height: 220px;
    background: #D19201;
    border-radius: 46px;
    transform: translateX(-50%);
    transition: top 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.process__right {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.process-content {
    opacity: 0.25;
    transition: opacity 0.4s ease;
}

.process-content.is-active {
    opacity: 1;
}

.process-content ul {
    list-style: circle;
}

.process-content li {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 110%;
    font-weight: 300;
    color: #FFFFFF;
}

.tech-stack {
    min-height: 100vh;
    padding: 120px 80px;
    background: radial-gradient(circle at bottom left, #7a2f00, #050505 60%);
    color: #fff;
}

.tech-stack__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.tech-stack__title {
    font-size: 60px;
    line-height: 108%;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tech-stack__subtitle {
    font-size: 32px;
    line-height: 100%;
    font-weight: 300;
    text-align: right;
    color: #FFFFFF;
}

/* GRID */

.tech-stack__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

@property --line-color {
  syntax: "<color>";
  inherits: false;
  initial-value: rgba(255,255,255,1);
}

.tech-stack__grid::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:1px;
  pointer-events:none;
  --line-color: rgba(255,255,255,1);
  background: linear-gradient(
    to left,
    rgba(255,255,255,0),
    var(--line-color) 50%,
    rgba(255,255,255,0)
  );
}

.tech-stack.is-active .tech-stack__grid::before{
  animation: techLinePulse 2.1s ease-in-out forwards;
}

@keyframes techLinePulse{
  0%        { --line-color: rgba(255,255,255,1); }
  9.523%    { --line-color: rgba(255,255,255,1); } 
  90.476%   { --line-color: #D19201; }            
  100%      { --line-color: rgba(255,255,255,1); }
}




/* ITEM */

/* контейнер всегда видим */
.tech-item{
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative; 
  min-height: 325px;
}

/* разделители */
.tech-item:nth-child(1)::after,
.tech-item:nth-child(2)::after,
.tech-item:nth-child(3)::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0));
    pointer-events: none;
}


.tech-item:nth-child(5)::after,
.tech-item:nth-child(6)::after,
.tech-item:nth-child(7)::after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:1px;
  height:100%;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,1),
    rgba(255,255,255,0)
  );
  pointer-events:none;
}


.tech-item img{
  max-width:189px;
  width:100%;
  opacity:0;
  transition: opacity 0.8s ease; 
}

.tech-item p{
	opacity: 0;
	transition: opacity 0.8s ease; 
}


.tech-item:nth-child(1) img,
.tech-item:nth-child(2) img,
.tech-item:nth-child(3) img,
.tech-item:nth-child(4) img{
  transition-delay: 0.6s;
}

.tech-item:nth-child(5) p{
  transition-delay: 1.8s;
}

.tech-item:nth-child(6) img,
.tech-item:nth-child(7) img,
.tech-item:nth-child(8) img{
  transition-delay: 1.2s;
}

.tech-item.is-visible img{
  opacity:1;
}

.tech-item.is-visible p{
  opacity:1;
}

.tech-item--text{
  font-size:22px;
  line-height:100%;
  font-weight:300;
  color:#fff;
}


.case-lms {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-image: url('/wp-content/uploads/2025/12/01_2-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.case-lms .container {
    height: 100%;
}

.case-lms__inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

/* LEFT */

.case-lms__content {
    display: flex;
    flex-direction: column;
    max-width: 640px;
}

.case-lms__label {
    font-size: 28px;
    line-height: 108%;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    margin-bottom: 40px;
}

.case-lms__meta {
    margin-bottom: 24px;
}

.case-lms__meta-title {
    font-size: 28px;
    line-height: 108%;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.case-lms__meta-value {
    font-size: 32px;
    line-height: 108%;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.case-lms__challenge {
    flex: 1;
    align-content: flex-end;
    margin-top: 60px;
}

.case-lms__challenge-title {
    font-size: 28px;
    line-height: 108%;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.case-lms__challenge-description > * {
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.case-lms__challenge-description > *.is-active {
  display: block;
  opacity: 1;
}



.case-lms__challenge p {
    font-size: 26px;
    line-height: 108%;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.case-lms__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.case-lms__image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.industries {
    display: flex;
    align-items: flex-start;
    min-height: 100vh;
    background-image: url('/wp-content/uploads/2026/01/01_2-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.industries__inner {
    width: 100%;
    padding: 120px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 60px 80px;
}

.industries__header{
	grid-column: span 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.industries__title {
    font-size: 60px;
    line-height: 108%;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.industries__subtitle {
    font-size: 32px;
    line-height: 100%;
    font-weight: 300;
    text-align: right;
    color: #FFFFFF;
}

.industries__grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 260px);
}

.industry {
    padding: 40px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 23px;
}

.industry h3 {
    font-size: 32px;
    line-height: 108%;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.industry p {
    max-width: 193px;
    align-self: flex-end;
    font-size: 22px;
    line-height: 100%;
    font-weight: 300;
    color: #FFFFFF;
}

.industry--empty {
    background: transparent;
}

body > main > div > section.section.industries > div > div.industries__grid > div:nth-child(3) {
    border-right: none;
}

body > main > div > section.section.industries > div > div.industries__grid > div:nth-child(4),
body > main > div > section.section.industries > div > div.industries__grid > div:nth-child(5),
body > main > div > section.section.industries > div > div.industries__grid > div:nth-child(6) {
    border-bottom: none;
}

body > main > div > section.section.industries > div > div.industries__grid > div:nth-child(6) {
    border-right: none;
}

.pricing {
    background: radial-gradient(circle at top, #111 0%, #050505 65%);
    color: #fff;
    font-family: Inter, sans-serif;
    padding: 120px 80px;
}

/* Header */

.pricing__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 80px;
}

.pricing__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 108%;
    text-transform: uppercase;
}

.pricing__title span{
	padding-left: 33px;
}

.pricing__subtitle {
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    text-align: right;
    vertical-align: middle;
    margin-top: auto;
}

/* Cards */

.pricing__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    margin-bottom: 60px;
}

.pricing-card {
    min-height: 455px;
    position: relative;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
    overflow: hidden;
    border: 1px solid #FFFFFF33;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}








.pricing-card {
    transition: none;
    will-change: transform;
}

.pricing-card--fixed {
    transform: translateX(-120%);
}

.pricing-card--team {
    transform: translateX(120%);
}








.pricing-card--fixed{
	background-image: url(/wp-content/uploads/2025/12/pricing-card-one.webp)
}

.pricing-card--team{
	background-image: url(/wp-content/uploads/2025/12/pricing-card-two.webp)
}

/* Glossy blobs */

.pricing-card > * {
    position: relative;
    z-index: 1;
}

.pricing-card__title {
	font-weight: 700;
    font-size: 40px;
    line-height: 108%;
    vertical-align: middle;
    text-transform: uppercase;
}

.pricing-card__desc {
	font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 106%;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 25px;
    margin-top: auto;
}

.pricing-card .btn{
    margin-left: auto;
    background: linear-gradient(88.65deg, #CE6500 73.12%, #D29D00 103.24%);
    border-radius: 5px;
    padding: 24px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-family: 'CooperHewitt', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 108%;
    vertical-align: middle;
    text-transform: uppercase;
}

.pricing__footer {
    font-family: "CooperHewitt", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 108%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF80;
    letter-spacing: 0.17em;
}

.faq {
    background: #111111;
    color: #fff;
    padding: 120px 80px;
}

/* Header */

.faq__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.faq__title {
	font-weight: 700;
    font-size: 60px;
    line-height: 108%;
    vertical-align: middle;
    text-transform: uppercase;
}

.faq__subtitle {
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    text-align: right;
    vertical-align: middle;
}

/* List */

.faq__list {
    
}

/* Item */
.faq-item{
	position: relative;
}

.faq-item::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5%;
	transform: translateX(-50%);
	width: 100%;
	height: 0; 
	border-top: 1px solid transparent;
	border-image-slice: 1;
	pointer-events: none;
	border-image-source: url("data:image/svg+xml,%3Csvg%20width%3D%221282%22%20height%3D%221%22%20viewBox%3D%220%200%201282%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%220%22%20y1%3D%220.5%22%20x2%3D%221282%22%20y2%3D%220.5%22%20stroke%3D%22url(%23grad)%22/%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22grad%22%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%221282%22%20y2%3D%220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23181818%22/%3E%3Cstop%20offset%3D%2253.8%25%22%20stop-color%3D%22%23FFFFFF%22/%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23181818%22/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

/* Question */

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 43px 10px;
    text-align: left;
    font-family: "CooperHewitt", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 108%;
    text-transform: uppercase;
}

.faq-item.is-open .faq-question {
	color: #D08300;
}

.faq-question:focus-visible{
	outline: none;
}

/* Icon */

.faq-icon {
    width: 16px;
    height: 16px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.faq-item.is-open .faq-icon {
    transform: rotate(-135deg);
}

/* Answer */

.faq-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition:
            max-height 0.4s ease,
            opacity 0.3s ease;
	padding: 0 20px;
}

.faq-answer p {
	font-family: "OpenSans", sans-serif;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
}

.faq-item.is-open .faq-answer {
    opacity: 1;
	padding-bottom: 20px;
}

.cta {
    min-height: 100vh;
    background-image: url('/wp-content/uploads/2025/12/4-1.webp');
    color: #fff;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.cta__inner {
    width: 100%;
    padding: 70px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 59px;
}

/* Content */

.cta__title {
    font-weight: 700;
    font-size: 100px;
    line-height: 108%;
    text-align: right;
    vertical-align: middle;
    text-transform: uppercase;
}

.cta__title span {
    color: #FFFFFF99;
    padding-right: 135px;
}

.cta__text {
	font-family: 'OpenSans', sans-serif;
    opacity: 0.9;
    font-weight: 300;
    font-size: 32px;
    line-height: 100%;
    vertical-align: middle;
}

/* Form */

.is-active .cta__form{
	opacity: 1;
}

.cta__form {
    display: flex;
    flex-direction: column;
    gap: 32px;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 0.3s;
}

.cta__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.cta__field {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cta__field label {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 8px;
}

.cta__field input,
.cta__field textarea {
    font-family: 'OpenSans', sans-serif;
    background: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    padding: 30px 10px;
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
    vertical-align: middle;
    outline: none;
}

.cta__field input::placeholder,
.cta__field textarea::placeholder{
	color: #FFFFFF80;
	transition: all 0.5s;
	opacity: 1;
}

.cta__field input:focus::placeholder,
.cta__field textarea:focus::placeholder{
  opacity: 0;
}

.cta__field input:focus,
.cta__field textarea:focus {
    border-color: #ff8a00;
}

.error {
    position: absolute;
    bottom: -18px;
    font-size: 11px;
    color: #ff8a00;
}

/* Button */

.cta__btn {
font-family: "CooperHewitt", sans-serif;
    align-self: flex-end;
    background: #FFFFFF26;
    color: #FFF;
    border: none;
    padding: 20px 15px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    gap: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    font-weight: 700;
    font-size: 19px;
    line-height: 108%;
    vertical-align: middle;
    text-transform: uppercase;
    align-items: center;
}

.cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255,138,0,0.35);
}

.cta__status {
    font-size: 14px;
    opacity: 0.9;
}

.hero__header-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 16px;
}

@media (max-width: 1280px) {
    .hero__content {
        padding: 70px 16px;
    }
    .hero__title {
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .industries__inner {
        padding: 80px 24px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .industries__subtitle {
        text-align: left;
    }

    .industries__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .industry {
        min-height: 200px;
    }

    .industry--empty {
        display: none;
    }

    .pricing {
        padding: 80px 24px;
    }

    .pricing__header {
        flex-direction: column;
        gap: 24px;
    }

    .pricing__subtitle {
        text-align: left;
    }

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

@media (max-width: 991px) {
    .hero__header-btn {
        display: flex;
    }
    .hero__nav {
        display: flex;
        justify-content: flex-start;
        gap: 40px;
        padding: 70px 16px;
        border: 1px solid #FFFFFF26;
        border-radius: 10px;
        backdrop-filter: blur(30px);
        max-width: 100%;
        width: 100%;
        height: 100vh;
        margin-top: 0;
        margin-right: auto;
        margin-left: 0;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    .hero__bottom {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .hero__logos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 6px 6px;
        max-width: 100%;
        width: 100%;
    }
    .hero__logo {
        display: flex;
        max-width: 100%;
        width: 100%;
        height: 54px;
        position: relative;
    }
    .hero__logo img {
        max-width: 100%;
        width: 100%;
        height: 54px;
        object-fit: contain;
    }
    .hero__actions {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-top: 24px;
    }
    .section-title .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 50px;
        max-width: 100%;
        padding-left: 40px;
        position: relative;
    }
    .section-title .container::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 23px;
        transform: translateY(-50%);
    }
    .section-title .container::after {
        content: "";
        position: absolute;
        left: 50%;
        top: auto;
        bottom: 30%;
        transform: translate(-50%, -50%);
    }
    .section-title__content {
        align-self: flex-end;
        max-width: 210px;
        font-size: 18px;
    }
    .problems__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .problem {
        max-width: 228px;
        width: 100%;
        min-height: auto;
        padding: 0 16px;
        position: relative;
    }
    .problem__number-inner {
        padding: 0;
    }
    .problem__number {
        font-size: 120px;
    }
    .problem__content {
        margin-top: 0;
    }
    .problem__content h4 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .problem__content p {
        font-size: 14px;
    }
    [data-step="1"] {
        order: 1;
    }
    [data-step="2"] {
        order: 2;
    }
    [data-step="3"] {
        order: 3;
    }
    [data-step="4"] {
        order: 4;
    }
    [data-step="5"] {
        order: 5;
    }
    [data-step="6"] {
        order: 6;
    }
    .solutions {
        padding: 25px 0;
    }
    .bg-5 {
        background-image: url('/wp-content/uploads/2026/01/Frame-1.png');
    }
    .solutions .solution-slider {
        display: grid;
        grid-template-columns: 1fr;
        height: 100%;
    }
    .solution-slider-number {
        justify-content: center;
        font-size: 140px;
        line-height: 0%;
    }
    .solution-slider-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0;
    }
    .solution-slider-content-center .title {
        font-size: 36px;
    }
    .solution-slider-content-top {
        font-size: 18px;
    }
    .solution-slider-content-bottom {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hero__title {
        max-width: 100%;
    }
}

@media (max-width: 768px){
	.problems__grid{
		row-gap: 100px;
	}
	
	[data-step="2"] {
        order: 2;
    }
	
	[data-step="3"] {
        order: 4;
    }
	
	[data-step="6"] {
        order: 6;
    }
	
	[data-step="1"] {
        order: 1;
    }
	
	[data-step="4"] {
        order: 3;
    }
	
	[data-step="5"] {
        order: 5;
    }
	
	body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(4)::after{
		display: none;
	}
	
	body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(1)::after{
		display: none;
	}
	
	body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(5)::after{
		display: none;
	}
	
	body > main > div > section.section.bg-3.is-active > div > div > div:nth-child(2)::after{
		display: none;
	}

	.is-active .problems__grid::before{
		top: 31%;
	}
	
	.is-active .problems__grid::after{
		content: "";
		position: absolute;
		top: 69%;
		right: 0;
		transform: translateY(-50%);
		width: 100%;
		height: 1px;
		background: linear-gradient(
				to left,
				rgba(255,255,255,0),
				rgba(255,255,255,1) 50%,
				rgba(255,255,255,0)
		);
		pointer-events: none;
		transition: all 0.9s;
	}
	
	.problem.is-number-visible .problem__number{
		text-align: left;
	}
	
	.problem.is-number-visible:nth-child(2) > .problem__number{
		text-align: right;
	}
	
	.problem.is-number-visible:nth-child(1) > .problem__content h4{
		left: -25px;
		position: relative;
		width: 100%;
		min-width: 200px;
	}
	
	.bg-5-2 .solution-slider-content{
		order: 1;
	}
	
	.bg-5-2 .solution-slider-number{
		padding-left: 0;
	}
	
	.why-hypogen__header{
		margin-bottom: 25px;
	}
	
	.why-hypogen__title {
    	font-size: 22px;
	}
	
	.why-hypogen__subtitle {
		font-size: 14px;
	}
	
	.why-hypogen__cards {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	
	.why-hypogen__cards .card {
    	gap: 25px;
	}
	
	.why-hypogen__cards .card h3 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.why-hypogen__cards .card{
		min-height: auto;
		font-size: 16px;
	}
	
	.tech-stack {
    	padding: 72px 16px;
	}
	
	.tech-stack__title {
    	font-size: 22px;
	}
	
	.tech-stack__subtitle {
    	font-size: 14px;
	}
	
	.tech-stack__header {
    	margin-bottom: 30px;
	}
	
	.tech-stack__grid {
    	grid-template-columns: repeat(3, 1fr);
	}
	
	.tech-item {
    	min-height: 120px;
	}
	
	.tech-stack__grid::before{
		top: 33%;
	}
	
	.tech-item img {
    	max-width: 70px;
	}
	
	.tech-stack__grid .tech-item:nth-child(1){
		order: 1;
	}
	

	
	.tech-stack__grid .tech-item:nth-child(1)::after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0));
		pointer-events: none;
	}
	
	.tech-stack__grid .tech-item:nth-child(2){
		order: 2;
	}
	
	.tech-stack__grid .tech-item:nth-child(4){
		order: 3;
	}
	
	.tech-stack__grid .tech-item:nth-child(3){
		order: 4;
	}
	
	.tech-stack__grid .tech-item:nth-child(5){
		order: 7;
		grid-column: span 2;
	}
	
	.tech-stack__grid .tech-item:nth-child(6){
		order: 5;
        border: solid #FFFFFF;
        border-width: 0px 1px 1px 1px;
	}
	
	.tech-stack__grid .tech-item:nth-child(7){
		order: 8;
	}
	
	.tech-stack__grid .tech-item:nth-child(7):after{
		display: none;
	}
	
	.tech-stack__grid .tech-item:nth-child(8){
		order: 6;
	}
	
	.tech-stack__grid .tech-item:nth-child(9){
		order: 6;
	}
	
	
	
	.tech-item--text {
		font-size: 13px;
		text-align: center;
	}
	
	.tech-stack__grid::after {
		content: "";
		position: absolute;
		top: 66.5%;
		left: 0;
		width: 100%;
		height: 1px;
		pointer-events: none;
		--line-color: rgba(255, 255, 255, 1);
		background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--line-color) 50%, rgba(255, 255, 255, 0));
	}
	
	.faq{
		padding: 70px 16px;
	}
	
	.faq__header{
		margin-bottom: 30px;
	}
	
	.faq__title{
		font-size: 22px;
	}
	
	.faq__subtitle{
		font-size: 14px;
	}
	
	.faq__subtitle br{
		display: none;
	}
	
	.faq-question{
		padding: 18px 0px;
		font-size: 14px;
	}
	
	.faq-answer{
		padding: 0;
	}
	
	.faq-answer p{
		font-size: 13px;
	}
	
	.cta__inner{
		padding: 70px 16px;
	}
	
	.cta__title{
		font-size: 44px;
	}
	
	.cta__title span {
		padding-right: 0;
		display: block;
		text-align: left;
	}
	
	#contact > div > div > h2 > br:nth-child(2){
		display: none;
	}
	
	.cta__row {
		grid-template-columns: 1fr;
		gap: 0;
	}
	
	.cta__text{
		font-size: 18px;
	}
	
	.cta__field input, .cta__field textarea{
		padding: 20px 10px;
		font-size: 20px;
	}
	
	.cta__form{
		gap: 0;
	}
	
	.cta__btn{
		margin-top: 20px;
    	margin-right: auto;
		font-size: 16px;
	}
	
	.pricing {
        padding: 70px 16px;
    }
	
	.pricing__title{
		font-size: 22px;
	}
	
	.pricing__subtitle{
		font-size: 14px;
	}
	
	 .pricing__header {
        flex-direction: row;
		margin-bottom: 30px;
	}
	
	.pricing-card{
		padding: 24px;
		min-height: 289px;
	}
	
	.pricing-card__title{
		font-size: 24px;
	}
	
	.pricing-card__desc{
		font-size: 16px;
		margin-bottom: 24px;
	}
	
	.pricing-card .btn{
		font-size: 16px;
		padding: 21px 20px;
	}
	
	.pricing__cards{
		margin-bottom: 30px;
	}
	
	.pricing__footer{
		font-size: 20px;
	}
	
	
	.process-step h2{
		font-size: 14px;
	}
	
	.process-step h3{
		font-size: 14px;
	}
	
	.process-content li{
		font-size: 13px;
	}
	
	.process__inner{
		gap: 5px;
	}
	
	.timeline-indicator{
		height: 121px;
	}
	
	.industries{
		background-image: none;
	}
	
	.industries__inner {
    	padding: 70px 16px;
	}
	
	.industry {
		padding: 32px 0;
		border-right: none;
		border-bottom: none;
		gap: 15px;
		min-height: auto;
		position: relative;
	}
	
	.industry:nth-child(2n+2){
		background: linear-gradient(343deg, rgba(24, 24, 24, 0) 31.66%, rgba(147, 50, 5, 0.3) 100%);
	}
	
	.industries__header{
		    grid-column: span 1;
	}
	
	.industries__title{
		font-size: 22px;
	}
	
	.industries__subtitle{
		font-size: 14px;
	}
	
	.industry:nth-child(2n+1){
		background: linear-gradient(133.25deg, rgba(24, 24, 24, 0) 31.66%, rgba(147, 50, 5, 0.3) 100%);
		position: relative
	}
	
	.industry:nth-child(2n+1):after{
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		width: 1px;
		height: 100%;
		pointer-events: none;
		background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0));
	}
	
	.industry:nth-child(2n+1):before{
		content: "";
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 100%;
		height: 1px;
		pointer-events: none;
		background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255) 100%, rgb(255 255 255));
	}
	
	.industry:nth-child(2n+2):after{
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		width: 1px;
		height: 100%;
		pointer-events: none;
		background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0));
	}
	
	.industry:nth-child(2n+2):before{
        content: "";
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 1px;
        pointer-events: none;
        background: linear-gradient(90deg, rgb(255 255 255), rgb(255 255 255 / 0%) 100%, rgb(255 255 255));
	}
	
	.industry h3{
		font-size: 22px;
	}	
	
	.industry p{
		font-size: 14px;
	}
	
	.industry:nth-child(1) p{
		align-self: flex-start;
    	padding-left: 77px;
		max-width: 220px;
	}
	
	.industry:nth-child(3) p{
		font-size: 14px;
        padding-left: 69px;
        max-width: 220px;
		align-self: flex-start;
	}
	
	.industry:nth-child(5) p{
		align-self: flex-start;
		padding-left: 77px;
		max-width: 220px;
	}
	
	.industry p br{
		display: none;
	}
	
	.industry:nth-child(2n+2) h3{
		text-align: right;
	}
	
	.industry:nth-child(4) h3{
		text-align: center;
		padding-right: 30px;
	}
}