.elite-top-tutors-wrapper {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #0f172a;
    background: linear-gradient(135deg, #f5f7ff 0%, #fdf2f8 35%, #ffffff 100%);
    padding: clamp(2.5rem, 6vw, 4rem);
    border-radius: 32px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 35px 60px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.elite-top-tutors-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.elite-top-tutors-title span {
    color: #6366f1;
}

.elite-top-tutors-subtitle {
    font-size: 1rem;
    max-width: 720px;
    margin: 1rem 0 2rem;
    color: #475569;
}

.elite-top-tutors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.elite-tutor-card {
    background: #fff;
    border-radius: 24px;
    padding: 1.75rem;
    border: 1px solid rgba(99, 102, 241, 0.08);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.elite-tutor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 45px rgba(99, 102, 241, 0.25);
}

.elite-tutor-header {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.elite-tutor-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}

.elite-tutor-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elite-tutor-heading h3 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
}

.elite-tutor-meta-line {
    display: flex;
    gap: 0.35rem;
    font-size: 0.92rem;
    color: #475569;
}

.elite-tutor-label {
    font-weight: 600;
    color: #0f172a;
}

.elite-tutor-body {
    padding-top: 1.1rem;
}

.elite-tutor-expertise {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    color: #a855f7;
    margin: 0 0 0.35rem;
}

.elite-tutor-degree {
    margin: 0;
    font-weight: 500;
    color: #6366f1;
}

.elite-tutor-rating {
    display: flex;
    align-items: center;
    margin: 1rem 0 0.75rem;
    gap: 0.2rem;
}

.elite-star {
    color: #fbbf24;
    font-size: 1rem;
    line-height: 1;
}

.elite-star-half {
    color: #fde68a;
}

.elite-rating-number {
    margin-left: 0.4rem;
    font-weight: 600;
    color: #0f172a;
}

.elite-tutor-description {
    color: #475569;
    font-size: 0.95rem;
}

.elite-tutor-profile-link {
    margin-top: 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: #6366f1;
    transition: color 180ms ease, gap 180ms ease;
}

.elite-tutor-profile-link:hover,
.elite-tutor-profile-link:focus {
    color: #4f46e5;
    gap: 0.5rem;
}

.elite-category-section {
    margin: clamp(2rem, 5vw, 4rem) auto;
    max-width: 1200px;
}

.elite-category-section__header {
    margin-bottom: 1.25rem;
    text-align: left;
}

.elite-category-title {
    margin: 0;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: #0f172a;
}

.elite-category-subtitle {
    margin: 0.35rem 0 0;
    max-width: 640px;
    color: #475569;
}

.elite-category-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.elite-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #f8fafc;
    text-decoration: none;
    color: #0f172a;
    font-weight: 500;
    transition: background 160ms ease, color 160ms ease;
}

.elite-category-chip:hover {
    background: #e0f2fe;
    color: #0f172a;
}

.elite-category-chip__text {
    white-space: nowrap;
}

.elite-category-chip__count {
    font-size: 0.85rem;
    color: #6366f1;
    font-weight: 600;
}

.elite-tutor-archive {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    padding: clamp(2rem, 5vw, 4rem) 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.elite-tutor-archive__badge {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #7c3aed;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.elite-tutor-archive__description {
    margin-top: 0.75rem;
    color: #475569;
}

.elite-archive-hero {
    background: linear-gradient(135deg, #eef2ff, #ffffff 55%, #f6f5ff);
    color: #0f172a;
    border-radius: 32px;
    padding: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    box-shadow: 0 45px 80px rgba(15, 23, 42, 0.12);
}

.elite-archive-hero__content h1 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    line-height: 1.2;
    color: #0f172a !important;
    font-weight: 700;
    display: block !important;
}

.elite-archive-hero__content h1 span {
    color: #f97316 !important;
    display: block;
}

.elite-hero-feature-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.elite-hero-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    color: #0f172a;
}

.elite-hero-feature-list li::before {
    content: "\2713";
    color: #34d399;
}

.elite-hero-cta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.elite-hero-rating {
    display: flex;
    flex-direction: column;
    font-size: 0.95rem;
    color: #475569;
}

.elite-hero-stars {
    color: #f59e0b;
    font-size: 1.2rem;
}

.elite-archive-hero__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.elite-hero-device {
    width: 260px;
    height: 480px;
    border-radius: 40px;
    background: #0f172a;
    padding: 1rem;
    position: relative;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.08), 0 25px 60px rgba(15, 23, 42, 0.25);
}

.elite-hero-device::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.25);
}

