/* ==========================================================================
   GOSPEED - modern.css  (v2)
   Sadece GORUNUM katmani. Metinler, bolum sirasi ve icerik degistirilmedi.
   Renk paleti ve logo mevcut haliyle korunuyor.
   Geri almak icin: sayfalardaki bu dosyanin <link> satirini sil.
   ========================================================================== */

:root {
    /* Mevcut marka renkleri - DEGISTIRILMEDI */
    --thm-base: #007AFF;
    --thm-primary: #4CD964;
    --gs-blue-soft: #5798fe;
    --gs-amber: #ffaf00;

    /* style.css'te --thm-base-rgb 255,174,0 yaziyordu ama base #007AFF idi;
       rgba() kullanan kurallar yanlis renk uretiyordu. Duzeltildi. */
    --thm-base-rgb: 0, 122, 255;
    --thm-primary-rgb: 76, 217, 100;

    --gs-ink: #101820;
    --gs-body: #5c6672;
    --gs-line: #e9edf2;
    --gs-soft: #f5f8fb;

    --gs-sh-sm: 0 2px 10px rgba(16, 24, 32, .06);
    --gs-sh-md: 0 12px 34px rgba(16, 24, 32, .10);
    --gs-sh-lg: 0 28px 70px rgba(16, 24, 32, .16);

    --gs-ease: cubic-bezier(.22, 1, .36, 1);
}

/* --------------------------------------------------------------------------
   TIPOGRAFI - sitenin kendi fontu (Barlow) korunuyor, sadece olcek buyudu
   -------------------------------------------------------------------------- */
html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
    font-family: 'Barlow', system-ui, -apple-system, sans-serif;
    color: var(--gs-body);
    font-size: 17px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow', system-ui, sans-serif;
    color: var(--gs-ink);
    letter-spacing: -.025em;
    line-height: 1.14;
    text-wrap: balance;
}

.block-title h3 {
    font-size: clamp(2.1rem, 1.2rem + 3vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -.035em;
    color: var(--gs-ink);
}

.block-title p {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

/* Bolumlere cok daha genis nefes payi */
.service-one,
.cta-one,
.cta-two,
.video-one,
.testimonials-one,
.app-shot-one,
.faq-one,
.blog-one,
.mailchimp-one {
    padding-top: clamp(60px, 7vw, 120px);
    padding-bottom: clamp(60px, 7vw, 120px);
}

/* --------------------------------------------------------------------------
   ERISILEBILIRLIK
   -------------------------------------------------------------------------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(var(--thm-base-rgb), .6);
    outline-offset: 3px;
    border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* --------------------------------------------------------------------------
   HEADER - hero'nun uzerine binen seffaf bar
   -------------------------------------------------------------------------- */
/* Tum sayfalarda gecerli ortak header dokunusu */
.site-header-one {
    border-bottom: 1px solid var(--gs-line);
    transition: background .3s var(--gs-ease), box-shadow .3s var(--gs-ease), border-color .3s var(--gs-ease);
}

.site-header-one .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-inline: clamp(18px, 3.5vw, 46px);
    gap: 18px;
}

.site-header-one .main-nav__navigation-box > li > a {
    font-weight: 600;
    font-size: 15.5px;
}

.site-header-one .btn-outline-secondary {
    border-radius: 999px;
    font-weight: 600;
    padding: 6px 15px;
}

/* --- Sadece HERO'SU OLAN sayfada (index) header seffaf olup gorselin
       uzerine biner. iletisim/privacy gibi hero'su olmayan sayfalarda bu
       kurallar devreye girmez, yoksa beyaz metin beyaz zeminde kalirdi. --- */
body:has(#carouselExampleControls) .site-header-one {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 40;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

body:has(#carouselExampleControls) .site-header-one .main-nav__navigation-box > li > a {
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .4);
    transition: opacity .2s var(--gs-ease);
}
body:has(#carouselExampleControls) .site-header-one .main-nav__navigation-box > li > a:hover {
    opacity: .72;
}

body:has(#carouselExampleControls) .site-header-one .btn-outline-secondary {
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
body:has(#carouselExampleControls) .site-header-one .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, .24);
    color: #fff;
}

/* MOBIL: hamburger ikonu style.css'te var(--thm-black) yani siyah. Hero'nun
   koyu fotografi uzerinde gorunmez oluyordu - hero'lu sayfada beyaza cevir. */
body:has(#carouselExampleControls) .site-header-one__logo .side-menu__toggler {
    color: #fff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, .5);
}
body:has(#carouselExampleControls) .site-header-one.stricky-fixed .side-menu__toggler {
    color: var(--gs-ink);
    text-shadow: none;
}

/* Sayfa kayinca beyaz, yapiskan bar (theme.js .stricky-fixed ekliyor) */
.site-header-one.stricky-fixed {
    position: fixed;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    border-bottom-color: var(--gs-line);
    box-shadow: var(--gs-sh-sm);
}
body:has(#carouselExampleControls) .site-header-one.stricky-fixed .main-nav__navigation-box > li > a {
    color: var(--gs-ink);
    text-shadow: none;
}
body:has(#carouselExampleControls) .site-header-one.stricky-fixed .btn-outline-secondary {
    border-color: var(--gs-line);
    color: var(--gs-ink);
    background: #fff;
}

.main-nav__right .dropdown-menu {
    border: 1px solid var(--gs-line);
    border-radius: 14px;
    box-shadow: var(--gs-sh-md);
    padding: 6px;
}
.main-nav__right .dropdown-item { border-radius: 9px; font-weight: 600; }
.main-nav__right .dropdown-item:hover {
    background: rgba(var(--thm-base-rgb), .09);
    color: var(--thm-base);
}

/* --------------------------------------------------------------------------
   BUTONLAR
   -------------------------------------------------------------------------- */
.thm-btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: -.01em;
    padding: 0 34px;
    line-height: 54px;
    background: var(--thm-base);
    box-shadow: 0 10px 26px rgba(var(--thm-base-rgb), .32);
    transition: transform .18s var(--gs-ease), box-shadow .28s var(--gs-ease);
}
.thm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(var(--thm-base-rgb), .4);
}
.thm-btn:active { transform: translateY(0); }
.thm-btn.btn-xs { line-height: 44px; padding: 0 24px; font-size: 15px; }

