/* =============================================================
   BULUTVET - SAYFA ÖZEL STİLLER (pages.css)
   AutoSms · AppointmentManagement · SalesManagement
   FarmManagement · TreatmentManagement · AccountingManagement
   Reference
   ============================================================= */

/* ─── ORTAK: Badge ────────────────────────────────────────── */
.autosms-badge, .appt-badge, .sales-badge,
.farm-badge, .treat-badge, .acct-badge, .ref-badge, .price-badge, .db-badge, .contact-badge, .privacy-badge, .terms-badge, .service-badge {
    display: inline-block;
    background: linear-gradient(135deg, #eef0fd, #dce0fb);
    color: #5e72e4;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    margin-top: 4%;
    border-radius: 50px;
    margin-bottom: 16px;
}

/* ─── ORTAK: Font ailesi ──────────────────────────────────── */
.autosms-hero, .autosms-section, .autosms-features-section,
.autosms-cards-section, .autosms-comments-section,
.autosms-faq-section, .autosms-cta-section,
.appt-hero, .appt-section, .appt-cards-section,
.appt-comments-section, .appt-faq-section, .appt-cta-section,
.sales-hero, .sales-section, .sales-cards-section,
.sales-comments-section, .sales-faq-section, .sales-cta-section,
.farm-hero, .farm-section, .farm-cards-section,
.farm-comments-section, .farm-faq-section, .farm-cta-section,
.treat-hero, .treat-section, .treat-cards-section,
.treat-comments-section, .treat-faq-section, .treat-cta-section,
.acct-hero, .acct-section, .acct-cards-section,
.acct-comments-section, .acct-faq-section, .acct-cta-section,
.ref-hero, .ref-section, .ref-clinics-section,
.ref-faq-section, .ref-cta-section,
.price-hero, .price-plans-section, .price-compare-section,
.price-comments-section, .price-faq-section, .price-cta-section,
.db-hero, .db-faq-section, .db-cta-section,
.contact-hero, .contact-main-section, .contact-cta-section,
.privacy-hero, .privacy-content-section, .privacy-cta-section,
.terms-hero, .terms-content-section, .terms-cta-section,
.service-hero, .service-content-section, .service-cta-section {
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

/* ─── ORTAK: Hero ─────────────────────────────────────────── */
.autosms-hero, .appt-hero, .sales-hero,
.farm-hero, .treat-hero, .acct-hero, .ref-hero, .price-hero, .db-hero, .contact-hero, .privacy-hero, .terms-hero, .service-hero {
    background: linear-gradient(135deg, #f8f9ff 0%, #eef0fd 100%);
    padding: 110px 0 70px;
    overflow: hidden;
}

.autosms-hero .hero-title, .appt-hero .hero-title, .sales-hero .hero-title,
.farm-hero .hero-title, .treat-hero .hero-title, .acct-hero .hero-title,
.ref-hero .hero-title, .price-hero .hero-title, .db-hero .hero-title, .contact-hero .hero-title, .privacy-hero .hero-title, .terms-hero .hero-title, .service-hero .hero-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a1f36;
    line-height: 1.35;
    margin-bottom: 16px;
}

.autosms-hero .hero-subtitle, .appt-hero .hero-subtitle, .sales-hero .hero-subtitle,
.farm-hero .hero-subtitle, .treat-hero .hero-subtitle, .acct-hero .hero-subtitle,
.ref-hero .hero-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #1a1f36;
    line-height: 1.5;
    margin-bottom: 14px;
}

.autosms-hero .hero-desc, .appt-hero .hero-desc, .sales-hero .hero-desc,
.farm-hero .hero-desc, .treat-hero .hero-desc, .acct-hero .hero-desc,
.ref-hero .hero-desc, .price-hero .hero-desc, .db-hero .hero-desc, .contact-hero .hero-desc, .privacy-hero .hero-desc, .terms-hero .hero-desc, .service-hero .hero-desc {
    font-size: 17px;
    color: #525f7f;
    line-height: 1.8;
    margin-bottom: 32px;
}

.autosms-hero .hero-cta, .appt-hero .hero-cta, .sales-hero .hero-cta,
.farm-hero .hero-cta, .treat-hero .hero-cta, .acct-hero .hero-cta,
.ref-hero .hero-cta {
    background: #5e72e4;
    color: #fff !important;
    font-weight: 700;
    font-size: 1em;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 22px rgba(94, 114, 228, 0.4);
}

.autosms-hero .hero-cta:hover, .appt-hero .hero-cta:hover, .sales-hero .hero-cta:hover,
.farm-hero .hero-cta:hover, .treat-hero .hero-cta:hover, .acct-hero .hero-cta:hover,
.ref-hero .hero-cta:hover {
    background: #4a5ec7;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(94, 114, 228, 0.5);
    color: #fff !important;
    text-decoration: none;
}

.autosms-hero .hero-note, .appt-hero .hero-note, .sales-hero .hero-note,
.farm-hero .hero-note, .treat-hero .hero-note, .acct-hero .hero-note,
.ref-hero .hero-note {
    margin-top: 16px;
    font-size: 14px;
    color: #99a4af;
}

.autosms-hero .hero-image-wrap img, .appt-hero .hero-image-wrap img,
.sales-hero .hero-image-wrap img, .farm-hero .hero-image-wrap img,
.treat-hero .hero-image-wrap img, .acct-hero .hero-image-wrap img,
.ref-hero .hero-image-wrap img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    border-radius: 18px;
}

