/* Akualuks home: landing-only sections and presentation. */

.hero {
    position: relative;
    min-height: 660px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: white;
    background: var(--blue-dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image:
    linear-gradient(90deg, rgba(11, 31, 95, .94), rgba(21, 55, 146, .84) 52%, rgba(242, 98, 149, .68)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
    background-position: center;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    gap: 52px;
    align-items: center;
    padding: 70px 0 76px;
}

.hero-copy {
    max-width: 760px;
}

.hero-text {
    max-width: 620px;
    margin: 0 0 34px;
    font-size: 1.25rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .9);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-actions.align-left {
    justify-content: flex-start;
}

.hero-facts {
    margin: 38px 0 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.hero-facts div {
    padding: 18px;
    border-left: 3px solid rgba(255, 255, 255, .36);
    background: rgba(255, 255, 255, .08);
}

.hero-facts dt {
    margin-bottom: 4px;
    font-size: 1.45rem;
    font-weight: 800;
}

.hero-facts dd {
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .92rem;
    line-height: 1.45;
}

.hero-visual {
    position: relative;
    min-height: 360px;
    padding: 34px;
    display: grid;
    align-content: center;
    gap: 28px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    background:
    linear-gradient(160deg, rgba(11, 31, 95, .94), rgba(21, 55, 146, .9) 56%, rgba(242, 98, 149, .82)),
    url('../../img/pattern-pink.jpg');
    background-size: cover;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.hero-logo {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 390px;
    object-fit: contain;
    margin: 0 auto;
}

.hero-mark {
    position: absolute;
    right: -44px;
    top: -44px;
    width: 170px;
    opacity: .24;
}

.service-board {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.service-board span {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: var(--radius);
    color: white;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    font-weight: 800;
}

.service-board i {
    flex: 0 0 auto;
    color: var(--pink);
}

.quick-contact {
    border-bottom: 1px solid var(--line);
    background: white;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.quick-grid a {
    min-height: 96px;
    padding: 22px 26px;
    display: grid;
    gap: 4px;
    border-left: 1px solid var(--line);
}

.quick-grid .material-symbols-outlined {
    width: 38px;
    height: 38px;
    margin-bottom: 6px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--blue);
}

.quick-grid a:last-child {
    border-right: 1px solid var(--line);
}

.quick-grid strong {
    color: var(--blue);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.quick-grid a > span:not(.material-symbols-outlined) {
    color: var(--text);
    line-height: 1.4;
}

.intro {
    background: linear-gradient(180deg, white 0%, var(--soft) 100%);
}

.intro-copy p,
.location p,
.final-cta p,
.cafe p {
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--text);
}

.services {
    background:
    linear-gradient(180deg, white 0%, white 68%, var(--soft) 100%);
}

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.card {
    min-height: 230px;
    padding: 26px;
    border-radius: var(--radius);
    background: var(--soft);
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
}

.card-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border-radius: var(--radius);
    color: white;
    background: var(--blue);
    font-weight: 800;
    font-size: 25px;
}

.card h3 {
    margin-bottom: 12px;
    color: var(--blue);
    font-size: 1.25rem;
    line-height: 1.2;
}

.card p {
    margin: 0;
    color: var(--text);
    line-height: 1.62;
}

.process {
    color: white;
    background:
    linear-gradient(rgba(21, 55, 146, .92), rgba(11, 31, 95, .94)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
    background-position: center;
}

.process .eyebrow,
.process h2 {
    color: white;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.process-step {
    padding: 28px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
}

.process-step span {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: var(--blue);
    background: white;
    font-weight: 800;
}

.process-step h3 {
    margin-bottom: 10px;
    font-size: 1.28rem;
}

.process-step p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .86);
    line-height: 1.65;
}

.cafe {
    background:
    linear-gradient(180deg, var(--mint) 0%, var(--mint) 72%, white 100%);
}

.cafe-layout {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 54px;
    align-items: center;
}

.cafe-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.cafe-side {
    display: grid;
    gap: 14px;
}

.cafe-list span {
    min-height: 64px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: white;
    border: 1px solid rgba(0, 174, 184, .24);
    color: var(--blue);
    font-weight: 800;
    text-align: center;
}

.cafe-brand-card {
    min-height: 190px;
    padding: 24px;
    display: grid;
    align-content: end;
    border-radius: var(--radius);
    color: white;
    background:
    linear-gradient(155deg, rgba(21, 55, 146, .96), rgba(11, 31, 95, .96)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
    overflow: hidden;
}

.cafe-brand-card img {
    width: min(210px, 70%);
    margin-bottom: 18px;
}

.cafe-brand-card strong {
    font-size: 1.28rem;
}

.experience {
    background: white;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.experience-item {
    padding: 30px;
    border-radius: var(--radius);
    background: var(--blue);
    color: white;
}

.experience-item:nth-child(2) {
    background: var(--pink);
}

.experience-item:nth-child(3) {
    color: var(--blue);
    background: var(--mint);
}

.experience-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1.55rem;
}

.experience-item span {
    display: block;
    opacity: .9;
    line-height: 1.6;
}

.testimonials {
    background:
    linear-gradient(180deg, white 0%, var(--soft) 24%, var(--soft) 100%);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-card {
    margin: 0;
    min-height: 220px;
    padding: 26px;
    display: grid;
    align-content: start;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: white;
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
}

.testimonial-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--blue);
}

.stars {
    margin-bottom: 16px;
    color: var(--pink);
    font-size: 1rem;
    letter-spacing: .08em;
}

.testimonial-card blockquote {
    margin: 0;
    color: var(--text);
    line-height: 1.68;
}

.location {
    background:
    linear-gradient(180deg, var(--soft) 0%, white 100%);
}

.location-layout {
    display: grid;
    grid-template-columns: 1fr .72fr;
    gap: 56px;
    align-items: center;
}

.address {
    margin-bottom: 28px;
}

.hours {
    margin: -8px 0 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: var(--radius);
    color: var(--blue);
    background: white;
    border: 1px solid var(--line);
    font-weight: 800;
}

.hours .material-symbols-outlined {
    color: var(--pink);
}

.location-side {
    display: grid;
    gap: 16px;
}

.map-embed,
.map-card {
    aspect-ratio: 4 / 3;
    min-height: 310px;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
    background: white;
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
}

.map-card {
    padding: 30px;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 12px;
    color: var(--blue);
    background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(232, 251, 248, .9)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
}

.map-card .material-symbols-outlined {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--pink);
    font-size: 30px;
}

.map-card strong {
    font-size: 1.35rem;
    line-height: 1.2;
}

.map-card p {
    margin: 0;
    color: var(--text);
}

.map-card em {
    color: var(--pink);
    font-style: normal;
    font-weight: 800;
}

.map-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.location-panel {
    padding: 30px;
    border-radius: var(--radius);
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
}

.location-panel img {
    width: 78px;
    height: 74px;
    margin-bottom: 22px;
    object-fit: contain;
}

.location-panel strong {
    display: block;
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 1.35rem;
}

.location-panel p {
    margin-bottom: 0;
}

.faq {
    background: white;
}

.faq-layout {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 56px;
    align-items: start;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--soft);
    box-shadow: 0 10px 24px rgba(21, 55, 146, .06);
}

.faq-list summary {
    min-height: 64px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--blue);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    flex: 0 0 auto;
    color: var(--pink);
    font-size: 1.35rem;
    line-height: 1;
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list p {
    margin: -4px 24px 22px;
    color: var(--text);
    line-height: 1.7;
}

.final-cta {
    text-align: center;
    background: var(--soft);
}

.final-cta .container {
    max-width: 760px;
}

.final-cta .btn {
    margin-top: 8px;
}

@media (max-width: 1040px) {
    .hero-grid,
    .cafe-layout,
    .location-layout {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        max-width: 520px;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid,
    .experience-grid,
    .testimonial-grid,
    .faq-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 760px) {
    .hero {
        min-height: auto;
    }

    .hero-grid {
        gap: 32px;
        padding: 52px 0 58px;
    }

    .hero-text {
        font-size: 1.05rem;
    }

    .hero-actions,
    .hero-actions.align-left {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-facts,
    .quick-grid,
    .testimonial-grid,
    .cafe-list {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 0;
        padding: 22px;
    }

    .hero-logo {
        max-width: 300px;
    }

    .quick-grid a {
        min-height: 82px;
        padding: 18px 0;
        border-left: 0;
        border-bottom: 1px solid var(--line);
    }

    .quick-grid a:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .cafe-layout,
    .location-layout {
        gap: 30px;
    }

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

    .card,
    .process-step,
    .experience-item,
    .location-panel {
        min-height: auto;
        padding: 24px;
    }

}

.quick-info {
    border-bottom: 1px solid var(--line);
    background: white;
}

.quick-info .quick-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.quick-info article {
    min-height: 142px;
    padding: 22px 24px;
    display: grid;
    align-content: start;
    gap: 6px;
    border-left: 1px solid var(--line);
}

.quick-info article:last-child {
    border-right: 1px solid var(--line);
}

.quick-info .material-symbols-outlined {
    width: 38px;
    height: 38px;
    margin-bottom: 4px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--blue);
}

.quick-info strong {
    color: var(--blue);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.quick-info p {
    margin: 0;
    color: var(--text);
    line-height: 1.45;
}

.service-choice-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.service-choice-card {
    position: relative;
    min-height: 302px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: var(--radius);
    background: white;
    border: 1px solid rgba(21, 55, 146, .1);
    box-shadow: 0 14px 30px rgba(21, 55, 146, .08);
}

.service-choice-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(21, 55, 146, .13);
}

.service-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    display: inline-grid;
    place-items: center;
    color: var(--blue);
}

.service-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-choice-card h3 {
    margin: 0 0 12px;
    color: var(--blue);
    font-size: 1.05rem;
    line-height: 1.22;
}

.service-choice-card p {
    margin: 0 0 18px;
    color: var(--text);
    font-size: .93rem;
    line-height: 1.58;
}

.service-choice-card a {
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    opacity: 0;
}

.service-choice-card:focus-within {
    outline: 3px solid rgba(242, 98, 149, .95);
    outline-offset: 4px;
}

@media (max-width: 1120px) {
    .service-choice-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .location-layout {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 900px) {
    .quick-info .quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

}

@media (max-width: 760px) {
    .hero-facts,
    .quick-info .quick-grid {
        grid-template-columns: 1fr;
    }

    .quick-info article {
        min-height: 0;
        padding: 18px 0;
        border-left: 0;
        border-bottom: 1px solid var(--line);
    }

    .quick-info article:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .service-choice-card {
        min-height: auto;
        padding: 22px;
    }

    .faq-layout {
        gap: 24px;
    }

}

.hero {
    min-height: 690px;
    padding-bottom: 84px;
    background: #0f2b79;
}

.hero-bg-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.hero-bg {
    background:
    linear-gradient(90deg, rgba(5, 24, 75, .99) 0%, rgba(9, 35, 102, .97) 34%, rgba(11, 31, 95, .78) 50%, rgba(11, 31, 95, .18) 71%, rgba(11, 31, 95, .04) 100%),
    linear-gradient(180deg, rgba(3, 14, 48, .08), rgba(3, 14, 48, .2));
}

.hero-grid {
    min-height: 606px;
    grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
    gap: 40px;
    padding: 72px 0 30px;
}

.hero-copy {
    max-width: 620px;
    padding: 26px 0 52px;
    align-self: center;
}

.hero-copy h1 {
    max-width: 610px;
    margin-bottom: 22px;
    font-size: clamp(4.35rem, 7.2vw, 6rem);
    line-height: .98;
}

.hero-copy h1 span {
    display: block;
    color: var(--pink);
}

.hero-text {
    max-width: 600px;
    margin-bottom: 34px;
    font-size: 1.24rem;
    line-height: 1.62;
}

.hero-actions .btn {
    min-height: 62px;
    padding-inline: 28px;
    border-radius: 18px;
    font-size: 1.02rem;
}

.hero-actions .btn-secondary {
    color: white;
    background: rgba(7, 28, 84, .46);
    border: 2px solid rgba(255, 255, 255, .72);
    backdrop-filter: blur(10px);
}

.hero-helper {
    margin: 34px 0 0;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, .9);
    font-weight: 700;
    font-size: 1.02rem;
}

.hero-helper .material-symbols-outlined {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 2px solid rgba(242, 98, 149, .8);
    border-radius: 999px;
    color: var(--pink);
}

.hero-service-pills {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: min(720px, 64vw);
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hero-service-pills li {
    min-height: 96px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    column-gap: 14px;
    border-radius: 14px;
    color: white;
    background: rgba(7, 28, 84, .9);
    box-shadow: 0 18px 34px rgba(3, 14, 48, .28);
}

.hero-service-pills .material-symbols-outlined {
    grid-row: span 2;
    color: var(--pink);
    font-size: 40px;
}

.hero-service-pills strong,
.hero-service-pills small {
    min-width: 0;
}

.hero-service-pills strong {
    font-size: 1.1rem;
    line-height: 1.1;
}

.hero-service-pills small {
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
    font-size: .96rem;
}

.quick-info {
    position: relative;
    z-index: 2;
    margin-top: -76px;
    padding-bottom: 18px;
    background: transparent;
    border-top: 0;
}

.quick-info .quick-grid {
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 18px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .08);
    box-shadow: 0 18px 44px rgba(17, 24, 39, .14);
}

.quick-info article {
    min-height: 142px;
    padding: 24px 30px 24px;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    align-content: center;
    column-gap: 18px;
    border-left: 1px solid rgba(21, 55, 146, .12);
}

.quick-info article:first-child {
    border-left: 0;
}

.quick-info .material-symbols-outlined {
    grid-row: span 2;
    width: 58px;
    height: 58px;
    margin-bottom: 0;
    display: inline-grid;
    place-items: center;
    border: 3px solid var(--blue-dark);
    border-radius: 50%;
    color: var(--blue-dark);
    background: white;
    font-size: 32px;
    box-shadow: 0 10px 18px rgba(11, 31, 95, .08);
}

.quick-info strong {
    align-self: end;
    color: var(--blue);
    font-size: 1.03rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.quick-info p {
    margin: 6px 0 0;
    color: var(--ink);
    line-height: 1.55;
    font-size: .98rem;
}

.services,
.trust-location {
    background: white;
}

.services .container {
    width: min(1428px, calc(100% - 80px));
}

.service-choice-head {
    max-width: none;
    margin-bottom: 30px;
}

.service-choice-head .eyebrow {
    margin-bottom: 6px;
    color: #f01868;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: .11em;
}

.service-choice-head h2 {
    margin-bottom: 18px;
    color: var(--blue-dark);
    font-size: 4.45rem;
    line-height: .98;
    letter-spacing: 0;
}

.service-choice-head p:not(.eyebrow) {
    max-width: 720px;
    margin: 0;
    color: #26395f;
    font-size: 1.28rem;
    line-height: 1.6;
    font-weight: 500;
}

.service-choice-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.service-choice-card {
    min-height: 500px;
    padding: 28px 18px 20px;
    align-items: center;
    text-align: center;
    border-radius: 18px;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 18px 36px rgba(21, 55, 146, .11);
}

.service-choice-card:hover {
    border-color: rgba(5, 97, 238, .28);
}

.service-icon {
    width: 128px;
    height: 128px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #eaf1ff;
    color: var(--blue-dark);
    padding: 28px;
}

.service-icon svg {
    stroke-width: 3;
}

.service-choice-card-pink .service-icon {
    background: #fde7ef;
}

.service-choice-card h3 {
    position: relative;
    width: 100%;
    margin: 0 0 44px;
    color: var(--blue-dark);
    font-size: 1.58rem;
    line-height: 1.12;
    font-weight: 900;
}

.service-choice-card h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 54px;
    height: 4px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #0561ee;
}

.service-choice-card-pink h3::after {
    background: #f01868;
}

.service-choice-card p {
    width: 100%;
    margin: 0 0 28px;
    color: var(--blue-dark);
    font-size: 1.08rem;
    line-height: 1.68;
    font-weight: 500;
}

.service-choice-card p strong {
    color: var(--blue-dark);
    font-weight: 900;
}

.service-choice-card a {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    min-height: 72px;
    margin-top: auto;
    padding: 0 18px 0 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    opacity: 1;
    overflow: hidden;
    border-radius: 12px;
    color: #0561ee;
    background: white;
    border: 1.5px solid #0561ee;
    font-size: .94rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.service-choice-label {
    min-width: 0;
    overflow-wrap: anywhere;
}

.service-choice-arrow {
    flex: 0 0 auto;
    justify-self: end;
    font-size: 2.18rem;
    line-height: 1;
}

.service-choice-card a:hover {
    transform: translateY(-2px);
    color: white;
    background: #0561ee;
    box-shadow: 0 14px 24px rgba(5, 97, 238, .22);
}

.service-choice-card-pink a {
    color: #f01868;
    border-color: #f01868;
}

.service-choice-card-pink a:hover {
    color: white;
    background: #f01868;
    box-shadow: 0 14px 24px rgba(240, 24, 104, .22);
}

.trust-location {
    padding: 28px 0 12px;
    background: white;
}

.trust-location .container,
.final-cta .container {
    width: min(1880px, calc(100% - 40px));
    max-width: none;
}

.trust-location-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(520px, 1fr);
    gap: 24px;
    align-items: stretch;
}

.trust-panel {
    min-width: 0;
    padding: clamp(28px, 3vw, 62px);
    border-radius: 16px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 16px 38px rgba(21, 55, 146, .08);
}

.trust-copy .section-head {
    margin-bottom: 26px;
}

.trust-copy h2 {
    min-width: 0;
    max-width: 760px;
    color: var(--blue);
    font-size: clamp(2.65rem, 4.25vw, 4.9rem);
    line-height: 1.05;
}

.trust-intro {
    margin: 14px 0 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--blue-dark);
    font-weight: 600;
    line-height: 1.45;
}

.trust-intro .material-symbols-outlined {
    color: var(--pink);
    font-size: 34px;
}

.trust-quotes {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.mini-quote-card {
    min-width: 0;
    margin: 0;
    min-height: 252px;
    padding: 28px 30px;
    border-radius: 14px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
}

.quote-mark {
    display: block;
    height: 42px;
    color: var(--pink);
    font-size: 4.5rem;
    font-weight: 900;
    line-height: .72;
}

.mini-quote-card blockquote {
    margin: 0 0 16px;
    color: var(--blue-dark);
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.58;
}

.mini-quote-card figcaption {
    color: var(--blue);
    font-weight: 900;
}

.visit-card h3 {
    margin: 0 0 24px;
    color: var(--blue);
    font-size: clamp(2.2rem, 3vw, 3.25rem);
    line-height: 1.05;
}

.visit-list {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
    color: var(--blue-dark);
    line-height: 1.55;
    list-style: none;
}

.visit-list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.visit-list .material-symbols-outlined {
    color: var(--pink);
    font-size: 34px;
    line-height: 1.1;
}

.visit-map {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    height: clamp(190px, 16vw, 250px);
    border-radius: 14px;
    border: 1px solid rgba(21, 55, 146, .14);
    background: var(--soft);
    box-shadow: 0 12px 24px rgba(21, 55, 146, .08);
}

.visit-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.visit-actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1.3fr .9fr;
    gap: 18px;
}

.visit-actions .btn {
    min-width: 0;
    padding-inline: 14px;
    gap: 10px;
    border-radius: 14px;
    font-size: .94rem;
    white-space: nowrap;
}

.visit-note-strip {
    margin-top: 24px;
    padding: 18px 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(220px, .72fr);
    gap: 20px;
    align-items: center;
    border-radius: 14px;
    color: var(--blue-dark);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 10px 22px rgba(21, 55, 146, .06);
}

.visit-note-strip > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.visit-note-strip > div + div {
    padding-left: 22px;
    border-left: 1px solid rgba(21, 55, 146, .18);
}

.visit-note-strip .material-symbols-outlined {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: var(--pink);
}

.visit-note-strip img {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.visit-note-strip p {
    margin: 0;
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.5;
}

.visit-note-strip strong {
    display: block;
    color: var(--blue);
    font-size: 1.12rem;
    line-height: 1.2;
}

.final-cta {
    padding-top: 6px;
    padding-bottom: 24px;
    background: white;
}

.final-cta-bar {
    min-height: 142px;
    padding: 26px 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    border-radius: 16px;
    color: white;
    background:
    radial-gradient(circle at 2% 100%, rgba(255, 255, 255, .12) 0 11%, transparent 12%),
    linear-gradient(90deg, #ed2d78 0%, #f31f76 48%, #f44991 100%);
}

.final-cta-copy {
    display: flex;
    align-items: center;
    gap: 48px;
    text-align: left;
}

.final-cta-copy .symbol {
    width: 320px;
    max-width: 28vw;
    margin: 0;
    padding-right: 48px;
    border-right: 1px solid rgba(255, 255, 255, .55);
}

.final-cta-copy h2 {
    margin: 0 0 6px;
    color: white;
    font-size: clamp(1.75rem, 2.3vw, 2.55rem);
    line-height: 1.1;
}

.final-cta-copy p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 1.08rem;
}

.final-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.final-cta .btn {
    margin-top: 0;
}

@media (max-width: 1120px) {
    .hero-grid,
    .trust-location-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 0;
    }

    .hero-bg-photo {
        object-position: 64% center;
    }

    .hero-service-pills {
        position: relative;
        right: auto;
        bottom: auto;
        justify-self: start;
        width: 100%;
    }

    .quick-info .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .quick-info article:nth-child(odd) {
        border-left: 0;
    }

    .quick-info article:nth-child(n + 3) {
        border-top: 1px solid rgba(21, 55, 146, .12);
    }

    .service-choice-head h2 {
        font-size: 3.7rem;
    }

    .service-choice-card {
        min-height: 460px;
    }

    .final-cta-bar {
        padding-inline: 36px;
    }

    .service-choice-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 760px) {
    .services .container {
        width: min(1120px, calc(100% - 40px));
    }

    .service-choice-head {
        margin-bottom: 26px;
    }

    .service-choice-head .eyebrow {
        font-size: .98rem;
    }

    .service-choice-head h2 {
        font-size: 2.7rem;
        line-height: 1.02;
    }

    .service-choice-head p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.58;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 42px 0 56px;
        gap: 24px;
    }

    .hero .container {
        width: 100%;
        padding-inline: 14px;
    }

    .hero-copy {
        width: 100%;
        max-width: none;
        padding: 28px 0 8px;
    }

    .hero-copy h1 {
        max-width: none;
        font-size: 2.56rem;
        line-height: 1.02;
    }

    .hero-text {
        max-width: none;
        font-size: .96rem;
        overflow-wrap: break-word;
    }

    .hero-actions .btn {
        width: 100%;
        max-width: 100%;
        min-height: 56px;
        padding-inline: 20px;
    }

    .hero-actions {
        width: 100%;
        max-width: none;
    }

    .hero-helper {
        align-items: flex-start;
        max-width: none;
        font-size: .96rem;
        line-height: 1.42;
        overflow-wrap: break-word;
    }

    .hero-service-pills {
        width: 100%;
        max-width: none;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-service-pills li {
        min-height: 74px;
        padding: 14px 16px;
        grid-template-columns: 38px minmax(0, 1fr);
    }

    .hero-service-pills .material-symbols-outlined {
        font-size: 34px;
    }

    .quick-info .quick-grid,
    .service-choice-grid-four,
    .trust-quotes {
        grid-template-columns: 1fr;
    }

    .quick-info article {
        min-height: auto;
        padding: 20px;
        grid-template-columns: 56px minmax(0, 1fr);
        border-left: 0;
        border-top: 1px solid rgba(21, 55, 146, .12);
    }

    .quick-info article:first-child {
        border-top: 0;
    }

    .quick-info .material-symbols-outlined {
        width: 48px;
        height: 48px;
        font-size: 28px;
    }

    .service-choice-card,
    .mini-quote-card,
    .visit-card {
        min-height: auto;
    }

    .service-choice-card {
        padding: 24px 18px 18px;
    }

    .service-icon {
        width: 104px;
        height: 104px;
        padding: 23px;
    }

    .service-choice-card h3 {
        margin-bottom: 38px;
        font-size: 1.34rem;
    }

    .service-choice-card p {
        font-size: .98rem;
        line-height: 1.6;
    }

    .service-choice-card a {
        min-height: 62px;
        padding-inline: 18px;
        font-size: .95rem;
    }

    .service-choice-arrow {
        font-size: 1.9rem;
    }

    .final-cta-actions {
        flex-direction: column;
    }

    .trust-location .container,
    .final-cta .container {
        width: min(100% - 28px, 1120px);
    }

    .trust-location {
        padding-top: 18px;
    }

    .trust-panel {
        padding: 24px;
    }

    .trust-copy h2 {
        font-size: 2.35rem;
    }

    .visit-actions,
    .visit-note-strip {
        grid-template-columns: 1fr;
    }

    .visit-actions .btn {
        width: 100%;
        white-space: normal;
    }

    .visit-note-strip > div + div {
        padding-left: 0;
        padding-top: 18px;
        border-left: 0;
        border-top: 1px solid rgba(21, 55, 146, .18);
    }

    .final-cta-bar {
        padding: 26px;
    }

    .final-cta-copy {
        gap: 20px;
    }

    .final-cta-copy .symbol {
        width: 230px;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .55);
    }

    .visit-map {
        min-height: 260px;
    }

    .final-cta-bar,
    .final-cta-copy {
        align-items: flex-start;
        text-align: left;
        flex-direction: column;
    }

}