/* Hero icindeki ikincil buton: cam */
.hero-actions .thm-btn--ghost {
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
}
.hero-actions .thm-btn--ghost:hover {
    background: rgba(255, 255, 255, .28);
    box-shadow: none;
}

/* --------------------------------------------------------------------------
   TAM EKRAN HERO
   -------------------------------------------------------------------------- */
#carouselExampleControls {
    position: relative;
    height: 100svh;
    min-height: 560px;
    max-height: 980px;
    overflow: hidden;
}

#carouselExampleControls .carousel-inner,
#carouselExampleControls .carousel-item {
    height: 100%;
}

#carouselExampleControls .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* Fotograflar yavasca yaklasarak hareket hissi verir */
    animation: gs-kenburns 16s var(--gs-ease) both;
}

@keyframes gs-kenburns {
    from { transform: scale(1.06); }
    to   { transform: scale(1); }
}

/* Metnin okunmasi icin karartma */
#carouselExampleControls .carousel-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(8, 14, 22, .62) 0%, rgba(8, 14, 22, .28) 34%, rgba(8, 14, 22, .74) 100%);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 90px 22px 0;
    pointer-events: none;
}

.hero-overlay__inner {
    pointer-events: auto;
    max-width: 900px;
}

.hero-eyebrow {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(var(--thm-primary-rgb), .22);
    border: 1px solid rgba(var(--thm-primary-rgb), .5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    margin-bottom: 26px;
}

.hero-overlay h1 {
    color: #fff;
    font-size: clamp(2.6rem, 1.4rem + 5vw, 5.4rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.04;
    margin: 0;
    text-shadow: 0 4px 40px rgba(0, 0, 0, .45);
}

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

.hero-scroll {
    pointer-events: auto;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    animation: gs-bob 2.4s var(--gs-ease) infinite;
}
.hero-scroll:hover { background: rgba(255, 255, 255, .18); color: #fff; }

@keyframes gs-bob {
    0%, 100% { transform: translate(-50%, 0); }
    50%      { transform: translate(-50%, 7px); }
}

/* Carousel oklari */
#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    z-index: 30;
    width: 58px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    margin-inline: clamp(10px, 2.5vw, 34px);
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity .3s var(--gs-ease), background .2s var(--gs-ease);
}
#carouselExampleControls:hover .carousel-control-prev,
#carouselExampleControls:hover .carousel-control-next,
#carouselExampleControls .carousel-control-prev:focus-visible,
#carouselExampleControls .carousel-control-next:focus-visible { opacity: 1; }
#carouselExampleControls .carousel-control-prev:hover,
#carouselExampleControls .carousel-control-next:hover { background: rgba(255, 255, 255, .3); }

@media (hover: none) {
    #carouselExampleControls .carousel-control-prev,
    #carouselExampleControls .carousel-control-next { opacity: .85; }
}

@media (max-width: 767px) {
    #carouselExampleControls { height: 88svh; min-height: 480px; }
    .hero-overlay { padding-top: 70px; }
}

/* --------------------------------------------------------------------------
   HIZMET KARTLARI - daha buyuk, daha ferah
   -------------------------------------------------------------------------- */
.service-one__single {
    border-radius: 26px;
    border: 1px solid var(--gs-line);
    box-shadow: var(--gs-sh-sm);
    padding: 8px 8px 30px;
    height: 100%;
    transition: transform .3s var(--gs-ease), box-shadow .3s var(--gs-ease);
}
.service-one__single:hover {
    transform: translateY(-8px);
    box-shadow: var(--gs-sh-md);
}
.service-one__single .service-icon {
    border-radius: 20px 20px 0 0;
    padding: 40px 0;
}
.service-one__single .icon-box i { transition: transform .3s var(--gs-ease); }
.service-one__single:hover .icon-box i { transform: scale(1.12); }
.service-one__single .text h3 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 16px;
}

/* --------------------------------------------------------------------------
   UYGULAMA TANITIM / SUR BOLUMLERI - gorseller buyudu
   -------------------------------------------------------------------------- */
.cat_one_moc img,
.cta-two__moc img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 60px rgba(16, 24, 32, .22));
}

