/* Single Service Highlights Section */
.single-service-highlights {
    background: #181818;
    position: relative;
    width: 100%;
    padding: 120px 0 0 0;
    color: #fff;
    overflow: hidden;
    margin: 200px 0;
}

.highlights-divider-wrap {
    position: relative;
    width: 100%;
    max-width: 1320px;
    height: 66px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.highlights-divider {
    display: block;
    width: 100%;
    height: auto;
}

.highlights-logo {
    position: absolute;
    right: 100px;
    top: -45px;
    width: 145px;
    height: 145px;
    z-index: 2;
}

.highlights-content {
    max-width: 1239px;
    margin: 0 auto;
    padding: 0 24px 120px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 88px;
}

.highlights-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.highlights-title {
    font-family: 'Costaline', sans-serif;
    font-weight: 100;
    font-size: 48px;
    line-height: 1.7;
    margin: 0;
    color: #fff;
}

.highlights-description {
    font-family: 'General Sans Variable', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    max-width: 785px;
    margin: 0 auto;
}

.highlights-cards {
    display: flex;
    flex-direction: row;
    gap: 32px;
    width: 100%;
    justify-content: center;
}

.highlight-card {
    background: #181818;
    border: 0.52px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 413px;
    height: 500px;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
}

.highlight-card-title {
    font-family: 'General Sans Variable', sans-serif;
    font-size: 32px;
    color: #b4b2ad;
    text-align: center;
    margin: 0;
    line-height: 1.2;
}

.highlight-card-image-wrap {
    width: 100%;
    aspect-ratio: 382/346;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 346px;
}

.highlight-card-image {
    width: 381px;
    height: 445px;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (max-width: 1341px) {
    .highlights-cards {
        gap: 24px;
    }

    .highlight-card {
        width: 380px;
    }
}

@media (max-width: 1200px) {
    .highlights-content {
        max-width: 1000px;
        padding: 0 32px 120px 32px;
    }

    .highlights-cards {
        gap: 20px;
    }

    .highlight-card {
        width: 340px;
    }

    .highlights-logo {
        right: 24px;
    }
}

@media (max-width: 1100px) {
    .highlight-card {
        width: 300px;
        height: 450px;
    }
}

@media (max-width: 900px) {
    .highlights-content {
        max-width: 700px;
    }

    .highlights-cards {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }

    .highlight-card {
        width: 100%;
        height: auto;
    }

    .highlights-logo {
        top: -30px;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 600px) {
    .single-service-highlights {
        padding: 60px 0 0 0;
        margin: 100px 0;
    }

    .highlights-content {
        padding-bottom: 60px;
        gap: 48px;
    }

    .highlights-header {
        gap: 16px;
    }

    .highlights-title {
        font-size: 32px;
    }

    .highlights-description {
        font-size: 16px;
        max-width: 95vw;
    }

    .highlight-card-title {
        font-size: 20px;
    }

    .highlight-card-image-wrap {
        height: 200px;
    }

    .highlight-card-image {
        width: 100%;
        height: 200px;
    }

    .highlights-divider-wrap {
        height: 40px;
        margin-bottom: 40px;
    }

    .highlights-divider {
        height: 40px;
    }

    .highlights-logo {
        width: 60px;
        height: 60px;
        top: -10px;
    }
}

/* Single Service Overview Section */
.single-service-overview {
    color: #181818;
    text-align: center;
    margin: 100px 0;
    padding: 48px 0 0 0;
}

.single-service-overview .overview-title {
    font-family: 'Costaline', sans-serif;
    font-weight: 100;
    font-size: 48px;
    line-height: 1.7;
    margin-bottom: 32px;
}

.single-service-overview .overview-description {
    font-family: 'General Sans Variable', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto;
}

/* Single Service Hero (Type 6) Styles */
.hero-type-6 {
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    width: 100%;
    padding: 60px 50px;
    box-sizing: border-box;
}

.hero-type-6 .hero-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    width: 100%;
    max-width: 1340px;
}

/* Service Tagline */
.hero-type-6 .service-tagline {
    color: #181818;
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    width: 100%;
}

.hero-type-6 .service-tagline .highlight {
    color: #833C1E;
}

/* Hero Content Container */
.hero-type-6 .hero-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    max-width: 856px;
    width: 100%;
}

/* Hero Title for Service */
.hero-type-6 .hero-title {
    color: #181818;
    font-family: "Costaline", "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 100;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    max-width: 697px;
    word-wrap: break-word;
}

.hero-type-6 .hero-title .title-highlight {
    font-family: "Alamendro FG", "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.1;
    color: #833C1E;
}

/* Hero Description */
.hero-type-6 .hero-description {
    color: #181818;
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    max-width: 456px;
}

/* CTA Button */
.hero-type-6 .hero-actions {
    display: flex;
    justify-content: center;
}

.hero-type-6 .btn-consultation {
    background-color: #833C1E;
    border: 0.831px solid #833C1E;
    color: #FFFFFF;
    padding: 16px 32px;
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(16.618px);
    height: 53px;
}

.hero-type-6 .btn-consultation:hover {
    background-color: #6B2E17;
    border-color: #6B2E17;
}

/* Hero Images Container */
.hero-type-6 .hero-images {
    position: relative;
    width: 100%;
    max-width: 1162px;
    height: 593px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.hero-type-6 .hero-image {
    position: absolute;
    object-fit: cover;
}

/* Center Large Image */
.hero-type-6 .hero-image-center {
    width: 516px;
    height: 593px;
    left: 323px;
    top: 0;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    grid-area: 1 / 1;
    z-index: 2;
}

/* Left Small Image */
.hero-type-6 .hero-image-left {
    width: 299.332px;
    height: 344px;
    left: 0;
    top: 195px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    grid-area: 1 / 1;
    z-index: 1;
}

/* Right Small Image */
.hero-type-6 .hero-image-right {
    width: 299.332px;
    height: 344px;
    left: 863px;
    top: 195px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    grid-area: 1 / 1;
    z-index: 1;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .hero-type-6 {
        gap: 60px;
        padding: 40px 30px;
    }

    .hero-type-6 .hero-inner {
        gap: 40px;
    }

    .hero-type-6 .service-tagline {
        font-size: 20px;
    }

    .hero-type-6 .hero-title {
        font-size: 48px;
    }

    .hero-type-6 .hero-title .title-highlight {
        font-size: 60px;
    }

    .hero-type-6 .hero-description {
        font-size: 16px;
    }

    .hero-type-6 .hero-images {
        height: 450px;
        max-width: 900px;
    }

    .hero-type-6 .hero-image-center {
        width: 400px;
        height: 450px;
        left: 250px;
        border-top-left-radius: 80px;
        border-top-right-radius: 80px;
    }

    .hero-type-6 .hero-image-left,
    .hero-type-6 .hero-image-right {
        width: 230px;
        height: 260px;
        top: 150px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .hero-type-6 .hero-image-left {
        left: 0;
    }

    .hero-type-6 .hero-image-right {
        left: 670px;
    }
}

@media (max-width: 900px) {
    .hero-type-6 {
        gap: 50px;
        padding: 30px 20px;
    }

    .hero-type-6 .hero-inner {
        gap: 32px;
    }

    .hero-type-6 .service-tagline {
        font-size: 18px;
    }

    .hero-type-6 .hero-title {
        font-size: 36px;
    }

    .hero-type-6 .hero-title .title-highlight {
        font-size: 48px;
    }

    .hero-type-6 .hero-description {
        font-size: 15px;
        max-width: 400px;
    }

    .hero-type-6 .hero-images {
        height: 400px;
        max-width: 700px;
    }

    .hero-type-6 .hero-image-center {
        width: 320px;
        height: 400px;
        left: 190px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .hero-type-6 .hero-image-left,
    .hero-type-6 .hero-image-right {
        width: 180px;
        height: 220px;
        top: 140px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .hero-type-6 .hero-image-left {
        left: 0;
    }

    .hero-type-6 .hero-image-right {
        left: 520px;
    }
}

@media (max-width: 768px) {
    .hero-type-6 {
        gap: 40px;
        padding: 30px 20px;
    }

    .hero-type-6 .hero-inner {
        gap: 28px;
    }

    .hero-type-6 .service-tagline {
        font-size: 16px;
    }

    .hero-type-6 .hero-title {
        font-size: 32px;
    }

    .hero-type-6 .hero-title .title-highlight {
        font-size: 42px;
    }

    .hero-type-6 .hero-description {
        font-size: 14px;
        max-width: 350px;
    }

    .hero-type-6 .btn-consultation {
        font-size: 12px;
        padding: 14px 28px;
        height: 48px;
    }

    /* Stack images vertically on mobile */
    .hero-type-6 .hero-images {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .hero-type-6 .hero-image-center,
    .hero-type-6 .hero-image-left,
    .hero-type-6 .hero-image-right {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 516 / 593;
    }

    .hero-type-6 .hero-image-left,
    .hero-type-6 .hero-image-right {
        max-width: 320px;
        aspect-ratio: 299 / 344;
    }
}

@media (max-width: 480px) {
    .hero-type-6 {
        gap: 30px;
        padding: 20px 15px;
    }

    .hero-type-6 .hero-inner {
        gap: 24px;
    }

    .hero-type-6 .service-tagline {
        font-size: 14px;
    }

    .hero-type-6 .hero-title {
        font-size: 28px;
    }

    .hero-type-6 .hero-title .title-highlight {
        font-size: 36px;
    }

    .hero-type-6 .hero-description {
        font-size: 13px;
        max-width: 300px;
    }

    .hero-type-6 .btn-consultation {
        font-size: 11px;
        padding: 12px 24px;
        height: 44px;
        width: 100%;
        max-width: 300px;
    }

    .hero-type-6 .hero-image-center {
        max-width: 100%;
    }

    .hero-type-6 .hero-image-left,
    .hero-type-6 .hero-image-right {
        max-width: 280px;
    }
}

/* Single Service Content Styles */
.single-service-content {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 50px;
}

.single-service-body {
    color: #181818;
    font-family: "General Sans Variable", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

.single-service-body h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 40px 0 20px;
    color: #833C1E;
}

.single-service-body h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 15px;
    color: #181818;
}

.single-service-body p {
    margin: 0 0 20px;
}

.single-service-body ul,
.single-service-body ol {
    margin: 0 0 20px;
    padding-left: 30px;
}

.single-service-body li {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .single-service-content {
        margin: 60px auto;
        padding: 0 30px;
    }

    .single-service-body {
        font-size: 16px;
    }

    .single-service-body h2 {
        font-size: 32px;
    }

    .single-service-body h3 {
        font-size: 24px;
    }
}

/* What We Cover Section */
.what-we-cover-section {
    background: #fff;
    padding: 100px 0;
    width: 100%;
}

.what-we-cover-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    gap: 94px;
    align-items: flex-start;
}

.what-we-cover-left {
    flex: 0 0 456px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.what-we-cover-header {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.what-we-cover-title {
    font-family: 'Costaline', sans-serif;
    font-weight: 100;
    font-size: 48px;
    line-height: 1.7;
    color: #181818;
    margin: 0;
    max-width: 394px;
}

.what-we-cover-description {
    font-family: 'General Sans Variable', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #181818;
    margin: 0;
}

.what-we-cover-image-wrap {
    width: 100%;
    height: 304px;
    overflow: hidden;
}

.what-we-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-we-cover-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 56px;
    max-width: 586px;
}

.what-we-cover-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cover-item {
    position: relative;
    height: 163px;
    padding: 65px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* Margin Vectors Positioning */
.cover-item .margin-left,
.cover-item .margin-right,
.cover-item .margin-top,
.cover-item .margin-bottom {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.cover-item .margin-top {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.cover-item .margin-left {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.cover-item .margin-right {
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}

.cover-item .margin-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.cover-item.has-icon .glass-icon {
    position: absolute;
    right: 20px;
    top: -35px;
    width: 40.233px;
    height: 60.229px;
    object-fit: contain;
    z-index: 10;
    background: #fff;
    padding: 5px;
}

.cover-item-text {
    font-family: 'General Sans Variable', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 1;
}

.cover-item-text.brown-text {
    color: #833C1E;
}

.cover-item-text.black-text {
    color: #181818;
}

.what-we-cover-cta {
    background-color: #833C1E;
    border: 0.831px solid #833C1E;
    color: #FFFFFF;
    padding: 16px;
    font-family: 'General Sans Variable', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(16.618px);
    height: 53.179px;
}

.what-we-cover-cta:hover {
    background-color: #6B2E17;
    border-color: #6B2E17;
}

@media (max-width: 1200px) {
    .what-we-cover-container {
        gap: 60px;
    }

    .what-we-cover-left {
        flex: 0 0 400px;
    }
}

/* Tablet View */
@media (max-width: 900px) {
    .what-we-cover-container {
        flex-direction: column;
        gap: 48px;
        align-items: center;
    }

    .what-we-cover-left {
        flex: 1;
        width: 100%;
        max-width: 600px;
    }

    .what-we-cover-header {
        gap: 24px;
    }

    .what-we-cover-title {
        font-size: 32px;
    }

    .what-we-cover-image-wrap {
        max-width: 400px;
        margin: 0 auto;
    }

    .what-we-cover-right {
        width: 100%;
        max-width: 600px;
    }

    .what-we-cover-grid {
        gap: 20px;
    }
}

/* Mobile View - Matches Figma 712-6298 */
@media (max-width: 600px) {
    .what-we-cover-section {
        padding: 48px 0;
    }

    .what-we-cover-container {
        flex-direction: column;
        gap: 48px;
        padding: 0 32px;
    }

    .what-we-cover-left {
        width: 100%;
    }

    .what-we-cover-header {
        gap: 24px;
        text-align: center;
    }

    .what-we-cover-title {
        font-size: 24px;
        width: 195px;
        margin: 0 auto;
    }

    .what-we-cover-description {
        font-size: 16px;
        line-height: normal;
    }

    .what-we-cover-image-wrap {
        width: 100%;
        max-width: 311px;
        margin: 0 auto;
    }

    .what-we-cover-image {
        width: 100%;
        height: auto;
        aspect-ratio: 311/207;
        object-fit: cover;
    }

    .what-we-cover-right {
        width: 100%;
        gap: 32px;
    }

    .what-we-cover-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 21px;
        width: 100%;
    }

    .cover-item {
        height: 120px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cover-item-text {
        font-size: 16px;
        line-height: normal;
    }

    .cover-item.has-icon .glass-icon {
        width: 28.932px;
        height: 46.703px;
        top: 0;
        right: 8.7px;
        transform: scaleY(-1);
    }

    .what-we-cover-cta {
        padding: 12px 16px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .single-service-content {
        margin: 40px auto;
        padding: 0 20px;
    }

    .single-service-body {
        font-size: 15px;
    }

    .single-service-body h2 {
        font-size: 28px;
    }

    .single-service-body h3 {
        font-size: 22px;
    }
}