﻿.page-header-section {
    position: relative;
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    overflow: hidden;
    text-align: center;
    background-color: var(--base-100);
    color: var(--base-300);
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    z-index: 0;
    filter: grayscale(80%) contrast(120%);
}
.page-header-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-4rem);
}
.page-header-content .small-label {
    margin-bottom: 24px;
    color: #D47328;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.about-content .small-label{
        color: #D47328;
}
.page-header-content .headline {
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 1.05;
    margin-bottom: 20px;
    font-family: serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.page-header-content .sub-headline {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    margin-bottom: 20px;
    opacity: 0.9;
    font-weight: 300;
}
.page-header-content .page-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 750px;
    color: rgba(245, 245, 245, 0.75);
}
.content-section {
    padding: 100px 5%;
    position: relative;
    background-color: var(--base-300);
    color: var(--base-100);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.content-section.dark {
    background-color: var(--base-100);
    color: var(--base-300);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.methodology-premium {
    background-color: var(--base-300);
    border-radius: 60px 60px 0 0;
    position: relative;
    z-index: 5;
    margin-top: -60px;
    box-shadow: 0 -30px 60px rgba(0, 0, 0, 0.04);
    border-top: none;
}
.content-section.dark+.methodology-premium {
    z-index: 10;
}
@media (max-width: 991px) {
    .methodology-premium {
        border-radius: 40px 40px 0 0;
        margin-top: -40px;
    }
}
@media (max-width: 767px) {
    .methodology-premium {
        border-radius: 30px 30px 0 0;
        margin-top: -30px;
    }
}
.about-premium {
    background-color: var(--base-300);
    border-radius: 60px;
    position: relative;
    z-index: 6;
    margin-top: -60px;
    margin-bottom: -60px;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.05);
    border: none;
}
@media (max-width: 991px) {
    .about-premium {
        border-radius: 40px;
        margin-top: -40px;
        margin-bottom: -40px;
    }
}
@media (max-width: 767px) {
    .about-premium {
        border-radius: 30px;
        margin-top: -30px;
        margin-bottom: -30px;
    }
}
.section-header {
    max-width: 900px;
    margin-bottom: 70px;
    text-align: center;
    margin-inline: auto;
}
.section-header .small-label {
    color: #D47328;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 0.15em;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.section-header h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-family: serif;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
    letter-spacing: -0.01em;
    color: var(--base-100);
}
.section-header p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(24, 23, 23, 0.75);
}
.content-section h3 {
    font-family: serif;
    font-weight: 400;
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--base-100);
}
.content-section.dark .section-header h2,
.content-section.dark h3 {
    color: var(--base-300);
}
.content-section.dark .section-header p {
    color: rgba(245, 245, 245, 0.75);
}
.about-service-container {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 80px;
    align-items: center;
    max-width: 1300px;
    margin-inline: auto;
}
.about-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-content p {
    margin-bottom: 1.2rem;
    font-size: 1rem;
}
.about-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-family: serif;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: var(--base-100);
}
.about-lead {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(24, 23, 23, 0.75);
    margin-bottom: 50px;
}
.about-offer h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--base-100);
    font-family: serif;
    font-weight: 500;
}
.about-offer p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(24, 23, 23, 0.7);
}
.about-methodology-summary {
    margin-top: 40px;
}
.about-methodology-summary h3 {
    font-size: 1.6rem;
    font-family: serif;
}
.about-methodology-summary p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(24, 23, 23, 0.7);
}
.essential-side {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    margin-left: auto;
}
.essential-title {
    font-size: 1.6rem;
    font-family: serif;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--base-100);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
}
.essential-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.essential-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: default;
}
.essential-icon {
    font-size: 1.8rem;
    color: #D47328;
    background: rgba(212, 115, 40, 0.06);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}