/* ─── ORTAK: Feature Sections ────────────────────────────── */
.autosms-section, .appt-section, .sales-section,
.farm-section, .treat-section, .acct-section, .ref-section {
    padding: 80px 0;
}

.autosms-section .section-image img, .appt-section .section-image img,
.sales-section .section-image img, .farm-section .section-image img,
.treat-section .section-image img, .acct-section .section-image img,
.ref-section .section-image img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 12px 44px rgba(94, 114, 228, 0.14);
    mix-blend-mode: multiply;
}

.autosms-section .section-content h2, .appt-section .section-content h2,
.sales-section .section-content h2, .farm-section .section-content h2,
.treat-section .section-content h2, .acct-section .section-content h2,
.ref-section .section-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1f36;
    line-height: 1.35;
    margin-bottom: 18px;
}

.autosms-section .section-content .lead, .appt-section .section-content .lead,
.sales-section .section-content .lead, .farm-section .section-content .lead,
.treat-section .section-content .lead, .acct-section .section-content .lead,
.ref-section .section-content .lead {
    font-size: 16px;
    color: #525f7f;
    line-height: 1.85;
}

/* ─── ORTAK: Feature Cards Section ───────────────────────── */
.autosms-cards-section, .appt-cards-section, .sales-cards-section,
.farm-cards-section, .treat-cards-section, .acct-cards-section {
    background: #fff;
    padding: 80px 0;
}

.autosms-cards-section .section-header h2, .appt-cards-section .section-header h2,
.sales-cards-section .section-header h2, .farm-cards-section .section-header h2,
.treat-cards-section .section-header h2, .acct-cards-section .section-header h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1f36;
    margin-bottom: 14px;
}

.autosms-feature-card, .appt-feature-card, .sales-feature-card,
.farm-feature-card, .treat-feature-card, .acct-feature-card {
    background: #fff;
    border: 1.5px solid #e8eaff;
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 4px 18px rgba(94, 114, 228, 0.06);
}

.autosms-feature-card:hover, .appt-feature-card:hover, .sales-feature-card:hover,
.farm-feature-card:hover, .treat-feature-card:hover, .acct-feature-card:hover {
    box-shadow: 0 12px 40px rgba(94, 114, 228, 0.15);
    transform: translateY(-4px);
    border-color: #5e72e4;
}

.autosms-feature-card .card-icon, .appt-feature-card .card-icon,
.sales-feature-card .card-icon, .farm-feature-card .card-icon,
.treat-feature-card .card-icon, .acct-feature-card .card-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 20px;
}

.autosms-feature-card h4, .appt-feature-card h4, .sales-feature-card h4,
.farm-feature-card h4, .treat-feature-card h4, .acct-feature-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 12px;
}

.autosms-feature-card p, .appt-feature-card p, .sales-feature-card p,
.farm-feature-card p, .treat-feature-card p, .acct-feature-card p {
    font-size: 15px;
    color: #525f7f;
    line-height: 1.75;
    margin: 0;
}

