/*
Theme Name: Üç Yıldız Sürücü Kursu
Theme URI: https://ucyildizsurucukursu.com
Author: Can Karyağdı
Description: Üç Yıldız Sürücü Kursu için özel hibrit tema.
Version: 1.0
*/

/* ============================================
   Üç Yıldız Sürücü Kursu - Ana Stil Dosyası
   ============================================ */


:root {
    --primary: #DC2626;
    --primary-dark: #B91C1C;
    --primary-light: #FEE2E2;
    --secondary: #1F2937;
    --secondary-light: #374151;
    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;
    --white: #FFFFFF;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --radius-sm: 0.375rem;
    --radius: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --transition: all 0.3s ease;
}


*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: var(--gray-800);
    background-color: var(--white);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

input, textarea {
    font-family: inherit;
    border: none;
    outline: none;
}


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--white);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
}

.header-top {
    background: var(--secondary);
    padding: 0.5rem 0;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    font-weight: 500;
    font-size: 0.95rem;
}

.header-phone i {
    color: var(--primary);
    font-size: 1.1rem;
}

.header-address {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gray-400);
    font-size: 0.85rem;
}

.header-address i {
    color: var(--primary);
}

.navbar {
    padding: 1rem 0;
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-placeholder {
    width: 200px;
    height: 67px;
    background: linear-gradient(135deg, var(--gray-100), var(--gray-200));
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-500);
    font-size: 0.75rem;
    font-weight: 500;
    border: 2px dashed var(--gray-300);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    font-weight: 500;
    color: var(--gray-700);
    position: relative;
    padding: 0.5rem 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-link:hover {
    color: var(--primary);
}

.nav-link:hover::after {
    width: 100%;
}

.nav-cta {
    background: var(--primary);
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.nav-cta:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}


.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
}

.mobile-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: var(--secondary);
    border-radius: 2px;
    transition: var(--transition);
}


.hero {
    padding: 10rem 0 6rem;
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--white) 50%, var(--primary-light) 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 70%;
    height: 150%;
    background: radial-gradient(ellipse, rgba(220, 38, 38, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gray-200), transparent);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-light);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.6s ease forwards;
}

.hero-badge i {
    font-size: 1rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--secondary);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.6s ease 0.1s forwards;
    opacity: 0;
}

.hero-title span {
    color: var(--primary);
    position: relative;
}

.hero-title span::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 0;
    right: 0;
    height: 0.15em;
    background: var(--primary-light);
    z-index: -1;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--gray-600);
    margin-bottom: 2rem;
    line-height: 1.7;
    animation: fadeInUp 0.6s ease 0.2s forwards;
    opacity: 0;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.6s ease 0.3s forwards;
    opacity: 0;
}

.hero-stat {
    text-align: center;
}

.hero-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.25rem;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: var(--gray-500);
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease 0.4s forwards;
    opacity: 0;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.btn-outline {
    background: transparent;
    color: var(--secondary);
    border: 2px solid var(--gray-300);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.hero-image {
    position: relative;
    animation: fadeInRight 0.8s ease 0.3s forwards;
    opacity: 0;
}

.hero-image-main {
    width: 100%;
    height: 450px;
    background: linear-gradient(135deg, var(--gray-200), var(--gray-300));
    border-radius: var(--radius-2xl);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.hero-image-main i {
    font-size: 8rem;
    color: var(--gray-400);
}

.hero-floating-card {
    position: absolute;
    background: var(--white);
    padding: 1rem 1.5rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-floating-card.card-1 {
    top: 2rem;
    left: -2rem;
    animation: float 3s ease-in-out infinite;
}

.hero-floating-card.card-2 {
    bottom: 3rem;
    right: -1.5rem;
    animation: float 3s ease-in-out infinite 1.5s;
}

.hero-floating-card i {
    font-size: 1.5rem;
    color: var(--primary);
}

.hero-floating-card span {
    font-weight: 600;
    color: var(--secondary);
    font-size: 0.9rem;
}


.section {
    padding: 5rem 0;
}

.section-light {
    background: var(--gray-50);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3.5rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-light);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--gray-500);
    line-height: 1.7;
}


.classes-section {
    background: var(--white);
    position: relative;
}

.classes-tabs {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.class-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 2rem;
    background: var(--white);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: var(--transition);
    min-width: 100px;
}

.class-tab i {
    font-size: 2rem;
    color: var(--gray-400);
    transition: var(--transition);
}

.class-tab span {
    font-weight: 600;
    color: var(--gray-600);
    font-size: 1rem;
}

.class-tab:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.class-tab:hover i,
.class-tab:hover span {
    color: var(--primary);
}

.class-tab.active {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.class-tab.active i,
.class-tab.active span {
    color: var(--white);
}

.class-content {
    display: none;
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    animation: fadeIn 0.4s ease;
}

.class-content.active {
    display: block;
}

.class-content-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}

.class-image {
    background: linear-gradient(135deg, var(--secondary), var(--secondary-light));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.class-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.class-image i {
    font-size: 6rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.class-image h3 {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.class-details {
    padding: 3rem;
}

.class-details h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.class-details h4 i {
    color: var(--primary);
}

.class-details p {
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.class-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.class-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--gray-50);
    border-radius: var(--radius);
}

.class-feature i {
    color: var(--primary);
    font-size: 1.25rem;
}

.class-feature span {
    font-size: 0.9rem;
    color: var(--gray-700);
    font-weight: 500;
}

.class-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary);
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    transition: var(--transition);
}

.class-cta:hover {
    background: var(--primary-dark);
    transform: translateX(5px);
}


.psycho-section {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
    position: relative;
    overflow: hidden;
}

.psycho-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.psycho-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.psycho-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.psycho-text h2 span {
    color: var(--primary);
}

.psycho-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(220, 38, 38, 0.2);
    color: var(--primary-light);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(220, 38, 38, 0.3);
}

