/* IceLaser Klinik - Profesyonel Tasarım */
/* Habersen.com yapısına uygun modern tasarım */

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


/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Content Image Rows */
.content-image-row {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 400px;
    margin-bottom: 30px;
}

.content-image-row.reverse {
    flex-direction: row-reverse !important;
}

.content-text {
    flex: 1;
    max-width: 50%;
}

.content-text h3 {
    font-size: 1.4rem;
    color: #3a3737;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.content-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff7d57;
}

.content-text h4 {
    font-size: 1.2rem;
    color: #3a3737;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 6px;
}

.content-text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #ff7d57;
}

.content-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

.soprano-highlight {
    color: #ff7d57;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.soprano-highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ff7d57, #e66a45);
    border-radius: 1px;
    transition: all 0.3s ease;
}

.soprano-highlight:hover {
    color: #e66a45;
    text-decoration: none;
}

.soprano-highlight:hover::after {
    background: linear-gradient(90deg, #e66a45, #d55a35);
    height: 3px;
}

.content-image {
    flex: 1;
    text-align: center;
    max-width: 50%;
    min-width: 600px;
}

.side-image {
    width: 100% !important;
    max-width: 100% !important;
    height: 600px !important;
    object-fit: cover;
    border-radius: 0;
    box-shadow: none;
}

.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;
}

.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;
}

/* Content Sections */

.section-title {
    font-size: 2rem;
    color: #3a3737;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ff7d57;
    border-radius: 2px;
}

.text-content {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify;
}

.text-content p {
    margin-bottom: 20px;
}

.text-content h3 {
    font-size: 1.3rem;
    color: #3a3737;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.text-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #ff7d57;
    border-radius: 1px;
}

/* Vorteile Hero Section */
.vorteile-hero-section {
    background: #dcdbd7;
    padding: 0;
    margin: 40px 0;
    overflow: hidden;
}

.vorteile-hero-content {
    display: flex;
    align-items: stretch;
    max-width: 100%;
    margin: 0;
    gap: 0;
    padding: 0;
    height: 270px;
}

.vorteile-hero-image {
    flex: 0 0 50%;
    position: relative;
}

.vorteile-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.vorteile-hero-text {
    flex: 0 0 50%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #dcdbd7;
}

.vorteile-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;
}

.vorteile-hero-subtitle {
    font-size: 1.1rem;
    color: #3a3737;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.3;
    opacity: 0.8;
}

.vorteile-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;
}

.vorteile-hero-button:hover {
    background: #e66a45;
    transform: translateY(-2px);
    color: white;
}

/* Responsive adjustments for Vorteile Hero */
@media (max-width: 992px) {
    .vorteile-hero-content {
        flex-direction: column;
        height: auto;
    }
    
    .vorteile-hero-image {
        flex: none;
        height: 300px;
    }
    
    .vorteile-hero-text {
        flex: none;
        padding: 40px 30px;
        text-align: center;
    }
    
    .vorteile-hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .vorteile-hero-section {
        margin: 30px 0;
    }
    
    .vorteile-hero-content {
        height: auto;
    }
    
    .vorteile-hero-image {
        height: 250px;
    }
    
    .vorteile-hero-text {
        padding: 30px 20px;
    }
    
    .vorteile-hero-title {
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
    
    .vorteile-hero-subtitle {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    
    .vorteile-hero-button {
        padding: 12px 25px;
        font-size: 1.05rem;
    }
}

/* Vorteile Section */
.vorteile-section {
    margin: 60px 0;
}

.vorteile-title {
    font-size: 2.2rem;
    color: #3a3737;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

/* Zertifikat Badge */
.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;
}

.zertifikat-icon {
    font-size: 2rem;
    color: #ff7d57;
    flex-shrink: 0;
}

.zertifikat-text h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
}

.zertifikat-text p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.vorteile-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.vorteile-item {
    text-align: center;
    padding: 0;
    background: none;
    border: none;
}

.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;
}

.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;
}

.vorteile-icon i {
    font-size: 2rem;
    color: white;
}

.vorteile-item-title {
    font-size: 1.1rem;
    color: #3a3737;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vorteile-item-description {
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Process Section */
.process-section {
    background: #f8f9fa;
    padding: 50px 0;
}

/* Timeline Design */
.timeline-container {
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dcdbd7;
}

.timeline-step {
    position: relative;
    margin-bottom: 30px;
    padding-left: 60px;
}

.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);
}

.timeline-content {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    position: relative;
}

.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;
}

.timeline-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #3a3737;
    margin-bottom: 15px;
}

.timeline-text {
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.timeline-list {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.timeline-list li {
    margin-bottom: 8px;
    color: #666;
    font-size: 0.95rem;
}

.timeline-button {
    display: inline-block;
    background: #3a3737;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.timeline-button:hover {
    background: #2a2525;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: white;
    text-decoration: none;
}

/* Buttons */
.step-button {
    background: #ff7d57;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.step-button:hover {
    background: #e66a47;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

/* Contact Section */
.contact-section {
    background: #3a3737;
    color: white;
    padding: 60px 0;
}

.contact-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 50px;
    color: white;
    font-weight: 600;
}

.locations-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.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;
}

.location-card:hover {
    background: #ff7d57;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 125, 87, 0.3);
}

.location-card:hover .location-title,
.location-card:hover .location-phone {
    color: white;
}

.location-card:hover .location-address {
    color: #f0f0f0;
}

.location-card:hover .location-icon {
    color: white;
}

.location-card:first-child,
.location-card:last-child {
    margin-top: 0;
}

.location-icon {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #ff7d57;
}

.location-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ff7d57;
}

