/* ========================================
   PEDODONTI - ÇOCUK DİŞ HEKİMLİĞİ
   Eğlenceli, Renkli & Çocuk Dostu Tasarım
   ======================================== */

/* ---- CSS Variables ---- */
:root {
    --pedo-primary: #6C63FF;
    --pedo-secondary: #FF6B9D;
    --pedo-accent: #00D2FF;
    --pedo-yellow: #FFD93D;
    --pedo-green: #6BCB77;
    --pedo-orange: #FF8C42;
    --pedo-purple: #A855F7;
    --pedo-pink: #F472B6;
    --pedo-bg-light: #FFF8F0;
    --pedo-bg-blue: #EEF7FF;
    --pedo-bg-pink: #FFF0F5;
    --pedo-bg-green: #F0FFF4;
    --pedo-text: #2D3748;
    --pedo-text-light: #718096;
    --pedo-radius: 24px;
    --pedo-radius-sm: 16px;
    --pedo-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    --pedo-shadow-hover: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* ========================================
   FLOATING ANIMATED ICONS 
   ======================================== */
.pedo-floating-icons {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.pedo-float-icon {
    position: absolute;
    opacity: 0.12;
    z-index: 0;
    will-change: transform;
}

.pedo-float-icon--rocket {
    top: 8%;
    right: 5%;
    width: 120px;
    animation: pedo-float-updown 4s ease-in-out infinite;
}

.pedo-float-icon--giraffe {
    top: 40%;
    left: 3%;
    width: 90px;
    animation: pedo-float-sway 5s ease-in-out infinite;
}

.pedo-float-icon--cat {
    bottom: 15%;
    right: 8%;
    width: 80px;
    animation: pedo-float-bounce 3s ease-in-out infinite;
}

.pedo-float-icon--giraffe2 {
    bottom: 30%;
    left: 6%;
    width: 100px;
    animation: pedo-float-updown 6s ease-in-out infinite reverse;
}

.pedo-float-icon--cat2 {
    top: 60%;
    right: 4%;
    width: 70px;
    animation: pedo-float-sway 4.5s ease-in-out infinite reverse;
}

/* Float Animations */
@keyframes pedo-float-updown {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(3deg); }
    50% { transform: translateY(-35px) rotate(-2deg); }
    75% { transform: translateY(-15px) rotate(1deg); }
}

@keyframes pedo-float-sway {
    0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
    25% { transform: translateX(15px) translateY(-10px) rotate(5deg); }
    50% { transform: translateX(-10px) translateY(-25px) rotate(-3deg); }
    75% { transform: translateX(8px) translateY(-8px) rotate(2deg); }
}

@keyframes pedo-float-bounce {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
}

@keyframes pedo-wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
}

@keyframes pedo-pulse-glow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(108, 99, 255, 0.15); }
    50% { box-shadow: 0 0 12px 4px rgba(108, 99, 255, 0.08); }
}

@keyframes pedo-slide-in-left {
    from { opacity: 0; transform: translateX(-60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes pedo-slide-in-right {
    from { opacity: 0; transform: translateX(60px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes pedo-fade-in-up {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pedo-scale-in {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes pedo-rainbow-border {
    0% { border-color: var(--pedo-primary); }
    20% { border-color: var(--pedo-secondary); }
    40% { border-color: var(--pedo-yellow); }
    60% { border-color: var(--pedo-green); }
    80% { border-color: var(--pedo-accent); }
    100% { border-color: var(--pedo-primary); }
}

@keyframes pedo-sparkle {
    0%, 100% { opacity: 0; transform: scale(0) rotate(0deg); }
    50% { opacity: 1; transform: scale(1) rotate(180deg); }
}

@keyframes pedo-tooth-bounce {
    0%, 100% { transform: translateY(0); }
    40% { transform: translateY(-15px); }
    60% { transform: translateY(-7px); }
}

/* ========================================
   HERO SECTION - Çocuk Dostu
   ======================================== */
.pedo-hero {
    position: relative;
    padding: 100px 0 80px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%); */
    background: linear-gradient(135deg, #6ec9fd 0%, #6ec9fd 50%, #6ec9fd 100%);
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

.pedo-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 217, 61, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(0, 210, 255, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 107, 157, 0.15) 0%, transparent 70%);
    z-index: 1;
}

.pedo-hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath fill='%23FFF8F0' d='M0,40 C360,80 720,0 1080,40 C1260,60 1380,50 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat bottom center;
    background-size: cover;
    z-index: 2;
}

.pedo-hero .container {
    position: relative;
    z-index: 3;
}

.pedo-hero__content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.pedo-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 24px;
    border-radius: 50px;
    margin-bottom: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: pedo-fade-in-up 0.8s ease-out;
}

.pedo-hero__badge i {
    font-size: 18px;
    animation: pedo-wiggle 2s ease-in-out infinite;
}

.pedo-hero__title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    animation: pedo-fade-in-up 0.8s ease-out 0.2s both;
}

.pedo-hero__title span {
    display: inline-block;
    /* background: linear-gradient(135deg, var(--pedo-yellow), var(--pedo-orange)); */
    background: var(--mediox-black);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pedo-hero__subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 32px;
    animation: pedo-fade-in-up 0.8s ease-out 0.4s both;
}

.pedo-hero__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: pedo-fade-in-up 0.8s ease-out 0.6s both;
}

/* Animated Hero Decorations */
.pedo-hero__decor {
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.pedo-hero__decor--rocket {
    top: 50%;
    right: 10%;
    width: 150px;
    animation: pedo-float-updown 4s ease-in-out infinite;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

.pedo-hero__decor--giraffe {
    bottom: 15%;
    left: 5%;
    width: 110px;
    animation: pedo-float-sway 5s ease-in-out infinite;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

.pedo-hero__decor--cat {
    top: 25%;
    left: 10%;
    width: 400px;
    animation: pedo-float-bounce 3.5s ease-in-out infinite;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
}

/* Star particles in hero */
.pedo-hero__stars {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.pedo-star {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: pedo-sparkle 3s ease-in-out infinite;
}

.pedo-star:nth-child(1) { top: 15%; left: 20%; animation-delay: 0s; }
.pedo-star:nth-child(2) { top: 30%; right: 25%; animation-delay: 0.5s; }
.pedo-star:nth-child(3) { top: 60%; left: 15%; animation-delay: 1s; }
.pedo-star:nth-child(4) { top: 45%; right: 15%; animation-delay: 1.5s; }
.pedo-star:nth-child(5) { bottom: 25%; left: 35%; animation-delay: 2s; }
.pedo-star:nth-child(6) { top: 20%; left: 50%; animation-delay: 0.8s; }
.pedo-star:nth-child(7) { bottom: 35%; right: 30%; animation-delay: 1.3s; }
.pedo-star:nth-child(8) { top: 50%; left: 40%; animation-delay: 2.2s; }

/* ========================================
   BUTTONS - Çocuk Dostu
   ======================================== */
.pedo-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pedo-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.pedo-btn:hover::before {
    width: 300px;
    height: 300px;
}

.pedo-btn--primary {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-purple));
    color: #fff;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.2);
}

.pedo-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(108, 99, 255, 0.25);
    color: #fff;
}

.pedo-btn--secondary {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.pedo-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-3px);
    color: #fff;
}

.pedo-btn--fun {
    background: linear-gradient(135deg, var(--pedo-yellow), var(--pedo-orange));
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 140, 66, 0.2);
}

.pedo-btn--fun:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 140, 66, 0.25);
    color: #fff;
}