/* ─── ORTAK: Comments Section ────────────────────────────── */
.autosms-comments-section, .appt-comments-section, .sales-comments-section,
.farm-comments-section, .treat-comments-section, .acct-comments-section {
    background: linear-gradient(180deg, #f4f6ff 0%, #fafafa 100%);
    padding: 80px 0;
}

.autosms-comments-section .comment__header h4,
.appt-comments-section .comment__header h4,
.sales-comments-section .comment__header h4,
.farm-comments-section .comment__header h4,
.treat-comments-section .comment__header h4,
.acct-comments-section .comment__header h4 {
    font-size: 30px !important;
    font-weight: 700;
    color: #1a1f36;
    margin-top: 12px;
}

.autosms-comments-section .comment__header .header__subTitle,
.appt-comments-section .comment__header .header__subTitle,
.sales-comments-section .comment__header .header__subTitle,
.farm-comments-section .comment__header .header__subTitle,
.treat-comments-section .comment__header .header__subTitle,
.acct-comments-section .comment__header .header__subTitle {
    font-size: 17px !important;
    color: #525f7f !important;
    font-weight: 400;
}

.autosms-comments-section #commentSlider,
.appt-comments-section #commentSlider,
.sales-comments-section #commentSlider,
.farm-comments-section #commentSlider,
.treat-comments-section #commentSlider,
.acct-comments-section #commentSlider {
    background: #fff !important;
    border: none !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 50px rgba(94, 114, 228, 0.1) !important;
    padding: 50px 80px !important;
    margin-top: 40px !important;
}

.autosms-comments-section #commentSlider .comment,
.appt-comments-section #commentSlider .comment,
.sales-comments-section #commentSlider .comment,
.farm-comments-section #commentSlider .comment,
.treat-comments-section #commentSlider .comment,
.acct-comments-section #commentSlider .comment {
    font-size: 1.1rem !important;
    color: #1a1f36 !important;
    line-height: 1.85 !important;
    font-weight: 300 !important;
}

/* ─── ORTAK: FAQ Section ──────────────────────────────────── */
.autosms-faq-section, .appt-faq-section, .sales-faq-section,
.farm-faq-section, .treat-faq-section, .acct-faq-section, .ref-faq-section, .price-faq-section,
.db-faq-section {
    background: #fff;
    padding: 80px 0;
}

.autosms-faq-section .section-header h2, .appt-faq-section .section-header h2,
.sales-faq-section .section-header h2, .farm-faq-section .section-header h2,
.treat-faq-section .section-header h2, .acct-faq-section .section-header h2,
.ref-faq-section .section-header h2, .price-faq-section .section-header h2,
.db-faq-section .section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif;
}

.autosms-faq-section .accordion.accordion-1,
.appt-faq-section .accordion.accordion-1,
.sales-faq-section .accordion.accordion-1,
.farm-faq-section .accordion.accordion-1,
.treat-faq-section .accordion.accordion-1,
.acct-faq-section .accordion.accordion-1,
.ref-faq-section .accordion.accordion-1,
.db-faq-section .accordion.accordion-1 {
    padding: 0;
}

.autosms-faq-section .accordion.accordion-1 li,
.appt-faq-section .accordion.accordion-1 li,
.sales-faq-section .accordion.accordion-1 li,
.farm-faq-section .accordion.accordion-1 li,
.treat-faq-section .accordion.accordion-1 li,
.acct-faq-section .accordion.accordion-1 li,
.ref-faq-section .accordion.accordion-1 li,
.db-faq-section .accordion.accordion-1 li {
    border: 1.5px solid #e8eaff !important;
    border-radius: 14px !important;
    margin-bottom: 6px !important;
    overflow: hidden;
    background: #fff !important;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    list-style: none;
}

.autosms-faq-section .accordion.accordion-1 li:hover,
.appt-faq-section .accordion.accordion-1 li:hover,
.sales-faq-section .accordion.accordion-1 li:hover,
.farm-faq-section .accordion.accordion-1 li:hover,
.treat-faq-section .accordion.accordion-1 li:hover,
.acct-faq-section .accordion.accordion-1 li:hover,
.ref-faq-section .accordion.accordion-1 li:hover,
.db-faq-section .accordion.accordion-1 li:hover {
    box-shadow: 0 4px 18px rgba(94, 114, 228, 0.1);
    border-color: #5e72e4 !important;
}

.autosms-faq-section .accordion.accordion-1 li.active,
.appt-faq-section .accordion.accordion-1 li.active,
.sales-faq-section .accordion.accordion-1 li.active,
.farm-faq-section .accordion.accordion-1 li.active,
.treat-faq-section .accordion.accordion-1 li.active,
.acct-faq-section .accordion.accordion-1 li.active,
.ref-faq-section .accordion.accordion-1 li.active,
.db-faq-section .accordion.accordion-1 li.active {
    background: #fff !important;
    box-shadow: 0 6px 24px rgba(94, 114, 228, 0.12);
    border-color: #5e72e4 !important;
}

