.hero-section {
    max-width: 100%;
    width: 100%;
    min-height: 896px;
    padding: 0 40px;
    position: relative;
}

.hero-section .container {
    max-width: 1920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    position: relative;
}

.hero-section .container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.04) 116.13%);
    border-radius: 24px;
    z-index: 1;
}

.hero-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1598px;
    width: 100%;
    min-height: 896px;
    margin: 0 auto;
    padding: 180px 0 100px;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 1598px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 84px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.hero-subtitle {
    max-width: 779px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.services-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 32px 40px;
}

.service-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.service-title {
    font-size: 36px;
    font-weight: 600;
    color: #024149;
    line-height: 1.4;
}

.service-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #126873;
    line-height: 1.5;
}

.service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wallet-icon {
    width: 40px;
    height: 40px;
}

.price {
    font-size: 36px;
    font-weight: 500;
    color: #024149;
    line-height: 1.4;
}

.tag {
    background: #FFFFFF;
    border-radius: 400px;
    padding: 6px 24px 6px 6px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
    font-size: 20px;
    font-weight: 500;
    color: #024149;
}

.tag-number {
    width: 40px;
    height: 40px;
    background: #C2F96E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #024149;
}

.team-section {
    padding: 200px 0 100px;
}

.team-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.team-description {
    max-width: 1052px;
    color: #024149;
}

.philosophy-container {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
    gap: 133px;
    padding-left: 180px;
}

.philosophy-left {
    display: flex;
    flex-direction: row;
    gap: 40px;
    max-width: 689px;
}

.philosophy-right {
    max-width: 598px;
    padding-top: 120px;
}

.philosophy-text {
    flex: 1;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    color: #126873;
}

.philosophy-image {
    width: 324px;
    height: 324px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.philosophy-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy-image-wide {
    width: 100%;
    height: 255px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 20px;
}

.philosophy-image-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-planning {
    display: flex;
    gap: 40px;
    max-width: 962px;
    margin-top: 60px;
}

.project-image {
    width: 507px;
    height: 507px;
    border-radius: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 52px;
}

.project-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #126873;
}

.fastest-way-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 140px 0;
}

.fastest-way-text {
    max-width: 729px;
    margin-bottom: 60px;
    text-align: center;
}

.fastest-way-text h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.4;
    color: #024149;
}

.fastest-way-text .highlight {
    color: #80C315;
}

.comparison-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
}

.comparison-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 40px 52px 32px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0 0 11.896px rgba(0, 0, 0, 0.05);
}

.comparison-header {
    text-align: center;
}

.comparison-header h5 {
    color: #024149;
    margin-bottom: 4px;
}

.comparison-header p {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #126873;
}

.comparison-image {
    width: 506px;
    height: 725px;
    background: #FFFFFF;
    overflow: hidden;
}

.comparison-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-section {
    max-width: 1920px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
    padding: 0 40px;
}

.cta-content {
    background: #063338;
    border-radius: 24px;
    padding: 80px 120px;
    max-width: 1840px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.cta-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 962px;
    width: 100%;
}

.cta-text h3 {
    color: #FFFFFF;
}

.cta-text h3 span {
    display: inline-block;
}