.pedo-btn--whatsapp-fun {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    box-shadow: 0 2px 8px rgba(37, 211, 102, 0.18);
}

.pedo-btn--whatsapp-fun:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
    color: #fff;
}

.pedo-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.pedo-btn:hover i {
    transform: translateX(3px);
}

/* ========================================
   SECTION HEADER - Playful
   ======================================== */
.pedo-section {
    position: relative;
    z-index: 1;
}

.pedo-section-header {
    text-align: center;
    margin-bottom: 56px;
    position: relative;
}

.pedo-section-header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 18px;
    font-size: 26px;
    transition: transform 0.3s ease;
}

.pedo-section-header__icon:hover {
    transform: translateY(-4px) rotate(5deg);
}

.pedo-section-header__icon--purple {
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.15), rgba(168, 85, 247, 0.15));
    color: var(--pedo-primary);
}

.pedo-section-header__icon--pink {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.15), rgba(244, 114, 182, 0.15));
    color: var(--pedo-secondary);
}

.pedo-section-header__icon--green {
    background: linear-gradient(135deg, rgba(107, 203, 119, 0.15), rgba(52, 211, 153, 0.15));
    color: var(--pedo-green);
}

.pedo-section-header__icon--yellow {
    background: linear-gradient(135deg, rgba(255, 217, 61, 0.15), rgba(255, 140, 66, 0.15));
    color: var(--pedo-orange);
}

.pedo-section-header__tagline {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--pedo-primary);
    margin-bottom: 10px;
}

.pedo-section-header__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--pedo-text);
    line-height: 1.3;
    margin-bottom: 14px;
}

.pedo-section-header__title span {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pedo-section-header__subtitle {
    font-size: 17px;
    color: var(--pedo-text-light);
    line-height: 1.7;
    max-width: 640px;
    margin: 0 auto;
}

/* ========================================
   ÖN HAZIRLIK KARTLARI - Preparation Cards
   ======================================== */
.pedo-prep-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.pedo-prep-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.06) 0%, transparent 70%);
    border-radius: 50%;
}

.pedo-prep-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.pedo-prep-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.pedo-prep-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 4px 4px 0 0;
    transition: height 0.3s ease;
}

.pedo-prep-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-color: rgba(108, 99, 255, 0.1);
}

.pedo-prep-card:hover::before {
    height: 6px;
}

.pedo-prep-card:nth-child(1)::before { background: linear-gradient(90deg, var(--pedo-primary), var(--pedo-accent)); }
.pedo-prep-card:nth-child(2)::before { background: linear-gradient(90deg, var(--pedo-secondary), var(--pedo-pink)); }
.pedo-prep-card:nth-child(3)::before { background: linear-gradient(90deg, var(--pedo-green), #34D399); }
.pedo-prep-card:nth-child(4)::before { background: linear-gradient(90deg, var(--pedo-yellow), var(--pedo-orange)); }
.pedo-prep-card:nth-child(5)::before { background: linear-gradient(90deg, var(--pedo-purple), var(--pedo-primary)); }

.pedo-prep-card__number {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 64px;
    font-weight: 900;
    opacity: 0.06;
    color: var(--pedo-primary);
    line-height: 1;
}

.pedo-prep-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.pedo-prep-card:hover .pedo-prep-card__icon {
    transform: scale(1.05);
}

.pedo-prep-card:nth-child(1) .pedo-prep-card__icon {
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.12), rgba(0, 210, 255, 0.12));
    color: var(--pedo-primary);
}
.pedo-prep-card:nth-child(2) .pedo-prep-card__icon {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.12), rgba(244, 114, 182, 0.12));
    color: var(--pedo-secondary);
}
.pedo-prep-card:nth-child(3) .pedo-prep-card__icon {
    background: linear-gradient(135deg, rgba(107, 203, 119, 0.12), rgba(52, 211, 153, 0.12));
    color: var(--pedo-green);
}
.pedo-prep-card:nth-child(4) .pedo-prep-card__icon {
    background: linear-gradient(135deg, rgba(255, 217, 61, 0.12), rgba(255, 140, 66, 0.12));
    color: var(--pedo-orange);
}
.pedo-prep-card:nth-child(5) .pedo-prep-card__icon {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.12), rgba(108, 99, 255, 0.12));
    color: var(--pedo-purple);
}

