html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body.servicepro-body {
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(13, 140, 128, 0.14), transparent 28rem),
        linear-gradient(180deg, #fbfaf6 0%, var(--servicepro-bg) 100%);
    color: var(--servicepro-ink);
    font: 400 16px/1.65 var(--servicepro-font-text);
}

a {
    color: inherit;
}

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

button,
input,
textarea,
select {
    font: inherit;
}

.servicepro-shell {
    width: var(--servicepro-shell);
    margin: 0 auto;
}

.servicepro-main {
    padding: 0 0 72px;
}

.servicepro-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 250, 246, 0.88);
    border-bottom: 1px solid rgba(25, 50, 58, 0.08);
}

.servicepro-header__top {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
}

.servicepro-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    min-width: 0;
}

.servicepro-brand__mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--servicepro-accent), #7bc6bc);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.servicepro-brand__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.servicepro-brand__text strong,
.servicepro-footer__contacts h3,
.servicepro-footer__actions h3,
.servicepro-section__header h2,
.servicepro-cta h2,
.servicepro-page-card h1,
.servicepro-page-card h2,
.servicepro-page-card h3 {
    font-family: var(--servicepro-font-title);
}

.servicepro-brand__text small {
    color: var(--servicepro-ink-soft);
    font-size: 13px;
}

.servicepro-header__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.servicepro-contact-link,
.servicepro-text-link,
.servicepro-inline-card h4 a {
    text-decoration: none;
}

.servicepro-contact-link:hover,
.servicepro-text-link:hover,
.servicepro-inline-card h4 a:hover {
    color: var(--servicepro-accent);
}

.servicepro-nav-toggle {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    margin-left: auto;
    border: 1px solid var(--servicepro-border);
    background: #fff;
    border-radius: 999px;
}

.servicepro-nav-toggle span:not(.servicepro-nav-toggle__label) {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--servicepro-ink);
    margin: 3px 0;
}

.servicepro-nav-toggle__label {
    font-size: 13px;
    color: var(--servicepro-ink-soft);
}

.servicepro-header__nav {
    padding: 0 0 18px;
}

.servicepro-local-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--servicepro-border);
    padding: 10px 14px;
    box-shadow: 0 12px 30px rgba(25, 50, 58, 0.04);
}

.servicepro-local-nav__list,
.servicepro-subpages,
.servicepro-linked-list,
.servicepro-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.servicepro-local-nav__list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.servicepro-local-nav__list a,
.servicepro-chip {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--servicepro-ink-soft);
    transition: 0.2s ease;
}

.servicepro-local-nav__list a:hover,
.servicepro-local-nav__list a.is-current,
.servicepro-chip:hover {
    background: var(--servicepro-accent-soft);
    color: var(--servicepro-ink);
}

.servicepro-local-nav__hint {
    color: var(--servicepro-ink-soft);
    font-size: 14px;
    white-space: nowrap;
}

.servicepro-hero {
    padding: 54px 0 28px;
}

.servicepro-hero__grid,
.servicepro-split-grid,
.servicepro-footer__grid,
.servicepro-cta,
.servicepro-steps {
    display: grid;
    gap: 24px;
}

.servicepro-hero__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    align-items: stretch;
}

.servicepro-hero__content,
.servicepro-panel,
.servicepro-card,
.servicepro-page-card,
.servicepro-auth-card,
.servicepro-quote-card,
.servicepro-inline-card,
.servicepro-step,
.servicepro-cta,
.servicepro-notice,
.servicepro-faq__item {
    background: var(--servicepro-surface);
    border: 1px solid var(--servicepro-border);
    border-radius: var(--servicepro-radius-lg);
    box-shadow: var(--servicepro-shadow);
}

.servicepro-hero__content {
    padding: 42px;
}

.servicepro-hero__content h1,
.servicepro-section__header h2,
.servicepro-cta h2 {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.05;
}

.servicepro-lead {
    margin: 18px 0 0;
    font-size: 1.05rem;
    color: var(--servicepro-ink-soft);
}

.servicepro-eyebrow,
.servicepro-card__kicker,
.servicepro-panel__eyebrow,
.servicepro-inline-card__meta {
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    color: var(--servicepro-accent);
    font-weight: 700;
}

.servicepro-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.servicepro-button,
.servicepro-button--ghost,
.servicepro-button--small,
input[type="submit"],
button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--servicepro-accent);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.servicepro-button:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    background: var(--servicepro-accent-dark);
}

.servicepro-button--ghost {
    background: transparent;
    color: var(--servicepro-ink);
    border-color: var(--servicepro-border);
}

.servicepro-button--ghost:hover {
    background: var(--servicepro-accent-soft);
}

.servicepro-button--small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 14px;
}

.servicepro-chip {
    background: rgba(13, 140, 128, 0.08);
}

.servicepro-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 32px 0 0;
}

.servicepro-stats div {
    padding: 18px;
    border-radius: var(--servicepro-radius-md);
    background: rgba(13, 140, 128, 0.08);
}

.servicepro-stats dt {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.servicepro-stats dd {
    margin: 8px 0 0;
    color: var(--servicepro-ink-soft);
}

.servicepro-panel {
    padding: 28px;
    height: 100%;
}

.servicepro-panel--accent {
    background:
        linear-gradient(180deg, rgba(13, 140, 128, 0.12) 0%, rgba(255, 255, 255, 0.98) 100%),
        #fff;
}

.servicepro-feature-list {
    margin: 0;
    padding-left: 18px;
}

.servicepro-feature-list li + li {
    margin-top: 12px;
}

.servicepro-section {
    padding: 28px 0;
}

.servicepro-section--tinted {
    background: linear-gradient(180deg, rgba(223, 243, 239, 0.8), rgba(223, 243, 239, 0.25));
}

.servicepro-section--dark {
    background: linear-gradient(180deg, #17353c 0%, #1f4650 100%);
    color: #fff;
}

.servicepro-section__header,
.servicepro-section__header--light {
    margin-bottom: 22px;
}

.servicepro-section__header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.servicepro-section__header--light .servicepro-eyebrow {
    color: #9ee4da;
}

.servicepro-card-grid {
    display: grid;
    gap: 20px;
}

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

.servicepro-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.servicepro-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.servicepro-card,
.servicepro-inline-card,
.servicepro-quote-card,
.servicepro-step,
.servicepro-auth-card,
.servicepro-page-card,
.servicepro-faq__item {
    padding: 24px;
}

.servicepro-card h3,
.servicepro-step h3,
.servicepro-inline-card h4,
.servicepro-quote-card cite {
    margin: 0 0 12px;
}

.servicepro-card p,
.servicepro-step p,
.servicepro-quote-card p {
    margin: 0;
    color: var(--servicepro-ink-soft);
}

.servicepro-price {
    margin-top: 16px;
    font-size: 1.1rem;
    font-weight: 800;
}

.servicepro-specialist-card__photo {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--servicepro-accent-soft);
    color: var(--servicepro-accent);
    font-size: 2rem;
    font-weight: 800;
}

.servicepro-specialist-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicepro-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.servicepro-step span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--servicepro-accent-soft);
    color: var(--servicepro-accent);
    font-weight: 800;
    margin-bottom: 16px;
}

