.agg-hero {
    background: linear-gradient(135deg, #f0fafa 0%, #fff 50%, #f0fafa 100%);
    padding: 80px 0 60px;
    margin-top: 96px;
}

.agg-hero h1 {
    font-size: 36px;
    font-weight: 800;
    color: #3a9294;
    line-height: 1.3;
    margin-bottom: 24px;
}

.agg-hero-subtitle {
    font-size: 18px;
    color: #444;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 32px;
}

.agg-hero-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
}

.agg-hero-checks li {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.agg-hero-checks li .check-icon {
    color: #3a9294;
    font-size: 18px;
}

.agg-hero-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.agg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.agg-btn-primary {
    background: #3a9294;
    color: #fff;
    box-shadow: 0 4px 16px rgba(58, 146, 148, 0.3);
}

.agg-btn-primary:hover {
    background: #2f7f81;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(58, 146, 148, 0.4);
}

.agg-btn-outline {
    background: transparent;
    color: #3a9294;
    border: 2px solid #3a9294;
}

.agg-btn-outline:hover {
    background: #3a9294;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.agg-section {
    padding: 70px 0;
}

.agg-section--alt {
    background: #f8fafa;
}

.agg-section--white {
    background: #fff;
}

.agg-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #3a9294;
    margin-bottom: 12px;
}

.agg-section-label .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a9294;
}

.agg-section-title {
    font-size: 30px;
    font-weight: 800;
    color: #1F5863;
    margin-bottom: 12px;
}

.agg-section-subtitle {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    max-width: 750px;
    margin-bottom: 36px;
}

.agg-section-subtitle.centered {
    margin-left: auto;
    margin-right: auto;
}

.agg-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.agg-bullet-list li {
    position: relative;
    padding: 10px 0 10px 28px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid rgba(58, 146, 148, 0.1);
    transition: padding-left 0.3s ease;
}

.agg-bullet-list li:last-child {
    border-bottom: none;
}

.agg-bullet-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a9294;
}

.agg-bullet-list li:hover {
    padding-left: 34px;
}

/* cards */
.agg-why-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    border-left: 4px solid #3a9294;
    box-shadow: 0 4px 20px rgba(58, 146, 148, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.agg-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(58, 146, 148, 0.18);
}

.agg-why-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* що робить ак трейд груп */
.agg-service-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid rgba(58, 146, 148, 0.12);
    box-shadow: 0 4px 16px rgba(58, 146, 148, 0.06);
    transition: all 0.35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.agg-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(58, 146, 148, 0.18);
    border-color: #3a9294;
}

.agg-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(58, 146, 148, 0.12), rgba(58, 146, 148, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: background 0.3s ease;
}

.agg-service-card:hover .agg-service-icon {
    background: linear-gradient(135deg, rgba(58, 146, 148, 0.25), rgba(58, 146, 148, 0.1));
}

.agg-service-icon svg {
    width: 28px;
    height: 28px;
    stroke: #3a9294;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.agg-service-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #3a9294;
    margin-bottom: 10px;
}

.agg-service-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* фінансовий ефект */
.agg-finance-wrapper {
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 6px 32px rgba(58, 146, 148, 0.1);
    border: 1px solid rgba(58, 146, 148, 0.12);
}

.agg-finance-wrapper .agg-bullet-list li {
    font-size: 17px;
    font-weight: 500;
}

.agg-finance-note {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(58, 146, 148, 0.15);
}

/* як працює */
.agg-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-top: 16px;
}

.agg-step {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(58, 146, 148, 0.08);
    border: 1px solid rgba(58, 146, 148, 0.1);
    flex: 1;
    min-width: 200px;
    max-width: 260px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.agg-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(58, 146, 148, 0.2);
}

.agg-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3a9294, #2f7f81);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(58, 146, 148, 0.3);
}

.agg-step p {
    font-size: 15px;
    color: #444;
    margin: 0;
    line-height: 1.5;
}

.agg-step-timeline {
    text-align: center;
    margin-top: 32px;
    font-size: 17px;
    font-weight: 600;
    color: #3a9294;
    padding: 16px 24px;
    background: rgba(58, 146, 148, 0.06);
    border-radius: 8px;
    display: inline-block;
}

