@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;800&family=Roboto:wght@400;500;700&display=swap');

:root {
    --gj1-primary: #ea580c;
    --gj1-secondary: #c2410c;
    --gj1-accent: #2563eb;
    --gj1-background: #fff7ed;
    --gj1-text: #431407;
    --gj1-muted: #fb923c;
    --gj1-card-bg: #fef3c7;
    --gj1-section-alt-bg: #fffbf0;
    --gj1-light-gray: #f8f8f8;
    --gj1-border-color: rgba(0, 0, 0, 0.08);

    --gj1-radius-sm: 8px;
    --gj1-radius-md: 12px;
    --gj1-radius-lg: 16px;
    --gj1-radius-xl: 24px;

    --gj1-shadow-sm: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.08);
    --gj1-shadow-md: 0 4px 20px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.06);
    --gj1-shadow-lg: 0 10px 30px rgba(0,0,0,0.06), 0 3px 10px rgba(0,0,0,0.08);

    --gj1-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);

    --gj1-space-xs: 8px;
    --gj1-space-sm: 16px;
    --gj1-space-md: 24px;
    --gj1-space-lg: 32px;
    --gj1-space-xl: 48px;
    --gj1-space-2xl: 64px;
    --gj1-space-3xl: 96px;
    --gj1-space-4xl: 128px;
}

/* Base Reset & Typography */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem; /* 18px */
    line-height: 1.75;
    color: var(--gj1-text);
    background-color: var(--gj1-background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: var(--gj1-primary);
    color: #595959;
}

a {
    color: var(--gj1-primary);
    text-decoration: none;
    transition: var(--gj1-transition);
}

a:hover {
    color: var(--gj1-secondary);
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    color: var(--gj1-text);
    margin-bottom: var(--gj1-space-sm);
}

.rx-h1, h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    padding-bottom: var(--gj1-space-md);
}

.rx-h2, h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.15;
    padding-bottom: var(--gj1-space-sm);
}

.rx-h3, h3 {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.3;
}

p {
    margin-bottom: var(--gj1-space-sm);
    max-width: 65ch;
}

ul {
    list-style-type: none;
    margin-bottom: var(--gj1-space-sm);
}

strong {
    font-weight: 700;
}

/* Utility Classes */
.rx-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--gj1-space-md);
    padding-right: var(--gj1-space-md);
}

.rx-section {
    padding-top: var(--gj1-space-3xl);
    padding-bottom: var(--gj1-space-3xl);
    position: relative;
}

.rx-section-alt {
    background-color: var(--gj1-section-alt-bg);
    padding-top: var(--gj1-space-3xl);
    padding-bottom: var(--gj1-space-3xl);
    position: relative;
}

.rx-text-center {
    text-align: center;
}

.rx-grid {
    display: grid;
    gap: var(--gj1-space-lg);
}

.rx-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.rx-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.rx-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.rx-flex {
    display: flex;
    gap: var(--gj1-space-sm);
    align-items: center;
}

.rx-icon {
    width: 20px;
    height: 20px;
    color: var(--gj1-primary);
    flex-shrink: 0;
}

.rx-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: var(--gj1-radius-md);
    background-color: rgba(var(--gj1-primary-rgb), 0.1);
    color: var(--gj1-primary);
    margin-bottom: var(--gj1-space-sm);
}

.rx-icon-large {
    width: 48px;
    height: 48px;
    color: var(--gj1-primary);
}

.rx-subheading {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--gj1-muted);
    margin-bottom: var(--gj1-space-lg);
}

/* Header and Navigation */
.rx-header {
    background-color: var(--gj1-background);
    padding: var(--gj1-space-md) 0;
    border-bottom: 1px solid var(--gj1-border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.rx-header .rx-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rx-logo {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--gj1-text);
    text-decoration: none;
}

.rx-logo span {
    color: var(--gj1-primary);
}

.rx-nav-list {
    display: flex;
    gap: var(--gj1-space-lg);
}

.rx-nav-item {
    position: relative;
}

.rx-nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--gj1-text);
    text-decoration: none;
    padding: var(--gj1-space-xs) 0;
    position: relative;
}

.rx-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--gj1-primary);
    transition: var(--gj1-transition);
}