.servicepro-quote-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
}

.servicepro-quote-card p,
.servicepro-quote-card cite {
    color: #fff;
}

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

.servicepro-stack {
    display: grid;
    gap: 14px;
}

.servicepro-stack h3 {
    margin: 0 0 6px;
}

.servicepro-inline-card {
    box-shadow: none;
}

.servicepro-mini-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.servicepro-mini-gallery__item {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.servicepro-mini-gallery__item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.servicepro-faq {
    display: grid;
    gap: 14px;
}

.servicepro-faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--servicepro-ink);
    cursor: pointer;
    text-align: left;
}

.servicepro-faq__question::after {
    content: "+";
    color: var(--servicepro-accent);
    font-size: 1.4rem;
    line-height: 1;
}

.servicepro-faq__item.is-open .servicepro-faq__question::after {
    content: "−";
}

.servicepro-faq__answer {
    display: none;
    margin-top: 14px;
    color: var(--servicepro-ink-soft);
}

.servicepro-faq__item.is-open .servicepro-faq__answer {
    display: block;
}

.servicepro-cta {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    padding: 32px;
    align-items: center;
}

.servicepro-cta__contacts {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.servicepro-breadcrumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 18px;
    color: var(--servicepro-ink-soft);
}

.servicepro-breadcrumbs a {
    text-decoration: none;
}

.servicepro-page-card,
.servicepro-auth-card {
    max-width: 100%;
}

.servicepro-page-card--centered {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.servicepro-page-card .content > :first-child,
.servicepro-auth-card > :first-child {
    margin-top: 0;
}

.servicepro-page-card .content > :last-child,
.servicepro-auth-card > :last-child {
    margin-bottom: 0;
}

.servicepro-subpages,
.servicepro-linked-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.servicepro-notice {
    color: #155c53;
    background: rgba(13, 140, 128, 0.08);
}

.servicepro-linked-list img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.servicepro-linked-list span,
.servicepro-linked-list a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(13, 140, 128, 0.08);
    text-decoration: none;
}

.servicepro-footer {
    padding: 0 0 34px;
}

.servicepro-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    padding: 28px 0 20px;
    border-top: 1px solid rgba(25, 50, 58, 0.10);
}

.servicepro-brand--footer .servicepro-brand__mark {
    width: 42px;
    height: 42px;
}

.servicepro-footer__brand p {
    margin: 14px 0 0;
    color: var(--servicepro-ink-soft);
}

.servicepro-footer__list li + li {
    margin-top: 10px;
}

.servicepro-footer__list a {
    text-decoration: none;
}

.servicepro-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 18px;
    color: var(--servicepro-ink-soft);
    border-top: 1px solid rgba(25, 50, 58, 0.08);
}

.wa-form input[type="text"],
.wa-form input[type="email"],
.wa-form input[type="password"],
.wa-form input[type="tel"],
.wa-form textarea,
.wa-form select,
.wa-signup-form input[type="text"],
.wa-signup-form input[type="email"],
.wa-signup-form input[type="password"],
.wa-signup-form textarea,
.comment-form input[type="text"],
.comment-form textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--servicepro-border);
    border-radius: 16px;
    background: #fff;
    color: var(--servicepro-ink);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid var(--servicepro-border);
}

@media (max-width: 1024px) {
    .servicepro-hero__grid,
    .servicepro-card-grid--4,
    .servicepro-steps,
    .servicepro-footer__grid,
    .servicepro-cta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .servicepro-card-grid--3,
    .servicepro-split-grid {
        grid-template-columns: 1fr;
    }

    .servicepro-local-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .servicepro-local-nav__hint {
        white-space: normal;
    }
}

@media (max-width: 780px) {
    .servicepro-main {
        padding-bottom: 44px;
    }

    .servicepro-header__top {
        flex-wrap: wrap;
    }

    .servicepro-nav-toggle {
        display: inline-flex;
    }

    .servicepro-header__meta {
        display: flex;
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
    }

    .servicepro-header__nav {
        display: none;
        padding-top: 0;
    }

    .servicepro-header__nav.is-open {
        display: block;
    }

    .servicepro-local-nav {
        border-radius: 24px;
    }

    .servicepro-hero {
        padding-top: 28px;
    }

    .servicepro-hero__content,
    .servicepro-panel,
    .servicepro-card,
    .servicepro-page-card,
    .servicepro-auth-card,
    .servicepro-step,
    .servicepro-faq__item,
    .servicepro-cta {
        padding: 22px;
    }

    .servicepro-hero__grid,
    .servicepro-card-grid--2,
    .servicepro-card-grid--3,
    .servicepro-card-grid--4,
    .servicepro-steps,
    .servicepro-footer__grid,
    .servicepro-stats,
    .servicepro-cta {
        grid-template-columns: 1fr;
    }

    .servicepro-mini-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .servicepro-footer__bottom {
        flex-direction: column;
    }
}

