/* Future Document — Yazılım Ürünlerimiz */
html,
body,
form {
    overflow-x: hidden;
    max-width: 100%;
}
.header-3::before {
    display: none !important;
}
.logo img.logo-img,
.logo-img {
    max-width: 90px;
    width: auto;
    height: auto;
}
.fd-hero-wrap {
    position: relative;
    padding-bottom: 90px;
    overflow: hidden;
}
.fd-hero-wrap .page-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    z-index: 2;
}
.fd-hero-wrap .page-heading h1 {
    max-width: 18ch;
    overflow-wrap: break-word;
    word-break: break-word;
}
.fd-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(18, 191, 48, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.fd-hero-lead {
    max-width: 640px;
    width: 100%;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.6;
    margin: 16px 0 28px;
    overflow-wrap: break-word;
}
.fd-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
    width: 100%;
    min-width: 0;
}
.fd-hero-actions .theme-btn.header-color-2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
}
.fd-hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    min-width: 0;
}
.fd-chip {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
}

.fd-subnav {
    position: sticky;
    top: 88px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #ececf2;
    box-shadow: 0 8px 24px rgba(17, 17, 32, 0.04);
    overflow: hidden;
}
.fd-subnav-inner {
    display: flex;
    gap: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
    scrollbar-width: none;
}
.fd-subnav-inner::-webkit-scrollbar { display: none; }
.fd-subnav a {
    white-space: nowrap;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #4b4b63;
    text-decoration: none;
    flex: 0 0 auto;
}
.fd-subnav a:hover,
.fd-subnav a.is-active {
    background: #12bf30;
    color: #fff;
}

.fd-section {
    padding: 80px 0;
    scroll-margin-top: 160px;
    overflow: hidden;
}
.fd-section.alt { background: #f5f5f8; }
.fd-kicker {
    color: #12bf30;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}
.fd-section h2 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 12px;
    overflow-wrap: break-word;
}
.fd-lede {
    max-width: 720px;
    color: #5c5c73;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.fd-section.center .fd-lede { margin-left: auto; margin-right: auto; }

.fd-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: -56px;
    margin-bottom: 8px;
    position: relative;
    z-index: 5;
}
.fd-stat {
    background: #fff;
    border-radius: 16px;
    padding: 22px 18px;
    box-shadow: 0 12px 40px rgba(17, 17, 32, 0.08);
    text-align: center;
    overflow: hidden;
    min-width: 0;
}
.fd-stat strong {
    display: block;
    font-size: 28px;
    color: #111120;
    margin-bottom: 4px;
}
.fd-stat span {
    color: #6a6a80;
    font-size: 14px;
}

.fd-module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 18px;
    align-items: start;
}
.fd-card {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 18px;
    padding: 28px 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.fd-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(17, 17, 32, 0.1);
    border-color: #c8f0d0;
}
.fd-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 191, 48, 0.12);
    color: #0e9a26;
    font-size: 20px;
    margin-bottom: 16px;
}
.fd-card h3 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 8px;
}
.fd-card p {
    color: #5c5c73;
    font-size: 14.5px;
    line-height: 1.6;
    margin: 0;
    overflow-wrap: break-word;
}

.fd-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.fd-feature {
    background: #fff;
    border-radius: 20px;
    padding: 32px 32px 36px;
    border: 1px solid #ececf2;
    height: 100%;
    overflow: hidden;
    min-width: 0;
}
.fd-feature .fd-kicker { margin-bottom: 8px; }
.fd-feature h3 { font-size: 26px; margin-bottom: 10px; overflow-wrap: break-word; }
.fd-feature > p { color: #5c5c73; margin-bottom: 18px; overflow-wrap: break-word; }
.fd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fd-list li {
    position: relative;
    padding: 8px 0 8px 28px;
    color: #3c3c52;
    overflow-wrap: break-word;
}
.fd-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #12bf30;
    font-weight: 800;
}
html[dir="rtl"] .fd-list li { padding: 8px 28px 8px 0; }
html[dir="rtl"] .fd-list li::before { left: auto; right: 0; }