.pedo-prep-card__title {
    font-size: 19px;
    font-weight: 600;
    color: var(--pedo-text);
    margin-bottom: 10px;
    line-height: 1.35;
}

.pedo-prep-card__text {
    font-size: 15px;
    color: var(--pedo-text-light);
    line-height: 1.7;
    margin: 0;
}

.pedo-prep-card__text ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.pedo-prep-card__text ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 14px;
}

.pedo-prep-card__text ul li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--pedo-primary);
    font-size: 12px;
}

/* Full Width Card (5th card) */
.pedo-prep-card--full {
    grid-column: 1 / -1;
}

/* ========================================
   SÜREÇ - İlk Muayene Nasıl İlerler?
   ======================================== */
.pedo-process-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.pedo-process-timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
}

.pedo-process-timeline::before {
    content: '';
    position: absolute;
    top: 64px;
    left: 10%;
    right: 10%;
    height: 4px;
    background: linear-gradient(90deg, var(--pedo-primary), var(--pedo-secondary), var(--pedo-yellow), var(--pedo-green));
    border-radius: 4px;
    z-index: 0;
}

.pedo-process-step {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 12px;
}

.pedo-process-step__circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.pedo-process-step__circle::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    left: 54%;
    transform: translate(-50%, -50%) scale(0) rotate(-15deg);
    background-image: var(--pedo-step-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
    z-index: 0;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

.pedo-process-step:hover .pedo-process-step__circle {
    transform: scale(1.08);
}

.pedo-process-step:hover .pedo-process-step__circle::after {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.pedo-process-step:nth-child(1) .pedo-process-step__circle { background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-accent)); }
.pedo-process-step:nth-child(2) .pedo-process-step__circle { background: linear-gradient(135deg, var(--pedo-secondary), var(--pedo-pink)); }
.pedo-process-step:nth-child(3) .pedo-process-step__circle { background: linear-gradient(135deg, var(--pedo-yellow), var(--pedo-orange)); }
.pedo-process-step:nth-child(4) .pedo-process-step__circle { background: linear-gradient(135deg, var(--pedo-green), #34D399); }

.pedo-process-step__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--pedo-text);
    margin-bottom: 8px;
}

.pedo-process-step__text {
    font-size: 14px;
    color: var(--pedo-text-light);
    line-height: 1.6;
}

/* ========================================
   İLETİŞİM DİLİ - Çocukla İletişim
   ======================================== */
.pedo-communication-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--pedo-bg-blue) 0%, var(--pedo-bg-pink) 100%);
    position: relative;
    overflow: hidden;
}

.pedo-communication-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80'%3E%3Cpath fill='%23ffffff' d='M0,40 C480,80 960,0 1440,40 L1440,80 L0,80 Z'/%3E%3C/svg%3E") no-repeat bottom center;
    background-size: cover;
    z-index: 1;
}

.pedo-comm-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.pedo-comm-visual {
    position: relative;
    text-align: center;
}

.pedo-comm-visual__img {
    width: 100%;
    max-width: 420px;
    border-radius: var(--pedo-radius);
    box-shadow: var(--pedo-shadow);
}

.pedo-comm-visual__img.no-cartoon {
    max-width: 540px;
}

.pedo-comm-visual__float {
    position: absolute;
    animation: pedo-float-updown 4s ease-in-out infinite;
}

.pedo-comm-visual__float--1 {
    top: -5px;
    right: -15px;
    width: 90px;
}

.pedo-comm-visual__float--2 {
    bottom: -5px;
    left: -30px;
    width: 95px;
    animation-delay: 1.5s;
}

.pedo-comm-content {
    padding: 20px 0;
}

.pedo-comm-content__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--pedo-text);
    margin-bottom: 14px;
    line-height: 1.35;
}

.pedo-comm-content__title span {
    color: var(--pedo-primary);
}

.pedo-comm-content__text {
    font-size: 16px;
    color: var(--pedo-text-light);
    line-height: 1.8;
    margin-bottom: 28px;
}

.pedo-comm-tips {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pedo-comm-tips li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(108, 99, 255, 0.08);
    transition: all 0.3s ease;
}

.pedo-comm-tips li:last-child {
    border-bottom: none;
}

.pedo-comm-tips li:hover {
    padding-left: 8px;
}

.pedo-comm-tips li .tip-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.1), rgba(168, 85, 247, 0.1));
    color: var(--pedo-primary);
    transition: all 0.3s ease;
}

.pedo-comm-tips li:hover .tip-icon {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-purple));
    color: #fff;
    transform: scale(1.05);
}

.pedo-comm-tips li .tip-text {
    font-size: 15px;
    color: var(--pedo-text);
    line-height: 1.6;
}

.pedo-comm-tips li .tip-text strong {
    color: var(--pedo-primary);
}

/* ========================================
   YAŞ GRUBU İÇERİK ALANI
   ======================================== */
.pedo-age-section {
    padding: 80px 0 60px;
    background: var(--pedo-bg-light);
    position: relative;
    overflow: hidden;
}

.pedo-age-section::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pedo-age-section::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 107, 157, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ── Intro: Görsel + Tanıtım ── */
.pedo-age-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}

.pedo-age-intro__visual {
    position: relative;
}

.pedo-age-intro__img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.pedo-age-intro__img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.pedo-age-intro__frame {
    position: absolute;
    inset: -6px;
    border: 3px dashed rgba(108, 99, 255, 0.15);
    border-radius: 24px;
    pointer-events: none;
    z-index: -1;
}