/* Reference-inspired salon refresh */
body.servicepro-body.servicepro-mode-dark {
    --servicepro-bg: #111214;
    --servicepro-bg-alt: #181518;
    --servicepro-surface: #1f1a1a;
    --servicepro-surface-strong: #2c2524;
    --servicepro-surface-soft: #312926;
    --servicepro-header-bg: rgba(17, 18, 20, 0.88);
    --servicepro-nav-bg: rgba(31, 26, 26, 0.94);
    --servicepro-card-bg: rgba(31, 26, 26, 0.96);
    --servicepro-card-bg-soft: rgba(31, 26, 26, 0.90);
    --servicepro-brand-start: #bb8558;
    --servicepro-brand-end: #855a38;
    --servicepro-portrait-surface: rgba(44, 37, 36, 0.88);
    --servicepro-collective-top: #111214;
    --servicepro-collective-bottom: rgba(24, 21, 24, 0.84);
    --servicepro-quote-bg: rgba(31, 26, 26, 0.90);
    --servicepro-ghost-hover: rgba(234, 217, 202, 0.18);
    --servicepro-chip-bg: rgba(234, 217, 202, 0.22);
    --servicepro-footer-bg: rgba(31, 26, 26, 0.94);
    --servicepro-ink: #f7eee6;
    --servicepro-ink-soft: #cabeb4;
    --servicepro-border: rgba(255, 255, 255, 0.10);
    --servicepro-shadow: 0 28px 72px rgba(0, 0, 0, 0.32);
}

body.servicepro-body.servicepro-mode-light {
    --servicepro-bg: #f5ede6;
    --servicepro-bg-alt: #fbf6f1;
    --servicepro-surface: #fffaf6;
    --servicepro-surface-strong: #ead9ca;
    --servicepro-surface-soft: #f0e4da;
    --servicepro-header-bg: rgba(245, 237, 230, 0.9);
    --servicepro-nav-bg: rgba(255, 250, 246, 0.94);
    --servicepro-card-bg: rgba(255, 250, 246, 0.96);
    --servicepro-card-bg-soft: rgba(255, 250, 246, 0.90);
    --servicepro-brand-start: #d09b72;
    --servicepro-brand-end: #9d6e49;
    --servicepro-portrait-surface: rgba(234, 217, 202, 0.92);
    --servicepro-collective-top: #f5ede6;
    --servicepro-collective-bottom: rgba(251, 246, 241, 0.84);
    --servicepro-quote-bg: rgba(255, 250, 246, 0.92);
    --servicepro-ghost-hover: rgba(234, 217, 202, 0.44);
    --servicepro-chip-bg: rgba(234, 217, 202, 0.52);
    --servicepro-footer-bg: rgba(255, 250, 246, 0.94);
    --servicepro-ink: #2b2322;
    --servicepro-ink-soft: #6d5e55;
    --servicepro-border: rgba(43, 35, 34, 0.12);
    --servicepro-shadow: 0 26px 62px rgba(73, 52, 34, 0.12);
}

body.servicepro-body {
    background:
        radial-gradient(circle at top right, rgba(173, 121, 79, 0.20), transparent 22rem),
        linear-gradient(180deg, var(--servicepro-bg) 0%, var(--servicepro-bg-alt) 100%);
    color: var(--servicepro-ink);
    font-family: var(--servicepro-font-text);
}

body.servicepro-body .servicepro-main {
    padding-bottom: 88px;
}

body.servicepro-body .servicepro-header {
    position: sticky;
    top: 0;
    z-index: 25;
    background: var(--servicepro-header-bg);
    border-bottom: 1px solid var(--servicepro-border);
}

body.servicepro-body .servicepro-header__frame {
    padding: 16px 0 18px;
}

body.servicepro-body .servicepro-utility {
    border-bottom: 1px solid var(--servicepro-border);
}

body.servicepro-body .servicepro-utility__row,
body.servicepro-body .servicepro-utility__list,
body.servicepro-body .servicepro-header__main,
body.servicepro-body .servicepro-header__actions,
body.servicepro-body .servicepro-showcase__grid,
body.servicepro-body .servicepro-showcase__visual,
body.servicepro-body .servicepro-spotlight,
body.servicepro-body .servicepro-spotlight__body,
body.servicepro-body .servicepro-portrait-card__caption,
body.servicepro-body .servicepro-ribbon-grid,
body.servicepro-body .servicepro-collective__grid,
body.servicepro-body .servicepro-collective-card,
body.servicepro-body .servicepro-collective-card__body,
body.servicepro-body .servicepro-gallery-band__track,
body.servicepro-body .servicepro-gallery-band__placeholder,
body.servicepro-body .servicepro-footer__grid {
    display: flex;
}

body.servicepro-body .servicepro-utility__row {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 42px;
}

