/* Ana sayfa elevate — köşeli, koyu accent, soft glow (oval yok) */
.home-page,
.home-page * {
    border-radius: 0 !important;
}
/* QR-Soft 360 orbit — daire istisna (360 diyagramı) */
.home-page .qrs360-orbit__spin,
.home-page .qrs360-orbit__core,
.home-page .qrs360-orbit__ring {
    border-radius: 50% !important;
}
/* Hero CTA ikon daireleri */
.home-page .home-hero-tsoft__btn-ico {
    border-radius: 9999px !important;
}

/* —— Hero —— */
.home-hero-tsoft {
    min-height: min(94vh, 56rem);
    background: #050608;
}
.home-hero-tsoft__photo {
    object-position: 72% 42%;
    transform: scale(1.06);
    filter: saturate(1.12) contrast(1.06) brightness(0.92);
}
@media (min-width: 1024px) {
    .home-hero-tsoft__photo {
        object-position: 78% 40%;
        transform: scale(1.08);
    }
}
/* Sol koyu (metin), sağda yemek + turuncu ışıltı görünsün */
.home-hero-tsoft__overlay {
    background:
        linear-gradient(
            100deg,
            rgba(4, 5, 8, 0.97) 0%,
            rgba(5, 6, 10, 0.92) 28%,
            rgba(6, 7, 12, 0.55) 52%,
            rgba(8, 6, 4, 0.18) 72%,
            rgba(12, 6, 2, 0.08) 100%
        ),
        radial-gradient(ellipse 55% 70% at 92% 18%, rgba(253, 105, 5, 0.55), transparent 58%),
        radial-gradient(ellipse 40% 50% at 100% 80%, rgba(253, 105, 5, 0.28), transparent 55%);
}
.home-hero-tsoft__overlay::after {
    content: none;
}
.home-hero-tsoft__glow {
    pointer-events: none;
    z-index: 3;
    position: absolute;
}
.home-hero-tsoft__glow--a {
    top: -18%;
    right: -6%;
    width: 55%;
    height: 70%;
    background: radial-gradient(ellipse at 60% 40%, rgba(253, 105, 5, 0.55), rgba(253, 105, 5, 0.12) 42%, transparent 70%);
    animation: home-hero-glow 7s ease-in-out infinite alternate;
    mix-blend-mode: screen;
}
.home-hero-tsoft__glow--b {
    bottom: -20%;
    right: 0;
    width: 45%;
    height: 55%;
    background: radial-gradient(ellipse at center, rgba(255, 120, 20, 0.35), transparent 68%);
    animation: home-hero-glow 9s ease-in-out infinite alternate-reverse;
    mix-blend-mode: screen;
    opacity: 0.85;
}
@keyframes home-hero-glow {
    from { opacity: 0.55; transform: scale(1); }
    to { opacity: 1; transform: scale(1.08); }
}
.home-hero-tsoft__content {
    padding-top: clamp(5.5rem, 10vw, 7.25rem);
    padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.home-hero-tsoft__badge {
    display: inline-block;
    margin: 0 0 1.1rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(253, 105, 5, 0.7);
    background: rgba(8, 10, 16, 0.55);
    color: #fdba74;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: none;
    line-height: 1.35;
    box-shadow: 0 0 24px -6px rgba(253, 105, 5, 0.55);
}
.home-hero-tsoft__title {
    font-size: clamp(2rem, 5.2vw, 3.15rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
}
.home-hero-tsoft__title .text-primary,
.home-hero-tsoft__title span.text-primary {
    color: #fd6905 !important;
    text-shadow: 0 0 40px rgba(253, 105, 5, 0.35);
}
.home-hero-tsoft__lead {
    font-size: clamp(0.95rem, 1.55vw, 1.08rem) !important;
    line-height: 1.65 !important;
    max-width: 32rem;
    color: rgba(255, 255, 255, 0.92) !important;
}
.home-hero-tsoft__actions {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    max-width: 26rem;
}
.home-hero-tsoft__actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}
.home-hero-tsoft__btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-radius: 0 !important;
    min-height: 3rem !important;
    padding: 0.75rem 1.3rem !important;
    font-size: 0.8125rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    animation: none !important;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease, color 0.15s ease, box-shadow 0.15s ease !important;
}
.home-hero-tsoft__btn--solid {
    flex: 1 1 auto;
    background: #fd6905 !important;
    color: #fff !important;
    border: 1px solid #fd6905;
    box-shadow: 0 0 28px -4px rgba(253, 105, 5, 0.75), 0 14px 32px -12px rgba(253, 105, 5, 0.65);
}
.home-hero-tsoft__btn--solid:hover {
    background: #e05a04 !important;
    border-color: #e05a04;
    box-shadow: 0 0 36px -2px rgba(253, 105, 5, 0.9);
}
.home-hero-tsoft__btn--ghost {
    flex: 1 1 auto;
    background: rgba(8, 10, 16, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff !important;
}
.home-hero-tsoft__btn--ghost:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08) !important;
}
.home-hero-tsoft__btn--wide {
    width: 100%;
    background: rgba(8, 10, 16, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: rgba(255, 255, 255, 0.95) !important;
}
.home-hero-tsoft__btn--wide:hover {
    border-color: rgba(253, 105, 5, 0.7);
    color: #fff !important;
}
.home-hero-tsoft__btn-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}
.home-hero-tsoft__btn-ico svg {
    width: 0.72rem;
    height: 0.72rem;
}
.home-hero-tsoft__btn-ico--ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.home-hero-tsoft__btn--solid:hover,
.home-hero-tsoft__btn--ghost:hover,
.home-hero-tsoft__btn--wide:hover {
    transform: translateY(-2px);
}
.home-hero-tsoft__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
}
.home-hero-tsoft__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.74rem;
    font-weight: 650;
    line-height: 1.25;
}
.home-hero-tsoft__trust svg {
    width: 1rem;
    height: 1rem;
    color: #fd6905;
    flex-shrink: 0;
    filter: drop-shadow(0 0 6px rgba(253, 105, 5, 0.55));
}
.home-hero-tsoft__layout {
    display: grid;
    gap: 2rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .home-hero-tsoft__layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.78fr);
        gap: 2.5rem;
        align-items: center;
    }
}
.home-hero-tsoft__aside {
    border: 1px solid rgba(253, 105, 5, 0.65);
    background: rgba(6, 8, 14, 0.78);
    padding: 1.45rem 1.5rem;
    backdrop-filter: blur(14px);
    box-shadow:
        0 0 0 1px rgba(253, 105, 5, 0.2),
        0 0 42px -8px rgba(253, 105, 5, 0.55),
        0 28px 56px -30px rgba(0, 0, 0, 0.85),
        inset 0 1px 0 rgba(253, 105, 5, 0.25);
}
.home-hero-tsoft__aside-kicker {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fd6905;
    text-shadow: 0 0 18px rgba(253, 105, 5, 0.45);
}
.home-hero-tsoft__stats {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
}
.home-hero-tsoft__stats li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
    padding: 0.9rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-hero-tsoft__stats li:first-child {
    border-top: none;
    padding-top: 0;
}
.home-hero-tsoft__stat-ico {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
    padding: 0;
    line-height: 0;
    color: #fd6905;
    border: 1px solid rgba(253, 105, 5, 0.55);
    background: rgba(253, 105, 5, 0.12);
    box-shadow: 0 0 16px -4px rgba(253, 105, 5, 0.5);
    box-sizing: border-box;
}
.home-hero-tsoft__stat-ico svg {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    margin: 0;
}
.home-hero-tsoft__stats li > div {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
}
.home-hero-tsoft__stats strong {
    display: block;
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.25;
}
.home-hero-tsoft__stats span {
    display: block;
    margin: 0;
    font-size: 0.78rem;
    color: rgba(248, 250, 252, 0.68);
    line-height: 1.4;
}

