:root {
    --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
    --bg-page: #dff4f7;
    --bg-soft: #e9f9fb;
    --surface: #ffffff;
    --surface-muted: rgba(255, 255, 255, 0.72);
    --text: #171c38;
    --text-soft: #667085;
    --line: #cfe4e7;
    --lime: #b8f06a;
    --lime-hover: #a8ea52;
    --purple: #c6b3ff;
    --navy: #282648;
    --navy-soft: #312f57;
    --shadow-soft: 0 18px 40px rgba(28, 39, 65, 0.08);
    --shadow-strong: 0 28px 64px rgba(28, 39, 65, 0.14);
    --radius-xl: 2rem;
    --radius-lg: 1.5rem;
    --radius-md: 1.125rem;
    --container: 1260px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: var(--font-sans);
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(184, 240, 106, 0.18), transparent 22rem),
        linear-gradient(180deg, #e6fbfd 0%, var(--bg-page) 44%, #d9f0f4 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

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

.site-shell {
    max-width: var(--container);
    margin: 0 auto;
    padding: 1rem 1rem 2.5rem;
}

.site-header {
    position: sticky;
    top: 0.75rem;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0.95rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 40px rgba(29, 36, 68, 0.06);
}

.brand {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.site-nav,
.header-actions,
.footer-columns,
.logo-row,
.cta-row,
.hero-search-bar,
.step-row,
.category-grid,
.cost-highlight-grid,
.service-overview-grid,
.profile-grid,
.field-grid,
.card-grid,
.metric-stack,
.benefit-list,
.faq-list {
    display: grid;
    gap: 1rem;
}

.site-nav {
    grid-auto-flow: column;
    justify-content: center;
    gap: 1.25rem;
    font-size: 0.92rem;
    color: var(--text-soft);
}

.site-nav a {
    transition: color 0.2s ease;
}

.site-nav a.active,
.site-nav a:hover,
.header-link:hover,
.section-link:hover {
    color: var(--text);
}

.header-actions {
    grid-auto-flow: column;
    align-items: center;
    gap: 1rem;
}

.header-link {
    font-size: 0.92rem;
    color: var(--text-soft);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.9rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button-dark,
.button-primary {
    background: var(--navy);
    color: #fff;
}

.button-dark:hover,
.button-primary:hover {
    background: #201f3d;
}

.button-secondary {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(23, 28, 56, 0.12);
    color: var(--text);
}

.button-secondary:hover {
    border-color: rgba(184, 240, 106, 0.85);
    background: rgba(255, 255, 255, 0.96);
}

.button-light {
    background: #fff;
    color: var(--navy);
}

.button-outline-light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.26);
    color: #fff;
}

.button-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
}

.button-lime {
    background: var(--lime);
    color: #1f2a09;
}

.button-lime:hover {
    background: var(--lime-hover);
}

.page-home,
.page-specialist {
    display: grid;
    gap: 2.4rem;
}

.home-hero,
.specialist-hero,
.hero-panel,
.content-grid,
.dashboard-band,
.pro-panel,
.comparison-showcase,
.pricing-tools-grid {
    display: grid;
    gap: 1.5rem;
}

.home-hero,
.specialist-hero,
.hero-panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
}

.home-hero,
.specialist-hero,
.soft-section,
.dashboard-band,
.pro-panel,
.hero-panel,
.section-block,
.cta-banner,
.faq-item,
.lead-form-shell,
.content-card,
.signup-card,
.overview-card,
.price-table-card,
.quick-calculator,
.profile-card,
.category-card,
.highlight-card,
.service-overview-card,
.dashboard-card {
    border-radius: var(--radius-xl);
}

.home-hero,
.specialist-hero,
.soft-section,
.section-block,
.hero-panel,
.pro-panel {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.46);
    box-shadow: var(--shadow-soft);
}

.home-hero-copy h1,
.specialist-hero-copy h1,
.hero-copy h1,
.section-centered h2,
.section-intro h2,
.dashboard-copy h2,
.pro-copy h2,
.cta-banner h2 {
    margin: 0;
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.home-hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 6vw, 4.75rem);
}

.specialist-hero-copy h1,
.hero-copy h1 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 6vw, 4.3rem);
}

.specialist-hero-copy h1 span,
.hero-copy h1 span {
    color: var(--purple);
}

