/* Pages21 CSS - Laser Haarentfernung Köln Sayfası */
/* sayfalar.css renk yapısına uygun - Sadece sayfa düzeni için */

/* Container */
.pagefrt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pagefrt-section {
    padding: 60px 0;
    background: #fff;
}

/* Content Row - Float Yapısı ile Görsel ve Yazı */
.pagefrt-content-row {
    margin-bottom: 60px;
}

.pagefrt-content-row::after {
    content: "";
    display: table;
    clear: both;
}

/* Yazı Bölümü - sayfalar.css stillerine uygun */
.pagefrt-content-text {
    line-height: 1.7;
    color: #666;
}

.pagefrt-content-text h2 {
    font-size: 1.4rem;
    color: #3a3737;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.pagefrt-content-text h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff7d57;
}

.pagefrt-content-text h3 {
    font-size: 1.4rem;
    color: #3a3737;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.pagefrt-content-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff7d57;
}

.pagefrt-content-text h4 {
    font-size: 1.2rem;
    color: #3a3737;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
}

.pagefrt-content-text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ff7d57;
}

.pagefrt-content-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

.pagefrt-content-text ul {
    margin: 20px 0;
    padding-left: 25px;
}

.pagefrt-content-text li {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #666;
}

/* Görsel Bölümü - Sırayla solda-sağda (Simetrik) */
.pagefrt-content-image {
    float: left;
    width: 45%;
    max-width: 500px;
    margin: 0 30px 20px 0;
    text-align: center;
}

/* Sağ tarafta resim olan row'larda */
.pagefrt-row-right .pagefrt-content-image {
    float: right;
    margin: 0 0 20px 30px;
}

.pagefrt-content-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 600px !important;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

/* Vorteile Section - sayfalar.css'ten */
.pagefrt-vorteile-section {
    margin: 60px 0;
}

.pagefrt-section-title {
    font-size: 2rem;
    color: #3a3737;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.pagefrt-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ff7d57;
    border-radius: 2px;
}

.pagefrt-vorteile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.pagefrt-vorteile-item {
    text-align: center;
    padding: 0;
    background: none;
    border: none;
}

.pagefrt-vorteile-icon {
    width: 80px;
    height: 80px;
    background: #3a3737;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
    position: relative;
}

.pagefrt-vorteile-icon::after {
    content: '✓';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #ff7d57;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
    font-weight: bold;
}

.pagefrt-vorteile-item-title {
    font-size: 1.1rem;
    color: #3a3737;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.pagefrt-vorteile-item-description {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Process Section - sayfalar.css'ten */
.pagefrt-process-section {
    background: #f8f9fa;
    padding: 50px 0;
}

.pagefrt-timeline-container {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.pagefrt-timeline-container::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dcdbd7;
}

.pagefrt-timeline-step {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.pagefrt-timeline-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #dcdbd7;
    color: #3a3737;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    z-index: 2;
    border: 3px solid #ffffff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.pagefrt-timeline-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    position: relative;
}

.pagefrt-timeline-content::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #ffffff;
}

.pagefrt-timeline-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #3a3737;
    margin-bottom: 15px;
}