/* Modül şeridi */
.home-hero-modules {
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(253, 105, 5, 0.35);
    background: rgba(4, 5, 8, 0.92);
    backdrop-filter: blur(12px);
}
.home-hero-modules__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}
@media (min-width: 768px) {
    .home-hero-modules__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (min-width: 1100px) {
    .home-hero-modules__inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
.home-hero-modules__item {
    padding: 1.25rem 1.05rem 1.35rem;
    border-right: 1px solid rgba(253, 105, 5, 0.32);
    border-bottom: 1px solid rgba(253, 105, 5, 0.18);
}
@media (min-width: 1100px) {
    .home-hero-modules__item {
        border-bottom: none;
    }
    .home-hero-modules__item:last-child {
        border-right: none;
    }
}
.home-hero-modules__ico {
    display: inline-flex;
    color: #fd6905;
    margin-bottom: 0.6rem;
    filter: drop-shadow(0 0 8px rgba(253, 105, 5, 0.45));
}
.home-hero-modules__ico svg {
    width: 1.45rem;
    height: 1.45rem;
}
.home-hero-modules__item h3 {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fd6905;
}
.home-hero-modules__item p {
    margin: 0.45rem 0 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: rgba(248, 250, 252, 0.74);
}

.home-hero-ref-strip {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.82);
}
.home-hero-ref-strip__title {
    margin: 0 0 0.9rem;
    padding: 0 1rem;
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fd6905;
    text-shadow: 0 0 16px rgba(253, 105, 5, 0.4);
}
.home-hero-ref-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}
.home-hero-ref-dot {
    width: 0.35rem;
    height: 0.35rem;
    background: #fd6905;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(253, 105, 5, 0.7);
}