.home-hero-copy p,
.specialist-hero-copy p,
.hero-summary,
.section-intro p,
.section-centered p,
.dashboard-copy p,
.pro-copy p,
.content-card p,
.signup-card p,
.faq-answer p,
.lead-form-header p,
.hero-card p,
.price-box ul,
.overview-head span,
.overview-row span,
.service-overview-card p,
.profile-card span,
.profile-meta,
.category-card span,
.dashboard-item span {
    color: var(--text-soft);
    line-height: 1.7;
}

.pill-badge,
.status-chip,
.metric-chip,
.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.pill-badge,
.status-pill-lime,
.status-chip.highlight,
.metric-chip {
    background: var(--lime);
    color: #203010;
}

.status-chip {
    background: rgba(40, 38, 72, 0.09);
    color: var(--navy);
}

.status-chip.success {
    background: rgba(184, 240, 106, 0.2);
    color: #2d4612;
}

.status-chip.error {
    background: rgba(255, 127, 127, 0.15);
    color: #812323;
}

.status-pill {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.status-pill-active {
    background: rgba(184, 240, 106, 0.18);
    color: var(--lime);
}

.section-intro,
.section-centered,
.section-heading {
    margin-bottom: 1.4rem;
}

.section-intro,
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.25rem;
}

.section-centered {
    text-align: center;
}

.section-link {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-soft);
}

.home-hero-copy,
.specialist-hero-copy,
.hero-copy,
.comparison-copy,
.dashboard-copy,
.pro-copy {
    display: grid;
    align-content: start;
    gap: 1.2rem;
}

.hero-search-bar {
    grid-template-columns: 1.2fr 0.9fr auto;
    align-items: center;
    gap: 0.75rem;
    max-width: 41rem;
    margin-top: 0.2rem;
    padding: 0.55rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(23, 28, 56, 0.08);
    box-shadow: 0 18px 40px rgba(28, 39, 65, 0.08);
}

.search-field {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 3.1rem;
    padding: 0 1rem;
    border-radius: 999px;
    background: rgba(223, 244, 247, 0.75);
    color: var(--text-soft);
    font-weight: 600;
}

.search-icon {
    color: var(--navy);
    font-size: 1rem;
}

.home-hero-media,
.comparison-media-card {
    position: relative;
    display: grid;
    align-items: end;
}

.photo-card {
    overflow: hidden;
    border-radius: 1.75rem;
    background: #dbe9ee;
    box-shadow: var(--shadow-strong);
}

.photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-card-hero {
    min-height: 28rem;
}

.photo-card-hero img {
    object-position: center;
}

.photo-card-pro {
    min-height: 18rem;
}

.photo-card-pro img {
    object-position: center;
}

.photo-card-service {
    min-height: 15rem;
}

.photo-card-service img {
    object-position: center top;
}

.photo-card-room {
    min-height: 20rem;
}

.mock-photo {
    position: relative;
    min-height: 24rem;
    overflow: hidden;
    border-radius: 1.75rem;
    background:
        linear-gradient(135deg, rgba(255, 196, 112, 0.9), rgba(255, 255, 255, 0) 46%),
        linear-gradient(135deg, #58493f, #1b223d 70%);
    box-shadow: var(--shadow-strong);
}

.mock-photo::before,
.mock-photo::after,
.scene-light,
.scene-frame,
.scene-person,
.scene-head,
.scene-body,
.scene-arm,
.scene-bench,
.scene-clipboard,
.scene-wall,
.scene-chair,
.scene-lamp,
.scene-table {
    position: absolute;
    content: '';
}

.mock-photo-workman {
    min-height: 28rem;
}

.scene-light-large {
    inset: 1.8rem auto auto 1.8rem;
    width: 38%;
    height: 56%;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 214, 150, 0.2));
}

.scene-light-small {
    inset: 1.8rem auto auto 42%;
    width: 20%;
    height: 34%;
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 209, 132, 0.16));
}

.scene-frame {
    right: 2.3rem;
    bottom: 2.2rem;
    width: 34%;
    height: 58%;
    border-radius: 1.6rem;
    background: linear-gradient(180deg, rgba(32, 35, 49, 0.14), rgba(32, 35, 49, 0.44));
}

.scene-person {
    right: 5.8rem;
    bottom: 3.2rem;
    width: 9rem;
    height: 16rem;
}

.scene-head {
    top: 0;
    left: 2.7rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #f0bf98;
}