.rx-nav-link:hover::after {
    width: 100%;
}

.rx-mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: var(--gj1-text);
}

/* Hero Section */
.rx-hero {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: var(--gj1-space-4xl);
    padding-bottom: var(--gj1-space-4xl);
    background-color: #fff7ed;
    position: relative;
    overflow: hidden;
}

.rx-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 247, 237, 0.9), rgba(255, 247, 237, 0.9)), url('https://dummyimage.com/1200x800/dbeafe/1e293b&text=local-business-realism%20illustration-panel%202') center center / cover no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.rx-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
}

.rx-hero-subtitle {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: var(--gj1-text);
    margin-bottom: var(--gj1-space-lg);
    max-width: 70ch;
    margin-left: auto;
    margin-right: auto;
}

/* Buttons */
.rx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--gj1-space-sm) var(--gj1-space-lg);
    border-radius: 50px; /* Pill shape */
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: var(--gj1-transition);
    border: 2px solid transparent;
    line-height: 1;
}

.rx-button-primary {
    background-color: var(--gj1-primary);
    color: #595959;
}

.rx-button-primary:hover {
    background-color: var(--gj1-secondary);
    transform: translateY(-2px);
    box-shadow: var(--gj1-shadow-sm);
}

.rx-button-secondary {
    background-color: var(--gj1-accent);
    color: #595959;
}

.rx-button-secondary:hover {
    background-color: #1a56cc;
    transform: translateY(-2px);
    box-shadow: var(--gj1-shadow-sm);color:#fadad1}

.rx-button-outline {
    background-color: transparent;
    border-color: var(--gj1-primary);
    color: var(--gj1-primary);
}

.rx-button-outline:hover {
    background-color: var(--gj1-primary);
    color: #595959;
    transform: translateY(-2px);
    box-shadow: var(--gj1-shadow-sm);
}

.rx-link {
    color: var(--gj1-primary);
    text-decoration: none;
    font-weight: 500;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.rx-link:hover {
    color: var(--gj1-secondary);
}

.rx-link svg {
    margin-left: var(--gj1-space-xs);
}

/* Cards */
.rx-card {
    background-color: var(--gj1-card-bg);
    border-radius: var(--gj1-radius-xl);
    padding: var(--gj1-space-lg);
    box-shadow: var(--gj1-shadow-md);
    transition: var(--gj1-transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rx-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gj1-shadow-lg);
}

.rx-card-feature {
    text-align: center;
    padding: var(--gj1-space-xl);
}

.rx-card-service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.rx-card-process {
    text-align: center;
    position: relative;
    padding-top: var(--gj1-space-2xl);
}

.rx-check-list {
    list-style: none;
    padding: 0;
}

.rx-check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--gj1-space-xs);
    gap: var(--gj1-space-xs);
    line-height: 1.5;
}

.rx-check-item .rx-icon {
    width: 20px;
    height: 20px;
    color: var(--gj1-primary);
    margin-top: 4px; /* Align checkmark with text */
}

/* Editorial Moments */
.rx-pullquote {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    color: var(--gj1-text);
    margin: var(--gj1-space-4xl) auto;
    max-width: 800px;
    text-align: center;
    position: relative;
    padding: 0 var(--gj1-space-md);
}

.rx-pullquote::before {
    content: '“';
    font-size: 6rem;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gj1-muted);
    opacity: 0.2;
    z-index: -1;
}

.rx-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--gj1-space-lg);
    text-align: center;
    margin-top: var(--gj1-space-2xl);
    margin-bottom: var(--gj1-space-2xl);
}

.rx-stat-item {
    background-color: var(--gj1-card-bg);
    padding: var(--gj1-space-xl);
    border-radius: var(--gj1-radius-xl);
    box-shadow: var(--gj1-shadow-sm);
}

.rx-stat-number {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    color: var(--gj1-primary);
    line-height: 1;
    margin-bottom: var(--gj1-space-xs);
}

.rx-stat-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--gj1-text);
    font-weight: 500;
}

