.logo img {
    width: 90px;
    vertical-align: middle;
}

.nav-links a.active {
    color: #5cb85c;
}

.nav-links a.active::after {
    width: 100%;
}

.about-page {
    background: #f8fdf9;
}

.about-hero {
    background: linear-gradient(135deg, #e8f8f5 0%, #d4f1e8 100%);
    padding: 80px 20px;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 3rem;
    align-items: center;
}

.section-kicker {
    color: #4cae4c;
    display: inline-block;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.about-hero h2 {
    color: #2d3e50;
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.about-hero p,
.content-panel p,
.value-card p,
.timeline-item p,
.about-cta p {
    color: #5a6c7d;
    font-size: 1.08rem;
}

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-primary-about,
.btn-secondary-about {
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    min-height: 48px;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-about {
    background: #5cb85c;
    box-shadow: 0 2px 8px rgba(92, 184, 92, 0.3);
    color: white;
}

.btn-primary-about:hover {
    background: #4cae4c;
    transform: translateY(-2px);
}

.btn-secondary-about {
    background: white;
    border: 1px solid #cfeee0;
    color: #2d3e50;
}

.btn-secondary-about:hover {
    border-color: #5cb85c;
    color: #4cae4c;
}

.about-hero-card {
    background: white;
    border: 1px solid #e8f5f1;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(45, 62, 80, 0.09);
    padding: 2rem;
    text-align: center;
}

.about-hero-card img {
    display: block;
    margin: 0 auto 1rem;
    max-width: 170px;
    width: 100%;
}

.mission-vision-section,
.rates-section,
.about-cta {
    padding: 70px 20px;
}

.mission-vision-section h3,
.rates-section h3,
.about-cta h3 {
    color: #2d3e50;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.mission-vision-section {
    background:
        linear-gradient(90deg, rgba(92, 184, 92, 0.08), transparent 45%),
        white;
}

.mission-vision-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem;
}

.purpose-card {
    background: white;
    border: 1px solid #dcefe6;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(45, 62, 80, 0.08);
    min-height: 100%;
    padding: 2rem;
    position: relative;
}

.purpose-card::before {
    background: linear-gradient(135deg, #5cb85c 0%, #2f9e77 100%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.purpose-badge {
    align-items: center;
    background: #e8f8f5;
    border-radius: 50%;
    color: #4cae4c;
    display: inline-flex;
    font-size: 1.1rem;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 46px;
}

.purpose-card h4 {
    color: #2d3e50;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.purpose-card p {
    color: #5a6c7d;
    font-size: 1.08rem;
}

.rates-section {
    background: linear-gradient(180deg, #fafffe 0%, #eef9f3 100%);
}

.rates-header {
    margin: 0 auto 2rem;
    max-width: 880px;
    text-align: center;
}

.rates-header p {
    color: #5a6c7d;
    font-size: 1.08rem;
    margin-bottom: 1rem;
}

.rates-list {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 900px;
}

.rate-accordion {
    background: white;
    border: 1px solid #e8f5f1;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.rate-toggle,
.rate-nested-toggle {
    align-items: center;
    background: white;
    border: 0;
    color: #2d3e50;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 1rem;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}

.rate-toggle {
    background: linear-gradient(135deg, #ffffff 0%, #f2fbf6 100%);
    padding: 1.6rem;
}

.rate-toggle strong {
    color: #2d3e50;
    display: block;
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
}

.rate-toggle small {
    color: #5a6c7d;
    display: block;
    font-size: 1rem;
    font-weight: 500;
}

.rate-toggle:hover,
.rate-nested-toggle:hover {
    background: #f8fdf9;
}

.toggle-icon {
    align-items: center;
    background: #e8f8f5;
    border-radius: 50%;
    color: #4cae4c;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.2rem;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 1;
    transition: all 0.25s ease;
    width: 34px;
}

.rate-toggle.is-open .toggle-icon,
.rate-nested-toggle.is-open .toggle-icon {
    background: #5cb85c;
    color: white;
    transform: rotate(45deg);
}

.rate-content,
.rate-nested-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    opacity: 0;
}

.rate-content.is-open,
.rate-nested-content.is-open {
    opacity: 1;
}

.rate-content.is-open {
    max-height: 8000px !important;
}

.rate-nested-content.is-open {
    max-height: 1800px !important;
}

.rate-nested-list {
    border-top: 1px solid #e8f5f1;
    display: grid;
    gap: 0;
    padding: 0.8rem;
}

.rate-nested {
    background: white;
    border: 1px solid #dcefe6;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(45, 62, 80, 0.05);
    overflow: hidden;
}

.rate-nested + .rate-nested {
    margin-top: 0.8rem;
}

.rate-nested-toggle {
    background: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem;
}

.pretty-bullets {
    list-style: none;
    margin: 0;
    padding: 0.3rem 1.2rem 1.2rem;
}

.pretty-bullets li {
    color: #5a6c7d;
    font-size: 1rem;
    padding: 0.55rem 0 0.55rem 1.7rem;
    position: relative;
}

.pretty-bullets li::before {
    background: #5cb85c;
    border: 3px solid #dff3e7;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 12px;
}

.pretty-bullets strong {
    color: #2d3e50;
}

.about-cta {
    background: linear-gradient(135deg, #e8f8f5 0%, #d4f1e8 100%);
    text-align: center;
}

.cta-content {
    max-width: 760px;
}

.about-cta .btn-primary-about {
    margin-top: 1.5rem;
}

.whatsapp-btn {
    align-items: center;
    background-color: #25d366;
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    height: 60px;
    justify-content: center;
    position: fixed;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease;
    width: 60px;
    z-index: 1000;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.whatsapp-btn img {
    height: 35px;
    width: 35px;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 992px) {
    .about-hero-grid,
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .about-hero h2 {
        font-size: 2.35rem;
    }
}

@media (max-width: 768px) {
    .about-hero,
    .mission-vision-section,
    .rates-section,
    .about-cta {
        padding: 50px 20px;
    }

    .about-hero h2,
    .mission-vision-section h3,
    .rates-section h3,
    .about-cta h3 {
        font-size: 1.9rem;
    }

    .about-actions {
        flex-direction: column;
    }
}