.location-address {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #3a3737;
    font-weight: 500;
}

.location-phone {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ff7d57;
    font-family: 'Open Sans', sans-serif;
}

.location-phone i {
    margin-right: 8px;
}

.location-phone a {
    color: inherit;
    text-decoration: none;
}

.location-card:hover .location-phone a {
    color: white;
}

/* Conclusion Section */
.conclusion-section {
    background: #f8f9fa;
    padding: 40px 0;
    text-align: center;
}

.conclusion-section h2 {
    font-size: 1.8rem;
    color: #3a3737;
    margin-bottom: 20px;
    font-weight: 600;
}

.conclusion-section p {
    font-size: 1.2rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .content-section {
        padding: 2px 0;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .content-image-row {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }
    
    .content-image-row.reverse {
        flex-direction: column !important;
    }
    
    .content-text,
    .content-image {
        max-width: 100%;
        min-width: auto;
    }
    
    .side-image {
        width: 100% !important;
        max-width: 100% !important;
        height: 300px !important;
    }
    
    .timeline-container {
        width: 100%;
    }
    
    .timeline-container::before {
        left: 20px;
    }
    
    .timeline-step {
        padding-left: 50px;
    }
    
    .timeline-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
    
    .timeline-content::before {
        left: -10px;
        top: 20px;
        border-right-width: 10px;
        border-top-width: 10px;
        border-bottom-width: 10px;
    }
    
    .zertifikat-badge {
        flex-direction: column;
        text-align: center;
        padding: 15px 20px;
        margin: 0 15px 30px 15px;
        gap: 12px;
    }
    
    .zertifikat-icon {
        font-size: 1.8rem;
    }
    
    .zertifikat-text h3 {
        font-size: 1.1rem;
    }
    
    .zertifikat-text p {
        font-size: 0.85rem;
    }
    
    .vorteile-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .vorteile-title {
        font-size: 1.8rem;
    }
    
    .vorteile-icon {
        width: 70px;
        height: 70px;
    }
    
    .vorteile-icon i {
        font-size: 1.8rem;
    }
    
    .locations-container {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }
    
    .location-card:first-child,
    .location-card:last-child {
        margin-top: 0;
    }
    
    .location-card {
        padding: 25px 20px;
    }
    
    .vorteile-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .vorteile-icon {
        width: 60px;
        height: 60px;
    }
    
    .vorteile-icon i {
        font-size: 1.5rem;
    }
    
    .vorteile-icon::after {
        width: 18px;
        height: 18px;
        font-size: 0.7rem;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.4rem;
    }
    
    .header-section h1 {
        font-size: 1.8rem;
    }
    
    .benefit-card,
    .process-step,
    .location-card {
        padding: 20px 15px;
    }
    
    .cta-button,
    .step-button {
        padding: 12px 20px;
        font-size: 0.85rem;
    }
    
    /* FAQ Mobile */
    .faq-images {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 30px 0 40px;
    }
    
    .faq-image {
        width: 100%;
        max-width: 300px;
        height: 180px;
    }
    
    .faq-item {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .faq-question {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    
    .faq-answer p {
        font-size: 0.95rem;
    }
    
    .faq-conclusion {
        padding: 20px 15px;
        margin-top: 40px;
    }
    
    .faq-conclusion p {
        font-size: 1rem;
    }
    
    /* FAQ Simple Mobile */
    .faq-question-simple {
        padding: 15px 0;
        margin-bottom: 20px;
    }
    
    .faq-question-simple h3 {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .faq-question-simple p {
        font-size: 0.9rem;
    }
    
    /* FAQ Images Mobile */
    .faq-images {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 30px 0 40px;
    }
    
    .faq-image {
        width: 100%;
        max-width: 450px;
        height: 400px;
    }
}

/* FAQ Images */
.faq-images {
    display: flex;
    gap: 30px;
    margin: 40px 0 60px;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-image {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* FAQ Content Full Width */
.faq-content-full {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Process Steps Section */
.process-steps {
    margin-top: 30px;
}

.process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px 0;
}

.step-number {
    background: #ff7d57;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content h4 {
    color: #3a3737;
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.step-content h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff7d57;
}

.step-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* FAQ Simple Section */
.faq-simple {
    margin-top: 30px;
}

.faq-question-simple {
    margin-bottom: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #dcdbd7;
}

.faq-question-simple:last-child {
    border-bottom: none;
}

.faq-question-simple h3 {
    font-size: 1.4rem;
    color: #3a3737;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.faq-question-simple h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ff7d57;
}

.faq-question-simple p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus States for Accessibility */
.cta-button:focus,
.step-button:focus {
    outline: 3px solid #ff7d57;
    outline-offset: 2px;
}