body.servicepro-body .servicepro-utility__list {
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

body.servicepro-body .servicepro-utility__list a,
body.servicepro-body .servicepro-utility__list span {
    color: var(--servicepro-ink-soft);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.servicepro-body .servicepro-utility__list a:hover {
    color: var(--servicepro-accent);
}

body.servicepro-body .servicepro-brand__mark {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--servicepro-brand-start), var(--servicepro-brand-end));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.servicepro-body .servicepro-brand__text small {
    color: var(--servicepro-accent-soft);
    font-family: var(--servicepro-font-script);
    font-size: 20px;
    line-height: 1;
    text-transform: none;
}

body.servicepro-body .servicepro-header__main {
    align-items: center;
    gap: 16px;
}

body.servicepro-body .servicepro-header__actions {
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

body.servicepro-body .servicepro-nav-toggle {
    border-color: var(--servicepro-border);
    background: transparent;
    color: var(--servicepro-ink);
}

body.servicepro-body .servicepro-nav-toggle span:not(.servicepro-nav-toggle__label) {
    background: currentColor;
}

body.servicepro-body .servicepro-nav-toggle__label,
body.servicepro-body .servicepro-contact-link,
body.servicepro-body .servicepro-local-nav__hint,
body.servicepro-body .servicepro-card p,
body.servicepro-body .servicepro-step p,
body.servicepro-body .servicepro-quote-card p,
body.servicepro-body .servicepro-showcase__lead,
body.servicepro-body .servicepro-stage__header p,
body.servicepro-body .servicepro-collective-card__body p,
body.servicepro-body .servicepro-gallery-band__placeholder span,
body.servicepro-body .servicepro-footer__brand p {
    color: var(--servicepro-ink-soft);
}

body.servicepro-body .servicepro-header__nav {
    padding-bottom: 0;
}

body.servicepro-body .servicepro-local-nav {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--servicepro-nav-bg);
    border-color: var(--servicepro-border);
    box-shadow: none;
}

body.servicepro-body .servicepro-local-nav__list {
    gap: 8px;
}

body.servicepro-body .servicepro-local-nav__list a,
body.servicepro-body .servicepro-chip {
    color: var(--servicepro-ink);
    background: transparent;
}

body.servicepro-body .servicepro-local-nav__list a:hover,
body.servicepro-body .servicepro-local-nav__list a.is-current,
body.servicepro-body .servicepro-chip:hover {
    background: var(--servicepro-surface-soft);
    color: var(--servicepro-ink);
}

body.servicepro-body .servicepro-showcase {
    padding: 40px 0 30px;
}

body.servicepro-body .servicepro-showcase__grid {
    align-items: stretch;
    gap: 28px;
}

body.servicepro-body .servicepro-showcase__content,
body.servicepro-body .servicepro-portrait-card,
body.servicepro-body .servicepro-ribbon-card,
body.servicepro-body .servicepro-collective-card,
body.servicepro-body .servicepro-gallery-band__placeholder,
body.servicepro-body .servicepro-page-card,
body.servicepro-body .servicepro-auth-card,
body.servicepro-body .servicepro-faq__item,
body.servicepro-body .servicepro-step,
body.servicepro-body .servicepro-quote-card,
body.servicepro-body .servicepro-cta,
body.servicepro-body .servicepro-booking-shell {
    background: var(--servicepro-card-bg);
    border: 1px solid var(--servicepro-border);
    box-shadow: var(--servicepro-shadow);
}

body.servicepro-body .servicepro-showcase__content {
    flex: 1 1 52%;
    padding: 52px 54px;
    border-radius: var(--servicepro-radius-xl);
}

body.servicepro-body .servicepro-showcase__signature {
    margin: 0 0 16px;
    color: var(--servicepro-accent);
    font: 600 clamp(1.7rem, 3vw, 2.6rem)/1 var(--servicepro-font-script);
}

body.servicepro-body .servicepro-showcase__content h1 {
    max-width: 9ch;
    margin: 0;
    font-size: clamp(3.25rem, 7vw, 5.3rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

body.servicepro-body .servicepro-showcase__lead {
    max-width: 38rem;
    margin: 20px 0 0;
    font-size: 1.06rem;
    line-height: 1.8;
}

body.servicepro-body .servicepro-actions--compact {
    margin-top: 18px;
}

body.servicepro-body .servicepro-spotlight {
    align-items: center;
    gap: 16px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--servicepro-border);
}

body.servicepro-body .servicepro-spotlight__avatar,
body.servicepro-body .servicepro-gallery-band__avatar {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 999px;
    background: var(--servicepro-surface-soft);
    color: var(--servicepro-accent);
    font-weight: 700;
    font-size: 1.9rem;
}

body.servicepro-body .servicepro-spotlight__avatar img,
body.servicepro-body .servicepro-gallery-band__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.servicepro-body .servicepro-spotlight__body {
    flex-direction: column;
    gap: 4px;
}

body.servicepro-body .servicepro-spotlight__body strong,
body.servicepro-body .servicepro-portrait-card__caption strong {
    font-size: 1.02rem;
}

body.servicepro-body .servicepro-showcase__visual {
    flex: 1 1 48%;
    align-items: stretch;
    gap: 18px;
}

body.servicepro-body .servicepro-portrait-card {
    position: relative;
    flex: 1 1 auto;
    min-height: 100%;
    padding: 26px;
    border-radius: var(--servicepro-radius-xl);
    overflow: hidden;
}

body.servicepro-body .servicepro-portrait-card::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(173, 121, 79, 0.45), transparent 45%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.06), transparent 55%);
}

body.servicepro-body .servicepro-portrait-card__frame {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(173, 121, 79, 0.42), transparent 34%),
        linear-gradient(180deg, var(--servicepro-portrait-surface), transparent);
    color: var(--servicepro-accent);
    font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 700;
    letter-spacing: -0.06em;
}

body.servicepro-body .servicepro-portrait-card__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.servicepro-body .servicepro-portrait-card__caption {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-top: 16px;
}

body.servicepro-body .servicepro-portrait-card__caption span {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    color: var(--servicepro-accent);
}

body.servicepro-body .servicepro-showcase__index {
    display: grid;
    place-items: center;
    gap: 20px;
    min-width: 56px;
    padding: 24px 0;
}

body.servicepro-body .servicepro-showcase__index span {
    color: var(--servicepro-ink-soft);
    font-size: 1.4rem;
    font-weight: 700;
}

body.servicepro-body .servicepro-showcase__index span.is-active {
    color: var(--servicepro-accent);
}

body.servicepro-body .servicepro-stage,
body.servicepro-body .servicepro-collective,
body.servicepro-body .servicepro-gallery-band,
body.servicepro-body .servicepro-inner-page {
    padding: 30px 0;
}

body.servicepro-body .servicepro-stage__header {
    max-width: 56rem;
    margin-bottom: 24px;
}