.autosms-faq-section .accordion.accordion-1 li.active .accordion__title,
.appt-faq-section .accordion.accordion-1 li.active .accordion__title,
.sales-faq-section .accordion.accordion-1 li.active .accordion__title,
.farm-faq-section .accordion.accordion-1 li.active .accordion__title,
.treat-faq-section .accordion.accordion-1 li.active .accordion__title,
.acct-faq-section .accordion.accordion-1 li.active .accordion__title,
.ref-faq-section .accordion.accordion-1 li.active .accordion__title,
.db-faq-section .accordion.accordion-1 li.active .accordion__title {
    background: #5e72e4 !important;
}

.autosms-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.appt-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.sales-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.farm-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.treat-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.acct-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.ref-faq-section .accordion.accordion-1 li.active .accordion__title .h5,
.db-faq-section .accordion.accordion-1 li.active .accordion__title .h5 {
    color: #fff !important;
}

.autosms-faq-section .accordion__title,
.appt-faq-section .accordion__title,
.sales-faq-section .accordion__title,
.farm-faq-section .accordion__title,
.treat-faq-section .accordion__title,
.acct-faq-section .accordion__title,
.ref-faq-section .accordion__title,
.db-faq-section .accordion__title {
    padding: 14px 22px !important;
    background: transparent;
}

.autosms-faq-section .accordion__title .h5,
.appt-faq-section .accordion__title .h5,
.sales-faq-section .accordion__title .h5,
.farm-faq-section .accordion__title .h5,
.treat-faq-section .accordion__title .h5,
.acct-faq-section .accordion__title .h5,
.ref-faq-section .accordion__title .h5,
.db-faq-section .accordion__title .h5 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1f36 !important;
    font-family: 'Open Sans', sans-serif;
}

.autosms-faq-section .accordion__content,
.appt-faq-section .accordion__content,
.sales-faq-section .accordion__content,
.farm-faq-section .accordion__content,
.treat-faq-section .accordion__content,
.acct-faq-section .accordion__content,
.ref-faq-section .accordion__content,
.db-faq-section .accordion__content {
    padding: 0 22px !important;
    font-size: 14.5px !important;
    color: #525f7f !important;
    line-height: 1.8 !important;
    background: #fff !important;
    font-family: 'Open Sans', sans-serif;
}

.autosms-faq-section .accordion.accordion-1 li.active .accordion__content,
.appt-faq-section .accordion.accordion-1 li.active .accordion__content,
.sales-faq-section .accordion.accordion-1 li.active .accordion__content,
.farm-faq-section .accordion.accordion-1 li.active .accordion__content,
.treat-faq-section .accordion.accordion-1 li.active .accordion__content,
.acct-faq-section .accordion.accordion-1 li.active .accordion__content,
.ref-faq-section .accordion.accordion-1 li.active .accordion__content,
.db-faq-section .accordion.accordion-1 li.active .accordion__content {
    padding: 14px 22px 18px !important;
}

/* ─── ORTAK: CTA Section ──────────────────────────────────── */
.autosms-cta-section, .appt-cta-section, .sales-cta-section,
.farm-cta-section, .treat-cta-section, .acct-cta-section, .ref-cta-section, .db-cta-section, .contact-cta-section, .privacy-cta-section, .terms-cta-section, .service-cta-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #eef0fd 100%);
    padding: 80px 0;
}

.autosms-cta-box, .appt-cta-box, .sales-cta-box,
.farm-cta-box, .treat-cta-box, .acct-cta-box, .ref-cta-box, .db-cta-box, .contact-cta-box, .privacy-cta-box, .terms-cta-box, .service-cta-box {
    background: #fff;
    border: 2px solid #5e72e4;
    border-radius: 28px;
    padding: 56px 48px;
    text-align: center;
    box-shadow: 0 12px 50px rgba(94, 114, 228, 0.1);
    margin-top: 8%;
}

.autosms-cta-box h2, .appt-cta-box h2, .sales-cta-box h2,
.farm-cta-box h2, .treat-cta-box h2, .acct-cta-box h2, .ref-cta-box h2, .db-cta-box h2, .contact-cta-box h2, .privacy-cta-box h2, .terms-cta-box h2, .service-cta-box h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1f36;
    margin-bottom: 16px;
}