.psycho-text > p {
    color: var(--gray-300);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.psycho-features {
    display: grid;
    gap: 1.25rem;
}

.psycho-feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.psycho-feature:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
}

.psycho-feature-icon {
    width: 48px;
    height: 48px;
    background: var(--primary);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.psycho-feature-icon i {
    font-size: 1.25rem;
    color: var(--white);
}

.psycho-feature-text h4 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.psycho-feature-text p {
    color: var(--gray-400);
    font-size: 0.9rem;
    line-height: 1.6;
}

.psycho-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-xl);
}

.psycho-card-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gray-200);
}

.psycho-card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.psycho-card-icon i {
    font-size: 2.5rem;
    color: var(--white);
}

.psycho-card-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.psycho-card-header p {
    color: var(--gray-500);
    font-size: 0.95rem;
}

.psycho-card-list {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.psycho-card-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: var(--gray-50);
    border-radius: var(--radius);
}

.psycho-card-item i {
    color: var(--primary);
    font-size: 1.25rem;
}

.psycho-card-item span {
    color: var(--gray-700);
    font-weight: 500;
    font-size: 0.95rem;
}

.psycho-cta {
    display: block;
    width: 100%;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    padding: 1rem;
    border-radius: var(--radius);
    font-weight: 600;
    transition: var(--transition);
}

.psycho-cta:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}


.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.blog-image {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, var(--gray-200), var(--gray-300));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.blog-image i {
    font-size: 3rem;
    color: var(--gray-400);
}

.blog-image-overlay {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--primary);
    color: var(--white);
    padding: 0.35rem 0.75rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 600;
}

.blog-content {
    padding: 1.5rem;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.85rem;
    color: var(--gray-500);
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.blog-meta i {
    font-size: 0.9rem;
    color: var(--primary);
}

.blog-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 0.75rem;
    line-height: 1.4;
    transition: var(--transition);
}

.blog-card:hover h3 {
    color: var(--primary);
}

.blog-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
}

.blog-link:hover {
    gap: 0.75rem;
}

.blog-cta {
    text-align: center;
}


.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    box-shadow: var(--shadow-md);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    text-align: left;
    font-weight: 600;
    color: var(--secondary);
    font-size: 1rem;
    transition: var(--transition);
}

.faq-question:hover {
    color: var(--primary);
}

.faq-question i {
    font-size: 1.25rem;
    color: var(--primary);
    transition: var(--transition);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-content {
    padding: 0 1.5rem 1.5rem;
    color: var(--gray-600);
    line-height: 1.8;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}


.contact-section {
    background: var(--gray-50);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
}

.contact-info {
    background: var(--secondary);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(220, 38, 38, 0.15) 0%, transparent 70%);
}

.contact-info h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
}

.contact-info > p {
    color: var(--gray-400);
    margin-bottom: 2rem;
    position: relative;
}

