/*
Theme Name: JustCleanAir
Author: JustCleanAir
Description: Prémium egyoldalas WordPress téma klímatisztítási szolgáltatáshoz.
Version: 1.4.8
Requires at least: 6.0
Text Domain: just-clean-air
*/

:root {
    --jca-bg: #f6faf8;
    --jca-ink: #082033;
    --jca-muted: #577181;
    --jca-line: #d7e7e3;
    --jca-blue: #0b6f92;
    --jca-green: #65c696;
    --jca-green-soft: #eef7f4;
    --jca-orange: #c46f1f;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    background: var(--jca-bg);
    color: var(--jca-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    margin: 0;
    text-rendering: geometricPrecision;
}

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

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

h1,
h2,
h3,
p {
    overflow-wrap: break-word;
}

.jca-site {
    min-height: 100vh;
}

.jca-container {
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
}

.jca-header {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--jca-line);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 40;
}

body.admin-bar .jca-header {
    top: 32px;
}

.jca-header-inner {
    align-items: center;
    display: flex;
    gap: 16px;
    height: 80px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 32px;
}

.jca-brand {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 12px;
    font-size: 18px;
    font-weight: 900;
}

.jca-brand img {
    background: #fff;
    border-radius: 6px;
    height: 48px;
    object-fit: contain;
    outline: 1px solid var(--jca-line);
    width: 48px;
}

.jca-nav {
    align-items: center;
    color: #395669;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 12px;
}

.jca-nav a,
.jca-header-cta,
.jca-social-header a,
.jca-button,
.jca-contact-button {
    transition: 180ms ease;
}

.jca-nav a:hover {
    color: #0d789e;
}

.jca-header-actions {
    align-items: center;
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.jca-social-header {
    align-items: center;
    display: flex;
    gap: 8px;
}

.jca-social-header a {
    align-items: center;
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    color: #395669;
    display: grid;
    height: 40px;
    justify-items: center;
    padding: 0;
    place-items: center;
    width: 40px;
}

.jca-social-header a:hover {
    border-color: var(--jca-blue);
    color: var(--jca-blue);
}

.jca-social-icon,
.jca-social-icon svg {
    display: block;
    height: 16px;
    width: 16px;
}

.jca-social-icon path {
    fill: currentColor;
}

.jca-social-icon rect,
.jca-social-icon circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
}

.jca-social-icon .jca-social-dot {
    fill: currentColor;
    stroke: none;
}

.jca-social-icon .jca-social-play {
    fill: #fff;
    stroke: none;
}

.jca-mobile-nav {
    display: none;
}

.jca-header-cta {
    background: var(--jca-blue);
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(11, 111, 146, 0.22);
    color: #fff;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 900;
    padding: 14px 18px;
}

.jca-header-cta:hover {
    background: #075b78;
}

.jca-hero {
    background: var(--jca-bg);
    isolation: isolate;
    overflow: hidden;
    padding-top: 80px;
    position: relative;
}

.jca-hero::before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 112px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.jca-hero-shape {
    background: #e8f4f0;
    bottom: 0;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    z-index: -1;
}