/* хто може приєднатися */
.agg-join-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.agg-join-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border-left: 3px solid #3a9294;
    box-shadow: 0 2px 12px rgba(58, 146, 148, 0.06);
    font-size: 15px;
    color: #444;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.agg-join-item:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px rgba(58, 146, 148, 0.15);
    border-left-color: #2f7f81;
}

.agg-join-item .agg-join-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3a9294;
    flex-shrink: 0;
}

.agg-join-note {
    margin-top: 28px;
    font-size: 16px;
    color: #555;
    font-style: italic;
    padding-left: 16px;
    border-left: 3px solid rgba(58, 146, 148, 0.3);
}

/* чому ак трейд */
.agg-advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.agg-advantage-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #333;
    padding: 14px 18px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(58, 146, 148, 0.1);
    transition: all 0.3s ease;
}

.agg-advantage-list li:hover {
    border-color: #3a9294;
    box-shadow: 0 4px 16px rgba(58, 146, 148, 0.12);
    transform: translateY(-2px);
}

.agg-advantage-list li .adv-check {
    color: #3a9294;
    font-size: 20px;
    flex-shrink: 0;
}

/* FAQ */
.agg-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.agg-faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid rgba(58, 146, 148, 0.12);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.agg-faq-item:hover {
    box-shadow: 0 4px 16px rgba(58, 146, 148, 0.1);
}

.agg-faq-q {
    padding: 18px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: color 0.3s ease;
    user-select: none;
}

.agg-faq-q:hover {
    color: #3a9294;
}

.agg-faq-q .faq-arrow {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.agg-faq-item.open .faq-arrow {
    transform: rotate(180deg);
}

.agg-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 24px;
}

.agg-faq-item.open .agg-faq-a {
    max-height: 200px;
    padding: 0 24px 18px;
}

.agg-faq-a p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* CTA FORM */
.agg-cta-section {
    background: linear-gradient(135deg, #f0fafa 0%, #e8f5f5 100%);
    padding: 80px 0;
}

.agg-cta-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.agg-cta-form {
    background: #fff;
    border-radius: 14px;
    padding: 40px 36px;
    box-shadow: 0 8px 32px rgba(58, 146, 148, 0.12);
    border: 1px solid rgba(58, 146, 148, 0.1);
}

.agg-cta-form .form-control {
    border-radius: 8px;
    border: 1px solid rgba(58, 146, 148, 0.25);
    padding: 12px 16px;
    font-size: 15px;
    min-height: 48px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.agg-cta-form .form-control:focus {
    border-color: #3a9294;
    box-shadow: 0 0 0 0.15rem rgba(58, 146, 148, 0.2);
}

.agg-cta-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.agg-cta-form select.form-control {
    appearance: auto;
    height: 48px;
    padding: 12px 16px;
}

.agg-cta-form .btn-submit {
    background: linear-gradient(135deg, #3a9294, #2f7f81);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(58, 146, 148, 0.3);
}

.agg-cta-form .btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(58, 146, 148, 0.4);
}

.agg-cta-form .custom-file {
    height: 48px;
}

.agg-cta-form .custom-file-input {
    height: 48px;
}

.agg-cta-form .custom-file-label {
    border-radius: 8px;
    border: 1px solid rgba(58, 146, 148, 0.25);
    padding: 12px 16px;
    font-size: 15px;
    color: #888;
    height: 48px;
    line-height: 22px;
}

.agg-cta-form .custom-file-label::after {
    background: #3a9294;
    color: #fff;
    border-radius: 0 8px 8px 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.agg-divider {
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(58, 146, 148, 0.3), transparent);
    border: none;
    margin: 0;
}

@media (max-width: 991px) {
    .agg-hero h1 {
        font-size: 28px;
    }

    .agg-section-title {
        font-size: 24px;
    }

    .agg-advantage-list {
        grid-template-columns: 1fr;
    }

    .agg-finance-wrapper {
        padding: 28px 20px;
    }

    .agg-cta-form {
        padding: 28px 20px;
    }
}

@media (max-width: 575px) {
    .agg-hero h1 {
        font-size: 22px;
    }

    .agg-hero-checks {
        flex-direction: column;
        align-items: center;
    }

    .agg-step {
        min-width: 100%;
        max-width: 100%;
    }

    .agg-join-grid {
        grid-template-columns: 1fr;
    }

    .agg-hero-btns {
        flex-direction: column;
        align-items: center;
    }
}