
:root {
    --cfx5120-title-color: #0f172a;
    --cfx5120-text-color: #344054;
    --cfx5120-accent: #f97316;
    --cfx5120-shadow: 0 24px 80px rgba(15, 23, 42, 0.14);
    --cfx5120-radius: 28px;
}

.cfx32-home-hero .cfx32-hero-copy h1,
.cfx32-home-hero h1 {
    font-size: clamp(2.5rem, 4.8vw, 4.9rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--cfx5120-title-color);
}

.cfx32-home-hero .cfx32-hero-copy p,
.cfx32-home-hero p {
    font-size: clamp(1.12rem, 1.7vw, 1.4rem);
    line-height: 2.02;
    color: var(--cfx5120-text-color);
    max-width: 60ch;
}

.cfx500-hero-copy h1,
.cfx510-detail-copy h1,
.cfx540-static-hero-copy h1,
.page-hero h1,
.hero-section h1 {
    font-size: clamp(2rem, 3.1vw, 3.1rem);
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-weight: 800;
    color: var(--cfx5120-title-color);
}

.cfx500-hero-copy p,
.cfx510-detail-copy > p,
.cfx540-static-hero-copy > p,
.page-hero p,
.hero-lead,
.section-lead,
.cfx540-prose,
.cfx510-detail-intro p,
.cfx510-section-head p,
.cfx500-about p,
.cfx500-about li,
.prose,
.prose p {
    font-size: 1.125rem;
    line-height: 2;
    color: var(--cfx5120-text-color);
}

.cfx500-about h2,
.cfx500-about h3,
.cfx510-service-detail h2,
.cfx510-service-detail h3,
.cfx520-product-detail h2,
.cfx520-product-detail h3,
.cfx540-static-page h2,
.cfx540-static-page h3,
.section h2,
.section h3,
.page-hero h2,
.hero-section h2 {
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: var(--cfx5120-title-color);
}

.cfx5120-hero-image,
.cfx500-hero-visual img,
.cfx510-detail-visual img,
.cfx5120-contact-visual img {
    width: 100%;
    display: block;
    border-radius: var(--cfx5120-radius);
    box-shadow: var(--cfx5120-shadow);
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
}

.cfx500-hero-visual,
.cfx510-detail-visual,
.cfx5120-contact-visual {
    position: relative;
}

.cfx500-hero-visual::after,
.cfx510-detail-visual::after,
.cfx5120-contact-visual::after {
    content: '';
    position: absolute;
    inset: auto 8% -22px;
    height: 42px;
    background: radial-gradient(circle, rgba(249,115,22,.18), transparent 72%);
    filter: blur(12px);
    z-index: -1;
}

.cfx5120-contact-hero {
    padding: 4rem 0 2rem;
}

.cfx5120-contact-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 2rem;
    align-items: center;
}

.cfx5120-contact-copy .eyebrow {
    margin-bottom: .85rem;
}

.cfx5120-contact-copy h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.35;
    margin-bottom: 1rem;
}

.cfx5120-contact-copy p {
    font-size: 1.125rem;
    line-height: 2;
    max-width: 58ch;
}

.cfx5120-contact-card {
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
    border-radius: 28px;
}

.cfx32-home-hero .cfx32-slider-controls button.active,
.cfx32-home-hero [data-cfx32-dot].active {
    background: var(--cfx5120-accent);
    box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.14);
}

@media (max-width: 991.98px) {
    .cfx5120-contact-grid {
        grid-template-columns: 1fr;
    }

    .cfx32-home-hero .cfx32-hero-copy h1,
    .cfx32-home-hero h1 {
        font-size: clamp(2.15rem, 7vw, 3.2rem);
    }

    .cfx500-hero-copy p,
    .cfx510-detail-copy > p,
    .cfx540-static-hero-copy > p,
    .page-hero p,
    .hero-lead,
    .section-lead,
    .cfx540-prose,
    .cfx510-detail-intro p,
    .cfx510-section-head p,
    .prose,
    .prose p {
        font-size: 1.03rem;
    }
}