.pedo-age-intro__badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-purple));
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.2);
    z-index: 2;
}

.pedo-age-intro__badge i {
    font-size: 14px;
}

/* Floating mini icons around image */
.pedo-age-intro__float {
    position: absolute;
    opacity: 0.18;
    pointer-events: none;
    z-index: 3;
}

.pedo-age-intro__float--1 {
    top: -20px;
    right: -15px;
    width: 70px;
    animation: pedo-float-bounce 3.5s ease-in-out infinite;
}

.pedo-age-intro__float--2 {
    bottom: -15px;
    left: -20px;
    width: 60px;
    animation: pedo-float-sway 4.5s ease-in-out infinite;
}

/* Intro content */
.pedo-age-intro__content {
    padding: 10px 0;
}

.pedo-age-intro__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--pedo-text);
    line-height: 1.35;
    margin-bottom: 18px;
    margin-top: 10px;
}

.pedo-age-intro__title span {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pedo-age-intro__text {
    font-size: 16px;
    color: var(--pedo-text-light);
    line-height: 1.8;
    margin-bottom: 24px;
}

.pedo-age-intro__text p {
    margin-bottom: 12px;
}

/* Highlight badges */
.pedo-age-intro__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pedo-age-highlight {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid rgba(108, 99, 255, 0.1);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pedo-text);
    transition: all 0.3s ease;
}

.pedo-age-highlight:hover {
    border-color: var(--pedo-primary);
    background: rgba(108, 99, 255, 0.04);
    transform: translateY(-2px);
}

.pedo-age-highlight i {
    color: var(--pedo-primary);
    font-size: 14px;
}

/* ── Ana İçerik Alanı (CMS Rich Text) ── */
.pedo-age-body {
    position: relative;
    z-index: 1;
    /* max-width: 960px; */
    margin: 0 auto;
    background: #fff;
    border-radius: var(--pedo-radius);
    padding: 40px 35px;
    border: 1px solid rgba(108, 99, 255, 0.06);
    box-shadow: 
        0 4px 24px rgba(108, 99, 255, 0.04),
        0 1px 6px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

/* Decorative background shapes inside body */
.pedo-age-body::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(108, 99, 255, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.pedo-age-body::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 107, 157, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* CMS content typography */
.pedo-age-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pedo-text);
    margin: 48px 0 20px;
    padding: 18px 22px 18px 52px;
    line-height: 1.4;
    position: relative;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.04), rgba(168, 85, 247, 0.02));
    border-radius: 14px;
    border: 1px solid rgba(108, 99, 255, 0.06);
    border-left: 4px solid var(--pedo-primary);
    transition: all 0.3s ease;
}

.pedo-age-body h2:hover {
    border-left-width: 6px;
    box-shadow: 0 2px 12px rgba(108, 99, 255, 0.06);
}

.pedo-age-body h2:first-child {
    margin-top: 0;
}

.pedo-age-body h2::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-purple));
    opacity: 0.85;
    box-shadow: 0 2px 6px rgba(108, 99, 255, 0.15);
    transition: transform 0.3s ease;
}

.pedo-age-body h2:hover::before {
    transform: translateY(-50%) rotate(8deg) scale(1.08);
}

/* Alternatif renk şeması - her h2 farklı renk */
.pedo-age-body h2:nth-of-type(1) {
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.05), rgba(0, 210, 255, 0.02));
    border-left-color: var(--pedo-primary);
    border-color: rgba(108, 99, 255, 0.08);
}
.pedo-age-body h2:nth-of-type(1)::before {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-accent));
}

.pedo-age-body h2:nth-of-type(2) {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.05), rgba(244, 114, 182, 0.02));
    border-left-color: var(--pedo-secondary);
    border-color: rgba(255, 107, 157, 0.08);
}
.pedo-age-body h2:nth-of-type(2)::before {
    background: linear-gradient(135deg, var(--pedo-secondary), var(--pedo-pink));
}

.pedo-age-body h2:nth-of-type(3) {
    background: linear-gradient(135deg, rgba(107, 203, 119, 0.05), rgba(52, 211, 153, 0.02));
    border-left-color: var(--pedo-green);
    border-color: rgba(107, 203, 119, 0.08);
}
.pedo-age-body h2:nth-of-type(3)::before {
    background: linear-gradient(135deg, var(--pedo-green), #34D399);
}

.pedo-age-body h2:nth-of-type(4) {
    background: linear-gradient(135deg, rgba(255, 217, 61, 0.05), rgba(255, 140, 66, 0.02));
    border-left-color: var(--pedo-orange);
    border-color: rgba(255, 217, 61, 0.08);
}
.pedo-age-body h2:nth-of-type(4)::before {
    background: linear-gradient(135deg, var(--pedo-yellow), var(--pedo-orange));
}

.pedo-age-body h2:nth-of-type(5) {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.05), rgba(108, 99, 255, 0.02));
    border-left-color: var(--pedo-purple);
    border-color: rgba(168, 85, 247, 0.08);
}
.pedo-age-body h2:nth-of-type(5)::before {
    background: linear-gradient(135deg, var(--pedo-purple), var(--pedo-primary));
}

.pedo-age-body h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--pedo-text);
    margin: 32px 0 14px;
    line-height: 1.45;
    padding-left: 18px;
    position: relative;
}

.pedo-age-body h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--pedo-primary), var(--pedo-accent));
    opacity: 0.6;
}

.pedo-age-body p {
    font-size: 15.5px;
    color: var(--pedo-text-light);
    line-height: 1.85;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.pedo-age-body ul,
.pedo-age-body ol {
    margin: 16px 0 24px;
    padding: 16px 20px;
    list-style: none;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.015), rgba(255, 107, 157, 0.01));
    border-radius: 14px;
    border: 1px solid rgba(108, 99, 255, 0.04);
}