.pagefrt-timeline-text {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

/* FAQ Section - sayfalar.css'ten */
.pagefrt-faq-section {
    padding: 80px 0;
    background: #fff;
}

.pagefrt-faq-content-full {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.pagefrt-faq-simple {
    margin-top: 30px;
}

.pagefrt-faq-question-simple {
    margin-bottom: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #dcdbd7;
}

.pagefrt-faq-question-simple:last-child {
    border-bottom: none;
}

.pagefrt-faq-question-simple h3 {
    font-size: 1.4rem;
    color: #3a3737;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.pagefrt-faq-question-simple h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff7d57;
}

.pagefrt-faq-question-simple > div {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

.pagefrt-faq-question-simple p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* CTA Button - sayfalar.css'ten */
.pagefrt-cta-button {
    display: inline-block;
    background-color: #ff7d57;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 125, 87, 0.3);
    margin: 20px 0;
}

.pagefrt-cta-button:hover {
    background-color: #e66a47;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 125, 87, 0.4);
    color: white;
    text-decoration: none;
}

.pagefrt-cta-center {
    text-align: center;
    margin: 50px 0;
}

/* Zertifikat Badge - sayfalar.css'ten */
.pagefrt-zertifikat-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3a3737;
    color: white;
    padding: 20px 30px;
    margin: 0 auto 40px auto;
    max-width: 600px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(58, 55, 55, 0.2);
    gap: 15px;
    border-left: 4px solid #ff7d57;
}

.pagefrt-zertifikat-badge i {
    font-size: 2rem;
    color: #ff7d57;
    flex-shrink: 0;
}

/* Hero Section - sayfalar.css'ten */
.pagefrt-hero-section {
    background: #dcdbd7;
    padding: 0;
    margin: 40px 0;
    overflow: hidden;
}

.pagefrt-hero-content {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    margin: 0;
    gap: 0;
    padding: 0;
    height: 270px;
}

.pagefrt-hero-image {
    flex: 0 0 50%;
    position: relative;
}

.pagefrt-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.pagefrt-hero-text {
    flex: 0 0 50%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #dcdbd7;
}

.pagefrt-hero-title {
    font-size: 2.2rem;
    color: #3a3737;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.3px;
}

.pagefrt-hero-subtitle {
    font-size: 1.1rem;
    color: #3a3737;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.3;
    opacity: 0.8;
}

.pagefrt-hero-button {
    display: inline-block;
    background: #ff7d57;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pagefrt-hero-button:hover {
    background: #e66a45;
    transform: translateY(-2px);
    color: white;
}

/* Contact Section - sayfalar.css'ten */
.pagefrt-contact-section {
    background: #3a3737;
    color: white;
    padding: 60px 0;
}

.pagefrt-contact-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    color: white;
    font-weight: 600;
}

.pagefrt-locations-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.pagefrt-location-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 0;
    text-align: center;
    box-shadow: none;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 400px;
    border: 2px solid #ff7d57;
}

.pagefrt-location-card:hover {
    background: #ff7d57;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 125, 87, 0.3);
}

.pagefrt-location-card:hover .pagefrt-location-title,
.pagefrt-location-card:hover .pagefrt-location-phone {
    color: white;
}

.pagefrt-location-card:hover .pagefrt-location-address {
    color: #f0f0f0;
}

.pagefrt-location-card:hover .pagefrt-location-icon {
    color: white;
}

.pagefrt-location-icon {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #ff7d57;
}

.pagefrt-location-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff7d57;
}

.pagefrt-location-address {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #3a3737;
    font-weight: 500;
}

.pagefrt-location-phone {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ff7d57;
    font-family: 'Open Sans', sans-serif;
}

.pagefrt-location-phone i {
    margin-right: 8px;
}

.pagefrt-location-phone a {
    color: inherit;
    text-decoration: none;
}

.pagefrt-location-card:hover .pagefrt-location-phone a {
    color: white;
}

/* FAQ Images */
.pagefrt-faq-images {
    display: flex;
    gap: 30px;
    margin: 40px 0 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.pagefrt-faq-image {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
    .pagefrt-content-image {
        float: none !important;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0 !important;
    }
    
    .pagefrt-content-image img {
        height: 300px !important;
    }
    
    .pagefrt-vorteile-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .pagefrt-hero-content {
        flex-direction: column;
        height: auto;
    }
    
    .pagefrt-hero-image {
        flex: none;
        height: 300px;
    }
    
    .pagefrt-hero-text {
        flex: none;
        padding: 40px 30px;
        text-align: center;
    }
    
    .pagefrt-timeline-container::before {
        left: 20px;
    }
    
    .pagefrt-timeline-step {
        padding-left: 50px;
    }
    
    .pagefrt-timeline-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .pagefrt-locations-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .pagefrt-vorteile-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