.scene-body {
    top: 2.6rem;
    left: 1.6rem;
    width: 5.4rem;
    height: 8.8rem;
    border-radius: 2rem 2rem 1.4rem 1.4rem;
    background: linear-gradient(180deg, #563b30, #202a41);
}

.scene-arm {
    top: 6rem;
    right: 0.7rem;
    width: 5rem;
    height: 1.45rem;
    border-radius: 999px;
    transform: rotate(16deg);
    transform-origin: left center;
    background: #f0bf98;
}

.scene-bench {
    right: -0.6rem;
    bottom: 0.6rem;
    width: 10rem;
    height: 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #c79252, #7f5838);
}

.mock-photo-professional,
.mock-photo-room,
.mock-photo-minimal-room {
    min-height: 22rem;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, #eff7fa, #cbe3eb 60%, #9dc0ce);
}

.pro-person {
    left: 50%;
    right: auto;
    bottom: 2.4rem;
    transform: translateX(-50%);
}

.scene-clipboard {
    left: 50%;
    bottom: 4.6rem;
    width: 5.2rem;
    height: 6.5rem;
    border-radius: 1rem;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #2d6e9c, #163b58);
    box-shadow: 0 18px 30px rgba(19, 42, 68, 0.12);
}

.scene-wall {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.55) 0 30%, rgba(255, 255, 255, 0) 30%),
        linear-gradient(180deg, rgba(39, 38, 72, 0.05), rgba(39, 38, 72, 0.16));
}

.scene-chair {
    left: 14%;
    bottom: 12%;
    width: 5.5rem;
    height: 6.5rem;
    border-radius: 1.5rem;
    background: rgba(39, 38, 72, 0.1);
}

.scene-lamp {
    right: 22%;
    bottom: 20%;
    width: 1rem;
    height: 8rem;
    border-radius: 999px;
    background: rgba(39, 38, 72, 0.18);
}

.scene-table {
    left: 50%;
    bottom: 18%;
    width: 48%;
    height: 1rem;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(39, 38, 72, 0.16);
}

.floating-review,
.review-bubble {
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    max-width: 18rem;
    padding: 1rem 1.1rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(28, 39, 65, 0.16);
}

.floating-review strong,
.review-bubble strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.92rem;
}

.floating-review span,
.review-bubble small {
    color: var(--text-soft);
    font-size: 0.8rem;
}

.avatar-stack {
    display: flex;
    margin-right: 0.15rem;
}

.avatar-stack span,
.profile-avatar,
.dashboard-avatar {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #d7ecff, #f6e4ff);
    border: 2px solid #fff;
    color: var(--navy);
    font-size: 0.8rem;
    font-weight: 800;
}

.avatar-stack span + span {
    margin-left: -0.35rem;
}

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

.category-card {
    display: grid;
    gap: 0.8rem;
    padding: 1.45rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(23, 28, 56, 0.08);
    min-height: 11.75rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-card:hover,
.highlight-card:hover,
.service-overview-card:hover,
.profile-card:hover,
.content-card:hover,
.scenario-card:hover {
    transform: translateY(-2px);
    border-color: rgba(184, 240, 106, 0.9);
    box-shadow: 0 18px 36px rgba(28, 39, 65, 0.08);
}

.category-icon,
.highlight-icon,
.service-dot {
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.8rem;
    background: rgba(223, 244, 247, 0.98);
    color: var(--navy);
    font-size: 0.88rem;
    font-weight: 800;
}

.category-card strong,
.highlight-card strong,
.service-overview-card strong,
.profile-card strong,
.content-card h2,
.step-card h3,
.process-card h3 {
    font-size: 1.05rem;
}

.category-card em,
.highlight-card em,
.service-overview-card em {
    color: var(--text-soft);
    font-size: 0.82rem;
    font-style: normal;
}

.steps-section {
    background: transparent;
    box-shadow: none;
    border: none;
}

.step-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: center;
}

.step-card {
    display: grid;
    justify-items: center;
    gap: 0.8rem;
}

.step-card span,
.process-card span {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    font-weight: 800;
}

.step-card p,
.process-card p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.65;
}

.dashboard-band,
.process-strip,
.cta-banner,
.hero-card,
.signup-card,
.overview-card,
.quick-calculator,
.price-box {
    background: linear-gradient(180deg, var(--navy-soft), var(--navy));
    color: #fff;
}

.dashboard-band,
.process-strip,
.cta-banner {
    padding: 2rem;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-strong);
}

.dashboard-band {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    align-items: center;
}

.benefit-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefit-list li {
    position: relative;
    padding-left: 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
}

.benefit-list li::before {
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: var(--lime);
    content: '';
}

.benefit-list.dark li {
    color: var(--text-soft);
}