.pedo-age-body ul li,
.pedo-age-body ol li {
    position: relative;
    padding: 10px 0 10px 34px;
    font-size: 15px;
    color: var(--pedo-text-light);
    line-height: 1.75;
    border-bottom: 1px dashed rgba(108, 99, 255, 0.06);
    transition: padding-left 0.25s ease;
}

.pedo-age-body ul li:hover,
.pedo-age-body ol li:hover {
    padding-left: 38px;
}

.pedo-age-body ul li:last-child,
.pedo-age-body ol li:last-child {
    border-bottom: none;
}

.pedo-age-body ul li::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 15px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.12), rgba(168, 85, 247, 0.08));
    transition: all 0.25s ease;
}

.pedo-age-body ul li::after {
    content: '✦';
    position: absolute;
    left: 8px;
    top: 15px;
    font-size: 9px;
    line-height: 18px;
    color: var(--pedo-primary);
    z-index: 1;
    transition: transform 0.25s ease;
}

.pedo-age-body ul li:hover::before {
    transform: scale(1.1) rotate(5deg);
}

.pedo-age-body ul li:hover::after {
    transform: scale(1.15);
}

/* Her bölümün listesi farklı renk */
.pedo-age-body h2:nth-of-type(1) ~ ul {
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.02), rgba(0, 210, 255, 0.01));
    border-color: rgba(108, 99, 255, 0.06);
}
.pedo-age-body h2:nth-of-type(1) ~ ul li::before { background: linear-gradient(135deg, rgba(108, 99, 255, 0.12), rgba(0, 210, 255, 0.08)); }
.pedo-age-body h2:nth-of-type(1) ~ ul li::after,
.pedo-age-body h2:nth-of-type(1) ~ ol li::after { color: var(--pedo-primary); }

.pedo-age-body h2:nth-of-type(2) ~ ul {
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.02), rgba(244, 114, 182, 0.01));
    border-color: rgba(255, 107, 157, 0.06);
}
.pedo-age-body h2:nth-of-type(2) ~ ul li::before { background: linear-gradient(135deg, rgba(255, 107, 157, 0.12), rgba(244, 114, 182, 0.08)); }
.pedo-age-body h2:nth-of-type(2) ~ ul li::after,
.pedo-age-body h2:nth-of-type(2) ~ ol li::after { color: var(--pedo-secondary); }

.pedo-age-body h2:nth-of-type(3) ~ ul {
    background: linear-gradient(135deg, rgba(107, 203, 119, 0.02), rgba(52, 211, 153, 0.01));
    border-color: rgba(107, 203, 119, 0.06);
}
.pedo-age-body h2:nth-of-type(3) ~ ul li::before { background: linear-gradient(135deg, rgba(107, 203, 119, 0.12), rgba(52, 211, 153, 0.08)); }
.pedo-age-body h2:nth-of-type(3) ~ ul li::after,
.pedo-age-body h2:nth-of-type(3) ~ ol li::after { color: var(--pedo-green); }

.pedo-age-body h2:nth-of-type(4) ~ ul {
    background: linear-gradient(135deg, rgba(255, 217, 61, 0.02), rgba(255, 140, 66, 0.01));
    border-color: rgba(255, 217, 61, 0.06);
}
.pedo-age-body h2:nth-of-type(4) ~ ul li::before { background: linear-gradient(135deg, rgba(255, 217, 61, 0.12), rgba(255, 140, 66, 0.08)); }
.pedo-age-body h2:nth-of-type(4) ~ ul li::after,
.pedo-age-body h2:nth-of-type(4) ~ ol li::after { color: var(--pedo-orange); }

.pedo-age-body ol {
    counter-reset: pedo-list;
}

.pedo-age-body ol li {
    counter-increment: pedo-list;
    padding-left: 38px;
}

.pedo-age-body ol li:hover {
    padding-left: 42px;
}

.pedo-age-body ol li::before {
    content: counter(pedo-list);
    position: absolute;
    left: 4px;
    top: 13px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-accent));
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(108, 99, 255, 0.15);
    transition: all 0.25s ease;
}

.pedo-age-body ol li:hover::before {
    transform: scale(1.12);
    box-shadow: 0 3px 10px rgba(108, 99, 255, 0.2);
}

/* ol renk varyasyonları */
.pedo-age-body h2:nth-of-type(2) ~ ol li::before {
    background: linear-gradient(135deg, var(--pedo-secondary), var(--pedo-pink));
    box-shadow: 0 2px 6px rgba(255, 107, 157, 0.15);
}
.pedo-age-body h2:nth-of-type(3) ~ ol li::before {
    background: linear-gradient(135deg, var(--pedo-green), #34D399);
    box-shadow: 0 2px 6px rgba(107, 203, 119, 0.15);
}
.pedo-age-body h2:nth-of-type(4) ~ ol li::before {
    background: linear-gradient(135deg, var(--pedo-yellow), var(--pedo-orange));
    box-shadow: 0 2px 6px rgba(255, 217, 61, 0.15);
}

.pedo-age-body strong {
    color: var(--pedo-text);
    font-weight: 700;
    position: relative;
}

.pedo-age-body strong::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(108, 99, 255, 0.2), rgba(255, 107, 157, 0.2));
    border-radius: 2px;
}

.pedo-age-body em {
    color: var(--pedo-primary);
    font-style: italic;
    font-weight: 500;
}

/* HR - Section Divider */
.pedo-age-body hr {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(108, 99, 255, 0.12), rgba(255, 107, 157, 0.12), rgba(107, 203, 119, 0.12), transparent);
    margin: 40px 0;
    border-radius: 3px;
}