/* Testimonials */
.rx-testimonial-grid {
    display: grid;
    gap: var(--gj1-space-lg);
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.rx-testimonial-card {
    background-color: var(--gj1-card-bg);
    border-radius: var(--gj1-radius-xl);
    padding: var(--gj1-space-xl);
    box-shadow: var(--gj1-shadow-md);
    display: flex;
    flex-direction: column;
    transition: var(--gj1-transition);
}

.rx-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gj1-shadow-lg);
}

.rx-testimonial-quote {
    font-style: italic;
    margin-bottom: var(--gj1-space-sm);
    color: var(--gj1-text);
}

.rx-testimonial-cite {
    font-weight: 700;
    color: var(--gj1-primary);
    display: block;
    margin-top: var(--gj1-space-xs);
}

.rx-testimonial-stars {
    color: #8f6b00;
    margin-bottom: var(--gj1-space-xs);
}

.rx-testimonial-stars .rx-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* FAQ */
.rx-faq-item {
    border: 1px solid var(--gj1-border-color);
    border-radius: var(--gj1-radius-md);
    margin-bottom: var(--gj1-space-sm);
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: var(--gj1-shadow-sm);
    transition: var(--gj1-transition);
}

.rx-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--gj1-space-md);
    font-weight: 700;
    cursor: pointer;
    color: var(--gj1-text);
    background-color: #ffffff;
    transition: var(--gj1-transition);
}

.rx-faq-q:hover {
    background-color: var(--gj1-light-gray);
}

.rx-faq-q::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
}

.rx-faq-item.active .rx-faq-q::after {
    content: '-';
    transform: rotate(0deg);
}

.rx-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    padding: 0 var(--gj1-space-md);
    color: var(--gj1-text);
}

.rx-faq-item.active .rx-faq-a {
    max-height: 500px; /* Adjust as needed */
    padding-bottom: var(--gj1-space-md);
}

/* CTA */
.rx-cta {
    background-color: var(--gj1-primary);
    color: #595959;
    padding: var(--gj1-space-3xl) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rx-cta-content {
    position: relative;
    z-index: 1;
}

.rx-cta-content h2 {
    color: #595959;
    margin-bottom: var(--gj1-space-lg);
}

.rx-cta-content p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--gj1-space-xl);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
}

.rx-cta .rx-button-outline {
    border-color: #ffffff;
    color: #595959;
}

.rx-cta .rx-button-outline:hover {
    background-color: #ffffff;
    color: var(--gj1-primary);
}

/* Form Styling */
.rx-contact-form {
    display: grid;
    gap: var(--gj1-space-md);
    max-width: 600px;
    margin: var(--gj1-space-xl) auto;
    padding: var(--gj1-space-xl);
    background-color: var(--gj1-card-bg);
    border-radius: var(--gj1-radius-xl);
    box-shadow: var(--gj1-shadow-lg);
}

.rx-form-group {
    margin-bottom: var(--gj1-space-xs);
}

.rx-form-label {
    display: block;
    margin-bottom: var(--gj1-space-xs);
    font-weight: 500;
    color: var(--gj1-text);
}

.rx-form-input, .rx-form-textarea {
    width: 100%;
    padding: var(--gj1-space-sm);
    border: 1px solid var(--gj1-border-color);
    border-radius: var(--gj1-radius-sm);
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: var(--gj1-text);
    background-color: #ffffff;
    transition: border-color var(--gj1-transition);
}

.rx-form-input:focus, .rx-form-textarea:focus {
    outline: none;
    border-color: var(--gj1-primary);
    box-shadow: 0 0 0 3px rgba(var(--gj1-primary-rgb), 0.2);
}

.rx-form-textarea {
    min-height: 120px;
    resize: vertical;
}

.rx-form-error {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: var(--gj1-space-xs);
}

.rx-form-success {
    color: #117e39;
    font-size: 1rem;
    background-color: #dcfce7;
    border: 1px solid #bbf7d0;
    padding: var(--gj1-space-sm);
    border-radius: var(--gj1-radius-sm);
    text-align: center;
    margin-top: var(--gj1-space-md);
}

/* Footer */
.rx-footer {
    background-color: var(--gj1-text);
    color: #595959;
    padding-top: var(--gj1-space-3xl);
    padding-bottom: var(--gj1-space-md);
    position: relative;
}