.autosms-cta-box .lead, .appt-cta-box .lead, .sales-cta-box .lead,
.farm-cta-box .lead, .treat-cta-box .lead, .acct-cta-box .lead, .ref-cta-box .lead, .db-cta-box .lead, .contact-cta-box .lead, .privacy-cta-box .lead, .terms-cta-box .lead, .service-cta-box .lead {
    font-size: 17px;
    color: #525f7f;
    line-height: 1.75;
    margin-bottom: 32px;
}

.autosms-cta-btn, .appt-cta-btn, .sales-cta-btn,
.farm-cta-btn, .treat-cta-btn, .acct-cta-btn, .ref-cta-btn, .db-cta-btn, .contact-cta-btn, .privacy-cta-btn, .terms-cta-btn, .service-cta-btn {
    background: #5e72e4;
    color: #fff !important;
    font-weight: 700;
    font-size: 1em;
    padding: 14px 38px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 22px rgba(94, 114, 228, 0.4);
}

.autosms-cta-btn:hover, .appt-cta-btn:hover, .sales-cta-btn:hover,
.farm-cta-btn:hover, .treat-cta-btn:hover, .acct-cta-btn:hover, .ref-cta-btn:hover, .db-cta-btn:hover, .contact-cta-btn:hover, .privacy-cta-btn:hover, .terms-cta-btn:hover, .service-cta-btn:hover {
    background: #4a5ec7;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(94, 114, 228, 0.5);
    color: #fff !important;
    text-decoration: none;
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 768px) {
    .autosms-hero, .appt-hero, .sales-hero,
    .farm-hero, .treat-hero, .acct-hero, .ref-hero, .db-hero, .contact-hero, .privacy-hero, .terms-hero, .service-hero {
        padding: 80px 0 50px;
    }

    .autosms-hero .hero-title, .appt-hero .hero-title, .sales-hero .hero-title,
    .farm-hero .hero-title, .treat-hero .hero-title, .acct-hero .hero-title,
    .ref-hero .hero-title, .db-hero .hero-title, .contact-hero .hero-title, .privacy-hero .hero-title, .terms-hero .hero-title, .service-hero .hero-title {
        font-size: 26px;
    }

    .autosms-hero .hero-image-wrap, .appt-hero .hero-image-wrap,
    .sales-hero .hero-image-wrap, .farm-hero .hero-image-wrap,
    .treat-hero .hero-image-wrap, .acct-hero .hero-image-wrap,
    .ref-hero .hero-image-wrap {
        margin-top: 36px;
    }

    .autosms-section, .appt-section, .sales-section,
    .farm-section, .treat-section, .acct-section, .ref-section {
        padding: 56px 0;
    }

    .autosms-cta-box, .appt-cta-box, .sales-cta-box,
    .farm-cta-box, .treat-cta-box, .acct-cta-box, .ref-cta-box, .db-cta-box, .contact-cta-box, .privacy-cta-box, .terms-cta-box, .service-cta-box {
        padding: 40px 24px;
    }

    .autosms-comments-section #commentSlider,
    .appt-comments-section #commentSlider,
    .sales-comments-section #commentSlider,
    .farm-comments-section #commentSlider,
    .treat-comments-section #commentSlider,
    .acct-comments-section #commentSlider {
        padding: 36px 28px !important;
    }

    .price-hero {
        padding: 80px 0 50px;
    }

    .price-hero .hero-title {
        font-size: 26px;
    }

    .price-card {
        padding: 28px 20px;
    }

    .price-cta-box {
        padding: 40px 24px;
    }
}

/* ─── PRICING: FAQ accordion (price- prefix) ─────────────── */
.price-faq-section .accordion.accordion-1 { padding: 0; }

.price-faq-section .accordion.accordion-1 li {
    border: 1.5px solid #e8eaff !important;
    border-radius: 14px !important;
    margin-bottom: 6px !important;
    overflow: hidden;
    background: #fff !important;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    list-style: none;
}

.price-faq-section .accordion.accordion-1 li:hover {
    box-shadow: 0 4px 18px rgba(94, 114, 228, 0.1);
    border-color: #5e72e4 !important;
}

.price-faq-section .accordion.accordion-1 li.active {
    background: #fff !important;
    box-shadow: 0 6px 24px rgba(94, 114, 228, 0.12);
    border-color: #5e72e4 !important;
}