/* İçerik içi bilgi kutusu */
.pedo-age-body blockquote {
    margin: 28px 0;
    padding: 24px 28px 24px 60px;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.04), rgba(0, 210, 255, 0.02));
    border: 1px solid rgba(108, 99, 255, 0.08);
    border-left: 5px solid var(--pedo-primary);
    border-radius: 0 16px 16px 0;
    font-size: 15px;
    color: var(--pedo-text);
    line-height: 1.8;
    position: relative;
    box-shadow: 0 2px 10px rgba(108, 99, 255, 0.04);
    transition: all 0.3s ease;
}

.pedo-age-body blockquote::before {
    content: '\f0eb';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 24px;
    font-size: 20px;
    color: var(--pedo-primary);
    opacity: 0.6;
}

.pedo-age-body blockquote:hover {
    border-left-width: 7px;
    box-shadow: 0 4px 16px rgba(108, 99, 255, 0.06);
}

.pedo-age-body blockquote p {
    margin: 0;
    color: var(--pedo-text);
    font-size: 15px;
}

.pedo-age-body blockquote p + p {
    margin-top: 10px;
}

/* İçerik içi görsel */
.pedo-age-body img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 24px 0;
    box-shadow: 
        0 4px 16px rgba(0, 0, 0, 0.06),
        0 1px 4px rgba(0, 0, 0, 0.04);
    border: 3px solid rgba(108, 99, 255, 0.06);
    transition: all 0.3s ease;
}

.pedo-age-body img:hover {
    box-shadow: 
        0 6px 24px rgba(108, 99, 255, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);
    transform: translateY(-2px);
}

/* Link stillleri */
.pedo-age-body a {
    color: var(--pedo-primary);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
    border-bottom: 2px solid rgba(108, 99, 255, 0.15);
    padding-bottom: 1px;
}

.pedo-age-body a:hover {
    color: var(--pedo-purple);
    border-bottom-color: var(--pedo-purple);
}

/* İçerik içi tablo (varsa) */
.pedo-age-body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 28px 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(108, 99, 255, 0.04);
    border: 1px solid rgba(108, 99, 255, 0.06);
}

.pedo-age-body table th {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-purple));
    color: #fff;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0.3px;
}

.pedo-age-body table th:first-child {
    border-radius: 14px 0 0 0;
}

.pedo-age-body table th:last-child {
    border-radius: 0 14px 0 0;
}

.pedo-age-body table td {
    padding: 14px 20px;
    font-size: 14.5px;
    color: var(--pedo-text-light);
    border-bottom: 1px solid rgba(108, 99, 255, 0.04);
    transition: background 0.2s ease;
}

.pedo-age-body table tr:nth-child(even) td {
    background: rgba(108, 99, 255, 0.015);
}

.pedo-age-body table tr:hover td {
    background: rgba(108, 99, 255, 0.04);
}

.pedo-age-body table tr:last-child td:first-child {
    border-radius: 0 0 0 14px;
}

.pedo-age-body table tr:last-child td:last-child {
    border-radius: 0 0 14px 0;
}

.pedo-age-body table tr:last-child td {
    border-bottom: none;
}

/* ========================================
   GALERİ BÖLÜMÜ
   ======================================== */
.pedo-gallery-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.pedo-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.pedo-gallery-item {
    position: relative;
    border-radius: var(--pedo-radius-sm);
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.pedo-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pedo-gallery-item:hover img {
    transform: scale(1.08);
}

.pedo-gallery-item__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(108, 99, 255, 0.85) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-end;
    padding: 24px;
}

.pedo-gallery-item:hover .pedo-gallery-item__overlay {
    opacity: 1;
}

.pedo-gallery-item__caption {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.pedo-gallery-item:hover .pedo-gallery-item__caption {
    transform: translateY(0);
}

.pedo-gallery-item__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pedo-gallery-item:hover .pedo-gallery-item__icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Large gallery item */
.pedo-gallery-item--large {
    grid-row: span 2;
    aspect-ratio: auto;
}

/* ========================================
   NE ZAMAN GELMELİYİM? - CTA Vurgulu
   ======================================== */
.pedo-when-section {
    padding: 80px 0;
    background: linear-gradient(160deg, #eef2ff 0%, #fdf2f8 40%, #eff6ff 100%);
    position: relative;
    overflow: hidden;
}

.pedo-when-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 15% 50%, rgba(108, 99, 255, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 85% 50%, rgba(255, 107, 157, 0.05) 0%, transparent 50%);
    z-index: 0;
}

.pedo-when-section > .container {
    position: relative;
    z-index: 1;
}

.pedo-when-content {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 48px;
}

.pedo-when-content__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(108, 99, 255, 0.12), rgba(255, 107, 157, 0.1));
    border: 1px solid rgba(108, 99, 255, 0.1);
    color: var(--pedo-primary);
    font-size: 32px;
    margin-bottom: 24px;
}

.pedo-when-content__title {
    font-size: 36px;
    font-weight: 700;
    color: var(--pedo-text);
    margin-bottom: 16px;
    line-height: 1.3;
}

.pedo-when-content__title span {
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pedo-when-content__text {
    font-size: 16px;
    color: var(--pedo-text-light);
    line-height: 1.8;
}

/* When Cards */
.pedo-when-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.pedo-when-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 32px 28px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.pedo-when-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pedo-primary), var(--pedo-secondary));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pedo-when-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-color: rgba(108, 99, 255, 0.12);
}

.pedo-when-card:hover::before {
    opacity: 1;
}

.pedo-when-card__emoji {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
    transition: transform 0.3s ease;
}

.pedo-when-card:hover .pedo-when-card__emoji {
    transform: scale(1.1);
}

.pedo-when-card__title {
    font-size: 18px;
    font-weight: 600;
    color: var(--pedo-text);
    margin-bottom: 10px;
}