@media (prefers-reduced-motion: reduce) {
    .home-hero-tsoft__glow--a,
    .home-hero-tsoft__glow--b {
        animation: none !important;
    }
}

/* —— Story / corporate cards —— */
.home-page .home-story-tsoft,
.home-page .home-corp-fark,
.home-page .home-corp-grid,
.home-page .home-corp-scale {
    position: relative;
}
.home-page .home-corp-fark__card,
.home-page .home-corp-grid article,
.home-page .home-corp-scale article,
.home-page .home-corp-demo-cta {
    border-radius: 0 !important;
}
.home-page .home-corp-fark {
    background:
        linear-gradient(180deg, #f1f5f9 0%, #fff 22%);
}
.home-page .home-corp-fark__card {
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    box-shadow: 0 18px 40px -32px rgba(15, 23, 42, 0.4);
}
.home-page .home-corp-fark__card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #fd6905;
}
.home-page .home-corp-fark__card .flex.h-11 {
    background: #0f172a !important;
    color: #fdba74 !important;
}
.home-page .home-corp-grid {
    background: #0b1220 !important;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.06) !important;
}
.home-page .home-corp-grid .text-primary {
    color: #fdba74 !important;
}
.home-page .home-corp-grid h2,
.home-page .home-corp-grid .text-dark {
    color: #fff !important;
}
.home-page .home-corp-grid .text-body-color {
    color: rgba(248, 250, 252, 0.7) !important;
}
.home-page .home-corp-grid article {
    border-color: rgba(255, 255, 255, 0.12) !important;
    background: rgba(15, 23, 42, 0.65) !important;
    box-shadow: none !important;
}
.home-page .home-corp-grid article h3 {
    color: #fff !important;
}
.home-page .home-corp-grid article p {
    color: rgba(248, 250, 252, 0.65) !important;
}
.home-page .home-corp-grid a.text-primary {
    color: #fdba74 !important;
}
@media (hover: hover) and (pointer: fine) {
    .home-page .home-corp-grid article:hover {
        border-color: rgba(253, 105, 5, 0.55) !important;
        background: rgba(253, 105, 5, 0.08) !important;
        transform: translateY(-2px);
    }
}
.home-page .home-corp-scale article {
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    box-shadow: 0 16px 36px -28px rgba(15, 23, 42, 0.35);
}
.home-page .home-corp-scale article.border-2 {
    border: 2px solid #fd6905 !important;
    box-shadow: 0 22px 48px -28px rgba(234, 88, 12, 0.4);
}
.home-page .home-corp-demo-cta {
    border: 1px solid #1e293b !important;
    background:
        linear-gradient(120deg, rgba(253, 105, 5, 0.18), transparent 42%),
        #0b1220 !important;
}
.home-page .home-corp-demo-cta__btn-solid,
.home-page .home-corp-demo-cta__btn-ghost {
    border-radius: 0 !important;
}