.contact-list {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.contact-item-icon {
    width: 48px;
    height: 48px;
    background: rgba(220, 38, 38, 0.2);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-item-icon i {
    font-size: 1.25rem;
    color: var(--primary);
}

.contact-item-text h4 {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-item-text p {
    color: var(--gray-400);
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-item-text a {
    color: var(--white);
    font-weight: 500;
}

.contact-item-text a:hover {
    color: var(--primary);
}

.contact-hours {
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius);
    padding: 1.25rem;
    position: relative;
}

.contact-hours h4 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.contact-hours h4 i {
    color: var(--primary);
}

.contact-hours p {
    color: var(--gray-400);
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-form-wrapper {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 2.5rem;
    box-shadow: var(--shadow-lg);
}

.contact-form-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

.contact-form-wrapper > p {
    color: var(--gray-500);
    margin-bottom: 2rem;
}

.contact-form {
    display: grid;
    gap: 1.25rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: var(--gray-700);
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    background: var(--gray-50);
    border: 2px solid var(--gray-200);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    background: var(--white);
}

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

.form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1.25rem;
    background: var(--primary);
    color: var(--white);
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.form-submit:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}


.footer {
    background: var(--secondary);
    color: var(--white);
    padding: 4rem 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .logo-placeholder {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--gray-400);
    margin-bottom: 1.5rem;
}

.footer-brand p {
    color: var(--gray-400);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.footer-social a i {
    font-size: 1.1rem;
}

.footer-column h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary);
}

.footer-links {
    display: grid;
    gap: 0.75rem;
}

.footer-links a {
    color: var(--gray-400);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--white);
    transform: translateX(5px);
}

.footer-links a i {
    font-size: 0.8rem;
    color: var(--primary);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-contact-item i {
    color: var(--primary);
    margin-top: 0.25rem;
}

.footer-contact-item p {
    color: var(--gray-400);
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-contact-item a {
    color: var(--white);
    font-weight: 500;
}

.footer-contact-item a:hover {
    color: var(--primary);
}

.footer-bottom {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: var(--gray-500);
    font-size: 0.9rem;
}

.footer-bottom-links {
    display: flex;
    gap: 2rem;
}

.footer-bottom-links a {
    color: var(--gray-500);
    font-size: 0.9rem;
}

.footer-bottom-links a:hover {
    color: var(--white);
}


.page-header {
    padding: 10rem 0 4rem;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 100%);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.page-header-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
}

.page-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    color: var(--gray-400);
}

.page-breadcrumb a {
    color: var(--gray-400);
}

.page-breadcrumb a:hover {
    color: var(--white);
}

.page-breadcrumb i {
    font-size: 0.75rem;
}

.page-breadcrumb span {
    color: var(--primary);
}

.blog-list-section {
    padding: 5rem 0;
}

.blog-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.pagination a,
.pagination span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    font-weight: 500;
    transition: var(--transition);
}

.pagination a {
    background: var(--white);
    color: var(--gray-700);
    border: 1px solid var(--gray-200);
}

.pagination a:hover {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.pagination span.current {
    background: var(--primary);
    color: var(--white);
}


.single-post-section {
    padding: 5rem 0;
}

.single-post-layout {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 3rem;
}

.single-post-content {
    background: var(--white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.single-post-image {
    height: 350px;
    background: linear-gradient(135deg, var(--gray-200), var(--gray-300));
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post-image i {
    font-size: 5rem;
    color: var(--gray-400);
}

.single-post-body {
    padding: 2.5rem;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--gray-200);
}

.single-post-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gray-500);
    font-size: 0.9rem;
}

.single-post-meta i {
    color: var(--primary);
}

.single-post-body h1 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.single-post-body p {
    color: var(--gray-600);
    line-height: 1.9;
    margin-bottom: 1.5rem;
}

.single-post-body h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary);
    margin: 2rem 0 1rem;
}

.single-post-body ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.single-post-body ul li {
    color: var(--gray-600);
    line-height: 1.8;
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1rem;
}

.single-post-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
}

.sidebar {
    display: grid;
    gap: 2rem;
    align-content: start;
}

.sidebar-widget {
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
    box-shadow: var(--shadow);
}

.sidebar-widget h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary);
}

.sidebar-classes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
}

.sidebar-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 0.75rem;
    background: var(--gray-50);
    border-radius: var(--radius);
    transition: var(--transition);
}

.sidebar-class:hover {
    background: var(--primary-light);
}

.sidebar-class i {
    font-size: 1.5rem;
    color: var(--primary);
}

.sidebar-class span {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gray-700);
}


.sidebar-hours {
    display: grid;
    gap: 0.75rem;
}

.sidebar-hour {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem;
    background: var(--gray-50);
    border-radius: var(--radius);
}

.sidebar-hour span:first-child {
    font-weight: 500;
    color: var(--gray-700);
}

.sidebar-hour span:last-child {
    color: var(--gray-500);
}