body.servicepro-body .servicepro-stage__header--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body.servicepro-body .servicepro-stage__header h2,
body.servicepro-body .servicepro-section__header h2,
body.servicepro-body .servicepro-page-card h1,
body.servicepro-body .servicepro-page-card h2,
body.servicepro-body .servicepro-cta h2 {
    margin: 0;
    font-size: clamp(2.1rem, 4.8vw, 3.5rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
}

body.servicepro-body .servicepro-stage__header p:last-child {
    margin: 14px 0 0;
}

body.servicepro-body .servicepro-ribbon-grid {
    gap: 18px;
    flex-wrap: wrap;
}

body.servicepro-body .servicepro-ribbon-card {
    flex: 1 1 240px;
    min-width: 0;
    padding: 24px;
    border-radius: var(--servicepro-radius-lg);
}

body.servicepro-body .servicepro-ribbon-card__kicker,
body.servicepro-body .servicepro-ribbon-card__price {
    margin: 0;
}

body.servicepro-body .servicepro-ribbon-card__kicker {
    color: var(--servicepro-accent);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12px;
}

body.servicepro-body .servicepro-ribbon-card h3 {
    margin: 14px 0 10px;
}

body.servicepro-body .servicepro-ribbon-card__price {
    font-size: 1.12rem;
    font-weight: 700;
}

body.servicepro-body .servicepro-collective {
    background:
        linear-gradient(180deg, var(--servicepro-collective-top), var(--servicepro-collective-bottom));
}

body.servicepro-body .servicepro-collective__grid {
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}

body.servicepro-body .servicepro-collective-card {
    flex: 1 1 240px;
    max-width: 286px;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border-radius: 180px 180px 22px 22px;
}

body.servicepro-body .servicepro-collective-card__media {
    padding: 22px 22px 0;
}

body.servicepro-body .servicepro-specialist-card__photo--portrait {
    width: 100%;
    height: 310px;
    margin: 0;
    border-radius: 170px 170px 22px 22px;
    background: linear-gradient(180deg, var(--servicepro-accent-soft), var(--servicepro-portrait-surface));
}

body.servicepro-body .servicepro-collective-card__body {
    flex-direction: column;
    gap: 8px;
    padding: 20px 22px 24px;
}

body.servicepro-body .servicepro-collective-card__body h3 {
    margin: 0;
}

body.servicepro-body .servicepro-gallery-band__track {
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
}

body.servicepro-body .servicepro-gallery-band__item,
body.servicepro-body .servicepro-gallery-band__placeholder {
    flex: 0 0 210px;
    min-height: 280px;
    border-radius: 26px;
    overflow: hidden;
    text-decoration: none;
}

body.servicepro-body .servicepro-gallery-band__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.servicepro-body .servicepro-gallery-band__placeholder {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    padding: 22px;
}

body.servicepro-body .servicepro-gallery-band__placeholder strong {
    font-size: 1.04rem;
}

body.servicepro-body .servicepro-stage--contrast .servicepro-quote-card {
    background: var(--servicepro-quote-bg);
    border-color: var(--servicepro-border);
}

body.servicepro-body .servicepro-stage--contrast .servicepro-quote-card p,
body.servicepro-body .servicepro-stage--contrast .servicepro-quote-card cite {
    color: var(--servicepro-ink);
}

body.servicepro-body .servicepro-booking-shell,
body.servicepro-body .servicepro-page-card,
body.servicepro-body .servicepro-auth-card,
body.servicepro-body .servicepro-faq__item,
body.servicepro-body .servicepro-step,
body.servicepro-body .servicepro-inline-card,
body.servicepro-body .servicepro-cta {
    border-radius: var(--servicepro-radius-lg);
}

body.servicepro-body .servicepro-booking-shell {
    padding: 28px;
}

body.servicepro-body .servicepro-button,
body.servicepro-body .servicepro-button--ghost,
body.servicepro-body .servicepro-button--small,
body.servicepro-body input[type="submit"],
body.servicepro-body button[type="submit"] {
    min-height: 52px;
    border-radius: 0;
    background: var(--servicepro-accent);
    color: #fff;
    box-shadow: none;
}

body.servicepro-body .servicepro-button--ghost {
    background: transparent;
    color: var(--servicepro-ink);
    border-color: var(--servicepro-accent);
}

body.servicepro-body .servicepro-button:hover,
body.servicepro-body input[type="submit"]:hover,
body.servicepro-body button[type="submit"]:hover {
    background: var(--servicepro-accent-dark);
}

body.servicepro-body .servicepro-button--ghost:hover {
    background: var(--servicepro-ghost-hover);
}

body.servicepro-body .servicepro-chip {
    background: var(--servicepro-chip-bg);
}

body.servicepro-body .servicepro-footer {
    padding-top: 16px;
}

body.servicepro-body .servicepro-footer__grid {
    justify-content: space-between;
    gap: 22px;
    padding: 30px;
    border-radius: var(--servicepro-radius-lg);
    background: var(--servicepro-footer-bg);
    border: 1px solid var(--servicepro-border);
    box-shadow: var(--servicepro-shadow);
}

body.servicepro-body .servicepro-footer__brand,
body.servicepro-body .servicepro-footer__column {
    flex: 1 1 0;
    min-width: 220px;
}

body.servicepro-body .servicepro-footer__column h3,
body.servicepro-body .servicepro-footer__brand strong {
    margin-top: 0;
}

body.servicepro-body .servicepro-footer__list li + li {
    margin-top: 10px;
}

body.servicepro-body .servicepro-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 4px 0;
    color: var(--servicepro-ink-soft);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 1100px) {
    body.servicepro-body .servicepro-showcase__grid {
        flex-direction: column;
    }

    body.servicepro-body .servicepro-showcase__visual {
        width: 100%;
    }

    body.servicepro-body .servicepro-portrait-card__frame {
        min-height: 420px;
    }
}