.cta-one__icon-single {
    border-radius: 18px;
    padding: 4px 0;
    transition: transform .25s var(--gs-ease);
}
.cta-one__icon-single:hover { transform: translateX(4px); }

.cta-one__icon-single span,
.cta-two__text p {
    font-size: 16.5px;
    line-height: 1.8;
    color: var(--gs-body);
}

.cta-two__list li {
    font-size: 16.5px;
    padding: 7px 0;
    color: var(--gs-ink);
    font-weight: 500;
}
.cta-two__list li i {
    color: var(--thm-primary);
    margin-right: 10px;
}

/* Magaza rozetleri */
.cat_one_content a img {
    transition: transform .22s var(--gs-ease);
    border-radius: 12px;
}
.cat_one_content a:hover img { transform: translateY(-3px); }

/* --------------------------------------------------------------------------
   VIDEO BOLUMU - tam genislik, buyuk
   -------------------------------------------------------------------------- */
.video-one .container {
    background-size: cover;
    background-position: center;
    border-radius: 32px;
    min-height: clamp(340px, 46vw, 560px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--gs-sh-lg);
}
.video-one .container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 22, .2), rgba(8, 14, 22, .5));
}
.video-one__btn {
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #fff;
    color: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .3);
    transition: transform .25s var(--gs-ease);
}
.video-one__btn:hover { transform: scale(1.08); color: var(--thm-base); }
.video-one__btn::after {
    content: "";
    position: absolute;
    inset: -14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .55);
    animation: gs-ring 2.6s var(--gs-ease) infinite;
}
@keyframes gs-ring {
    0%   { transform: scale(.9); opacity: .9; }
    100% { transform: scale(1.35); opacity: 0; }
}

/* --------------------------------------------------------------------------
   YORUMLAR - okunabilirlik icin ayni yesilin koyu tonuna gecis
   -------------------------------------------------------------------------- */
.testimonials-one__single {
    border-radius: 32px;
    padding: clamp(38px, 4.5vw, 72px) clamp(26px, 4.5vw, 78px);
    background: linear-gradient(135deg, var(--thm-primary) 0%, #2fa845 100%);
    box-shadow: 0 24px 60px rgba(var(--thm-primary-rgb), .3);
}
.testimonials-one__single p.testimonials-one__text {
    color: #fff;
    font-size: clamp(1.1rem, .95rem + .7vw, 1.55rem);
    line-height: 1.62;
    font-weight: 500;
}
.testimonials-user-img,
.testimonials-one__image img {
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, .6);
}
.testimonials-one-client-info h3,
.testimonials-one-client-info h4 { color: #fff; }

/* --------------------------------------------------------------------------
   EKRAN GORUNTULERI - cok daha buyuk
   -------------------------------------------------------------------------- */
.app-shot-one img {
    border-radius: 26px;
    box-shadow: var(--gs-sh-md);
    transition: transform .35s var(--gs-ease), box-shadow .35s var(--gs-ease);
}
.app-shot-one .item:hover img {
    transform: translateY(-10px);
    box-shadow: var(--gs-sh-lg);
}

/* --------------------------------------------------------------------------
   SSS / SOZLESMELER
   -------------------------------------------------------------------------- */
.faq-one .accrodion {
    background: #fff;
    border: 1px solid var(--gs-line);
    border-radius: 18px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .28s var(--gs-ease), border-color .28s var(--gs-ease);
}
.faq-one .accrodion:hover {
    border-color: rgba(var(--thm-base-rgb), .3);
    box-shadow: var(--gs-sh-sm);
}
.faq-one .accrodion.active {
    border-color: rgba(var(--thm-base-rgb), .45);
    box-shadow: var(--gs-sh-md);
}
.faq-one .accrodion-title {
    padding: 22px 26px;
    cursor: pointer;
}
.faq-one .accrodion-title h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
}
.faq-one .accrodion-content { padding: 0 26px 24px; }
.faq-one .accrodion-content p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--gs-body);
}