.price-faq-section .accordion.accordion-1 li.active .accordion__title {
    background: #5e72e4 !important;
}

.price-faq-section .accordion.accordion-1 li.active .accordion__title .h5 {
    color: #fff !important;
}

.price-faq-section .accordion__title {
    padding: 14px 22px !important;
    background: transparent;
}

.price-faq-section .accordion__title .h5 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1a1f36 !important;
    font-family: 'Open Sans', sans-serif;
}

.price-faq-section .accordion__content {
    padding: 0 22px !important;
    font-size: 14.5px !important;
    color: #525f7f !important;
    line-height: 1.8 !important;
    background: #fff !important;
    font-family: 'Open Sans', sans-serif;
}

.price-faq-section .accordion.accordion-1 li.active .accordion__content {
    padding: 14px 22px 18px !important;
}

/* ─── PRICING: CTA ───────────────────────────────────────── */
.price-cta-section {
    background: linear-gradient(135deg, #f8f9ff 0%, #eef0fd 100%);
    padding: 80px 0;
}

.price-cta-box {
    background: #fff;
    border: 2px solid #5e72e4;
    border-radius: 28px;
    padding: 56px 48px;
    text-align: center;
    box-shadow: 0 12px 50px rgba(94, 114, 228, 0.1);
    margin-top: 8%;
}

.price-cta-box h2 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1f36;
    margin-bottom: 16px;
}

.price-cta-box .lead {
    font-size: 17px;
    color: #525f7f;
    line-height: 1.75;
    margin-bottom: 32px;
}

.price-cta-btn {
    background: #5e72e4;
    color: #fff !important;
    font-weight: 700;
    font-size: 1em;
    padding: 14px 38px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 22px rgba(94, 114, 228, 0.4);
}

.price-cta-btn:hover {
    background: #4a5ec7;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(94, 114, 228, 0.5);
    color: #fff !important;
    text-decoration: none;
}

/* ─── PRICING: Comments Section ──────────────────────────── */
.price-comments-section {
    background: linear-gradient(180deg, #f4f6ff 0%, #fafafa 100%);
    padding: 80px 0;
}

.price-comments-section .comment__header h4 {
    font-size: 30px !important;
    font-weight: 700;
    color: #1a1f36;
    margin-top: 12px;
}

.price-comments-section .comment__header .header__subTitle {
    font-size: 17px !important;
    color: #525f7f !important;
    font-weight: 400;
}

.price-comments-section #commentSlider {
    background: #fff !important;
    border: none !important;
    border-radius: 22px !important;
    box-shadow: 0 10px 50px rgba(94, 114, 228, 0.1) !important;
    padding: 50px 80px !important;
    margin-top: 40px !important;
}

.price-comments-section #commentSlider .comment {
    font-size: 1.1rem !important;
    color: #1a1f36 !important;
    line-height: 1.85 !important;
    font-weight: 300 !important;
}

/* ─── PRICING: Fiyat Kartları ────────────────────────────── */
.price-plans-section {
    background: #fff;
    padding: 80px 0;
}

.price-card {
    background: #fff;
    border: 2px solid #e8eaff;
    border-radius: 24px;
    padding: 40px 32px;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 6px 28px rgba(94, 114, 228, 0.07);
    position: relative;
    height: 100%;
}

.price-card:hover {
    box-shadow: 0 16px 50px rgba(94, 114, 228, 0.16);
    transform: translateY(-4px);
    border-color: #5e72e4;
}

.price-card--featured {
    border-color: #5e72e4;
    box-shadow: 0 12px 50px rgba(94, 114, 228, 0.18);
}

.price-popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #5e72e4;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 50px;
    white-space: nowrap;
}

.price-card-header {
    margin-bottom: 28px;
}

.price-plan-name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 16px;
}

.price-amount {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
}

.price-currency {
    font-size: 22px;
    font-weight: 700;
    color: #5e72e4;
    margin-top: 8px;
}

.price-value {
    font-size: 52px;
    font-weight: 800;
    color: #1a1f36;
    line-height: 1;
}

.price-period {
    font-size: 14px;
    color: #525f7f;
    margin: 4px 0 2px;
}

.price-total {
    font-size: 13px;
    color: #99a4af;
    margin: 0;
}

.price-saving {
    font-size: 13px;
    font-weight: 600;
    color: #2dce89;
    margin: 6px 0 0;
}