.rx-footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--gj1-space-xl);
    padding-bottom: var(--gj1-space-3xl);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rx-footer-col h3 {
    color: #595959;
    margin-bottom: var(--gj1-space-md);
    font-size: 1.25rem;
}

.rx-footer-col p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
}

.rx-footer-list {
    list-style: none;
    padding: 0;
}

.rx-footer-list li {
    margin-bottom: var(--gj1-space-xs);
}

.rx-footer-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1rem;
}

.rx-footer-link:hover {
    color: var(--gj1-primary);
    text-decoration: none;
}

.rx-footer-bottom {
    text-align: center;
    padding-top: var(--gj1-space-md);
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
}

.rx-social-links {
    display: flex;
    gap: var(--gj1-space-sm);
    margin-top: var(--gj1-space-md);
}

.rx-social-links a {
    color: #595959;
    font-size: 1.5rem;
    transition: var(--gj1-transition);
}

.rx-social-links a:hover {
    color: var(--gj1-primary);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rx-animate {
    opacity: 0;
    transform: translateY(20px);
}

.rx-animate.rx-animated {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Responsive Styling */
@media (max-width: 1024px) {
    .rx-grid-3 {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .rx-hero-content {
        padding: 0 var(--gj1-space-md);
    }
    .rx-section {
        padding-top: var(--gj1-space-2xl);
        padding-bottom: var(--gj1-space-2xl);
    }
    .rx-section-alt {
        padding-top: var(--gj1-space-2xl);
        padding-bottom: var(--gj1-space-2xl);
    }

    .rx-pullquote {
        font-size: clamp(1.5rem, 2.5vw, 2rem);
    }
    .rx-stat-number {
        font-size: clamp(2rem, 4vw, 3.5rem);
    }
}

@media (max-width: 768px) {
    .rx-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--gj1-background);
        box-shadow: var(--gj1-shadow-md);
        flex-direction: column;
        align-items: center;
        padding: var(--gj1-space-md) 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .rx-nav.active {
        display: flex;
        max-height: 300px; /* Adjust as needed */
    }

    .rx-nav-list {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .rx-nav-item {
        width: 100%;
        border-bottom: 1px solid var(--gj1-border-color);
    }

    .rx-nav-item:last-child {
        border-bottom: none;
    }

    .rx-nav-link {
        display: block;
        padding: var(--gj1-space-sm) var(--gj1-space-lg);
    }

    .rx-mobile-toggle {
        display: block;
    }

    .rx-h1, h1 {
        font-size: clamp(2rem, 8vw, 3.5rem);
    }

    .rx-h2, h2 {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .rx-hero-subtitle {
        font-size: 1.125rem;
    }

    .rx-grid-2, .rx-grid-3, .rx-grid-4 {
        grid-template-columns: 1fr;
    }

    .rx-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .rx-footer-col h3 {
        margin-top: var(--gj1-space-md);
    }

    .rx-social-links {
        justify-content: center;
    }
    .rx-pullquote::before {
        top: -10px;
        font-size: 4rem;
    }
    .rx-section {
        padding-top: var(--gj1-space-xl);
        padding-bottom: var(--gj1-space-xl);
    }
    .rx-section-alt {
        padding-top: var(--gj1-space-xl);
        padding-bottom: var(--gj1-space-xl);
    }
}

@media (max-width: 480px) {
    body {
        font-size: 1rem;
    }
    .rx-h1, h1 {
        font-size: clamp(1.8rem, 9vw, 3rem);
    }
    .rx-h2, h2 {
        font-size: clamp(1.6rem, 7vw, 2.2rem);
    }
    .rx-h3, h3 {
        font-size: 1.5rem;
    }
    .rx-hero-subtitle {
        font-size: 1rem;
    }
    .rx-button {
        padding: var(--gj1-space-xs) var(--gj1-space-md);
        font-size: 1rem;
    }
    .rx-card {
        padding: var(--gj1-space-md);
    }
    .rx-stat-item {
        padding: var(--gj1-space-md);
    }
    .rx-stat-number {
        font-size: clamp(1.8rem, 6vw, 3rem);
    }
    .rx-faq-q, .rx-faq-a {
        padding-left: var(--gj1-space-sm);
        padding-right: var(--gj1-space-sm);
    }
    .rx-contact-form {
        padding: var(--gj1-space-md);
    }
}

/* Wave Divider - Warm Human Service specific */
.rx-wave-divider {
    position: relative;
    height: 100px;
    width: 100%;
    background: var(--gj1-background);
    overflow: hidden;
}
.rx-wave-divider::before {
    content: '';
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-color: var(--gj1-section-alt-bg);
    border-radius: 50% 50% 0 0;
    transform: translateX(-50%) translateY(50%);
    bottom: 0;
}
.rx-section + .rx-wave-divider {
    margin-top: calc(-1 * var(--gj1-space-3xl)); /* Adjust to overlap */
}

.rx-wave-divider-top {
    position: relative;
    height: 100px;
    width: 100%;
    background: var(--gj1-section-alt-bg);
    overflow: hidden;
}
.rx-wave-divider-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-color: var(--gj1-background);
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
}

/* Pill CTA style */
.rx-cta .rx-button {
    border-radius: 50px;
}


/* === Quality polish === */
button, [class*="btn"], [class*="cta"] { transition: all 0.3s ease; cursor: pointer; }
button:hover, [class*="btn"]:hover, [class*="cta"]:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); filter: brightness(1.05); }

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

/* FAQ collapsed-by-default — hard fallback (any language, any topic) */
.rx-faq-a, [class*="faq-a"], [class*="faq-answer"] { display: none !important; max-height: 0; overflow: hidden; padding: 0 22px; transition: none; }
.rx-faq-item.active .rx-faq-a, [class*="faq-item"].active [class*="faq-a"], [class*="faq-item"].active [class*="faq-answer"] { display: block !important; max-height: none !important; padding: 0 22px 18px; }
.rx-faq-q, [class*="faq-q"], [class*="faq-question"] { cursor: pointer; user-select: none; }
.rx-faq-q *, [class*="faq-q"] * { pointer-events: none; }

/* === PREMIUM SCAFFOLD (class-contract baseline) === */
/* Layout */
.rx-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.rx-section { padding: 96px 0; background: #fff7ed; }
.rx-section-alt { padding: 96px 0; background: color-mix(in srgb, #ea580c 4%, #fff7ed); }
.rx-grid { display: grid; gap: 32px; }
.rx-grid-2 { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.rx-grid-3 { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.rx-grid-4 { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.rx-text-center { text-align: center; }
/* Header / Nav */
.rx-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid color-mix(in srgb, #431407 8%, transparent); }
.rx-header > .rx-container, .rx-header .rx-container { display: flex; align-items: center; gap: 32px; padding-top: 12px; padding-bottom: 12px; min-height: 64px; }
.rx-brand, .rx-logo { display: inline-flex; align-items: center; gap: 10px; font-family: Raleway; font-weight: 700; font-size: 1.05rem; line-height: 1; color: #ea580c; letter-spacing: -0.015em; text-decoration: none; flex-shrink: 0; max-width: 220px; margin-right: 24px; }
.rx-brand-mark { display: inline-flex; color: #ea580c; flex-shrink: 0; }
.rx-brand-mark svg { display: block; width: 24px; height: 24px; }
.rx-brand-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 2px; }
.rx-nav-list, .rx-nav-links { display: flex; gap: 28px; list-style: none; margin: 0 0 0 auto; padding: 0; align-items: center; }
.rx-nav-link { color: #431407; font-weight: 500; font-size: 0.95rem; padding: 6px 0; position: relative; text-decoration: none; }
.rx-nav-link + .rx-nav-link { margin-left: 0; }
.rx-nav-link:hover { color: #ea580c; }
.rx-mobile-toggle { display: none; background: none; border: 0; padding: 6px; cursor: pointer; margin-left: auto; font-size: 1.4rem; line-height: 1; }
/* Hero */
.rx-hero { padding: 112px 0 96px; background: radial-gradient(circle at 82% 18%, color-mix(in srgb, #ea580c 12%, transparent), transparent 34%), linear-gradient(180deg, color-mix(in srgb, #ea580c 7%, #fff7ed) 0%, #fff7ed 100%); position: relative; overflow: hidden; }
/* Hero hardening — kill AI-generated giant ghost/background text & accidental absolute-positioned mockups */
.rx-hero [class*="ghost"], .rx-hero [class*="bg-text"], .rx-hero [class*="watermark"], .rx-hero [class*="hero-bg"], .rx-hero [aria-hidden="true"][class*="text"], .rx-hero [data-decorative="true"] { display: none !important; }
.rx-hero .rx-hero-image, .rx-hero .rx-dashboard-mockup { position: relative !important; }
.rx-hero .rx-hero-image { max-width: 100%; }
.rx-hero .rx-hero-image > * { max-width: 100%; }
.rx-hero .rx-stats { position: static !important; }
.rx-hero > .rx-container { max-width: 1200px; }
.rx-hero h1, .rx-hero .rx-h1 { font-family: Raleway; font-size: clamp(2.75rem, 5.2vw, 4.75rem); line-height: 1.04; letter-spacing: -0.025em; font-weight: 800; color: #431407; margin: 0; max-width: 720px; width: 100%; text-wrap: balance; word-break: normal; overflow-wrap: break-word; hyphens: none; }
.rx-hero p, .rx-hero .rx-hero-sub, .rx-hero .rx-hero-subtitle { font-size: clamp(1.125rem, 1.5vw, 1.3rem); line-height: 1.7; color: #fb923c; max-width: 48ch; margin: 0; }
.rx-hero-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr); gap: 72px; align-items: center; }
.rx-hero-text { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.rx-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.rx-hero-image { position: relative; }
.rx-hero-image::before { content: ''; position: absolute; inset: 22px -18px -18px 22px; border-radius: 24px; background: color-mix(in srgb, #ea580c 12%, transparent); z-index: 0; }
.rx-hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px; box-shadow: 0 36px 90px -34px rgba(0,0,0,0.42), 0 2px 10px rgba(0,0,0,0.08); }
.rx-hero-subtitle { font-size: 1.25rem; line-height: 1.6; color: #fb923c; max-width: 60ch; }
.rx-h1 { font-family: Raleway; font-size: clamp(2.5rem, 5vw, 4.25rem); line-height: 1.05; letter-spacing: -0.02em; font-weight: 800; color: #431407; margin: 0; }
.rx-h2 { font-family: Raleway; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.15; letter-spacing: -0.015em; font-weight: 700; color: #431407; margin: 0 0 24px; }
.rx-h3 { font-family: Raleway; font-size: 1.5rem; line-height: 1.3; font-weight: 700; color: #431407; margin: 0 0 12px; }
.rx-subheading { font-size: 1.125rem; line-height: 1.7; color: #fb923c; max-width: 720px; margin: 0 auto 64px; }
/* Buttons */
.rx-button { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 10px; font-weight: 600; font-size: 1rem; text-decoration: none; cursor: pointer; border: 2px solid transparent; transition: all 0.25s cubic-bezier(0.4,0,0.2,1); white-space: nowrap; line-height: 1; }
.rx-button-primary { background: #ea580c; color: #fff; border-color: #ea580c; }
.rx-button-primary:hover { background: #c2410c; border-color: #c2410c; color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px -8px color-mix(in srgb, #ea580c 50%, transparent); }
.rx-button-secondary { background: #c2410c; color: #fff; border-color: #c2410c; }
.rx-button-secondary:hover { transform: translateY(-2px); filter: brightness(1.05); color: #fff; }
.rx-button-outline { background: transparent; color: #ea580c; border-color: #ea580c; }
.rx-button-outline:hover { background: #ea580c; color: #fff; }
.rx-link { color: #ea580c; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.rx-link:hover { gap: 10px; }
/* Cards */
.rx-card { background: #fff; border: 1px solid color-mix(in srgb, #431407 6%, transparent); border-radius: 14px; padding: 32px; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 16px; }
.rx-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -16px rgba(0,0,0,0.12), 0 4px 12px rgba(0,0,0,0.06); }
.rx-card-feature, .rx-card-service, .rx-card-process { text-align: left; }
/* Icons */
.rx-icon-wrapper { display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; border-radius: 12px; background: color-mix(in srgb, #ea580c 10%, transparent); color: #ea580c; }
.rx-icon-wrapper svg, .rx-icon-wrapper .rx-icon { width: 28px; height: 28px; stroke: #ea580c; }
.rx-icon { width: 20px; height: 20px; stroke: currentColor; flex-shrink: 0; }
.rx-icon-large { width: 48px; height: 48px; stroke: #ea580c; }
/* Check list */
.rx-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.rx-check-item { display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; }
.rx-check-item .rx-icon { color: #ea580c; margin-top: 4px; }
/* Editorial */
.rx-pullquote { font-family: Raleway; font-style: italic; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.4; color: #431407; max-width: 900px; margin: 64px auto; padding: 0 32px; position: relative; text-align: center; }
.rx-pullquote::before { content: '"'; font-size: 6rem; line-height: 0.8; color: #ea580c; opacity: 0.3; position: absolute; left: 0; top: -16px; }
.rx-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 48px; padding: 64px 0; }
.rx-stat-item { text-align: center; }
.rx-stat-number { display: block; font-family: Raleway; font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 800; color: #ea580c; line-height: 1; letter-spacing: -0.03em; }
.rx-stat-label { display: block; margin-top: 12px; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #fb923c; }
/* Testimonials */
.rx-testimonial-grid { display: grid; gap: 32px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.rx-testimonial-card { background: #fff; padding: 32px; border-radius: 14px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); border: 1px solid color-mix(in srgb, #431407 6%, transparent); }
.rx-testimonial-quote { font-style: italic; line-height: 1.7; color: #431407; margin-bottom: 16px; }
.rx-testimonial-cite { font-weight: 600; color: #ea580c; font-size: 0.95rem; }
.rx-testimonial-stars { color: #2563eb; margin-bottom: 12px; }
/* FAQ */
.rx-faq { display: flex; flex-direction: column; gap: 12px; max-width: 820px; margin: 0 auto; }
.rx-faq-item { background: #fff; border: 1px solid color-mix(in srgb, #431407 8%, transparent); border-radius: 12px; overflow: hidden; transition: box-shadow 0.2s ease; }
.rx-faq-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.rx-faq-q { padding: 20px 24px; cursor: pointer; user-select: none; font-weight: 600; color: #431407; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.rx-faq-q::after { content: '+'; font-size: 1.5rem; color: #ea580c; transition: transform 0.3s ease; flex-shrink: 0; }
.rx-faq-item.active .rx-faq-q::after { transform: rotate(45deg); }
/* CTA */
.rx-cta { padding: 96px 0; background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%); color: #fff; text-align: center; }
.rx-cta .rx-h2, .rx-cta h2 { color: #fff; }
.rx-cta-content { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; align-items: center; }
.rx-cta .rx-button-primary { background: #fff; color: #ea580c; border-color: #fff; }
.rx-cta .rx-button-primary:hover { background: #fff7ed; color: #ea580c; }
/* Form */
.rx-form, .rx-contact-form { display: flex; flex-direction: column; gap: 20px; width: min(100%, 680px); margin: 32px auto 0; background: #fff; padding: 44px; border-radius: 24px; border: 1px solid color-mix(in srgb, #431407 7%, transparent); box-shadow: 0 30px 80px -34px rgba(0,0,0,0.32), 0 10px 28px -18px color-mix(in srgb, #ea580c 40%, transparent); text-align: left; color: #431407; }
.rx-form-row { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; }
@media (max-width: 600px) { .rx-form-row { grid-template-columns: 1fr; } }
.rx-form-group { display: flex; flex-direction: column; gap: 8px; }
.rx-form-label, .rx-form label { font-weight: 600; font-size: 0.9rem; color: #431407; letter-spacing: 0.01em; }
.rx-form-input, .rx-form-textarea, .rx-form input:not([type="submit"]), .rx-form textarea, .rx-form select { padding: 15px 16px; border: 1.5px solid color-mix(in srgb, #431407 12%, transparent); border-radius: 12px; font-size: 1rem; font-family: inherit; background: color-mix(in srgb, #ea580c 2%, #fff); color: #431407; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; width: 100%; box-sizing: border-box; }
.rx-form-input:hover, .rx-form-textarea:hover { border-color: color-mix(in srgb, #ea580c 35%, transparent); }
.rx-form-input:focus, .rx-form-textarea:focus, .rx-form input:focus, .rx-form textarea:focus { outline: none; border-color: #ea580c; box-shadow: 0 0 0 4px color-mix(in srgb, #ea580c 18%, transparent); }
.rx-form-textarea, .rx-form textarea { min-height: 140px; resize: vertical; }
/* Form messages — HIDDEN BY DEFAULT, only shown when JS adds .is-visible or removes [hidden] */
.rx-form-error, [class*="form-error"], [class*="form-message-error"] { display: none; color: #dc2626; font-size: 0.875rem; padding: 10px 12px; background: color-mix(in srgb, #dc2626 8%, transparent); border-radius: 8px; }
.rx-form-success, [class*="form-success"], [class*="form-message-success"] { display: none; color: #047857; font-weight: 600; padding: 12px 14px; background: color-mix(in srgb, #059669 10%, transparent); border-radius: 8px; }
.rx-form-error[hidden], .rx-form-success[hidden], [class*="form-error"][hidden], [class*="form-success"][hidden] { display: none !important; }
.rx-form-error.is-visible, .rx-form-success.is-visible { display: block; }
.rx-cta .rx-form, .rx-cta .rx-contact-form { color: #431407; }
.rx-cta .rx-form button[type="submit"], .rx-cta .rx-contact-form button[type="submit"] { background: #ea580c; color: #fff; border-color: #ea580c; }
/* Footer */
.rx-footer { background: #431407; color: color-mix(in srgb, #fff 80%, transparent); padding: 96px 0 32px; }
.rx-footer .rx-h3, .rx-footer h3, .rx-footer h4 { color: #fff; font-family: Raleway; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 20px; }
.rx-footer .rx-logo { color: #fff; }
.rx-footer-grid { display: grid; gap: 48px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-bottom: 64px; }
.rx-footer-col { display: flex; flex-direction: column; gap: 12px; }
.rx-footer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.rx-footer-link { color: color-mix(in srgb, #fff 70%, transparent); font-size: 0.95rem; }
.rx-footer-link:hover { color: #fff; }
.rx-footer-bottom { padding-top: 32px; border-top: 1px solid color-mix(in srgb, #fff 12%, transparent); font-size: 0.875rem; color: color-mix(in srgb, #fff 60%, transparent); text-align: center; }
.rx-social-links { display: flex; gap: 16px; }
.rx-social-links a { color: color-mix(in srgb, #fff 70%, transparent); }
.rx-social-links a:hover { color: #fff; }
/* Responsive */
@media (max-width: 900px) {
  .rx-hero { padding: 80px 0 64px; }
  .rx-hero-content { grid-template-columns: 1fr; gap: 40px; }
  .rx-section, .rx-section-alt { padding: 64px 0; }
  .rx-cta { padding: 64px 0; }
  .rx-footer { padding: 64px 0 24px; }
}
@media (max-width: 720px) {
  .rx-nav-list { display: none; }
  .rx-mobile-toggle { display: inline-flex; }
  .rx-nav.active .rx-nav-list, .rx-header.active .rx-nav-list, .rx-nav-list.active, .rx-nav-links.active { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding: 24px; gap: 16px; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
  .rx-card { padding: 24px; }
  .rx-form, .rx-contact-form { padding: 28px; border-radius: 18px; }
}

/* === STYLE FAMILY: warm_human_service === */
.rx-section { background: #fdf8f3; }
.rx-section-alt { background: #f8efe5; }
.rx-hero { background: radial-gradient(circle at 80% 20%, color-mix(in srgb, #2563eb 18%, transparent), transparent 60%), #fdf8f3; padding: 112px 0 96px; }
.rx-card { border-radius: 24px; background: #fff; box-shadow: 0 8px 24px rgba(120,80,40,0.08); }
.rx-button-primary { background: #ea580c; color: #fff; border-radius: 999px; padding: 14px 28px; }
.rx-button-secondary { background: #fff; color: #ea580c; border-radius: 999px; border: 1px solid color-mix(in srgb, #ea580c 30%, transparent); }