/* ==========================================================================
   custom.css — eliftumen.com'a özel kurallar.
   Şablon CSS'i (style.css) elle düzenlenmez; tüm özelleştirmeler burada.
   Dosya değişince HTML'deki ?v= parametresini güncelleyin.
   ========================================================================== */

/* Şablon .page öğesini opacity:0 ile gizleyip preloader betiğiyle açıyordu.
   Preloader kaldırıldı; sayfa doğrudan görünür. */
.page { opacity: 1; }

/* --------------------------------------------------------------------------
   Satır içi SVG ikonlar (ikon fontlarının yerine)
   -------------------------------------------------------------------------- */
.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    flex-shrink: 0;
}

.svg-icon.stroke {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-soc-list li,
.social-list li { display: inline-block; }

.header-soc-list .icon,
.social-list .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.header-soc-list .icon {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
    transition: color .3s;
}

.header-soc-list .icon:hover,
.header-soc-list .icon:focus-visible { color: #ffffff; }

.icon-circle-md .svg-icon { width: 22px; height: 22px; }

.box-icon-inner .svg-icon {
    width: 60px;
    height: 60px;
    stroke-width: 1.25;
    color: #151515;
}

/* Ses düğmesi: yalnızca arka plan videosu oynarken görünür (masaüstü) */
#btn_vol {
    display: none;
    background: none;
    border: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: color .3s;
}

#btn_vol:hover,
#btn_vol:focus-visible { color: #ffffff; }
body.video-ready #btn_vol { display: inline-flex; }
#btn_vol .icon-on { display: none; }
#btn_vol.is-on .icon-on { display: inline-block; }
#btn_vol.is-on .icon-off { display: none; }

/* "Yukarı çık" düğmesi (UIToTop eklentisi ikon fontu bekler; SVG ile değiştirildi) */
.ui-to-top::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'/%3E%3C/svg%3E") center / 26px no-repeat;
}

/* --------------------------------------------------------------------------
   Hero (ana banner)
   -------------------------------------------------------------------------- */
.section-main-bunner {
    min-height: 72vh;
    display: flex;
    align-items: center;
}

.section-main-bunner .main-bunner-img {
    display: block !important;
    overflow: hidden;
    background: #151515;
}

.section-main-bunner .main-bunner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
    transition: opacity .8s ease;
}

.section-main-bunner .main-bunner-img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.25) 0%, rgba(21, 21, 21, 0.35) 50%, rgba(21, 21, 21, 0.78) 100%);
}

.section-main-bunner .bunner-content-modern { display: block !important; }

.mob-head-col { margin-top: 90px; margin-bottom: 40px; }

.hero-title { margin: 0; line-height: 1; }
.hero-title .big-text { display: block; }

.hero-tagline {
    margin-top: 58px;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: .02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.hero-sub {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 32px;
}

/* Eylem çağrısı düğmeleri (hero ve iletişim): şablon .button kurallarından bağımsız, tam tanım */
.hero-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 200px;
    min-height: 0;
    margin: 0;
    padding: 15px 30px;
    border: 2px solid transparent;
    border-radius: 3px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.hero-actions .button-primary {
    background: #7240B2;
    border-color: #7240B2;
    color: #ffffff;
}

.hero-actions .button-primary:hover,
.hero-actions .button-primary:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #7240B2;
}

.hero-actions .button-ghost {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.hero-actions .button-ghost:hover,
.hero-actions .button-ghost:focus-visible {
    background: #ffffff;
    border-color: #ffffff;
    color: #151515;
}

@media (min-width: 992px) {
    .mob-head-col { margin-top: 0; margin-bottom: 0; }
    .hero-tagline { font-size: 26px; }
    .hero-sub { font-size: 14px; }
    .hero-actions { margin-top: 40px; }

    /* Arka plan videosu oynamaya başlayınca poster görseli çekilir, karartma kalır */
    body.video-ready .section-main-bunner .main-bunner-img { background: transparent; }
    body.video-ready .section-main-bunner .main-bunner-img img { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .section-main-bunner .main-bunner-img { animation: none !important; }
}

/* --------------------------------------------------------------------------
   Showreel: tıklayınca yüklenen YouTube (facade)
   -------------------------------------------------------------------------- */
.yt-facade {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 0;
    border: 0;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.yt-facade img,
.yt-facade iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.yt-facade img { object-fit: cover; }

.yt-facade .yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 76px;
    height: 76px;
    margin: -38px 0 0 -38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7240B2;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: transform .2s ease, background .2s ease;
}

.yt-facade .yt-play .svg-icon { width: 32px; height: 32px; margin-left: 5px; }
.yt-facade:hover .yt-play,
.yt-facade:focus-visible .yt-play { transform: scale(1.08); background: #5e33a0; }
.yt-facade.is-playing img,
.yt-facade.is-playing .yt-play { display: none; }

.section-showreel { padding-top: 70px; padding-bottom: 20px; }
.section-showreel h2 + p { margin-top: 12px; }
.section-showreel .yt-facade { margin-top: 36px; }

@media (min-width: 992px) {
    .section-showreel { padding-top: 110px; padding-bottom: 30px; }
}

/* --------------------------------------------------------------------------
   Portfolyo kartları ve başlık hiyerarşisi (h3/p, şablonun h4/h6 görünümüyle)
   -------------------------------------------------------------------------- */
.team-minimal-figure img { width: 100%; height: auto; display: block; }
.team-minimal-caption .heading-4 { font-size: 20px; line-height: 1.3; }
.team-minimal-caption p.heading-6 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: none;
}

#portfolio > .row { margin-left: 0; margin-right: 0; }
#portfolio p a,
#photos .small-text a,
#contact p a { text-decoration: underline; text-underline-offset: 3px; }

.box-icon-caption .heading-4 { font-weight: 600; }

/* Hizmetler bölümü başlığı */
.section-services .row + .row { margin-top: 20px; }

/* --------------------------------------------------------------------------
   İletişim
   -------------------------------------------------------------------------- */
.contact-mail {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.contact-mail:hover,
.contact-mail:focus-visible { color: #C9C0D5; }

.contact-actions { justify-content: center; margin-top: 28px; }

@media (min-width: 992px) {
    .contact-actions { justify-content: flex-start; }
}

/* --------------------------------------------------------------------------
   Erişilebilirlik / kontrast düzeltmeleri
   -------------------------------------------------------------------------- */
.footer-minimal .rights,
.footer-minimal .rights a { color: rgba(255, 255, 255, 0.72); }

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #C9C0D5 !important;
    outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   SSS / FAQ: yerel <details>/<summary> akordeon, JS gerektirmez
   -------------------------------------------------------------------------- */
.faq-list { text-align: left; }

.faq-item {
    border-bottom: 1px solid #ededed;
    padding: 22px 0;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    color: #151515;
    padding-right: 34px;
    position: relative;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 4px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23151515' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .25s ease;
}

.faq-item[open] summary::after { transform: rotate(180deg); }

.faq-item summary:focus-visible {
    outline: 2px solid #C9C0D5;
    outline-offset: 4px;
}

.faq-item p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(21, 21, 21, 0.75);
}

.faq-item p a { text-decoration: underline; text-underline-offset: 3px; }
