:root {
    --lahore-purple: #4747b5;
    --lahore-text: #606060;
    --lahore-heading: #0b1c30;
    --lahore-border: #c4c5d5;
}

.lahore-services-page {
    position: relative;
    width: 100%;
    min-width: 320px;
    max-width: none;
    min-height: 2694px;
    margin-inline: auto;
    overflow: hidden;
    color: var(--lahore-text);
    background: #fff;
    box-shadow: none;
    font-family: "Inter", Arial, sans-serif;
}

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

.lahore-services-page h1,
.lahore-services-page h2,
.lahore-services-page h3,
.lahore-services-page p {
    margin-top: 0;
}

.lahore-top-watermark,
.lahore-lower-watermark,
.lahore-hero-wordmark,
.lahore-faq-wordmark {
    position: absolute;
    pointer-events: none;
}

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

.lahore-lower-watermark {
    z-index: 0;
    top: 1462px;
    left: -93px;
    width: 586px;
    height: 592px;
    object-fit: cover;
    opacity: .65;
}

.lahore-header {
    position: relative;
    z-index: 20;
}

.lahore-hero {
    position: relative;
    z-index: 1;
    height: 454px;
}

.lahore-hero-copy {
    position: absolute;
    z-index: 3;
    top: 98px;
    left: 122px;
    width: 635px;
}

.lahore-hero-copy h1,
.lahore-body-copy h2,
.lahore-issues h2,
.lahore-areas h2,
.lahore-why h2,
.lahore-faq h2 {
    color: var(--lahore-purple);
    font-family: "Sitara", Georgia, serif;
    font-weight: 700;
}

.lahore-hero-copy h1 {
    width: 595px;
    margin-bottom: 3px;
    font-size: 32px;
    line-height: 1.34;
}