.essential-text h4 {
    font-size: 1rem;
    color: var(--base-100);
    margin-bottom: 5px;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 500;
}
.essential-text p {
    font-size: 1.1rem;
    color: rgba(24, 23, 23, 0.65);
    line-height: 1.5;
}
@media (max-width: 992px) {
    .about-service-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
.methodology-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 70px;
}
.process-timeline-container {
    position: relative;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 60px 0;
}
.process-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(0, 0, 0, 0.06);
    transform: translateX(-50%);
    z-index: 1;
}
.process-line-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: #D47328;
    z-index: 2;
    box-shadow: 0 0 10px rgba(212, 115, 40, 0.3);
}
.process-item {
    position: relative;
    width: 50%;
    margin-bottom: 100px;
    z-index: 3;
    opacity: 0;
}
.process-item.item-left {
    left: 0;
    padding-right: 70px;
    text-align: right;
}
.process-item.item-right {
    left: 50%;
    padding-left: 70px;
    text-align: left;
}
.process-number {
    font-size: 7rem;
    font-family: serif;
    font-weight: 700;
    line-height: 1;
    color: #D47328;
    opacity: 0.08;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    transition: all 0.5s ease;
}
.item-left .process-number {
    left: 100%;
    margin-left: 60px;
    text-align: left;
}
.item-right .process-number {
    right: 100%;
    margin-right: 60px;
    text-align: right;
}
.process-content {
    background: #ffffff;
    padding: 45px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02);
}
.process-title {
    font-size: 1.7rem;
    color: var(--base-100);
    margin-bottom: 18px;
    font-weight: 500;
    font-family: serif;
}
.process-content p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(24, 23, 23, 0.7);
}
.process-item::after {
    content: '';
    position: absolute;
    top: 40px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.4s ease;
}
.item-left::after {
    right: -9px;
}
.item-right::after {
    left: -9px;
}
.process-item.active::after {
    border-color: #D47328;
    background: #D47328;
    box-shadow: 0 0 15px rgba(212, 115, 40, 0.4);
}
.scope-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.scope-row {
    display: flex;
    align-items: center;
    padding: 50px 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: default;
}
.scope-number {
    font-size: 2rem;
    font-family: serif;
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    width: 80px;
}
.scope-content {
    flex: 1;
    padding-right: 40px;
}
.scope-content h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--base-300);
}
.scope-content p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(245, 245, 245, 0.65);
    max-width: 800px;
}
.scope-icon-wrap {
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.2);
    font-size: 2.5rem;
    border: none;
    background: transparent;
}
@media (max-width: 768px) {
    .scope-row {
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .scope-number {
        width: 100%;
        margin-bottom: 10px;
        font-size: 1.5rem;
    }
    .scope-content {
        padding-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .process-line {
        left: 30px;
    }
    .process-item {
        width: 100%;
        left: 0 !important;
        padding-left: 70px !important;
        padding-right: 0 !important;
        text-align: left !important;
    }
    .process-item::after {
        left: 22px !important;
    }
    .process-number {
        left: 40px !important;
        font-size: 4rem;
        top: -10px;
    }
}
@media (hover: hover) and (pointer: fine) {
    body.has-custom-cursor,
    body.has-custom-cursor * {
        cursor: none !important;
    }
}
@media (max-width: 1024px) {
    .page-header-section {
        padding: 120px 5% 60px;
        min-height: 70vh;
    }
    .about-service-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .essential-side {
        margin-left: 0;
        max-width: 100%;
    }
    .essential-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .page-header-content .headline {
        font-size: 5.2rem;
    }
    .section-header h2,
    .about-title,
    .essential-title {
        font-size: 3.4rem;
    }
}
@media (max-width: 768px) {
    .page-header-section {
        padding: 100px 5% 50px;
    }
    .page-header-content .headline {
        font-size: 2.2rem;
    }
    .page-header-content .sub-headline {
        font-size: 1.05rem;
    }
    .page-header-content .page-desc {
        font-size: 0.9rem;
    }
    .content-section {
        padding: 60px 20px;
    }
    .small-label {
        font-size: 0.85rem;
    }
    .section-header {
        margin-bottom: 40px;
    }
    .section-header h2,
    .about-title,
    .essential-title {
        font-size: 1.8rem;
    }
    .section-header p,
    .essential-text p,
    .about-offer p,
    .about-methodology-summary p,
    .scope-content p,
    .process-content p {
        font-size: 0.95rem;
    }
    .essential-side {
        padding: 30px 20px;
    }
    .essential-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .process-timeline-container {
        padding: 40px 0;
        margin-top: 30px;
    }
    .process-line {
        left: 20px;
        transform: none;
    }
    .process-item {
        width: 100%;
        left: 0 !important;
        padding-left: 60px !important;
        padding-right: 0 !important;
        text-align: left !important;
        margin-bottom: 60px;
    }
    .process-item::after {
        left: 11px !important;
        right: auto !important;
    }
    .process-number {
        font-size: 4rem;
        left: 40px !important;
        right: auto !important;
        text-align: left !important;
        top: -10px;
    }
    .process-content {
        padding: 30px;
    }
    .process-title {
        font-size: 1.4rem;
    }
    .process-content p {
        font-size: 1rem;
    }
    .form-row {
        flex-direction: column;
        gap: 2rem;
    }
}
@media (max-width: 480px) {
    .page-header-content .headline {
        font-size: 2.7rem;
    }
    .section-header h2,
    .about-title,
    .essential-title {
        font-size: 2.5rem;
    }
    .section-header p,
    .essential-text p,
    .about-offer p,
    .about-methodology-summary p,
    .scope-content p,
    .process-content p {
        font-size: 0.8rem;
    }
    .small-label {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .scope-content h3 {
        font-size: 1.5rem;
    }
    .process-title {
        font-size: 1rem;
    }
}
:root {
    --nw-b100: #2e2e2e;
    --nw-b200: #3a3a39;
    --nw-b300: #f5f5f5;
    --base-100: #181717;
    --base-300: #f5f5f5;
    --nw-acc: #D47328;
    --nw-s-pad: clamp(4rem, 10vw, 10rem);
    --nw-c-pad: clamp(1.5rem, 5vw, 4rem);
}
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body {
    font-family: 'Host Grotesk', sans-serif;
    background-color: var(--nw-b300);
    color: var(--nw-b100);
}
@media (hover: hover) and (pointer: fine) {
    body,
    body * {
        cursor: none !important;
    }
}
@media (hover: none) {
    body,
    body * {
        cursor: auto !important;
    }
}