.overflow-y-paragraph {
    max-height: 460px;
    overflow-y: auto;
    padding-right: 14px;
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--thm-base-rgb), .35) transparent;
    overscroll-behavior: contain;
}
.overflow-y-paragraph::-webkit-scrollbar { width: 9px; }
.overflow-y-paragraph::-webkit-scrollbar-thumb {
    background: rgba(var(--thm-base-rgb), .3);
    border-radius: 999px;
}
.overflow-y-paragraph::-webkit-scrollbar-thumb:hover { background: rgba(var(--thm-base-rgb), .5); }

.faq-one .table {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--gs-line);
}
.faq-one .table th {
    background: var(--gs-soft);
    font-weight: 700;
}
.faq-one .table td, .faq-one .table th {
    padding: 13px 15px;
    vertical-align: top;
}

/* --------------------------------------------------------------------------
   BLOG - gorsel agirlikli kartlar
   -------------------------------------------------------------------------- */
.blog-one__single {
    border-radius: 26px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--gs-line);
    box-shadow: var(--gs-sh-sm);
    height: 100%;
    transition: transform .32s var(--gs-ease), box-shadow .32s var(--gs-ease);
}
.blog-one__single:hover {
    transform: translateY(-8px);
    box-shadow: var(--gs-sh-md);
}
.blog-one__image { overflow: hidden; }
.blog-one__image img {
    width: 100%;
    transition: transform .7s var(--gs-ease);
}
.blog-one__single:hover .blog-one__image img { transform: scale(1.07); }
.blog-one__text { font-size: 16px; line-height: 1.75; }

/* --------------------------------------------------------------------------
   BULTEN
   -------------------------------------------------------------------------- */
.mailchimp-one input[type="email"],
.mailchimp-one input[type="text"] {
    border-radius: 999px;
    border: 1px solid var(--gs-line);
    padding: 16px 24px;
    font-size: 16px;
}
.mailchimp-one input[type="email"]:focus,
.mailchimp-one input[type="text"]:focus {
    border-color: rgba(var(--thm-base-rgb), .55);
    box-shadow: 0 0 0 4px rgba(var(--thm-base-rgb), .13);
    outline: none;
}

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */
.site-footer a { transition: color .2s var(--gs-ease); }
.site-footer a:hover { color: var(--thm-primary); }
.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .13);
    padding-block: 24px;
}
.site-footer .social-icons a,
.side-menu__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    margin-right: 9px;
    transition: transform .2s var(--gs-ease), background .2s var(--gs-ease);
}
.site-footer .social-icons a:hover,
.side-menu__social a:hover {
    transform: translateY(-3px);
    background: rgba(var(--thm-primary-rgb), .28);
}

/* --------------------------------------------------------------------------
   YAN MENU / PRELOADER / GORSEL
   -------------------------------------------------------------------------- */
.side-menu__block-overlay {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.preloader { transition: opacity .4s var(--gs-ease), visibility .4s var(--gs-ease); }
.preloader__image {
    height: 100px;
    width: auto;
    animation: gs-pulse 1.5s var(--gs-ease) infinite;
}
@keyframes gs-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.07); opacity: .72; }
}

img { max-width: 100%; }

/* --------------------------------------------------------------------------
   MOBIL
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    body { font-size: 16px; }
    .thm-btn { padding: 0 26px; line-height: 50px; font-size: 15px; }
    .testimonials-one__single { padding: 30px 26px; }
    .overflow-y-paragraph { max-height: 340px; }
    .video-one__btn { width: 74px; height: 74px; font-size: 21px; }
}

@media (max-width: 575px) {
    .hero-actions { gap: 10px; }
    .hero-actions .thm-btn { padding: 0 22px; line-height: 46px; font-size: 15px; }
    .main-nav__right .thm-btn.btn-xs { padding: 0 16px; font-size: 14px; line-height: 40px; }
}

/* Kucuk telefonlar: hero basligi 2.6rem'de uc satira tasiyordu */
@media (max-width: 480px) {
    .hero-overlay { padding-top: 84px; }
    .hero-overlay h1 { font-size: clamp(1.95rem, 1rem + 6vw, 2.6rem); }
    .hero-eyebrow {
        font-size: 11px;
        letter-spacing: .16em;
        padding: 7px 14px;
        margin-bottom: 20px;
    }
    .hero-actions { margin-top: 28px; }
    /* Tam genislige yaklasan kutularda kose yaricapi kucultuldu */
    .video-one .container { border-radius: 18px; }
    .testimonials-one__single { border-radius: 22px; }
    .service-one__single,
    .blog-one__single { border-radius: 20px; }
}

/* Yatay kaydirma guvenligi: hicbir bolum viewport'u asmasin */
html, body { overflow-x: hidden; }
.table-responsive { -webkit-overflow-scrolling: touch; }