.dashboard-card {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-top,
.dashboard-item,
.profile-card-head,
.overview-row,
.overview-total,
.table-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.dashboard-item {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.06);
}

.pro-panel {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
    align-items: center;
}

.mini-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
    margin-bottom: 0.4rem;
    color: var(--text-soft);
    font-weight: 600;
}

.mini-benefits span::before {
    margin-right: 0.5rem;
    color: #4c7a15;
    content: '+';
}

.logo-strip {
    display: grid;
    gap: 1rem;
    padding: 1rem 0 0.4rem;
    text-align: center;
}

.logo-strip p {
    margin: 0;
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
    font-weight: 800;
}

.logo-row {
    grid-auto-flow: column;
    justify-content: center;
}

.logo-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8rem;
    min-height: 3rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--text-soft);
    font-size: 0.85rem;
    font-weight: 700;
}

.faq-shell {
    padding: 0.5rem 0 0;
}

.faq-list {
    gap: 0.75rem;
}

.faq-item {
    padding: 1.15rem 1.3rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 28, 56, 0.08);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

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

.faq-item summary::after {
    font-size: 1.15rem;
    color: var(--text-soft);
    content: '+';
}

.faq-item[open] summary::after {
    content: '-';
}

.faq-answer {
    padding-top: 0.85rem;
}

.cta-banner {
    text-align: center;
}

.cta-banner p {
    max-width: 38rem;
    margin: 0.8rem auto 1.4rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.cta-row.centered {
    grid-auto-flow: column;
    justify-content: center;
}

.specialist-hero-copy p {
    max-width: 34rem;
}

.overview-card,
.price-box,
.hero-card {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    box-shadow: var(--shadow-strong);
}

.overview-head strong,
.overview-row strong,
.overview-total strong,
.quick-calculator strong,
.price-box h3,
.hero-card h2 {
    color: #fff;
}

.overview-row {
    padding: 0.95rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.overview-total {
    margin-top: 0.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    align-items: end;
}

.overview-total span {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.82rem;
    margin-bottom: 0.15rem;
}

.overview-bar {
    width: 6rem;
    height: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.overview-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7bdcff, var(--lime));
}

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

.highlight-card {
    display: grid;
    gap: 0.75rem;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 28, 56, 0.08);
    min-height: 13.25rem;
}

.pricing-tools-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.85fr);
    align-items: start;
    margin-top: 1rem;
}

.price-table-card {
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 28, 56, 0.08);
}

.price-table {
    display: grid;
}

.price-table-row {
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 0.75rem;
    padding: 0.95rem 0;
    border-top: 1px solid rgba(23, 28, 56, 0.08);
    color: var(--text-soft);
    font-size: 0.94rem;
}

.price-table-header {
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.price-table-row span:first-child {
    color: var(--text);
    font-weight: 600;
}

.quick-calculator {
    display: grid;
    gap: 1rem;
    padding: 1.4rem;
}

.quick-calculator label {
    display: grid;
    gap: 0.45rem;
}

.quick-calculator label span,
.calc-readout {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.quick-calculator input[type="range"] {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.quick-calculator select,
.quick-calculator textarea,
.quick-calculator input:not([type="range"]) {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.calc-readout {
    margin-top: -0.45rem;
}

.estimate-box {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.estimate-box span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.estimate-box strong {
    display: block;
    margin-top: 0.35rem;
    font-size: 1.35rem;
}

.services-overview-section,
.profiles-section {
    display: grid;
    gap: 1rem;
}

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

.service-overview-card {
    display: grid;
    gap: 0.8rem;
    padding: 1.45rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(23, 28, 56, 0.08);
    min-height: 14rem;
}

.service-overview-card a {
    font-weight: 700;
    color: var(--navy);
}

.service-overview-spotlight {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(214, 232, 237, 0.8));
}

.service-overview-spotlight .mock-photo {
    min-height: 15rem;
}

.service-overview-spotlight strong {
    font-size: 1.3rem;
    line-height: 1.1;
}

.process-strip {
    display: grid;
    gap: 1.5rem;
}

.section-centered.light h2,
.section-centered.light p {
    color: #fff;
}

.section-centered.light p {
    opacity: 0.74;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.process-card {
    display: grid;
    gap: 0.85rem;
    justify-items: center;
    text-align: center;
    padding: 1.1rem;
}

.process-card span {
    background: var(--lime);
    color: var(--navy);
}

.comparison-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    align-items: center;
}

.comparison-media-card {
    position: relative;
    padding: 1.5rem 0 0 2rem;
}

.review-bubble {
    left: 0;
    right: auto;
    bottom: 1rem;
    display: grid;
    gap: 0.25rem;
    max-width: 14rem;
}

.review-bubble span {
    color: #ffcf6b;
    letter-spacing: 0.1em;
}

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

.profile-card {
    display: grid;
    gap: 1rem;
    padding: 1.45rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 28, 56, 0.08);
}

.profile-card-head {
    align-items: start;
}

.profile-card-head > div:nth-child(2) {
    display: grid;
    gap: 0.15rem;
    flex: 1;
}

.profile-meta {
    margin: 0;
    padding-left: 1rem;
}

.content-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.85fr);
    align-items: start;
}

.content-main,
.content-side {
    display: grid;
    gap: 1rem;
}

.content-card,
.signup-card,
.lead-form-shell {
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(23, 28, 56, 0.08);
}

.hero-card,
.signup-card,
.price-box {
    padding: 1.45rem;
}

.answer-box p,
.hero-card p,
.price-box ul,
.signup-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.price-box h3 {
    margin: 0.2rem 0 0;
    font-size: 1.8rem;
    line-height: 1.05;
}

.price-box ul {
    padding-left: 1.2rem;
}

.check-list {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--text-soft);
    line-height: 1.7;
}