.sidebar-hour.closed span:last-child {
    color: var(--primary);
    font-weight: 500;
}


.sidebar-contact {
    display: grid;
    gap: 1rem;
}

.sidebar-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.sidebar-contact-item i {
    color: var(--primary);
    font-size: 1.1rem;
    margin-top: 0.2rem;
}

.sidebar-contact-item p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.5;
}

.sidebar-contact-item a {
    color: var(--secondary);
    font-weight: 500;
}

.sidebar-contact-item a:hover {
    color: var(--primary);
}

.sidebar-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
    background: var(--primary);
    color: var(--white);
    border-radius: var(--radius);
    font-weight: 600;
    margin-top: 0.5rem;
    transition: var(--transition);
}

.sidebar-cta:hover {
    background: var(--primary-dark);
}


@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}


@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .hero-image {
        display: none;
    }
    
    .hero-title {
        font-size: 2.75rem;
    }
    
    .class-content-inner {
        grid-template-columns: 1fr;
    }
    
    .class-image {
        padding: 2rem;
    }
    
    .class-image i {
        font-size: 4rem;
    }
    
    .psycho-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .blog-grid,
    .blog-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .single-post-layout {
        grid-template-columns: 1fr;
    }
    
    .sidebar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header-top {
        display: none;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 350px;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        align-items: flex-start;
        padding: 5rem 2rem 2rem;
        gap: 1.5rem;
        box-shadow: var(--shadow-xl);
        transition: var(--transition);
        z-index: 1001;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-cta {
        width: 100%;
        justify-content: center;
    }
    
    .mobile-toggle {
        display: flex;
        z-index: 1002;
    }
    
    .mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    
    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    
    .mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -6px);
    }
    
    .hero {
        padding: 7rem 0 4rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-stats {
        gap: 1.5rem;
    }
    
    .hero-stat-number {
        font-size: 2rem;
    }
    
    .section {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .classes-tabs {
        gap: 0.5rem;
    }
    
    .class-tab {
        padding: 1rem;
        min-width: auto;
        flex: 1 1 calc(33.333% - 0.5rem);
    }
    
    .class-tab i {
        font-size: 1.5rem;
    }
    
    .class-tab span {
        font-size: 0.85rem;
    }
    
    .class-features {
        grid-template-columns: 1fr;
    }
    
    .psycho-text h2 {
        font-size: 1.75rem;
    }
    
    .blog-grid,
    .blog-list-grid {
        grid-template-columns: 1fr;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .page-header h1 {
        font-size: 2rem;
    }
    
    .sidebar {
        grid-template-columns: 1fr;
    }
    
    .single-post-body h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .logo-placeholder {
        width: 150px;
        height: 50px;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-stats {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .hero-stat {
        flex: 1 1 calc(50% - 0.5rem);
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
    }
    
    .class-tab {
        flex: 1 1 calc(50% - 0.5rem);
    }
    
    .class-details {
        padding: 1.5rem;
    }
    
    .psycho-card {
        padding: 1.5rem;
    }
    
    .contact-info,
    .contact-form-wrapper {
        padding: 1.5rem;
    }
    
    .sidebar-classes {
        grid-template-columns: repeat(2, 1fr);
    }
}


.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.text-white { color: var(--white); }
.bg-primary { background-color: var(--primary); }
.bg-secondary { background-color: var(--secondary); }
.bg-white { background-color: var(--white); }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }



.wordpress-content {
    font-size: 0.90rem; 
    line-height: 1.6;   
    color: var(--gray-700);
}


.wordpress-content p {
    margin-bottom: 1.5rem; 
}


.wordpress-content h2, 
.wordpress-content h3, 
.wordpress-content h4 {
    color: var(--secondary);
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
 
.wordpress-content h2 { font-size: 1.8rem; border-bottom: 2px solid var(--gray-100); padding-bottom: 0.5rem; }
.wordpress-content h3 { font-size: 1.4rem; }


.wordpress-content ul, 
.wordpress-content ol {
    margin-bottom: 2rem;
    padding-left: 1.5rem; 
}

.wordpress-content ul {
    list-style-type: disc !important; 
}

.wordpress-content ol {
    list-style-type: decimal !important; 
}

.wordpress-content li {
    margin-bottom: 0.75rem; 
    padding-left: 0.5rem;
}


.wordpress-content ul li::marker {
    color: var(--primary);
    font-size: 1.2em;
}


.wordpress-content a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.wordpress-content a:hover {
    color: var(--secondary);
}


.wordpress-content strong, 
.wordpress-content b {
    font-weight: 700;
    color: var(--gray-900);
}


.blog-card .blog-image {
    width: 100%;
    height: 220px; 
    overflow: hidden; 
    padding: 0 !important; 
    margin: 0 !important;
    background: transparent; 
    border-radius: 15px 15px 0 0; 
}


.blog-card .blog-image img {
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover; 
    display: block;
}


.blog-card .blog-image,
.entry-thumbnail {
    display: block;
    width: 100% !important; 
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}


.blog-card .blog-image img,
.entry-thumbnail img {
    width: 100% !important;
    height: auto !important; 
    min-height: 200px; 
    object-fit: cover !important; 
    display: block !important;
}




.single-post-image-wrapper {
    width: 100%;
    height: auto !important; 
    background: transparent !important; 
    border-bottom: 1px solid var(--gray-100);
    overflow: hidden;
}

.single-post-image-wrapper img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
}


.single-post-meta {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--gray-50);
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid var(--gray-200);
    font-size: 13px; 
    color: var(--gray-600);
    white-space: nowrap; 
}


@media (max-width: 768px) {
    
    .page-breadcrumb {
        display: flex;
        flex-wrap: nowrap !important; 
        align-items: center;
        justify-content: center;
        max-width: 100%;
        overflow: hidden; 
        padding: 0 10px;
        font-size: 12px;
    }

    
    .page-breadcrumb a {
        white-space: nowrap;
        flex-shrink: 0;
    }

    
    .page-breadcrumb a:last-child {
        display: block;
        max-width: 120px; 
        overflow: hidden;
        text-overflow: ellipsis; 
        white-space: nowrap;
    }
}


@media (max-width: 992px) {
    .single-post-layout {
        display: block !important; 
    }
    
    .single-post-content {
        margin-bottom: 30px;
        width: 100%;
    }
    
    .sidebar {
        width: 100%;
    }
}




.wordpress-content {
    font-size: 16px !important;      
    line-height: 1.55 !important;    
    color: #374151 !important;       
    font-weight: 400 !important;     
}


.wordpress-content p {
    margin-bottom: 1.25rem !important; 
}


.wordpress-content h2, 
.wordpress-content h3,
.wordpress-content h4 {
    color: #111827 !important;       
    font-weight: 700 !important;     
    line-height: 1.3 !important;     
    margin-top: 2.5rem !important;   
    margin-bottom: 1rem !important;  
}


.wordpress-content h2 {
    font-size: 1.75rem !important;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.wordpress-content h3 {
    font-size: 1.4rem !important;
}

.wordpress-content ul, 
.wordpress-content ol {
    margin-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.wordpress-content li {
    margin-bottom: 0.5rem !important; 
    padding-left: 0.5rem !important;
}


.wordpress-content a {
    color: #DC2626 !important; 
    font-weight: 600 !important;
    text-decoration: underline;
    text-underline-offset: 3px; 
}


@media (max-width: 768px) {
    .wordpress-content {
        font-size: 15px !important; 
        line-height: 1.5 !important;
    }
    
    .wordpress-content h2 {
        font-size: 1.5rem !important;
        margin-top: 2rem !important;
    }
    
    .wordpress-content h3 {
        font-size: 1.25rem !important;
    }
}


.wordpress-content {
    font-size: 16px !important;      
    line-height: 1.55 !important;    
    color: #374151 !important;       
    font-weight: 400 !important;
}


.wordpress-content p {
    margin-bottom: 1.2rem !important; 
}


.wordpress-content h2, 
.wordpress-content h3,
.wordpress-content h4,
.wordpress-content h5 {
    color: #111827 !important;      
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-top: 2rem !important;     
    margin-bottom: 0.6rem !important; 
}


.wordpress-content h2 {
    font-size: 1.6rem !important;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem !important; 
}

.wordpress-content h3 { font-size: 1.35rem !important; }
.wordpress-content h4 { font-size: 1.2rem !important; }


.wordpress-content ul, 
.wordpress-content ol {
    margin-bottom: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.wordpress-content li {
    margin-bottom: 0.4rem !important; 
    padding-left: 0.2rem !important;
}


.wordpress-content a {
    color: #DC2626 !important; 
    font-weight: 600 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 768px) {
    .wordpress-content {
        font-size: 15px !important; 
        line-height: 1.5 !important;
    }
    
    .wordpress-content h2 { font-size: 1.4rem !important; margin-top: 1.5rem !important; }
    .wordpress-content h3 { font-size: 1.25rem !important; margin-top: 1.5rem !important; }
    .wordpress-content h4 { font-size: 1.1rem !important; margin-top: 1.2rem !important; }
}