.price-plan-btn {
    display: block;
    background: #f0f2ff;
    color: #5e72e4 !important;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 28px;
}

.price-plan-btn:hover {
    background: #5e72e4;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(94, 114, 228, 0.35);
}

.price-plan-btn--featured {
    background: #5e72e4;
    color: #fff !important;
    box-shadow: 0 6px 22px rgba(94, 114, 228, 0.4);
}

.price-plan-btn--featured:hover {
    background: #4a5ec7;
}

.price-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.price-features li {
    font-size: 16px;
    color: #525f7f;
    padding: 7px 0;
    border-bottom: 1px solid #f0f2ff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-features li:last-child {
    border-bottom: none;
}

.price-features li .fa-check {
    color: #5e72e4;
    font-size: 13px;
    flex-shrink: 0;
}

/* ─── PRICING: Karşılaştırma Tablosu ────────────────────── */
.price-compare-section {
    background: #f8f9ff;
    padding: 80px 0;
}

.price-compare-title {
    font-size: 30px;
    font-weight: 800;
    color: #1a1f36;
    margin-top: 12px;
}

.price-compare-table {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 40px rgba(94, 114, 228, 0.08);
    overflow: hidden;
}

.price-compare-header {
    display: grid;
    grid-template-columns: 1fr 160px 160px;
    background: linear-gradient(135deg, #5e72e4, #7b8ff7);
    padding: 20px 28px;
    align-items: center;
    gap: 12px;
}

.price-compare-col-plan {
    padding: 8px 0;
}

.price-col-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 2px;
}

.price-col-price {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin: 0 0 10px;
}

.price-col-price small {
    font-size: 11px;
}

.price-col-btn {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.2s ease;
    border: 1.5px solid rgba(255,255,255,0.5);
}

.price-col-btn:hover {
    background: rgba(255,255,255,0.35);
    color: #fff !important;
    text-decoration: none;
}

.price-col-btn--featured {
    background: #fff;
    color: #5e72e4 !important;
    border-color: #fff;
}

.price-col-btn--featured:hover {
    background: #f0f2ff;
    color: #5e72e4 !important;
}

.price-compare-row {
    display: grid;
    grid-template-columns: 1fr 160px 160px;
    padding: 16px 28px;
    border-bottom: 1px solid #f0f2ff;
    align-items: center;
    gap: 12px;
    transition: background 0.15s ease;
}

.price-compare-row:last-child {
    border-bottom: none;
}

.price-compare-row:hover {
    background: #fafbff;
}

.price-compare-feat {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.price-compare-feat strong {
    font-size: 15px;
    font-weight: 600;
    color: #1a1f36;
}

.price-compare-feat small {
    font-size: 12.5px;
    color: #99a4af;
    line-height: 1.4;
}

.price-compare-check {
    text-align: center;
}

.price-compare-check .fa-check {
    font-size: 16px;
    color: #c5caf5;
}

.price-compare-check--featured .fa-check {
    color: #5e72e4;
    font-size: 18px;
}

@media (max-width: 768px) {
    .price-compare-header,
    .price-compare-row {
        grid-template-columns: 1fr 80px 80px;
        padding: 12px 16px;
        gap: 8px;
    }

    .price-compare-feat strong { font-size: 13px; }
    .price-compare-feat small { display: none; }
    .price-col-btn { padding: 5px 10px; font-size: 11px; }

    .price-comments-section #commentSlider {
        padding: 36px 28px !important;
    }
}

/* ─── REFERENCE: Testimonial Bölümleri ───────────────────── */

.ref-section-alt {
    background: linear-gradient(135deg, #f8f9ff 0%, #eef0fd 100%);
}

.ref-quote {
    font-style: italic;
    color: #525f7f;
    border-left: 3px solid #5e72e4;
    padding-left: 18px;
    margin: 18px 0;
    line-height: 1.9;
}

.ref-author {
    font-size: 15px;
    font-weight: 700;
    color: #1a1f36;
    margin: 14px 0 8px;
}

.ref-social-link {
    font-size: 14px;
    color: #5e72e4;
    text-decoration: none;
    font-weight: 600;
}

.ref-social-link:hover {
    color: #4a5ec7;
    text-decoration: underline;
}

/* ─── REFERENCE: Klinikler Grid ──────────────────────────── */

.ref-clinics-section {
    background: #fff;
    padding: 80px 0;
}

.ref-clinics-title {
    font-size: 30px;
    font-weight: 800;
    color: #1a1f36;
    margin-top: 12px;
    margin-bottom: 0;
}

.ref-clinic-card {
    background: #fff;
    border: 1.5px solid #e8eaff;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.25s ease;
    box-shadow: 0 4px 18px rgba(94, 114, 228, 0.06);
    height: 100%;
}

.ref-clinic-card:hover {
    box-shadow: 0 12px 40px rgba(94, 114, 228, 0.15);
    transform: translateY(-4px);
    border-color: #5e72e4;
}

.ref-clinic-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 14px;
}