/* Story section — home-story-tsoft.css yönetir */
.home-page .home-story-tsoft a.rounded-lg,
.home-page .home-corp-fark a.rounded-lg,
.home-page a.inline-flex.rounded-lg {
    border-radius: 0 !important;
}

/* Soft section entrance */
.home-page .home-corp-fark__card,
.home-page .home-corp-scale article {
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
    .home-page .home-corp-fark__card:hover,
    .home-page .home-corp-scale article:hover {
        transform: translateY(-3px);
        border-color: rgba(253, 105, 5, 0.45) !important;
    }
}

/* —— Panel showcase —— */
.home-page #panel {
    background:
        linear-gradient(180deg, #0b1220 0%, #0f172a 38%, #f4f7f9 38%);
}
.home-page #panel > .container > div:first-child {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 28px 60px -36px rgba(0, 0, 0, 0.55) !important;
}
.home-page #panel .group img {
    transition: transform 0.55s ease;
}

/* —— Pricing —— */
.home-page #fiyatlandirma {
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px) 0 0 / 36px 36px,
        #f4f7f9;
}
.home-page .landing-pricing-term {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 16px 40px -28px rgba(15, 23, 42, 0.35) !important;
}
.home-page .landing-pricing-card {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 18px 44px -30px rgba(15, 23, 42, 0.35) !important;
}
.home-page .landing-pricing-card:hover {
    border-color: rgba(253, 105, 5, 0.4) !important;
}

/* —— Nasıl çalışır —— */
.home-page #nasil-calisir {
    background: #fff;
}
.home-page #nasil-calisir article {
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 18px 40px -30px rgba(15, 23, 42, 0.32) !important;
}
.home-page #nasil-calisir article span.absolute {
    box-shadow: none !important;
}

/* —— Demo CTA —— */
.home-page .home-demo-cta {
    background:
        linear-gradient(115deg, rgba(253, 105, 5, 0.14), transparent 45%),
        #0b1220 !important;
    color: #fff;
}
.home-page .home-demo-cta__title,
.home-page .home-demo-cta__eyebrow {
    color: #fff !important;
}
.home-page .home-demo-cta__lead {
    color: rgba(248, 250, 252, 0.72) !important;
}
.home-page .home-demo-cta__shot {
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 28px 60px -28px rgba(0, 0, 0, 0.65);
}

/* —— FAQ + blog —— */
.home-page #sss-ana {
    background: #f8fafc;
}
.home-page .home-faq-details {
    border: 1px solid #e2e8f0 !important;
    box-shadow: none !important;
}
.home-page .home-faq-details[open] {
    border-color: rgba(253, 105, 5, 0.35) !important;
}
.home-page #rehber a {
    border: 1px solid #e2e8f0 !important;
    background: #fff !important;
    transition: border-color 0.15s ease, transform 0.15s ease;
}
@media (hover: hover) and (pointer: fine) {
    .home-page #rehber a:hover {
        border-color: rgba(253, 105, 5, 0.45) !important;
        transform: translateY(-2px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page .home-corp-fark__card,
    .home-page .home-corp-scale article,
    .home-page .home-corp-grid article,
    .home-page #rehber a {
        transition: none !important;
        transform: none !important;
    }
}