@media (max-width: 960px) {
    body.servicepro-body .servicepro-utility__row,
    body.servicepro-body .servicepro-local-nav,
    body.servicepro-body .servicepro-footer__grid {
        flex-direction: column;
        align-items: flex-start;
    }

    body.servicepro-body .servicepro-showcase__content {
        padding: 36px 28px;
    }

    body.servicepro-body .servicepro-showcase__content h1 {
        max-width: none;
    }

    body.servicepro-body .servicepro-showcase__index {
        grid-auto-flow: column;
        grid-template-columns: repeat(4, auto);
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 780px) {
    body.servicepro-body .servicepro-header__actions {
        display: none;
    }

    body.servicepro-body .servicepro-header__frame {
        padding-top: 12px;
    }

    body.servicepro-body .servicepro-utility__list {
        gap: 10px 14px;
    }

    body.servicepro-body .servicepro-utility__list a,
    body.servicepro-body .servicepro-utility__list span {
        letter-spacing: 0.04em;
    }

    body.servicepro-body .servicepro-showcase__content,
    body.servicepro-body .servicepro-portrait-card,
    body.servicepro-body .servicepro-booking-shell {
        padding: 24px;
    }

    body.servicepro-body .servicepro-portrait-card__frame {
        min-height: 320px;
    }

    body.servicepro-body .servicepro-gallery-band__item,
    body.servicepro-body .servicepro-gallery-band__placeholder {
        flex-basis: 72vw;
    }

    body.servicepro-body .servicepro-footer__bottom {
        flex-direction: column;
    }
}

/* Homepage transfer */
body.servicepro-body .servicepro-homepage {
    --servicepro-home-frame: #2b2625;
    --servicepro-home-panel: #2a2524;
    --servicepro-home-panel-soft: #342d2b;
    --servicepro-home-card: #262120;
    --servicepro-home-muted: #6a6462;
    --servicepro-home-ivory: #ede8e3;
    --servicepro-home-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
    --servicepro-home-border: rgba(255, 255, 255, 0.08);
    --servicepro-home-gap: 24px;
    position: relative;
}

body.servicepro-body.servicepro-mode-light .servicepro-homepage {
    --servicepro-home-frame: #e8d8c9;
    --servicepro-home-panel: #f3e8de;
    --servicepro-home-panel-soft: #eadacc;
    --servicepro-home-card: #fff9f2;
    --servicepro-home-muted: #ccbcae;
    --servicepro-home-ivory: #fffaf6;
    --servicepro-home-shadow: 0 24px 54px rgba(116, 84, 56, 0.14);
    --servicepro-home-border: rgba(43, 35, 34, 0.1);
}

body.servicepro-body [data-servicepro-reveal] {
    opacity: 0;
    transform: translate3d(0, 44px, 0);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

body.servicepro-body [data-servicepro-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

body.servicepro-body .servicepro-home-hero,
body.servicepro-body .servicepro-home-products,
body.servicepro-body .servicepro-home-team,
body.servicepro-body .servicepro-home-testimonials,
body.servicepro-body .servicepro-home-blog,
body.servicepro-body .servicepro-home-gallery {
    padding: 72px 0 0;
}

body.servicepro-body .servicepro-home-extra,
body.servicepro-body .servicepro-home-logos {
    margin-top: 72px;
}

body.servicepro-body .servicepro-home-section-heading {
    margin: 0 auto 34px;
    max-width: 720px;
}

body.servicepro-body .servicepro-home-section-heading--center {
    text-align: center;
}

body.servicepro-body .servicepro-home-section-heading p,
body.servicepro-body .servicepro-home-section-heading__kicker {
    margin: 0 0 10px;
    color: var(--servicepro-accent);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.servicepro-body .servicepro-home-section-heading h2,
body.servicepro-body .servicepro-testimonial-slide__body h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

body.servicepro-body .servicepro-home-hero__slider {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-radius: 0 0 38px 38px;
    background:
        radial-gradient(circle at 72% 18%, rgba(173, 121, 79, 0.28), transparent 20rem),
        linear-gradient(180deg, var(--servicepro-home-frame), var(--servicepro-home-panel));
    box-shadow: var(--servicepro-home-shadow);
}

body.servicepro-body .servicepro-home-hero__slides {
    position: relative;
    min-height: 650px;
}

body.servicepro-body .servicepro-home-hero__slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    align-items: end;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(24px, 0, 0);
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0.7s ease;
}

body.servicepro-body .servicepro-home-hero__slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

body.servicepro-body .servicepro-home-hero__content {
    padding: 78px 0 86px 72px;
    align-self: center;
}

body.servicepro-body .servicepro-home-hero__script {
    margin: 0 0 10px;
    color: var(--servicepro-accent);
    font: 500 2rem/1 var(--servicepro-font-script);
}

body.servicepro-body .servicepro-home-hero__eyebrow {
    margin: 0 0 20px;
    color: var(--servicepro-ink-soft);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
}

body.servicepro-body .servicepro-home-hero__content h1 {
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 5.4rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
}

body.servicepro-body .servicepro-home-hero__content h1 span {
    display: block;
}

body.servicepro-body .servicepro-home-hero__line {
    display: inline-flex;
}

body.servicepro-body .servicepro-home-hero__lead {
    max-width: 420px;
    margin: 26px 0 0;
    color: var(--servicepro-ink-soft);
    font-size: 1rem;
    line-height: 1.8;
}

body.servicepro-body .servicepro-home-hero__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

body.servicepro-body .servicepro-home-hero__button {
    border: 1px solid var(--servicepro-accent);
    background: transparent;
    color: var(--servicepro-accent-soft);
    min-height: 48px;
    padding: 0 24px;
}

body.servicepro-body .servicepro-home-hero__button:hover {
    background: var(--servicepro-accent);
    color: #fff;
}

body.servicepro-body .servicepro-home-hero__link {
    color: var(--servicepro-accent-soft);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
    font-size: 12px;
}

body.servicepro-body .servicepro-home-hero__link:hover {
    color: var(--servicepro-accent);
}

body.servicepro-body .servicepro-home-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

body.servicepro-body .servicepro-home-hero__badge-avatar {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--servicepro-home-ivory);
}

body.servicepro-body .servicepro-home-hero__badge-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.servicepro-body .servicepro-home-hero__badge-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.servicepro-body .servicepro-home-hero__badge-copy strong {
    font-size: 1rem;
}

body.servicepro-body .servicepro-home-hero__badge-copy small {
    color: var(--servicepro-ink-soft);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

body.servicepro-body .servicepro-home-hero__visual {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100%;
}

body.servicepro-body .servicepro-home-hero__visual img {
    width: min(100%, 720px);
    height: 650px;
    object-fit: contain;
    object-position: right bottom;
}

body.servicepro-body .servicepro-home-hero__pagination {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transform: translateY(-50%);
}

body.servicepro-body .servicepro-home-hero__pagination-item {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--servicepro-accent-soft);
    font: 700 1.35rem/1 var(--servicepro-font-title);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.servicepro-body .servicepro-home-hero__pagination-item.is-active {
    color: var(--servicepro-accent);
    box-shadow: inset 0 0 0 2px var(--servicepro-accent);
}

body.servicepro-body .servicepro-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--servicepro-home-gap);
}

body.servicepro-body .servicepro-product-card {
    display: grid;
    grid-template-columns: minmax(148px, 0.95fr) minmax(0, 1.15fr);
    gap: 0;
    min-height: 162px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--servicepro-home-panel);
    border: 1px solid var(--servicepro-home-border);
    box-shadow: var(--servicepro-home-shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.servicepro-body .servicepro-product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(0, 0, 0, 0.3);
}

body.servicepro-body .servicepro-product-card__media {
    display: grid;
    place-items: center;
    padding: 18px;
    background: var(--servicepro-home-ivory);
}

body.servicepro-body .servicepro-product-card__media img {
    width: 100%;
    max-width: 122px;
    height: 122px;
    object-fit: contain;
}

body.servicepro-body .servicepro-product-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 20px 20px 18px;
}

body.servicepro-body .servicepro-product-card__body h3 {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.4;
}

body.servicepro-body .servicepro-product-card__price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.servicepro-body .servicepro-product-card__price span {
    color: var(--servicepro-ink-soft);
    font-size: 0.8rem;
}

body.servicepro-body .servicepro-product-card__price strong {
    color: var(--servicepro-accent-soft);
    font-size: 0.95rem;
    font-weight: 700;
}

body.servicepro-body .servicepro-product-card__actions {
    display: flex;
    gap: 10px;
}

body.servicepro-body .servicepro-icon-button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--servicepro-accent-soft);
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.servicepro-body .servicepro-icon-button:hover {
    background: var(--servicepro-accent);
    border-color: var(--servicepro-accent);
    color: #fff;
}