.cta-text p {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

p.cta-note {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.cta-content .btn-large {
    margin-bottom: 45px;
}

.team-section .container > a.btn {
    display: none;
}

@media (max-width: 1600px) {
    .services-container {
        gap: 32px;
        width: 100%;
        margin-top: 92px;
    }
}

@media (max-width: 1440px) {
    .hero-section {
        min-height: auto;
    }
    .hero-section .container {
        padding: 0 60px;
    }
    .hero-inner {
        min-height: auto;
        padding: 140px 0 60px;
    }
    .hero-title {
        font-size: 64px;
    }
    .hero-subtitle {
        max-width: 595px;
        font-size: 20px;
    }
    .service-card {
        gap: 28px;
        padding: 32px 40px 28px 40px;
    }
    .service-title {
        font-size: 32px;
    }
    .service-subtitle {
        font-size: 18px;
    }
    .price {
        font-size: 32px;
    }
    .tag {
        font-size: 18px;
    }
    .tag span {
        font-size: 18px;
    }
    .tag .tag-number {
        font-size: 16px;
    }
    .team-section {
        padding: 120px 0 100px;
    }
    .philosophy-container {
        gap: 80px;
        margin-top: 98px;
        padding-left: 0;
    }
    .philosophy-left {
        display: flex;
        flex-direction: row;
        gap: 40px;
        max-width: 675px;
    }
    .philosophy-text {
        font-size: 18px;
    }
    .philosophy-right {
        max-width: 460px;
        padding-top: 60px;
    }
    .project-planning {
        gap: 32px;
    }
    .project-image {
        display: flex;
        width: 390px;
        height: auto;
    }
    .project-text p {
        font-size: 18px;
    }
    .fastest-way-section {
        padding: 80px 0;
    }
    .fastest-way-text {
        margin-bottom: 40px;
    }
    .comparison-container {
        max-width: 75%;
        width: 100%;
        padding: 0 40px;
    }
    .comparison-header h5 {
        margin-bottom: 6px;
    }
    .comparison-header p {
        font-size: 18px;
    }
    .comparison-image {
        display: flex;
        width: 100%;
        height: auto;
    }
    .comparison-image img {
        width: 100%;
        height: auto;
    }
    .cta-section {
        margin-bottom: 0;
    }
    .cta-content {
        padding: 60px;
    }
    .cta-text {
        gap: 18px;
    }
    .cta-text p {
        font-size: 20px;
    }
    p.cta-note {
        font-size: 14px;
    }
    .cta-content .btn-large {
        margin-bottom: 40px;
    }
}

@media (max-width: 1280px) {
    .hero-inner {
        padding: 140px 0 40px;
    }
    .hero-section .container {
        padding: 0 40px;
    }
    .services-container {
        gap: 20px;
        width: 100%;
        margin-top: 82px;
    }
    .service-card {
        gap: 22px;
    }
    .service-title {
        font-size: 28px;
    }
    .price {
        font-size: 28px;
    }
    .team-section {
        padding: 100px 0;
    }
    .team-description {
        max-width: 77.5%;
        color: #024149;
    }
    .philosophy-container {
        gap: 50px;
        margin-top: 60px;
        padding-left: 0;
    }
    .philosophy-left {
        gap: 28px;
        max-width: 612px;
    }
    .philosophy-image {
        width: 234px;
        height: 234px;
    }
    .philosophy-right {
        max-width: 422px;
    }
    .philosophy-image-wide {
        height: 180px;
    }
    .project-image {
        display: flex;
        width: 296px;
        height: auto;
    }
    .project-planning {
        max-width: 70%;
    }
    .project-text {
        gap: 32px;
    }
    .fastest-way-section {
        padding: 40px 0 60px;
    }
    .comparison-container {
        max-width: 72%;
    }
    .comparison-card {
        padding: 40px 38px 26px;
    }
    .cta-content {
        padding: 51px 40px;
    }
    .cta-text {
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .hero-section {
        padding: 0 20px;
    }
    .hero-section .container {
        padding: 0 20px;
    }
    .hero-inner {
        padding: 78px 0 20px;
    }
    .hero-content {
        margin: 0 12px;
    }
    .service-card {
        padding: 24px 24px 18px;
    }
    .services-container {
        margin-top: 57px;
    }
    .service-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
    .team-section {
        padding: 80px 0;
    }
    .team-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .team-description {
        max-width: 100%;
    }
    .philosophy-container {
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }
    .philosophy-left {
        gap: 20px;
        max-width: 100%;
        flex-direction: row-reverse;
    }
    .philosophy-image {
        width: 336px;
        height: 248px;
    }
    .philosophy-right {
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
        max-width: 100%;
        padding-top: 0;
    }
    .philosophy-image-wide {
        width: 336px;
        margin-top: 0;
    }
    .project-image {
        width: 336px;
        height: 292px;
    }
    .project-planning {
        align-items: flex-start;
        gap: 20px;
        max-width: 100%;
        margin-top: 20px;
    }
    .project-planning > div.project-text > a {
        display: none;
    }
    .team-section .container > a.btn {
        display: flex;
        margin-top: 60px;
    }
    .fastest-way-section {
        padding: 40px 0;
    }
    .fastest-way-text {
        margin-bottom: 20px;
    }
    .comparison-container {
        max-width: 100%;
    }
    .comparison-card {
        padding: 32px 32px 26px;
        gap: 20px;
    }
    .cta-section {
        padding: 0 20px;
    }
    .cta-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 53px 32px;
    }
    .cta-text {
        gap: 12px;
        max-width: 100%;
    }
}

.faq-section {
    width: 100%;
    padding: 140px 0;
    position: relative;
}

.faq-container {
    display: flex;
    align-items: flex-start;
    gap: 425px;
    width: 100%;
    margin-bottom: 80px;
}

.faq-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1052px;
    width: 100%;
}

.faq-title {
    width: 74%;
}

.faq-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.faq-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 1052px;
    max-width: 100%;
}