.jca-hero-bottom {
    background: #fff;
    bottom: 0;
    height: 160px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.jca-hero-bg-logo {
    left: 50%;
    max-width: none;
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    top: 96px;
    transform: translateX(-50%);
    width: 672px;
    z-index: 0;
}

.jca-hero-content {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 0.92fr 1.08fr;
    min-height: calc(88svh - 80px);
    padding-bottom: 32px;
    padding-top: 32px;
    position: relative;
    z-index: 10;
}

.jca-hero-copy {
    max-width: 680px;
    padding-bottom: 80px;
}

.jca-hero-logo {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 24px 70px rgba(8, 32, 51, 0.12);
    height: 96px;
    margin-bottom: 28px;
    object-fit: contain;
    outline: 1px solid var(--jca-line);
    padding: 8px;
    width: 96px;
}

.jca-pill {
    background: #fff;
    border: 1px solid #b9ded4;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(8, 32, 51, 0.05);
    color: #13866f;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
    padding: 10px 16px;
}

.jca-hero h1 {
    color: var(--jca-ink);
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.01;
    margin: 24px 0 0;
}

.jca-brand-word {
    display: inline-block;
    white-space: nowrap;
}

.jca-title-line {
    display: block;
}

.jca-lead {
    color: var(--jca-muted);
    font-size: 20px;
    line-height: 1.65;
    margin: 24px 0 0;
}

.jca-trust-row {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 32px;
}

.jca-trust-row p {
    background: #fff;
    border-left: 4px solid var(--jca-green);
    box-shadow: 0 10px 30px rgba(8, 32, 51, 0.05);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
    margin: 0;
    min-height: 70px;
    padding: 14px 16px;
}

.jca-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.jca-button {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 900;
    padding: 17px 24px;
}

.jca-button-primary {
    background: var(--jca-green);
    box-shadow: 0 18px 38px rgba(8, 32, 51, 0.14);
    color: #052033;
}

.jca-button-primary:hover {
    background: #74d7a6;
}

.jca-button-secondary {
    background: #fff;
    border: 1px solid var(--jca-blue);
    color: var(--jca-blue);
}

.jca-button-secondary:hover {
    background: var(--jca-blue);
    color: #fff;
}

.jca-hero-portrait {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    min-height: 680px;
    position: relative;
}

.jca-hero-portrait > img {
    filter: drop-shadow(0 28px 44px rgba(8, 32, 51, 0.16));
    max-width: 836px;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 10;
}

.jca-floating-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 24px 70px rgba(8, 32, 51, 0.12);
    padding: 20px;
    position: absolute;
    width: 256px;
    z-index: 30;
}

.jca-floating-card p {
    color: #13866f;
    font-size: 14px;
    font-weight: 900;
    margin: 0;
}

.jca-floating-card strong {
    color: var(--jca-ink);
    display: block;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.08;
    margin-top: 12px;
}

.jca-floating-card span {
    color: var(--jca-muted);
    display: block;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 8px;
}

.jca-floating-card-left {
    bottom: 48px;
    left: 0;
}

.jca-floating-card-right {
    right: 0;
    top: 48px;
}

.jca-testimonials {
    margin-top: -32px;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 10;
}

.jca-testimonial-head {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: 0.9fr 1.1fr;
}

.jca-testimonial-head h2 {
    color: var(--jca-ink);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 950;
    line-height: 1.08;
    margin: 8px 0 0;
}