.pedo-when-card__text {
    font-size: 14px;
    color: var(--pedo-text-light);
    line-height: 1.6;
    margin: 0;
}

.pedo-when-actions {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Decorative floating icons inside when section */
.pedo-when-section .pedo-when-decor {
    position: absolute;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.pedo-when-decor--1 {
    top: 0%;
    left: 0%;
    width: 850px;
    animation: pedo-float-sway 6s ease-in-out infinite;
}

.pedo-when-decor--2 {
    bottom: 10%;
    right: 5%;
    width: 90px;
    animation: pedo-float-updown 5s ease-in-out infinite;
}

/* ========================================
   KLİNİK ORTAMI BİLGİLENDİRME
   ======================================== */
.pedo-clinic-section {
    padding: 80px 0;
    background: var(--pedo-bg-green);
    position: relative;
    overflow: hidden;
}

.pedo-clinic-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.pedo-clinic-wrapper--reversed {
    direction: rtl;
}

.pedo-clinic-wrapper--reversed > * {
    direction: ltr;
}

.pedo-clinic-visual {
    position: relative;
}

.pedo-clinic-visual__main {
    width: 100%;
    border-radius: var(--pedo-radius);
    box-shadow: var(--pedo-shadow);
}

.pedo-clinic-visual__badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: linear-gradient(135deg, var(--pedo-primary), var(--pedo-purple));
    color: #fff;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(108, 99, 255, 0.18);
    display: flex;
    align-items: center;
    gap: 8px;
}

.pedo-clinic-visual__badge i {
    font-size: 18px;
    animation: pedo-wiggle 2s ease-in-out infinite;
}

.pedo-clinic-content__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--pedo-text);
    margin-bottom: 14px;
    line-height: 1.35;
}

.pedo-clinic-content__text {
    font-size: 16px;
    color: var(--pedo-text-light);
    line-height: 1.8;
    margin-bottom: 28px;
}

.pedo-clinic-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.pedo-clinic-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.pedo-clinic-feature:hover {
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pedo-clinic-feature i {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: linear-gradient(135deg, rgba(107, 203, 119, 0.12), rgba(52, 211, 153, 0.12));
    color: var(--pedo-green);
}

.pedo-clinic-feature span {
    font-size: 14px;
    font-weight: 600;
    color: var(--pedo-text);
}

/* ── Klinik İçi Slider (Galeri Görselleri) ── */
.pedo-clinic-slider {
    position: relative;
    overflow: hidden;
    border-radius: var(--pedo-radius);
    box-shadow: var(--pedo-shadow);
}

.pedo-clinic-slider__track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.pedo-clinic-slider__slide {
    min-width: 100%;
    flex-shrink: 0;
}

.pedo-clinic-slider__slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.pedo-clinic-slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--pedo-text);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    z-index: 2;
}

.pedo-clinic-slider__btn:hover {
    background: var(--pedo-primary);
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.pedo-clinic-slider__btn--prev {
    left: 12px;
}

.pedo-clinic-slider__btn--next {
    right: 12px;
}

.pedo-clinic-slider__dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.pedo-clinic-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.pedo-clinic-slider__dot.active {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
}

/* ========================================
   DEKORASYONLAR - Sayfaya Dağılan Elemanlar
   ======================================== */
.pedo-decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.pedo-decor--tooth {
    font-size: 40px;
    opacity: 0.08;
}

.pedo-decor--circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 2px dashed rgba(108, 99, 255, 0.1);
    animation: pedo-float-sway 8s ease-in-out infinite;
}

.pedo-decor--dots {
    width: 120px;
    height: 120px;
    background-image: radial-gradient(circle, rgba(108, 99, 255, 0.15) 1.5px, transparent 1.5px);
    background-size: 15px 15px;
}

/* ========================================
   RESPONSIVE
   ======================================== */