body.servicepro-body .servicepro-home-extra__grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.15fr);
    align-items: stretch;
}

body.servicepro-body .servicepro-home-extra__media {
    position: relative;
    overflow: hidden;
    min-height: 470px;
}

body.servicepro-body .servicepro-home-extra__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 120px;
}

body.servicepro-body .servicepro-home-extra__play {
    position: absolute;
    top: 50%;
    right: -24px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--servicepro-home-ivory);
    color: var(--servicepro-accent);
    text-decoration: none;
    box-shadow: 0 0 0 6px rgba(173, 121, 79, 0.22);
    transform: translateY(-50%);
}

body.servicepro-body .servicepro-home-extra__side {
    display: grid;
    grid-template-rows: auto 1fr;
}

body.servicepro-body .servicepro-home-extra__intro {
    display: grid;
    place-content: center;
    gap: 16px;
    padding: 56px 54px 46px;
    background: var(--servicepro-home-panel);
}

body.servicepro-body .servicepro-home-extra__intro p {
    margin: 0;
    color: var(--servicepro-accent);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.servicepro-body .servicepro-home-extra__intro h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

body.servicepro-body .servicepro-home-extra__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding: 48px 44px;
    background: #121315;
}

body.servicepro-body .servicepro-extra-card {
    text-align: center;
}

body.servicepro-body .servicepro-extra-card__icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--servicepro-accent);
    font-size: 1.35rem;
}

body.servicepro-body .servicepro-extra-card h3 {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    font-weight: 500;
}

body.servicepro-body .servicepro-track-carousel {
    position: relative;
}

body.servicepro-body .servicepro-track-carousel__viewport {
    overflow: hidden;
}

body.servicepro-body .servicepro-track-carousel__track {
    display: grid;
    grid-auto-flow: column;
    align-items: start;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

body.servicepro-body .servicepro-track-carousel__controls,
body.servicepro-body .servicepro-testimonial-slider__controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

body.servicepro-body .servicepro-arrow-button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--servicepro-accent);
    background: var(--servicepro-accent);
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

body.servicepro-body .servicepro-arrow-button:hover:not(:disabled) {
    transform: translateY(-2px);
    background: var(--servicepro-accent-dark);
}

body.servicepro-body .servicepro-arrow-button:disabled {
    opacity: 0.35;
    cursor: default;
}

body.servicepro-body .servicepro-team-card {
    padding-top: 12px;
}

body.servicepro-body .servicepro-team-card__image {
    overflow: hidden;
    border-radius: 180px 180px 0 0;
    background: var(--servicepro-home-panel-soft);
}

body.servicepro-body .servicepro-team-card__image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
}

body.servicepro-body .servicepro-team-card__info {
    width: min(74%, 220px);
    margin: -36px auto 0;
    position: relative;
    padding: 18px 14px;
    text-align: center;
    border-radius: 14px;
    background: var(--servicepro-home-panel);
    border: 1px solid var(--servicepro-home-border);
    box-shadow: var(--servicepro-home-shadow);
}

body.servicepro-body .servicepro-team-card__info h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

body.servicepro-body .servicepro-team-card__info p {
    margin: 0;
    color: var(--servicepro-accent);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.servicepro-body .servicepro-testimonial-slider {
    position: relative;
    padding: 22px 0 0;
}

body.servicepro-body .servicepro-testimonial-slider__slides {
    position: relative;
    min-height: 420px;
}

body.servicepro-body .servicepro-testimonial-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    gap: 26px;
    padding: 48px 44px;
    border-radius: 30px;
    background: var(--servicepro-home-panel);
    box-shadow: var(--servicepro-home-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(24px, 0, 0);
    transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
}

body.servicepro-body .servicepro-testimonial-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

body.servicepro-body .servicepro-testimonial-slide__ornament {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 12px 0 0 4px;
}

body.servicepro-body .servicepro-testimonial-slide__ornament span {
    display: block;
    width: 28px;
    border-radius: 999px;
    background: var(--servicepro-accent);
}

body.servicepro-body .servicepro-testimonial-slide__ornament span:first-child {
    height: 92px;
}

body.servicepro-body .servicepro-testimonial-slide__ornament span:last-child {
    height: 180px;
}

body.servicepro-body .servicepro-testimonial-slide__avatar {
    position: absolute;
    left: 104px;
    bottom: 92px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 999px;
    border: 4px solid var(--servicepro-home-ivory);
    box-shadow: var(--servicepro-home-shadow);
}

body.servicepro-body .servicepro-testimonial-slide__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.servicepro-body .servicepro-testimonial-slide__body {
    padding-left: 10px;
}

body.servicepro-body .servicepro-testimonial-slide__quote {
    display: inline-flex;
    margin: 22px 0 8px;
    color: var(--servicepro-home-ivory);
    font-size: 2rem;
}

body.servicepro-body .servicepro-testimonial-slide__body h3 {
    margin: 0;
    font-size: 1.18rem;
}

body.servicepro-body .servicepro-testimonial-slide__body small {
    display: block;
    margin-top: 8px;
    color: var(--servicepro-accent);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem;
}

body.servicepro-body .servicepro-testimonial-slide__body p:last-child {
    margin: 16px 0 0;
    color: var(--servicepro-ink-soft);
    line-height: 1.9;
}

body.servicepro-body .servicepro-testimonial-slider__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 26px;
}

body.servicepro-body .servicepro-testimonial-slider__dots {
    display: flex;
    gap: 8px;
}

body.servicepro-body .servicepro-testimonial-slider__dots button {
    width: 8px;
    height: 8px;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
    cursor: pointer;
}

body.servicepro-body .servicepro-testimonial-slider__dots button.is-active {
    background: var(--servicepro-accent);
}

body.servicepro-body .servicepro-home-logos {
    padding: 52px 0;
    background: var(--servicepro-home-muted);
}

body.servicepro-body .servicepro-logo-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}

body.servicepro-body .servicepro-logo-strip__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.82rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body.servicepro-body.servicepro-mode-light .servicepro-logo-strip__item {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
}

body.servicepro-body .servicepro-blog-card {
    overflow: hidden;
    border-radius: 22px;
    background: #17181b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--servicepro-home-shadow);
    transition: transform 0.28s ease, background 0.28s ease;
}

