:root {
    --services-purple: #4747b5;
    --services-purple-dark: #3e3eaa;
    --services-mint: #25d366;
    --services-text: #45464d;
    --services-heading: #0b1c30;
    --services-border: #c6c6cd;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--services-text);
    background: #fff;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.5;
}

img {
    display: block;
    max-width: 100%;
}

.services-design {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: none;
    min-height: 3820px;
    margin-inline: auto;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}

.services-design > main {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}

.page-shell {
    width: min(1290px, calc(100% - 48px));
    margin-inline: auto;
}

.top-watermark {
    position: absolute;
    z-index: 0;
    top: -130px;
    left: 949px;
    width: 586px;
    height: 592px;
    object-fit: cover;
    opacity: .65;
    pointer-events: none;
}

.lower-watermark {
    position: absolute;
    z-index: 0;
    top: 1419px;
    left: -93px;
    width: 586px;
    height: 592px;
    object-fit: cover;
    opacity: .65;
    pointer-events: none;
}

.site-header {
    position: relative;
    z-index: 20;
    height: 166px;
    background: transparent;
}

.site-nav {
    display: flex;
    height: 166px;
    align-items: flex-start;
    border-bottom: 1px solid #606060;
}

.brand {
    display: flex;
    width: 136px;
    height: 80px;
    margin-top: 69px;
    margin-left: 72px;
    align-items: center;
    justify-content: center;
}

.brand img {
    width: 136px;
    height: 80px;
    object-fit: contain;
}

.desktop-nav {
    display: flex;
    margin: 101px 88px 0 auto;
    padding: 0;
    align-items: center;
    gap: 48px;
    font-size: 16px;
    font-weight: 500;
    list-style: none;
}

.desktop-nav a {
    position: relative;
    display: inline-block;
    padding: 12px 0;
    color: #0a0a0a;
    text-decoration: none;
}

.desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: var(--services-purple);
    content: "";
    opacity: 0;
    transform: scaleX(.6);
    transition: opacity .18s ease, transform .18s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a[aria-current="page"] {
    color: var(--services-purple);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.mobile-nav {
    display: none;
    margin-left: auto;
}

.mobile-nav summary {
    padding: 10px 14px;
    border: 1px solid rgba(71, 71, 181, .3);
    border-radius: 7px;
    color: var(--services-purple);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
    display: none;
}

.mobile-nav-links {
    position: absolute;
    top: 92px;
    right: 18px;
    display: grid;
    width: min(220px, calc(100vw - 36px));
    padding: 10px;
    border: 1px solid #e6e6f4;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(33, 33, 95, .16);
}

.mobile-nav-links a {
    padding: 11px 12px;
    border-radius: 7px;
    color: #0a0a0a;
    text-decoration: none;
}

.mobile-nav-links a:hover,
.mobile-nav-links a:focus-visible {
    color: var(--services-purple);
    background: #f5f5fc;
}

.services-hero {
    position: relative;
    height: 457px;
}

.services-intro {
    position: relative;
    z-index: 2;
    width: 1096px;
    margin: 0 auto 44px;
    color: var(--services-text);
    font-family: "Sitara", Georgia, serif;
    font-size: 20px;
    line-height: 1.5;
}

.services-intro p {
    margin: 0;
}

.services-intro p + p {
    margin-top: 12px;
}

.hero-wordmark {
    position: absolute;
    z-index: 0;
    top: 38px;
    left: -15px;
    width: 862px;
    height: 174px;
    object-fit: fill;
    opacity: .31;
    pointer-events: none;
}

.hero-art {
    position: absolute;
    z-index: 1;
    inset: 0 auto auto 0;
    width: 620px;
    height: 430px;
}

.hero-tree {
    position: absolute;
    top: 117px;
    left: 93px;
    width: 199px;
    height: 242px;
    overflow: hidden;
}

.hero-tree img {
    position: absolute;
    top: -9.92%;
    left: 0;
    width: 100%;
    height: 120.85%;
    max-width: none;
    object-fit: fill;
}

.hero-phone {
    position: absolute;
    top: 121px;
    left: 211px;
    width: 192px;
    height: 290px;
    overflow: hidden;
}

.hero-phone img {
    position: absolute;
    top: -31.19%;
    left: -95.51%;
    width: 324.1%;
    height: 142.88%;
    max-width: none;
    object-fit: fill;
}

.hero-city {
    position: absolute;
    top: 273px;
    left: 352px;
    width: 233px;
    height: 128px;
}

.hero-city img {
    width: 233px;
    height: 128px;
    object-fit: cover;
    object-position: bottom;
}

.hero-birds {
    position: absolute;
    top: 186px;
    left: 369px;
    width: 163px;
    height: 91px;
}

.hero-birds img {
    width: 163px;
    height: 91px;
    object-fit: cover;
}

.hero-copy {
    position: absolute;
    z-index: 2;
    top: 116px;
    left: 733px;
    width: 535px;
}

.hero-copy h1,
.section-title,
.faq-title {
    margin: 0;
    color: var(--services-purple);
    font-family: "Sitara", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.34;
}

.hero-copy p {
    width: 530px;
    margin: 4px 0 0;
    color: #606060;
    font-family: "Sitara", Georgia, serif;
    font-size: 20px;
    line-height: 1.5;
}

.hero-actions {
    display: flex;
    margin-top: 20px;
    gap: 42px;
}

.hero-button {
    display: inline-flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
}

.hero-button img {
    flex: 0 0 auto;
    object-fit: contain;
}

.hero-button-primary {
    width: 221px;
    color: #fff;
    background: var(--services-purple);
}

.hero-button-primary img {
    width: 16px;
    height: 16px;
}

.hero-button-light {
    width: 246px;
    color: var(--services-purple);
    background: #fff;
    box-shadow: 0 4px 2px rgba(71, 71, 181, .33);
}

.hero-button-light img {
    width: 18px;
    height: 18px;
}

.categories {
    position: relative;
    z-index: 2;
}

.categories .section-title {
    width: 1200px;
    margin: 0 0 29px 128px;
}

.service-grid {
    display: grid;
    width: 1200px;
    margin-left: 128px;
    grid-template-columns: repeat(4, 282px);
    grid-auto-rows: minmax(400px, auto);
    gap: 24px;
}

.service-card {
    display: flex;
    min-height: 400px;
    padding: 33px;
    border: 1px solid var(--services-border);
    border-radius: 8px;
    background: #fff;
    flex-direction: column;
}

.service-card-icon {
    display: flex;
    width: 48px;
    height: 68px;
    flex: 0 0 68px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 14px;
    border-radius: 4px;
    background: #fff;
}

.service-card-icon img {
    width: var(--icon-width);
    height: var(--icon-height);
    object-fit: contain;
}

.service-card h2 {
    margin: -4px 0 12px;
    color: var(--services-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.service-description {
    margin: 0;
    color: var(--services-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.service-best {
    margin-top: auto;
    padding-top: 5px;
}

.service-best strong {
    display: block;
    margin-bottom: 6px;
    color: var(--services-purple);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    line-height: 16px;
    text-transform: uppercase;
}

.service-best span {
    display: block;
    color: var(--services-text);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}

.service-cta {
    position: relative;
    z-index: 4;
    display: flex;
    width: 1213px;
    height: 278px;
    margin: 17px 0 0 128px;
    padding: 35px 80px;
    align-items: center;
    border-radius: 44px;
    color: #fff;
    background: var(--services-purple);
    isolation: isolate;
    flex-direction: column;
    text-align: center;
}

.service-cta h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.32px;
}

.service-cta p {
    margin: 24px 0 0;
    font-size: 18px;
    line-height: 28px;
    opacity: .8;
}

.cta-actions {
    display: flex;
    margin-top: 24px;
    gap: 16px;
}

.cta-button {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 32px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.cta-button img {
    object-fit: contain;
}

.cta-button-light {
    color: var(--services-purple);
    background: #fff;
}

.cta-button-light img {
    width: 16px;
    height: 16px;
}

.cta-button-call img {
    width: 18px;
    height: 18px;
}

.cta-button-whatsapp {
    color: #fff;
    background: var(--services-mint);
}

.cta-button-whatsapp img {
    width: 20px;
    height: 20px;
}

.faq-section {
    position: relative;
    z-index: 2;
    min-height: 2050px;
    padding-top: 34px;
}

.faq-section::before {
    position: absolute;
    z-index: 0;
    top: -185px;
    left: -95px;
    width: 586px;
    height: 592px;
    background: url("../images/watermarkfull.png") center / contain no-repeat;
    content: "";
    pointer-events: none;
}

.faq-inner {
    position: relative;
    z-index: 2;
    width: 1122px;
    margin-left: 159px;
}

.faq-title {
    margin: 0 0 17px 10px;
}

.faq-list {
    display: grid;
    width: 852px;
    gap: 16px;
}

.faq-item {
    border-radius: 9px;
    color: #fff;
    background: var(--services-purple);
    overflow: hidden;
}

.faq-item summary {
    position: relative;
    display: flex;
    min-height: 63px;
    padding: 15px 60px 15px 89px;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before {
    position: absolute;
    top: 50%;
    left: 72px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}

.faq-arrow {
    position: absolute;
    top: 50%;
    right: 43px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    transform: translateY(-50%);
    transition: transform .18s ease;
}

.faq-item[open] .faq-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
    margin: 0;
    padding: 0 60px 20px 89px;
    color: rgba(255, 255, 255, .92);
    font-size: 15px;
    line-height: 1.6;
}

.faq-wordmark {
    position: absolute;
    z-index: 1;
    top: 426px;
    left: 475px;
    width: 812px;
    height: 164px;
    object-fit: fill;
    opacity: .31;
    pointer-events: none;
}

@media (max-width: 1300px) {
    .brand {
        margin-left: 18px;
    }

    .desktop-nav {
        margin-right: 18px;
    }

    .hero-copy {
        left: 53%;
        width: 44%;
    }

    .hero-copy p {
        width: 100%;
        font-size: 18px;
    }

    .hero-actions {
        gap: 20px;
    }

    .categories .section-title,
    .service-grid,
    .service-cta {
        margin-inline: auto;
    }

    .services-intro {
        width: min(1096px, calc(100% - 48px));
    }

    .categories .section-title {
        width: min(1200px, calc(100% - 48px));
    }

    .service-grid {
        width: min(1200px, calc(100% - 48px));
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .service-cta {
        width: min(1213px, calc(100% - 48px));
    }

    .faq-inner {
        width: min(1122px, calc(100% - 48px));
        margin-inline: auto;
    }
}

@media (max-width: 1000px) {
    .site-header,
    .site-nav {
        height: 104px;
    }

    .site-nav {
        align-items: center;
    }

    .brand {
        width: 120px;
        height: 72px;
        margin-top: 0;
        margin-left: 0;
    }

    .brand img {
        width: 120px;
        height: 72px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .services-design {
        min-height: 0;
    }

    .top-watermark {
        top: -180px;
        right: -210px;
        left: auto;
        width: 440px;
        height: 445px;
    }

    .services-hero {
        display: flex;
        height: auto;
        padding: 50px 24px 40px;
        flex-direction: column;
    }

    .hero-copy {
        position: relative;
        top: auto;
        left: auto;
        order: 1;
        width: min(650px, 100%);
        margin-inline: auto;
        text-align: center;
    }

    .hero-copy h1 {
        font-size: 34px;
    }

    .hero-copy p {
        width: 100%;
        font-size: 17px;
    }

    .hero-actions {
        justify-content: center;
    }

    .hero-wordmark {
        position: relative;
        top: auto;
        left: 50%;
        order: 2;
        width: min(760px, 120vw);
        height: auto;
        margin: 55px 0 -95px;
        transform: translateX(-50%);
    }

    .hero-art {
        position: relative;
        top: auto;
        left: auto;
        order: 3;
        width: min(585px, 100%);
        height: 410px;
        margin-inline: auto;
    }

    .hero-tree {
        top: 55px;
        left: 0;
        width: 34%;
        height: 242px;
    }

    .hero-phone {
        top: 59px;
        left: 20%;
        width: 33%;
        height: 290px;
    }

    .hero-city {
        top: 211px;
        left: 45%;
        width: 40%;
        height: 128px;
    }

    .hero-city img {
        width: 100%;
    }

    .hero-birds {
        top: 124px;
        left: 49%;
        width: 28%;
        height: 91px;
    }

    .categories {
        padding: 20px 24px 0;
    }

    .services-intro {
        width: calc(100% - 48px);
        margin-bottom: 34px;
        font-size: 17px;
    }

    .categories .section-title {
        width: 100%;
        margin-bottom: 28px;
        text-align: center;
    }

    .service-grid {
        width: min(720px, 100%);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(378px, auto);
    }

    .service-card {
        height: auto;
        min-height: 378px;
    }

    .service-cta {
        width: calc(100% - 48px);
        height: auto;
        min-height: 278px;
        margin-top: 24px;
    }

    .faq-section {
        min-height: 900px;
        padding: 42px 24px 320px;
    }

    .faq-inner {
        width: 100%;
    }

    .faq-list {
        width: min(852px, 100%);
    }

    .faq-wordmark {
        top: auto;
        right: -180px;
        bottom: 120px;
        left: auto;
        width: 650px;
        height: auto;
    }

    .lower-watermark {
        top: auto;
        bottom: 800px;
        left: -260px;
    }
}

@media (max-width: 640px) {
    .page-shell {
        width: min(calc(100% - 32px), 760px);
    }

    .services-hero {
        padding-inline: 18px;
    }

    .hero-copy h1,
    .section-title,
    .faq-title {
        font-size: 29px;
    }

    .hero-copy p {
        font-size: 16px;
    }

    .hero-actions {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .hero-button {
        width: 100%;
        font-size: 18px;
    }

    .hero-wordmark {
        margin-bottom: -65px;
    }

    .hero-art {
        height: 340px;
    }

    .hero-tree {
        height: 205px;
    }

    .hero-phone {
        height: 245px;
    }

    .hero-city {
        top: 188px;
        height: 105px;
    }

    .hero-city img {
        height: 105px;
    }

    .hero-birds {
        top: 116px;
        height: 70px;
    }

    .hero-birds img {
        height: 70px;
    }

    .categories {
        padding-inline: 18px;
    }

    .services-intro {
        width: calc(100% - 36px);
        font-size: 16px;
    }

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

    .service-card {
        min-height: 350px;
        padding: 28px;
    }

    .service-cta {
        width: calc(100% - 36px);
        padding: 38px 20px;
        border-radius: 28px;
    }

    .service-cta h2 {
        font-size: 27px;
        line-height: 35px;
    }

    .service-cta p {
        font-size: 16px;
    }

    .cta-actions {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }

    .cta-button {
        width: 100%;
    }

    .faq-section {
        padding-inline: 18px;
    }

    .faq-item summary {
        min-height: 68px;
        padding: 14px 48px 14px 36px;
        font-size: 15px;
    }

    .faq-item summary::before {
        left: 19px;
    }

    .faq-arrow {
        right: 17px;
        width: 20px;
        height: 20px;
    }

    .faq-answer {
        padding: 0 36px 18px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
    }
}