.faq-item {
    position: relative;
    width: 100%;
    border-bottom: 2px solid #E9E9E9;
}

.faq-item-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 23px 24px 23px 0;
    width: 100%;
}

.faq-content-wrapper {
    flex: 1;
    min-width: 0;
}

.faq-question-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-question {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #024149;
    margin: 0;
}

.faq-answer {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #126873;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-toggle {
    background: #E9E9E9;
    border: none;
    border-radius: 35px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.faq-toggle:hover {
    background: #d0d0d0;
    transform: scale(1.05);
}

.faq-toggle:active {
    transform: scale(0.95);
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chevron-icon {
    width: 23.333px;
    height: 23.333px;
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

.faq-item.active .chevron-icon {
    transform: scaleY(1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-item {
    animation: fadeIn 0.3s ease-in-out;
}

.faq-toggle:focus {
    outline: 2px solid #80C315;
    outline-offset: 2px;
}

.faq-toggle:focus:not(:focus-visible) {
    outline: none;
}

@media screen and (max-width: 1440px) {
    .faq-section {
        padding: 140px 0 80px;
    }
    .faq-container {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        width: 100%;
        margin-bottom: 80px;
    }
    .faq-text-container {
        max-width: 77%;
    }
    .faq-title {
        width: 100%;
    }
    .faq-list {
        justify-self: flex-end;
        max-width: 77%;
    }
    .faq-question {
        font-size: 20px;
    }
    .faq-answer {
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .faq-section {
        padding: 114px 0 60px;
    }
    .faq-container {
        margin-bottom: 60px;
    }
    .faq-text-container {
        max-width: 85.5%;
    }
    .faq-list {
        justify-self: flex-end;
        max-width: 85.5%;
    }
}

@media screen and (max-width: 991px) {
    .faq-section {
        padding: 92px 0 40px;
    }
    .faq-container {
        flex-direction: column;
    }
    .faq-container {
        margin-bottom: 40px;
    }
    .faq-list {
        justify-self: flex-start;
        max-width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .hero-title {
        font-size: 50px;
        word-break: break-all;
    }
    .services-container {
        flex-direction: column;
    }
    .service-title {
        font-size: 22px;
    }
    .philosophy-left {
        flex-direction: column-reverse;
    }
    .philosophy-right {
        flex-direction: column-reverse;
    }
    .project-planning {
        flex-direction: column;
    }
    .comparison-container {
        flex-direction: column;
    }
    .comparison-container {
        max-width: 100%;
    }
    .cta-content {
        gap: 20px;
    }
    .cta-content .btn-large {
        margin-bottom: 0;
    }
}