.scenario-card {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(23, 28, 56, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lead-form-shell {
    display: grid;
    gap: 1rem;
}

.lead-form-header h3 {
    margin: 0;
    font-size: 1.4rem;
}

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

.field-grid.compact {
    grid-template-columns: 1fr;
}

.field-grid label {
    display: grid;
    gap: 0.45rem;
    color: var(--text);
    font-weight: 600;
}

.field-grid .full {
    grid-column: 1 / -1;
}

input,
select,
textarea {
    width: 100%;
    min-height: 3rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(23, 28, 56, 0.12);
    border-radius: 1rem;
    background: #fff;
    color: var(--text);
    outline: 2px solid transparent;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: rgba(184, 240, 106, 0.88);
    box-shadow: 0 0 0 4px rgba(184, 240, 106, 0.18);
}

.eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.74rem;
    font-weight: 800;
}

.section-block .eyebrow,
.soft-section .eyebrow,
.faq-shell .eyebrow,
.content-card .eyebrow,
.lead-form-header .eyebrow {
    color: #4d6585;
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.5fr);
    gap: 2rem;
    margin-top: 2.5rem;
    padding: 2rem 0 1rem;
    color: var(--text-soft);
    border-top: 1px solid rgba(23, 28, 56, 0.08);
}

.footer-brand strong {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--text);
}

.footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.footer-columns div {
    display: grid;
    gap: 0.6rem;
}

.footer-columns h4 {
    margin: 0;
    color: var(--text);
    font-size: 0.92rem;
}

.footer-columns a,
.footer-columns span {
    font-size: 0.9rem;
}

@media (max-width: 1080px) {
    .site-nav {
        grid-auto-flow: row;
        justify-content: start;
    }

    .home-hero,
    .specialist-hero,
    .hero-panel,
    .dashboard-band,
    .pro-panel,
    .comparison-showcase,
    .pricing-tools-grid,
    .content-grid,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .category-grid,
    .cost-highlight-grid,
    .profile-grid,
    .process-grid,
    .service-overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .site-shell {
        padding-inline: 0.85rem;
    }

    .site-header {
        position: static;
        border-radius: 1.5rem;
        padding: 1rem;
    }

    .site-header,
    .section-intro,
    .section-heading,
    .header-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-search-bar,
    .cta-row.centered {
        grid-template-columns: 1fr;
    }

    .category-grid,
    .cost-highlight-grid,
    .service-overview-grid,
    .profile-grid,
    .process-grid,
    .step-row,
    .field-grid,
    .footer-columns,
    .logo-row,
    .mini-benefits {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .price-table-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        font-size: 0.82rem;
    }

    .home-hero,
    .specialist-hero,
    .soft-section,
    .section-block,
    .hero-panel,
    .dashboard-band,
    .process-strip,
    .pro-panel,
    .cta-banner {
        padding: 1.35rem;
    }

    .mock-photo,
    .mock-photo-workman {
        min-height: 20rem;
    }

    .photo-card-hero,
    .photo-card-room,
    .photo-card-service,
    .photo-card-pro {
        min-height: 16rem;
    }

    .floating-review,
    .review-bubble {
        position: static;
        margin-top: 1rem;
    }
}