.ref-clinic-img--round {
    border-radius: 50%;
}

.ref-clinic-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1f36;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .ref-clinics-section {
        padding: 56px 0;
    }

    .ref-clinic-img {
        width: 70px;
        height: 70px;
    }
}

/* ─── CONTACT: Ana Bölüm ──────────────────────────────────── */
.contact-main-section {
    background: #fff;
    padding: 80px 0;
}

/* Form */
.contact-form-wrap {
    background: #fff;
    border: 1.5px solid #e8eaff;
    border-radius: 20px;
    padding: 44px 40px;
    box-shadow: 0 6px 32px rgba(94, 114, 228, 0.07);
}

.contact-form-wrap h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 28px;
}

.contact-form-wrap label {
    font-size: 13px;
    font-weight: 600;
    color: #525f7f;
    margin-bottom: 6px;
    display: block;
}

.contact-form-wrap input,
.contact-form-wrap textarea {
    width: 100%;
    border: 1.5px solid #e0e3f5;
    border-radius: 10px;
    padding: 11px 16px;
    font-size: 14px;
    color: #1a1f36;
    background: #fafbff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
    border-color: #5e72e4;
    box-shadow: 0 0 0 3px rgba(94, 114, 228, 0.12);
    background: #fff;
}

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

.contact-submit-btn {
    background: #5e72e4;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 36px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(94, 114, 228, 0.35);
    display: inline-block;
    margin-top: 6px;
}

.contact-submit-btn:hover {
    background: #4a5ec7;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(94, 114, 228, 0.45);
}

/* Info kartları */
.contact-info-card {
    background: #fff;
    border: 1.5px solid #e8eaff;
    border-radius: 18px;
    padding: 32px 28px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(94, 114, 228, 0.06);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-info-card:hover {
    box-shadow: 0 8px 32px rgba(94, 114, 228, 0.13);
    border-color: #5e72e4;
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #eef0fd, #dce0fb);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.contact-info-icon i {
    font-size: 20px;
    color: #5e72e4;
}

.contact-info-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1f36;
    margin-bottom: 8px;
}

.contact-info-card p,
.contact-info-card a {
    font-size: 14px;
    color: #525f7f;
    line-height: 1.7;
    text-decoration: none;
}

.contact-info-card a:hover {
    color: #5e72e4;
}

.contact-phone-btn {
    display: inline-block;
    margin-top: 12px;
    background: #5e72e4;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(94, 114, 228, 0.3);
}

.contact-phone-btn:hover {
    background: #4a5ec7;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(94, 114, 228, 0.4);
    color: #fff !important;
}

@media (max-width: 768px) {
    .contact-form-wrap {
        padding: 32px 22px;
    }
}

/* ─── LEGAL: Ortak İçerik Kartı ──────────────────────────── */
.legal-content-section {
    background: #f8f9ff;
    padding: 72px 0;
}

.legal-content-wrap {
    background: #fff;
    border: 1.5px solid #e8eaff;
    border-radius: 20px;
    padding: 52px 56px;
    box-shadow: 0 6px 32px rgba(94, 114, 228, 0.07);
    font-family: 'Open Sans', sans-serif;
}

.legal-content-wrap p {
    font-size: 15px;
    color: #525f7f;
    line-height: 1.85;
    margin-bottom: 18px;
    text-align: justify;
}

.legal-article {
    margin-bottom: 36px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f2ff;
}

.legal-article:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.legal-article-title {
    font-size: 16px;
    font-weight: 700;
    color: #5e72e4;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-article-title::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #5e72e4;
    border-radius: 2px;
    flex-shrink: 0;
}

.legal-highlight {
    background: #f0f2ff;
    border-left: 3px solid #5e72e4;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 16px 0;
    font-size: 14px;
    color: #1a1f36;
    font-weight: 500;
}

@media (max-width: 768px) {
    .legal-content-wrap {
        padding: 32px 22px;
    }
}