.fd-platform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.fd-platform-card {
    border-radius: 22px;
    padding: 36px 32px;
    min-height: 240px;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-width: 0;
}
.fd-platform-card.web { background: linear-gradient(145deg, #111120 0%, #1f3d24 100%); }
.fd-platform-card.mobile { background: linear-gradient(145deg, #0e9a26 0%, #12bf30 100%); }
.fd-platform-card h3 { color: #fff; font-size: 28px; margin: 10px 0 12px; overflow-wrap: break-word; }
.fd-platform-card p { color: rgba(255,255,255,0.88); margin: 0; overflow-wrap: break-word; }
.fd-badge {
    display: inline-block;
    background: rgba(255,255,255,0.16);
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fd-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.fd-price {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 22px;
    padding: 32px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}
.fd-price.featured {
    border-color: #12bf30;
    box-shadow: 0 18px 50px rgba(18, 191, 48, 0.16);
}
.fd-price .fd-badge {
    background: rgba(18, 191, 48, 0.12);
    color: #0e9a26;
    margin-bottom: 12px;
}
.fd-price.featured .fd-badge {
    background: #12bf30;
    color: #fff;
}
.fd-price h3 { font-size: 30px; margin-bottom: 6px; }
.fd-price .fd-price-tag {
    font-size: 18px;
    font-weight: 700;
    color: #12bf30;
    margin-bottom: 18px;
}
.fd-price .fd-list { margin-bottom: 24px; flex: 1; }
.fd-quota {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}
.fd-quota-box {
    background: #fff;
    border-radius: 16px;
    padding: 20px 22px;
    border: 1px dashed #d7d7e2;
    min-width: 0;
}
.fd-quota-box h4 { font-size: 16px; margin-bottom: 8px; }

.fd-faq details {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 14px;
    padding: 4px 20px;
    margin-bottom: 12px;
}
.fd-faq summary {
    cursor: pointer;
    font-weight: 700;
    padding: 16px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.fd-faq summary::-webkit-details-marker { display: none; }
.fd-faq summary::after {
    content: "+";
    color: #12bf30;
    font-size: 22px;
    line-height: 1;
}
.fd-faq details[open] summary::after { content: "–"; }
.fd-faq details p {
    color: #5c5c73;
    padding-bottom: 16px;
    margin: 0;
    line-height: 1.7;
}

.fd-cta {
    background: linear-gradient(135deg, #111120 0%, #16351c 100%);
    color: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    min-width: 0;
}
.fd-cta h2 { color: #fff; margin-bottom: 8px; overflow-wrap: break-word; }
.fd-cta p { color: rgba(255,255,255,0.82); margin: 0; max-width: 560px; overflow-wrap: break-word; }
.fd-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; min-width: 0; }

.footer-content iframe {
    max-width: 100%;
}

.fd-module-grid.cols-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
@media (max-width: 1199px) {
    .fd-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .header-3 {
        overflow-x: hidden;
    }
    .header-3 .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-main {
        min-width: 0;
        max-width: 100%;
        gap: 12px;
    }
    .header-main .logo {
        flex: 0 0 auto;
        max-width: 45%;
    }
    .header-right {
        min-width: 0;
        max-width: 100%;
        flex-shrink: 0;
        gap: 12px;
    }
    .header-3 .header-main .header-right {
        gap: 12px;
    }
    .fd-split,
    .fd-platform,
    .fd-price-grid,
    .fd-quota,
    .fd-cta { grid-template-columns: 1fr; display: grid; }
    .fd-section h2 { font-size: 28px; }
    .fd-hero-wrap .page-heading h1 {
        max-width: 100%;
        font-size: 32px;
    }
    .fd-hero-lead { font-size: 16px; }
    .fd-subnav { top: 72px; }
    .fd-section { scroll-margin-top: 140px; }
    .fd-feature,
    .fd-price,
    .fd-platform-card { padding: 24px 20px; }
}
@media (max-width: 767px) {
    .fd-stats { grid-template-columns: 1fr 1fr; }
    .fd-section { padding: 56px 0; }
    .fd-cta { padding: 28px 18px; }
    .fd-cta-actions .theme-btn { width: 100%; text-align: center; }
    .fd-stats { margin-top: -28px; }
    .fd-hero-actions { flex-direction: column; align-items: stretch; }
    .fd-hero-actions .theme-btn {
        width: 100%;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
.breadcrumb-wrapper .page-heading h1,
.fd-hero-wrap .page-heading h1 {
    max-width: 100%;
    width: 100%;
    font-size: 28px !important;
    line-height: 1.25;
}
}
@media (max-width: 575px) {
    .fd-module-grid,
    .fd-module-grid.cols-3 { grid-template-columns: 1fr; }
    .fd-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .fd-stat { padding: 16px 10px; }
    .fd-stat strong { font-size: 22px; }
    .floatt { left: 16px; }
}

/* —— Homepage UX enrichments —— */
.gp-hero .hero-3 {
    position: relative;
}
.gp-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(17, 17, 32, 0.78) 0%, rgba(17, 17, 32, 0.35) 55%, rgba(17, 17, 32, 0.15) 100%);
    z-index: 1;
    pointer-events: none;
}
.gp-hero-copy {
    position: relative;
    z-index: 2;
    padding: 120px 0 100px;
    max-width: 640px;
    color: #fff;
}
.gp-hero-brand {
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #12bf30;
    margin-bottom: 14px;
}
.gp-hero-copy h1,
.gp-hero-copy h2 {
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 16px;
}
.gp-hero-copy p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.65;
    margin-bottom: 24px;
}
.gp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.gp-hero-actions .theme-btn.header-color-2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
}
.gp-hero .array-button {
    z-index: 3;
}

.gp-about-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 22px 0 28px;
}
.gp-about-item {
    background: #f5f5f8;
    border-radius: 14px;
    padding: 14px 12px;
    min-width: 0;
}
.gp-about-item strong {
    display: block;
    font-size: 14px;
    color: #111120;
    margin-bottom: 2px;
}
.gp-about-item span {
    font-size: 12.5px;
    color: #6a6a80;
}

.gp-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gp-choose-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.gp-choose-list li i {
    color: #12bf30;
    margin-top: 4px;
}
.gp-choose-list strong {
    display: block;
    color: #111120;
    font-size: 15px;
}
.gp-choose-list span {
    display: block;
    color: #6a6a80;
    font-size: 13.5px;
    line-height: 1.45;
}

.gp-section-kicker {
    display: inline-block;
    color: #12bf30;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}

.gp-soft-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 18px;
    padding: 28px 24px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.gp-soft-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(17, 17, 32, 0.1);
    border-color: #c8f0d0;
    color: inherit;
    text-decoration: none;
}
.gp-soft-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 191, 48, 0.12);
    color: #0e9a26;
    font-size: 22px;
    margin-bottom: 16px;
}
.gp-soft-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.gp-soft-card p {
    color: #5c5c73;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.gp-soft-link {
    color: #0e9a26;
    font-weight: 700;
    font-size: 14px;
}

.gp-journey {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 0;
    margin: 40px 0 8px;
}
.gp-journey li {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 16px;
    padding: 18px 16px;
    text-align: center;
    min-width: 0;
}
.gp-journey-num {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #12bf30;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 10px;
}
.gp-journey strong {
    display: block;
    font-size: 15px;
    margin-bottom: 4px;
    color: #111120;
}
.gp-journey span {
    display: block;
    font-size: 13px;
    color: #6a6a80;
    line-height: 1.4;
}
.gp-journey-lg {
    margin-bottom: 28px;
}

.gp-product-paths {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.gp-path-card {
    display: block;
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 18px;
    padding: 28px 24px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.gp-path-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(17, 17, 32, 0.09);
    border-color: #c8f0d0;
    color: inherit;
    text-decoration: none;
}
.gp-path-card .fd-badge {
    background: rgba(18, 191, 48, 0.12);
    color: #0e9a26;
    margin-bottom: 12px;
}
.gp-path-card h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.gp-path-card p {
    margin: 0;
    color: #5c5c73;
    font-size: 14.5px;
    line-height: 1.55;
}

.gp-cta-band {
    padding: 56px 0;
    background: linear-gradient(135deg, #111120 0%, #16351c 100%);
}
.gp-cta-band-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.gp-cta-band h2 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 8px;
}
.gp-cta-band p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    max-width: 520px;
}
.gp-cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.gp-cta-band .theme-btn.header-color-2 {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.fd-faq details {
    transition: box-shadow 0.2s ease;
}
.fd-faq details[open] {
    box-shadow: 0 10px 28px rgba(17, 17, 32, 0.06);
    border-color: #c8f0d0;
}
.fd-stat,
.fd-card,
.fd-feature,
.fd-price {
    animation: gp-fade-up 0.55s ease both;
}
@keyframes gp-fade-up {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .fd-stat, .fd-card, .fd-feature, .fd-price,
    .gp-soft-card, .gp-path-card {
        animation: none;
        transition: none;
    }
}

@media (max-width: 991px) {
    .gp-hero-copy { padding: 90px 0 70px; }
    .gp-journey { grid-template-columns: 1fr 1fr; }
    .gp-about-highlights { grid-template-columns: 1fr; }
    .gp-product-paths { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .gp-journey { grid-template-columns: 1fr; }
    .gp-cta-band-actions .theme-btn { width: 100%; text-align: center; }
}