.lahore-hero-copy p {
    width: 635px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.lahore-hero-art {
    position: absolute;
    z-index: 2;
    top: -154px;
    left: 846px;
    width: 654px;
    height: 654px;
    object-fit: contain;
}

.lahore-hero-wordmark {
    z-index: 1;
    top: 355px;
    left: 601px;
    width: 862px;
    height: 174px;
    object-fit: fill;
    opacity: .31;
}

.lahore-hero-actions,
.lahore-cta-actions {
    display: flex;
    align-items: center;
}

.lahore-hero-actions {
    gap: 42px;
}

.lahore-button,
.lahore-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.lahore-button {
    height: 52px;
    border-radius: 12px;
    font-size: 24px;
    line-height: 32px;
}

.lahore-button img,
.lahore-cta-button img {
    flex: 0 0 auto;
    object-fit: contain;
}

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

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

.lahore-body-copy {
    position: relative;
    z-index: 2;
    height: 211px;
    padding: 10px 122px 0;
}

.lahore-body-copy h2,
.lahore-issues h2,
.lahore-areas h2,
.lahore-why h2,
.lahore-faq h2 {
    margin-bottom: 4px;
    font-size: 32px;
    line-height: 1.34;
}

.lahore-body-copy p {
    width: 1158px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.lahore-issues {
    position: relative;
    z-index: 2;
    height: 364px;
    padding: 0 117px;
}

.lahore-issues h2 {
    margin-bottom: 20px;
}

.lahore-issue-grid {
    display: grid;
    width: 1200px;
    grid-template-columns: repeat(4, 282px);
    grid-auto-rows: minmax(110px, auto);
    gap: 24px;
}

.lahore-issue-card {
    display: flex;
    min-height: 110px;
    padding: 25px;
    align-items: flex-start;
    border: 1px solid var(--lahore-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    flex-direction: column;
    gap: 16px;
}

.lahore-issue-icon {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: flex-start;
}

.lahore-issue-icon img {
    display: block;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

.lahore-issue-card h3 {
    margin: 0;
    color: var(--lahore-heading);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.lahore-areas {
    position: relative;
    z-index: 2;
    height: 149px;
    padding: 0 117px;
    text-align: center;
}

.lahore-areas h2 {
    margin-bottom: 13px;
}

.lahore-area-chips {
    display: flex;
    width: 1200px;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lahore-area-chips span {
    display: inline-flex;
    height: 42px;
    padding: 9px 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lahore-border);
    border-radius: 12px;
    color: #45464d;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
}

.lahore-why {
    position: relative;
    z-index: 2;
    height: 188px;
    padding: 36px 121px 0;
}

.lahore-why h2 {
    margin-bottom: 4px;
}

.lahore-why p {
    width: 1197px;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.lahore-cta {
    position: relative;
    z-index: 3;
    display: flex;
    width: 1213px;
    height: 278px;
    margin-left: 104px;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    color: #fff;
    background: var(--lahore-purple);
    text-align: center;
}

.lahore-cta-inner {
    display: flex;
    width: 768px;
    height: 188px;
    align-items: center;
    flex-direction: column;
}

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

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

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

.lahore-cta-button {
    min-height: 48px;
    padding: 12px 32px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
}

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

.lahore-cta-button-whatsapp {
    color: #fff;
    background: #25d366;
}

.lahore-faq {
    position: relative;
    z-index: 2;
    min-height: 884px;
    padding: 37px 0 300px 169px;
}

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

.lahore-faq h2,
.lahore-faq-list {
    position: relative;
    z-index: 2;
}

.lahore-faq h2 {
    margin-bottom: 17px;
}

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

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

.lahore-faq-list 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;
}

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

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

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

.lahore-faq-list details[open] summary img {
    transform: translateY(-50%) rotate(180deg);
}

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

.lahore-faq-wordmark {
    z-index: 1;
    top: 429px;
    left: 634px;
    width: 812px;
    height: 164px;
    object-fit: fill;
    opacity: .31;
}

@media (max-width: 1300px) {
    .lahore-hero-copy { left: 8%; width: 46%; }
    .lahore-hero-copy h1,
    .lahore-hero-copy p { width: 100%; }
    .lahore-hero-art { left: 52%; width: 48%; height: auto; }
    .lahore-hero-wordmark { left: 42%; width: 60%; height: auto; }
    .lahore-body-copy,
    .lahore-issues,
    .lahore-areas,
    .lahore-why { padding-left: 8%; padding-right: 8%; }
    .lahore-body-copy p,
    .lahore-why p { width: 100%; }
    .lahore-issue-grid,
    .lahore-area-chips { width: 100%; }
    .lahore-issue-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .lahore-cta { width: calc(100% - 14%); margin-left: 7%; }
}

@media (max-width: 1000px) {
    .lahore-services-page { min-height: 0; }
    .lahore-top-watermark { top: -180px; right: -210px; left: auto; width: 440px; height: 445px; }
    .lahore-lower-watermark { top: auto; bottom: 760px; left: -260px; }
    .lahore-hero { height: auto; padding: 42px 24px 30px; }
    .lahore-hero-copy { position: relative; top: auto; left: auto; width: min(650px, 100%); margin-inline: auto; text-align: center; }
    .lahore-hero-copy h1 { width: 100%; font-size: 34px; }
    .lahore-hero-copy p { width: 100%; font-size: 17px; }
    .lahore-hero-actions { justify-content: center; }
    .lahore-hero-wordmark { position: relative; top: auto; left: 50%; width: min(760px, 120vw); height: auto; margin: 55px 0 -95px; transform: translateX(-50%); }
    .lahore-hero-art { position: relative; top: auto; left: auto; display: block; width: min(585px, 100%); height: auto; margin-inline: auto; }
    .lahore-body-copy { height: auto; padding: 28px 24px 32px; }
    .lahore-issues { height: auto; padding: 0 24px 32px; }
    .lahore-issues h2 { text-align: center; }
    .lahore-issue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lahore-areas { height: auto; padding: 0 24px 36px; }
    .lahore-why { height: auto; padding: 0 24px 32px; }
    .lahore-cta { width: calc(100% - 48px); height: auto; min-height: 278px; margin-left: 24px; }
    .lahore-faq { min-height: 900px; padding: 42px 24px 320px; }
    .lahore-faq-list { width: 100%; }
    .lahore-faq-wordmark { top: auto; right: -180px; bottom: 120px; left: auto; width: 650px; height: auto; }
}

@media (max-width: 640px) {
    .lahore-hero { padding-inline: 18px; }
    .lahore-hero-copy h1,
    .lahore-body-copy h2,
    .lahore-issues h2,
    .lahore-areas h2,
    .lahore-why h2,
    .lahore-faq h2 { font-size: 29px; }
    .lahore-hero-copy p,
    .lahore-body-copy p,
    .lahore-why p { font-size: 16px; }
    .lahore-hero-actions { width: 100%; flex-direction: column; gap: 12px; }
    .lahore-button { width: 100%; font-size: 18px; }
    .lahore-hero-wordmark { margin-bottom: -65px; }
    .lahore-issue-grid { grid-template-columns: 1fr; }
    .lahore-issue-card { min-height: 110px; }
    .lahore-area-chips { gap: 8px; }
    .lahore-area-chips span { height: 38px; padding: 7px 16px; font-size: 14px; }
    .lahore-cta { width: calc(100% - 36px); margin-left: 18px; padding: 38px 20px; border-radius: 28px; }
    .lahore-cta-inner { width: 100%; height: auto; }
    .lahore-cta h2 { font-size: 27px; line-height: 35px; }
    .lahore-cta p { font-size: 16px; }
    .lahore-cta-actions { width: 100%; flex-direction: column; gap: 12px; }
    .lahore-cta-button { width: 100%; }
    .lahore-faq { padding-inline: 18px; }
    .lahore-faq-list summary { min-height: 68px; padding: 14px 48px 14px 36px; font-size: 15px; }
    .lahore-faq-list summary::before { left: 19px; }
    .lahore-faq-list summary img { right: 17px; width: 20px; height: 20px; }
    .lahore-faq-list details p { padding: 0 36px 18px; font-size: 14px; }
}