/* Tablet */
@media (max-width: 991px) {
    .pedo-hero {
        padding: 80px 0 60px;
        min-height: 450px;
    }
    
    .pedo-hero__title {
        font-size: 38px;
    }
    
    .pedo-hero__subtitle {
        font-size: 16px;
    }
    
    .pedo-hero__decor--rocket {
        width: 100px;
        right: 3%;
    }
    
    .pedo-hero__decor--giraffe {
        width: 80px;
        left: 2%;
    }
    
    .pedo-hero__decor--cat {
        width: 60px;
    }
    
    .pedo-prep-grid {
        grid-template-columns: 1fr;
    }
    
    .pedo-prep-card--full {
        grid-column: auto;
    }
    
    .pedo-process-timeline {
        flex-direction: column;
        gap: 32px;
        padding-top: 0;
    }
    
    .pedo-process-timeline::before {
        top: 26px;
        bottom: 26px;
        left: 26px;
        right: auto;
        width: 4px;
        height: auto;
    }
    
    .pedo-process-step {
        display: flex;
        align-items: flex-start;
        text-align: left;
        gap: 20px;
        padding: 0;
    }
    
    .pedo-process-step__circle {
        margin: 0;
        flex-shrink: 0;
    }
    
    .pedo-comm-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    
    .pedo-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pedo-gallery-item--large {
        grid-row: auto;
    }
    
    .pedo-when-grid {
        grid-template-columns: 1fr;
    }
    
    .pedo-when-content__title {
        font-size: 32px;
    }
    
    .pedo-clinic-wrapper,
    .pedo-clinic-wrapper--reversed {
        grid-template-columns: 1fr;
        direction: ltr;
    }
    
    .pedo-clinic-features {
        grid-template-columns: 1fr;
    }

    .pedo-clinic-slider__slide img {
        height: 320px;
    }

    .pedo-section-header__title {
        font-size: 32px;
    }
    
    .pedo-float-icon--rocket,
    .pedo-float-icon--cat2 {
        display: none;
    }

    /* Age Group - Tablet */
    .pedo-age-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .pedo-age-intro__visual {
        max-width: 500px;
        margin: 0 auto;
    }

    .pedo-age-intro__title {
        font-size: 26px;
    }

    .pedo-age-body {
        padding: 40px 34px;
    }

    .pedo-age-body h2 {
        font-size: 22px;
        padding: 16px 20px 16px 46px;
    }

    .pedo-age-body h2::before {
        width: 22px;
        height: 22px;
        left: 14px;
    }

    .pedo-age-body h3 {
        font-size: 18px;
    }

    .pedo-age-body blockquote {
        padding: 22px 24px 22px 54px;
    }

    .pedo-age-body blockquote::before {
        left: 18px;
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .pedo-hero {
        padding: 70px 0 50px;
        min-height: auto;
    }
    
    .pedo-hero__title {
        font-size: 28px;
    }
    
    .pedo-hero__subtitle {
        font-size: 14px;
    }
    
    .pedo-hero__badge {
        font-size: 12px;
        padding: 8px 18px;
    }
    
    .pedo-hero__decor--rocket,
    .pedo-hero__decor--giraffe,
    .pedo-hero__decor--cat {
        display: none;
    }
    
    .pedo-hero__actions {
        flex-direction: column;
        align-items: center;
    }
    
    .pedo-btn {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    
    .pedo-prep-section,
    .pedo-process-section,
    .pedo-communication-section,
    .pedo-gallery-section,
    .pedo-when-section,
    .pedo-clinic-section,
    .pedo-age-section {
        padding: 60px 0;
    }

    /* Age Group - Mobile */
    .pedo-age-intro__float {
        display: none;
    }

    .pedo-age-intro__title {
        font-size: 22px;
    }

    .pedo-age-intro__highlights {
        flex-direction: column;
    }

    .pedo-age-body {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .pedo-age-body::before,
    .pedo-age-body::after {
        display: none;
    }

    .pedo-age-body h2 {
        font-size: 18px;
        padding: 14px 16px 14px 42px;
        margin: 36px 0 16px;
        border-radius: 12px;
    }

    .pedo-age-body h2::before {
        width: 20px;
        height: 20px;
        left: 12px;
        border-radius: 6px;
    }

    .pedo-age-body h3 {
        font-size: 17px;
        padding-left: 14px;
        margin: 24px 0 10px;
    }

    .pedo-age-body p {
        font-size: 14.5px;
        line-height: 1.8;
    }

    .pedo-age-body ul,
    .pedo-age-body ol {
        padding: 12px 16px;
        border-radius: 12px;
        margin: 12px 0 20px;
    }

    .pedo-age-body ul li,
    .pedo-age-body ol li {
        padding: 8px 0 8px 30px;
        font-size: 14px;
    }

    .pedo-age-body ul li::before {
        width: 16px;
        height: 16px;
        top: 12px;
    }

    .pedo-age-body ul li::after {
        left: 7px;
        top: 12px;
        font-size: 8px;
        line-height: 16px;
    }

    .pedo-age-body ol li {
        padding-left: 34px;
    }

    .pedo-age-body ol li::before {
        width: 20px;
        height: 20px;
        font-size: 10px;
        top: 11px;
    }

    .pedo-age-body blockquote {
        padding: 20px 18px 20px 48px;
        border-radius: 0 12px 12px 0;
        margin: 22px 0;
    }

    .pedo-age-body blockquote::before {
        left: 16px;
        font-size: 16px;
    }

    .pedo-age-body table th,
    .pedo-age-body table td {
        padding: 10px 14px;
        font-size: 13px;
    }

    .pedo-age-body strong::after {
        display: none;
    }

    .pedo-age-intro__frame {
        display: none;
    }
    
    .pedo-prep-card {
        padding: 28px 24px;
    }
    
    .pedo-section-header {
        margin-bottom: 40px;
    }
    
    .pedo-section-header__title {
        font-size: 26px;
    }
    
    .pedo-section-header__subtitle {
        font-size: 15px;
    }
    
    .pedo-gallery-grid {
        grid-template-columns: 1fr;
    }

    .pedo-clinic-slider__slide img {
        height: 240px;
    }

    .pedo-clinic-slider__btn {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .pedo-clinic-slider__btn--prev {
        left: 8px;
    }

    .pedo-clinic-slider__btn--next {
        right: 8px;
    }
    
    .pedo-when-content__title {
        font-size: 26px;
    }
    
    .pedo-when-card {
        padding: 24px 20px;
    }
    
    .pedo-when-card__emoji {
        font-size: 36px;
    }
    
    .pedo-clinic-visual__badge {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 16px;
        display: inline-flex;
    }
    
    .pedo-comm-visual__float {
        display: none;
    }
    
    .pedo-floating-icons {
        display: none;
    }
    
    .pedo-when-decor--1,
    .pedo-when-decor--2 {
        display: none;
    }
}

/* Very Small Mobile */
@media (max-width: 400px) {
    .pedo-hero__title {
        font-size: 24px;
    }
    
    .pedo-section-header__title {
        font-size: 22px;
    }
    
    .pedo-when-content__title {
        font-size: 22px;
    }
    
    .pedo-prep-card__title {
        font-size: 18px;
    }

    .pedo-age-intro__title {
        font-size: 20px;
    }

    .pedo-age-body h2 {
        font-size: 16px;
        padding: 12px 14px 12px 38px;
    }

    .pedo-age-body h2::before {
        width: 18px;
        height: 18px;
        left: 10px;
    }

    .pedo-age-body {
        padding: 22px 14px;
    }

    .pedo-age-body ul,
    .pedo-age-body ol {
        padding: 10px 12px;
    }
}
