/* Hero: yedek site ile uyumlu — ana düzen theme-public.css + hero-lcp-critical inline */

.hero-section .rounded-custom {
    border-radius: 16px;
}

.hero-section .about-img-first[style],
.hero-section .about-content-right > .rounded-custom[style] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.hero-section .about-img-first iframe,
.hero-section .about-content-right > .rounded-custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-section .hero-plink-form {
    width: 100%;
    max-width: min(100%, 20rem);
}

@media (min-width: 576px) {
    .hero-section .hero-plink-form {
        max-width: min(100%, 24rem);
    }
}

@media (min-width: 992px) {
    .hero-section .hero-plink-form {
        max-width: min(100%, 28rem);
    }
}

.hero-section .home-contact-button-wrapper .btn {
    min-width: 0;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 400px) {
    .hero-section .home-contact-button-wrapper .btn {
        width: auto;
        min-width: 8.5rem;
    }
}

.hero-plink-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    z-index: 1080;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.hero-plink-modal-backdrop.is-open {
    display: flex;
}

.hero-plink-modal {
    width: 100%;
    max-width: 520px;
    max-height: min(92vh, 720px);
    overflow: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    color: #1e293b;
}

.hero-plink-modal header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.hero-plink-modal header h2 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
}

.hero-plink-modal .hero-plink-body {
    padding: 1.25rem;
}

.hero-plink-preview-img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 12px;
    background: #f8fafc;
    margin-bottom: 0.75rem;
}

.hero-plink-step { display: none; }
.hero-plink-step.is-active { display: block; }

.hero-plink-close {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
    padding: 0.25rem;
}

/* how-we-work / video blokları */
.work-process .rounded-custom[style] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.work-process .rounded-custom[style] iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