.elite-hero-device__screen {
    background: #ffffff;
    border-radius: 30px;
    height: 100%;
    padding: 1.25rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.elite-hero-chat {
    padding: 0.75rem 0.9rem;
    border-radius: 18px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #0f172a;
}

.elite-hero-chat--client {
    background: #e2e8f0;
    align-self: flex-start;
}

.elite-hero-chat--tutor {
    background: #d1fae5;
    align-self: flex-end;
}

.elite-landing-block {
    margin: clamp(2rem, 4vw, 3.5rem) auto;
}

.elite-landing-section-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.elite-landing-section-header h2 {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: #0f172a;
}

.elite-landing-section-header p {
    color: #475569;
    margin-top: 0.4rem;
}

.elite-landing-seo {
    background: #fff;
    border-radius: 24px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}

.elite-landing-seo__content {
    color: #475569;
    line-height: 1.7;
}

.elite-top-tutors-wrapper--archive {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

.elite-archive-pagination {
    margin-top: 2rem;
    text-align: center;
}

.elite-no-tutors {
    text-align: center;
    color: #475569;
    padding: 3rem 0;
}


.elite-tutor-single {
    font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    padding: clamp(2rem, 6vw, 4rem) 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.elite-tutor-single__hero {
    margin-bottom: 2.5rem;
}

.elite-tutor-single__card {
    background: linear-gradient(135deg, #eef2ff, #ffffff);
    border-radius: 32px;
    border: 1px solid rgba(99, 102, 241, 0.15);
    box-shadow: 0 35px 70px rgba(15, 23, 42, 0.15);
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 2rem;
    padding: clamp(1.5rem, 4vw, 2.75rem);
    align-items: center;
}

.elite-tutor-single__media img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 25px 40px rgba(15, 23, 42, 0.15);
}

.elite-tutor-single__placeholder {
    width: 240px;
    height: 240px;
    border-radius: 24px;
    background: linear-gradient(150deg, #6366f1, #a855f7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 600;
}

.elite-tutor-single__badge {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    color: #6366f1;
    margin: 0 0 0.75rem;
}

.elite-tutor-single__title {
    margin: 0 0 0.4rem;
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #0f172a;
}

.elite-tutor-single__expertise {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a855f7;
    margin: 0 0 1rem;
    font-weight: 600;
}

.elite-tutor-single__excerpt {
    margin: 0 0 1.5rem;
    color: #475569;
    font-size: 1rem;
}

.elite-tutor-single__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.elite-tutor-single__stat {
    padding: 0.85rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.elite-tutor-single__stat span {
    display: block;
    font-size: 0.85rem;
    color: #475569;
}

.elite-tutor-single__stat strong {
    font-size: 1.2rem;
    color: #0f172a;
}

.elite-tutor-single__rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.elite-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: #fff;
    padding: 0.9rem 1.9rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(99, 102, 241, 0.35);
    transition: transform 180ms ease, box-shadow 180ms ease;
    cursor: pointer;
    border: none;
}

.elite-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.45);
}

.elite-btn--whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
    box-shadow: 0 15px 35px rgba(18, 140, 126, 0.35);
}

.elite-btn--whatsapp:hover {
    box-shadow: 0 20px 40px rgba(18, 140, 126, 0.45);
}

.elite-btn--ghost {
    background: #fff;
    color: #0f172a;
    border: 1px solid rgba(99, 102, 241, 0.2);
    box-shadow: none;
}

.elite-btn--ghost:hover {
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.elite-tutor-single__cta p {
    margin: 0.75rem 0 0;
    color: #475569;
}

.elite-tutor-single__body {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(240px, 1fr);
    gap: 2rem;
}

.elite-tutor-single__content {
    background: #fff;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.elite-tutor-single__content p {
    line-height: 1.75;
    color: #0f172a;
}

.elite-tutor-single__sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.elite-tutor-single__panel {
    background: #f8fafc;
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.elite-tutor-single__panel h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #0f172a;
}

.elite-tutor-single__panel ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #475569;
}

.elite-tutor-single__panel--highlights li {
    margin-bottom: 0.4rem;
}

.elite-tutor-reviews {
    margin-top: 3rem;
    background: #fff;
    border-radius: 28px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}

.elite-tutor-reviews h2 {
    margin-top: 0;
    font-size: 1.8rem;
}

.elite-review-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.elite-review-card {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    padding: 1.25rem 1.5rem;
    background: #f8fafc;
}

.elite-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.elite-review-name {
    font-weight: 600;
    margin: 0;
    color: #0f172a;
}

.elite-review-date {
    font-size: 0.85rem;
    color: #94a3b8;
}

.elite-review-content {
    color: #475569;
    line-height: 1.6;
}

.elite-review-content p {
    margin: 0;
}

.elite-review-form {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 1.5rem;
}

.elite-review-form form {
    display: grid;
    gap: 1rem;
}

.elite-review-form textarea,
.elite-review-form select,
.elite-review-form input[type="text"],
.elite-review-form input[type="email"] {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.elite-review-form label {
    font-weight: 600;
    color: #0f172a;
}

.comment-form-rating select {
    max-width: 200px;
}

.elite-no-reviews {
    color: #475569;
}

@media (max-width: 640px) {
    .elite-tutor-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .elite-tutor-avatar {
        width: 64px;
        height: 64px;
    }

    .elite-top-tutors-wrapper {
        padding: 2rem;
    }

    .elite-tutor-single__card {
        grid-template-columns: 1fr;
    }

    .elite-tutor-single__placeholder {
        width: 100%;
        height: 220px;
    }

    .elite-tutor-single__body {
        grid-template-columns: 1fr;
    }
}
