/* What We Treat Section (formerly How We Treat) */
body.template-block-builder .how-we-treat, .editor-styles-wrapper .how-we-treat {
    padding: 8rem 0;
    background: linear-gradient(180deg, #3d807124 0%, #fff 7.5rem);
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

body.template-block-builder .how-we-treat::before, .editor-styles-wrapper .how-we-treat::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 0%;
    height: 2px;
    background: #2c5a4f;
    transition: width 1.5s ease-out;
    z-index: 1;
}

body.template-block-builder .how-we-treat::after, .editor-styles-wrapper .how-we-treat::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 0px;
    background: #2c5a4f;
    transition: height 1s ease-out 0.5s;
    z-index: 1;
}

body.template-block-builder .how-we-treat.animate::before, .editor-styles-wrapper .how-we-treat.animate::before {
    width: 100%;
}

body.template-block-builder .how-we-treat.animate::after, .editor-styles-wrapper .how-we-treat.animate::after {
    height: 120px;
}

body.template-block-builder .section-header, .editor-styles-wrapper .section-header {
    text-align: center;
    margin-bottom: 6rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

body.template-block-builder .section-header.animate, .editor-styles-wrapper .section-header.animate {
    opacity: 1;
    transform: translateY(0);
}

body.template-block-builder .section-eyebrow, .editor-styles-wrapper .section-eyebrow {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out 0.2s;
}

body.template-block-builder .section-header.animate .section-eyebrow, .editor-styles-wrapper .section-header.animate .section-eyebrow {
    opacity: 1;
    transform: translateY(0);
}

body.template-block-builder .section-title, .editor-styles-wrapper .section-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    font-weight: 300;
    color: #000;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out 0.4s;
}

body.template-block-builder .section-header.animate .section-title, .editor-styles-wrapper .section-header.animate .section-title {
    opacity: 1;
    transform: translateY(0);
}

body.template-block-builder .section-title::after, .editor-styles-wrapper .section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #DCB96F;
    border-radius: 2px;
}

body.template-block-builder .section-subtitle-large, .editor-styles-wrapper .section-subtitle-large {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 300;
    color: #000;
    margin-bottom: 2rem;
    letter-spacing: -0.01em;
    animation: fadeInUp 1.2s ease-out 0.6s both;
    opacity: 0.9;
}

body.template-block-builder .approach-content, .editor-styles-wrapper .approach-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: start;
    animation: fadeInUp 1.2s ease-out 0.8s both;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 4rem 6rem;
    position: relative;
}

body.template-block-builder .approach-content::before, .editor-styles-wrapper .approach-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background: #e0e0e0;
}

body.template-block-builder .approach-text, .editor-styles-wrapper .approach-text {
    padding-right: 3rem;
    animation: slideInLeft 1s ease-out 1s both;
}

body.template-block-builder .approach-description, .editor-styles-wrapper .approach-description {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 2rem;
    font-weight: 300;
}

body.template-block-builder .approach-features, .editor-styles-wrapper .approach-features {
    padding-left: 3rem;
    animation: slideInRight 1s ease-out 1.2s both;
}

body.template-block-builder .feature-accordion, .editor-styles-wrapper .feature-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

body.template-block-builder .accordion-item, .editor-styles-wrapper .accordion-item {
    border-bottom: 1px solid #DCB96F;
    animation: fadeInUp 0.8s ease-out both;
    transition: all 0.3s ease;
}

.accordion-item:nth-child(1) { animation-delay: 1.4s; }
.accordion-item:nth-child(2) { animation-delay: 1.6s; }
.accordion-item:nth-child(3) { animation-delay: 1.8s; }
.accordion-item:nth-child(4) { animation-delay: 2.0s; }

body.template-block-builder .accordion-header, .editor-styles-wrapper .accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 2rem 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-body);
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease;
    position: relative;
}


body.template-block-builder .accordion-header:hover, .editor-styles-wrapper .accordion-header:hover {
    color: #2c5a4f;
    transform: translateX(10px);
}

body.template-block-builder .accordion-icon, .editor-styles-wrapper .accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

body.template-block-builder .accordion-item.active .accordion-icon, .editor-styles-wrapper .accordion-item.active .accordion-icon {
    transform: rotate(45deg);
}

body.template-block-builder .accordion-content, .editor-styles-wrapper .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

body.template-block-builder .accordion-item.active .accordion-content, .editor-styles-wrapper .accordion-item.active .accordion-content {
    max-height: 300px;
    padding-bottom: 2rem;
}

body.template-block-builder .accordion-content h4, .editor-styles-wrapper .accordion-content h4 {
    font-family: var(--font-body);
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

body.template-block-builder .accordion-content p, .editor-styles-wrapper .accordion-content p {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    font-weight: 300;
}