.jca-testimonial-head > p {
    color: var(--jca-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.jca-testimonial-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.jca-testimonial-grid article {
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(8, 32, 51, 0.06);
    padding: 20px;
}

.jca-review-top {
    align-items: flex-start;
    display: flex;
    gap: 12px;
}

.jca-review-top img {
    border: 2px solid #fff;
    border-radius: 999px;
    flex: 0 0 auto;
    height: 56px;
    object-fit: cover;
    width: 56px;
}

.jca-review-top h3 {
    color: var(--jca-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
    margin: 0;
}

.jca-review-top p {
    color: #6b7f8c;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin: 4px 0 0;
}

.jca-google-link {
    color: #1a73e8;
    font-weight: 950;
    text-decoration: none;
    text-underline-offset: 3px;
}

.jca-google-link:hover {
    text-decoration: underline;
}

.jca-google-g {
    color: #4285f4;
    font-weight: 950;
}

.jca-review-meta {
    align-items: center;
    color: var(--jca-ink);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 950;
    gap: 8px;
    margin-top: 16px;
}

.jca-new-badge {
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    color: #395669;
    font-size: 12px;
    padding: 2px 8px;
}

.jca-review-stars {
    color: #fbbc04;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    margin: 14px 0 0;
}

.jca-testimonial-grid blockquote {
    color: #395669;
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0 0;
}

.jca-references {
    padding-bottom: 48px;
    padding-top: 48px;
    position: relative;
    z-index: 10;
}

.jca-reference-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.jca-reference-grid article {
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(8, 32, 51, 0.06);
    overflow: hidden;
}

.jca-reference-placeholder {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: var(--jca-green-soft);
    display: grid;
    justify-items: center;
    padding: 24px;
    text-align: center;
}

.jca-reference-placeholder span {
    color: var(--jca-green);
    display: block;
    font-size: 42px;
    font-weight: 950;
    line-height: 1;
}

.jca-reference-placeholder p {
    color: var(--jca-blue);
    font-size: 14px;
    font-weight: 950;
    margin: 8px 0 0;
}

.jca-reference-copy {
    padding: 20px;
}

.jca-reference-copy h3 {
    color: var(--jca-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.25;
    margin: 0;
}

.jca-reference-copy p {
    color: var(--jca-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 8px 0 0;
}

.jca-section-kicker {
    color: var(--jca-blue);
    font-size: 14px;
    font-weight: 950;
    margin: 0;
}

.jca-standard-grid > div > p,
.jca-situations p,
.jca-quality-copy > p,
.jca-faq-grid > div > p,
.jca-faq-list p,
.jca-contact-grid > div > p {
    color: var(--jca-muted);
    line-height: 1.7;
}

.jca-section {
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-standard-grid,
.jca-quality-grid,
.jca-faq-grid,
.jca-contact-grid {
    display: grid;
    gap: 48px;
}

.jca-standard-grid h1,
.jca-standard-grid h2,
.jca-quality-copy h2,
.jca-faq-grid > div > h1,
.jca-faq-grid > div > h2,
.jca-contact-grid h2 {
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 16px 0 0;
}

.jca-standard-list article,
.jca-faq-list article,
.jca-contact-cards article {
    border-radius: 6px;
}

.jca-pricing {
    background: var(--jca-green-soft);
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-pricing-head {
    max-width: 780px;
}

.jca-pricing-head h2 {
    color: var(--jca-ink);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 950;
    line-height: 1.08;
    margin: 16px 0 0;
}

.jca-pricing-head > p:last-child {
    color: var(--jca-muted);
    font-size: 18px;
    line-height: 1.7;
    margin: 24px 0 0;
}

.jca-main-price-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: 0.92fr 1.08fr;
    margin-top: 40px;
}

.jca-pricing-intro {
    display: grid;
    gap: 48px;
    grid-template-columns: 0.82fr 1.18fr;
}

.jca-pricing-intro h2 {
    color: var(--jca-ink);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 950;
    line-height: 1.08;
    margin: 16px 0 0;
}

.jca-pricing-intro > div > p:last-child {
    color: var(--jca-muted);
    font-size: 18px;
    line-height: 1.7;
    margin: 24px 0 0;
}

.jca-price-card {
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 24px 70px rgba(8, 32, 51, 0.1);
    padding: 32px;
}

.jca-cleaning-card {
    border-color: #b9ded4;
}

.jca-cleaning-head {
    border-bottom: 1px solid var(--jca-line);
    padding-bottom: 24px;
}

.jca-cleaning-head p {
    color: #13866f;
    font-size: 14px;
    font-weight: 950;
    margin: 0;
}

.jca-cleaning-head h3 {
    color: var(--jca-ink);
    font-size: clamp(30px, 3.4vw, 42px);
    font-weight: 950;
    line-height: 1.12;
    margin: 12px 0 0;
}

.jca-cleaning-price-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.jca-cleaning-price-list > div {
    align-items: center;
    background: var(--jca-bg);
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto;
    padding: 16px;
}

.jca-cleaning-price-list h4 {
    color: var(--jca-ink);
    font-size: 16px;
    font-weight: 950;
    margin: 0;
}

.jca-cleaning-price-list p {
    color: var(--jca-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 4px 0 0;
}

.jca-cleaning-price-list strong {
    color: var(--jca-blue);
    font-size: 26px;
    font-weight: 950;
    line-height: 1.05;
    white-space: nowrap;
}

.jca-cleaning-note {
    background: var(--jca-bg);
    border-left: 4px solid var(--jca-green);
    border-radius: 6px;
    color: var(--jca-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    margin: 24px 0 0;
    padding: 16px;
}

.jca-cleaning-text {
    color: var(--jca-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 0 0;
}

.jca-cleaning-cta {
    background: var(--jca-green);
    border-radius: 6px;
    color: #052033;
    display: inline-flex;
    font-size: 14px;
    font-weight: 950;
    justify-content: center;
    margin-top: 24px;
    padding: 16px 20px;
    text-align: center;
}

.jca-cleaning-cta:hover {
    background: #74d7a6;
}

.jca-price-card-head {
    align-items: end;
    border-bottom: 1px solid var(--jca-line);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 24px;
}

.jca-price-card-head p {
    color: #13866f;
    font-size: 14px;
    font-weight: 950;
    margin: 0;
}

.jca-price-card-head h3 {
    color: var(--jca-ink);
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 950;
    line-height: 1;
    margin: 8px 0 0;
}

.jca-price-card-head a {
    background: var(--jca-blue);
    border-radius: 6px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 950;
    padding: 14px 20px;
}

.jca-price-card-head a:hover {
    background: #075b78;
}

.jca-price-includes {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
}

.jca-price-includes p {
    color: #395669;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    line-height: 1.6;
    margin: 0;
}

.jca-price-includes span {
    align-items: center;
    background: var(--jca-green);
    border-radius: 999px;
    color: #052033;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 950;
    height: 24px;
    justify-content: center;
    margin-top: 1px;
    width: 24px;
}

.jca-price-note {
    background: var(--jca-bg);
    border-radius: 6px;
    color: var(--jca-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    margin: 24px 0 0;
    padding: 16px;
}

.jca-extra-costs {
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(8, 32, 51, 0.06);
    margin-top: 40px;
    padding: 32px;
}

.jca-extra-costs-head {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.jca-extra-costs-head h3 {
    color: var(--jca-ink);
    font-size: 34px;
    font-weight: 950;
    line-height: 1.1;
    margin: 8px 0 0;
}

.jca-extra-costs-head > p {
    color: var(--jca-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.jca-extra-cost-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.jca-extra-cost-grid article {
    background: var(--jca-bg);
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    padding: 20px;
}

.jca-extra-cost-grid h4 {
    color: var(--jca-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.25;
    margin: 0;
}

.jca-extra-cost-grid p {
    color: var(--jca-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 12px 0 0;
}

.jca-vat-note {
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(8, 32, 51, 0.05);
    color: var(--jca-muted);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.7;
    margin: 24px 0 0;
    padding: 16px 20px;
}

.jca-standard {
    background: #fff;
}

.jca-standard-grid {
    grid-template-columns: 0.95fr 1.05fr;
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-standard-grid > div > p {
    font-size: 18px;
    margin-top: 24px;
}

.jca-situations {
    background: var(--jca-bg);
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    margin-top: 32px;
    padding: 24px;
}

.jca-situations .jca-situations-title {
    color: var(--jca-muted);
    font-size: 14px;
    font-weight: 950;
    margin: 0 0 20px;
}

.jca-situations p:not(.jca-situations-title) {
    border-left: 4px solid var(--jca-blue);
    color: var(--jca-ink);
    font-weight: 800;
    margin: 14px 0 0;
    padding-left: 16px;
}

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

.jca-standard-list article {
    background: #fff;
    border: 1px solid var(--jca-line);
    box-shadow: 0 18px 45px rgba(8, 32, 51, 0.05);
    padding: 22px;
}

.jca-standard-list span {
    background: var(--jca-green);
    border-radius: 999px;
    display: block;
    height: 8px;
    width: 40px;
}

.jca-standard-list p {
    font-size: 18px;
    font-weight: 950;
    line-height: 1.35;
    margin: 32px 0 0;
}

.jca-quality {
    background: var(--jca-green-soft);
}

.jca-quality-grid {
    grid-template-columns: 1fr 0.9fr;
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-quality-image {
    background: var(--jca-ink);
    border-radius: 6px;
    box-shadow: 0 24px 70px rgba(8, 32, 51, 0.14);
    min-height: 560px;
    overflow: hidden;
}

.jca-quality-image img {
    height: 100%;
    object-fit: cover;
    object-position: center 36%;
    width: 100%;
}

.jca-quality-copy {
    align-self: center;
}

.jca-quality-copy > p {
    font-size: 18px;
    margin-top: 24px;
}

.jca-trust-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 36px;
}

.jca-trust-grid p {
    background: #fff;
    border-left: 4px solid var(--jca-green);
    font-weight: 900;
    line-height: 1.45;
    margin: 0;
    padding: 20px;
}

.jca-faq {
    background: #fff;
}

.jca-faq-page-header {
    background: #fff;
    border-bottom: 1px solid var(--jca-line);
}

.jca-faq-page-header .jca-container {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 22px;
    padding-top: 22px;
}

.jca-faq-page-brand {
    color: var(--jca-ink);
    font-size: 22px;
    font-weight: 950;
}

.jca-faq-page-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.jca-faq-page-nav a {
    color: var(--jca-muted);
    font-size: 14px;
    font-weight: 950;
}

.jca-faq-page-nav a:hover,
.jca-faq-page-nav .is-active {
    color: var(--jca-blue);
}

.jca-faq-grid {
    grid-template-columns: 0.78fr 1.22fr;
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-faq .jca-section-kicker {
    color: var(--jca-orange);
}

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

.jca-faq-list article {
    background: var(--jca-bg);
    border: 1px solid var(--jca-line);
    padding: 28px;
}

.jca-faq-list h2,
.jca-faq-list h3 {
    font-size: 22px;
    font-weight: 950;
    line-height: 1.2;
    margin: 0;
}

.jca-faq-list p {
    margin: 14px 0 0;
}

.jca-contact {
    background: #f1f8f5;
}

.jca-contact-grid {
    grid-template-columns: 0.9fr 1.1fr;
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-contact-grid > div > p {
    font-size: 18px;
    max-width: 580px;
}

.jca-contact-details {
    display: grid;
    gap: 16px;
}

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

.jca-contact-cards article {
    background: #fff;
    box-shadow: 0 18px 45px rgba(8, 32, 51, 0.06);
    color: var(--jca-ink);
    padding: 24px;
}

.jca-contact-cards p {
    color: var(--jca-muted);
    font-size: 14px;
    font-weight: 950;
    margin: 0;
}

.jca-contact-cards strong {
    display: block;
    font-size: 26px;
    margin-top: 12px;
}

.jca-contact-cards strong a {
    color: inherit;
    text-decoration: none;
}

.jca-contact-cards strong a:hover {
    color: var(--jca-blue);
}

.jca-social-links {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.jca-social-links a {
    background: #fff;
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    box-shadow: 0 18px 45px rgba(8, 32, 51, 0.06);
    color: var(--jca-blue);
    font-size: 16px;
    font-weight: 950;
    padding: 16px 20px;
    text-align: center;
}

.jca-social-links a:hover {
    background: var(--jca-blue);
    border-color: var(--jca-blue);
    color: #fff;
}

.jca-contact-button {
    background: var(--jca-green);
    border-radius: 6px;
    box-shadow: 0 18px 38px rgba(8, 32, 51, 0.12);
    color: #052033;
    display: block;
    font-weight: 950;
    padding: 18px 24px;
    text-align: center;
}

.jca-contact-button:hover {
    background: #74d7a6;
}

.jca-site-footer {
    background: var(--jca-ink);
    color: rgba(255, 255, 255, 0.7);
}

.jca-site-footer .jca-container {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr auto;
    padding-bottom: 24px;
    padding-top: 24px;
}

.jca-site-footer p {
    margin: 0;
}

.jca-site-footer div div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.jca-site-footer a {
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.jca-site-footer a:hover {
    color: #79dfbb;
}

.jca-legal-page-header {
    background: #fff;
    border-bottom: 1px solid var(--jca-line);
}

.jca-legal-page-header .jca-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
}

.jca-legal-page-header a:first-child {
    color: var(--jca-ink);
    font-size: 18px;
    font-weight: 950;
}

.jca-legal-page-header a:last-child {
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    color: var(--jca-blue);
    font-size: 14px;
    font-weight: 950;
    padding: 10px 16px;
}

.jca-legal {
    background: #fff;
}

.jca-legal > .jca-container {
    padding-bottom: 96px;
    padding-top: 96px;
}

.jca-legal-head {
    max-width: 760px;
}

.jca-legal-head h1,
.jca-legal-head h2 {
    color: var(--jca-ink);
    font-size: clamp(38px, 5vw, 58px);
    font-weight: 950;
    line-height: 1.08;
    margin: 16px 0 0;
}

.jca-legal-head p:last-child {
    color: var(--jca-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 20px 0 0;
}

.jca-legal-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
}

.jca-legal-page-list {
    display: grid;
    gap: 20px;
    margin-top: 40px;
    max-width: 880px;
}

.jca-legal-card {
    background: var(--jca-bg);
    border: 1px solid var(--jca-line);
    border-radius: 6px;
    padding: 32px;
    scroll-margin-top: 112px;
}

.jca-legal-card h2,
.jca-legal-card h3 {
    color: var(--jca-ink);
    font-size: 28px;
    font-weight: 950;
    line-height: 1.1;
    margin: 0;
}

.jca-legal-card section {
    color: #395669;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 24px;
}

.jca-legal-card h4 {
    color: var(--jca-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.3;
    margin: 0 0 10px;
}

.jca-legal-card p,
.jca-legal-card ul {
    color: #395669;
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 0 0;
}

.jca-legal-card ul {
    display: grid;
    gap: 8px;
    padding-left: 20px;
}

::selection {
    background: #42bf8f;
    color: #062033;
}

@media (max-width: 1120px) {
    .jca-social-header,
    .jca-floating-card,
    .jca-hero-shape {
        display: none;
    }
}

@media (max-width: 900px) {
    .jca-nav {
        display: none;
    }

    .jca-mobile-nav {
        border-top: 1px solid var(--jca-line);
        color: #395669;
        display: flex;
        font-size: 12px;
        font-weight: 950;
        gap: 8px;
        overflow-x: auto;
        padding: 8px 16px;
    }

    .jca-mobile-nav a {
        background: var(--jca-bg);
        border-radius: 6px;
        flex: 0 0 auto;
        padding: 8px 12px;
    }

    .jca-hero {
        padding-top: 122px;
    }
}

@media (max-width: 980px) {

    .jca-hero-content,
    .jca-testimonial-head,
    .jca-main-price-grid,
    .jca-pricing-intro,
    .jca-extra-costs-head,
    .jca-standard-grid,
    .jca-quality-grid,
    .jca-faq-grid,
    .jca-contact-grid {
        grid-template-columns: 1fr;
    }

    .jca-hero-copy {
        padding-bottom: 24px;
    }

    .jca-hero-portrait {
        min-height: auto;
    }

    .jca-hero-portrait > img {
        max-width: 680px;
    }

    .jca-hero-bg-logo {
        left: 50%;
        top: 96px;
        width: 544px;
    }

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

@media (max-width: 720px) {
    body.admin-bar .jca-header {
        top: 46px;
    }

    .jca-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .jca-header-inner {
        height: 64px;
        padding: 0 16px;
    }

    .jca-brand {
        font-size: 16px;
        gap: 8px;
    }

    .jca-brand img {
        height: 40px;
        width: 40px;
    }

    .jca-header-cta {
        padding: 10px 16px;
    }

    .jca-hero {
        padding-top: 108px;
    }

    .jca-hero-content {
        gap: 24px;
        min-height: 0;
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .jca-hero-logo {
        height: 88px;
        width: 88px;
    }

    .jca-hero h1 {
        font-size: 41px;
        line-height: 1.03;
    }

    .jca-hero-bg-logo {
        left: 50%;
        top: 128px;
        max-width: 100vw;
        width: 384px;
    }

    .jca-lead {
        font-size: 16px;
        line-height: 1.6;
    }

    .jca-hero-copy {
        padding-bottom: 16px;
    }

    .jca-hero-portrait {
        min-height: 340px;
    }

    .jca-hero-portrait > img {
        max-width: 360px;
    }

    .jca-trust-row,
    .jca-price-includes,
    .jca-extra-cost-grid,
    .jca-standard-list,
    .jca-trust-grid,
    .jca-testimonial-grid,
    .jca-reference-grid,
    .jca-contact-cards,
    .jca-social-links,
    .jca-legal-grid,
    .jca-site-footer .jca-container {
        grid-template-columns: 1fr;
    }

    .jca-trust-row p {
        min-height: auto;
    }

    .jca-actions,
    .jca-button {
        width: 100%;
    }

    .jca-button {
        text-align: center;
    }

    .jca-section,
    .jca-pricing,
    .jca-standard-grid,
    .jca-quality-grid,
    .jca-faq-grid,
    .jca-contact-grid {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .jca-legal > .jca-container {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .jca-legal-card {
        padding: 24px;
    }

    .jca-site-footer .jca-container {
        align-items: start;
    }

    .jca-faq-page-header .jca-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .jca-faq-page-nav {
        gap: 12px;
    }

    .jca-legal-page-header .jca-container {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .jca-legal-page-header a:last-child {
        text-align: center;
    }

    .jca-price-card,
    .jca-extra-costs {
        padding: 24px;
    }

    .jca-price-card-head {
        align-items: stretch;
        flex-direction: column;
    }

    .jca-cleaning-price-list > div {
        grid-template-columns: 1fr;
    }

    .jca-cleaning-cta {
        width: 100%;
    }

    .jca-price-card-head a {
        text-align: center;
    }

    .jca-quality-image {
        min-height: 420px;
    }

    .jca-contact-cards strong {
        font-size: 22px;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 420px) {
    .jca-header-cta {
        padding-left: 12px;
        padding-right: 12px;
    }

    .jca-brand span {
        display: none;
    }

    .jca-hero h1 {
        font-size: 40px;
    }
}