body.servicepro-body .servicepro-blog-card.is-featured {
    background: var(--servicepro-accent);
    color: #fff;
}

body.servicepro-body .servicepro-blog-card:hover {
    transform: translateY(-8px);
}

body.servicepro-body .servicepro-blog-card__image {
    display: block;
    overflow: hidden;
}

body.servicepro-body .servicepro-blog-card__image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

body.servicepro-body .servicepro-blog-card__body {
    padding: 18px 20px 22px;
}

body.servicepro-body .servicepro-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: var(--servicepro-ink-soft);
    font-size: 0.78rem;
}

body.servicepro-body .servicepro-blog-card.is-featured .servicepro-blog-card__meta,
body.servicepro-body .servicepro-blog-card.is-featured p {
    color: rgba(255, 255, 255, 0.84);
}

body.servicepro-body .servicepro-blog-card__meta i {
    color: var(--servicepro-accent);
    margin-right: 6px;
}

body.servicepro-body .servicepro-blog-card.is-featured .servicepro-blog-card__meta i {
    color: #fff;
}

body.servicepro-body .servicepro-blog-card h3 {
    margin: 18px 0 12px;
    font-size: 1.12rem;
    line-height: 1.45;
}

body.servicepro-body .servicepro-blog-card h3 a {
    color: inherit;
    text-decoration: none;
}

body.servicepro-body .servicepro-blog-card p {
    margin: 0;
    color: var(--servicepro-ink-soft);
    line-height: 1.75;
    font-size: 0.95rem;
}

body.servicepro-body .servicepro-home-gallery {
    padding-bottom: 24px;
}

body.servicepro-body .servicepro-instagram-strip {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
}

body.servicepro-body .servicepro-instagram-strip__item {
    display: block;
    overflow: hidden;
}

body.servicepro-body .servicepro-instagram-strip__item img {
    width: 100%;
    height: 196px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

body.servicepro-body .servicepro-instagram-strip__item:hover img {
    transform: scale(1.06);
}

body.servicepro-body .servicepro-instagram-strip__badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #111214;
    text-decoration: none;
    box-shadow: var(--servicepro-home-shadow);
}

body.servicepro-body .servicepro-instagram-strip__badge i {
    color: #d5307e;
}

@media (max-width: 1180px) {
    body.servicepro-body .servicepro-home-hero__content {
        padding-left: 42px;
        padding-right: 12px;
    }

    body.servicepro-body .servicepro-home-hero__visual img {
        width: 100%;
    }

    body.servicepro-body .servicepro-home-extra__grid {
        grid-template-columns: 1fr;
    }

    body.servicepro-body .servicepro-home-extra__media img {
        border-radius: 28px 28px 0 100px;
    }

    body.servicepro-body .servicepro-home-extra__play {
        right: 32px;
    }

    body.servicepro-body .servicepro-logo-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    body.servicepro-body .servicepro-home-hero__slider,
    body.servicepro-body .servicepro-home-hero__slides {
        min-height: 0;
    }

    body.servicepro-body .servicepro-home-hero__slide {
        position: relative;
        grid-template-columns: 1fr;
        padding-bottom: 0;
        min-height: 0;
    }

    body.servicepro-body .servicepro-home-hero__slide:not(.is-active) {
        display: none;
    }

    body.servicepro-body .servicepro-home-hero__content {
        padding: 48px 28px 22px;
    }

    body.servicepro-body .servicepro-home-hero__visual {
        justify-content: center;
    }

    body.servicepro-body .servicepro-home-hero__visual img {
        height: 440px;
        object-position: center bottom;
    }

    body.servicepro-body .servicepro-home-hero__pagination {
        position: static;
        flex-direction: row;
        justify-content: center;
        transform: none;
        padding: 0 0 26px;
    }

    body.servicepro-body .servicepro-product-grid,
    body.servicepro-body .servicepro-home-extra__cards,
    body.servicepro-body .servicepro-logo-strip,
    body.servicepro-body .servicepro-instagram-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.servicepro-body .servicepro-testimonial-slide {
        grid-template-columns: 1fr;
        padding: 36px 26px 32px;
    }

    body.servicepro-body .servicepro-testimonial-slide__ornament {
        display: none;
    }

    body.servicepro-body .servicepro-testimonial-slide__avatar {
        position: static;
        margin-bottom: 10px;
    }

    body.servicepro-body .servicepro-testimonial-slide__body {
        padding-left: 0;
    }
}

@media (max-width: 720px) {
    body.servicepro-body .servicepro-home-hero,
    body.servicepro-body .servicepro-home-products,
    body.servicepro-body .servicepro-home-team,
    body.servicepro-body .servicepro-home-testimonials,
    body.servicepro-body .servicepro-home-blog,
    body.servicepro-body .servicepro-home-gallery {
        padding-top: 52px;
    }

    body.servicepro-body .servicepro-home-extra,
    body.servicepro-body .servicepro-home-logos {
        margin-top: 52px;
    }

    body.servicepro-body .servicepro-product-grid,
    body.servicepro-body .servicepro-home-extra__cards,
    body.servicepro-body .servicepro-logo-strip,
    body.servicepro-body .servicepro-instagram-strip {
        grid-template-columns: 1fr;
    }

    body.servicepro-body .servicepro-product-card {
        grid-template-columns: 1fr;
    }

    body.servicepro-body .servicepro-product-card__media img {
        max-width: 160px;
        height: 140px;
    }

    body.servicepro-body .servicepro-home-hero__content h1 {
        font-size: clamp(2.6rem, 14vw, 4rem);
    }

    body.servicepro-body .servicepro-home-hero__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    body.servicepro-body .servicepro-home-extra__intro,
    body.servicepro-body .servicepro-home-extra__cards {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.servicepro-body .servicepro-home-extra__media {
        min-height: 340px;
    }

    body.servicepro-body .servicepro-home-extra__media img {
        border-radius: 24px 24px 0 80px;
    }

    body.servicepro-body .servicepro-track-carousel__controls,
    body.servicepro-body .servicepro-testimonial-slider__footer {
        flex-wrap: wrap;
    }

    body.servicepro-body .servicepro-blog-card__image img,
    body.servicepro-body .servicepro-instagram-strip__item img {
        height: 220px;
    }

    body.servicepro-body .servicepro-instagram-strip__badge {
        position: static;
        transform: none;
        justify-self: center;
        margin-top: 16px;
    }
}
