/* ===========================================================================
   Tanitim sayfasi (anasayfa) gorsel dili.

   TAMAMI .sp-yeni ALTINA KAPSANMISTIR ve oyle kalmalidir: bu tasarim
   .container, .btn, .btn-primary, .nav, .header, .section gibi Bootstrap'in
   da kullandigi isimleri tasiyor. Kapsam kaldirilirsa Giris, Fiyatlandirma,
   Haberler ve Yasal sayfalari sessizce bozulur - hepsi Bootstrap'in kendi
   .container ve .btn kurallarina dayaniyor.

   Yeni kural eklerken: seciciyi ".sp-yeni " ile baslatin.
   ======================================================================== */

/* =========================================================
   RESET
========================================================= */

.sp-yeni * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html:has(.sp-yeni) {
    scroll-behavior: smooth;
}

.sp-yeni {
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #171522;
    background: #ffffff;
    line-height: 1.6;
}

body.modal-open {
    overflow: hidden;
}

.sp-yeni a {
    text-decoration: none;
}

.sp-yeni button {
    font-family: inherit;
}

.sp-yeni .container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.sp-yeni .header {
    height: 76px;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #ececf3;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
}

.sp-yeni .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.sp-yeni .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 850;
    color: #6638db;
    white-space: nowrap;
}

.sp-yeni .logo-icon {
    width: 39px;
    height: 39px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    color: #fff;
    background:
        linear-gradient(135deg, #7c31dc, #4d5cf3);
    box-shadow: 0 7px 18px rgba(102,56,219,.25);
}

.sp-yeni .nav {
    display: flex;
    align-items: center;
    gap: 29px;
}

.sp-yeni .nav a {
    color: #494657;
    font-weight: 650;
    font-size: 14px;
    transition: .2s ease;
}

.sp-yeni .nav a:hover {
    color: #6737dd;
}

.sp-yeni .header-buttons {
    display: flex;
    gap: 10px;
}


/* =========================================================
   BUTTONS
========================================================= */

.sp-yeni .btn {
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 11px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.sp-yeni .btn:hover {
    transform: translateY(-2px);
}

.sp-yeni .btn-outline {
    color: #6638db;
    background: #fff;
    border: 1px solid #dcd3f8;
}

.sp-yeni .btn-outline:hover {
    background: #f8f5ff;
}

.sp-yeni .btn-primary {
    color: #fff;
    background:
        linear-gradient(135deg, #6f31df, #4d5cf2);
    box-shadow:
        0 10px 25px rgba(96,56,218,.22);
}

.sp-yeni .btn-primary:hover {
    box-shadow:
        0 15px 32px rgba(96,56,218,.30);
}

.sp-yeni .btn-white {
    color: #471194;
    background: #fff;
    box-shadow:
        0 12px 32px rgba(0,0,0,.15);
}

.sp-yeni .btn-white:hover {
    box-shadow:
        0 17px 38px rgba(0,0,0,.20);
}


/* =========================================================
   HERO
========================================================= */

.sp-yeni .hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 88px 0 72px;

    background:
        radial-gradient(
            circle at 82% 12%,
            rgba(111,126,255,.62),
            transparent 34%
        ),
        radial-gradient(
            circle at 14% 82%,
            rgba(225,55,255,.25),
            transparent 31%
        ),
        linear-gradient(
            120deg,
            #360870 0%,
            #7317cb 43%,
            #394fe4 100%
        );
}

.sp-yeni .hero::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    right: -260px;
    bottom: -330px;
    background: rgba(255,255,255,.07);
}

.sp-yeni .hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    left: 42%;
    top: -220px;
    border: 1px solid rgba(255,255,255,.08);
}

.sp-yeni .hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 58px;
}

.sp-yeni .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    border-radius: 999px;
    margin-bottom: 22px;

    color: #fff;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.18);

    font-size: 13px;
    font-weight: 750;

    backdrop-filter: blur(8px);
}

.sp-yeni .hero-badge i {
    color: #ffdc42;
}

.sp-yeni .hero h1 {
    font-size: clamp(43px, 5vw, 66px);
    line-height: 1.035;
    letter-spacing: -2.6px;
    max-width: 710px;
    margin-bottom: 24px;
}

.sp-yeni .hero h1 span {
    color: #ffdc42;
}

.sp-yeni .hero-description {
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.74;
    max-width: 680px;
    margin-bottom: 25px;
}

.sp-yeni .hero-description strong {
    color: #fff;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.sp-yeni .social-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 29px;
}

.sp-yeni .social-label {
    font-size: 13px;
    color: rgba(255,255,255,.67);
    margin-right: 5px;
}

.sp-yeni .social-icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    font-size: 20px;
    color: #fff;

    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);

    transition: .2s ease;
}

.sp-yeni .social-icon:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,.18);
}


/* =========================================================
   HERO ACTIONS
========================================================= */

.sp-yeni .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.sp-yeni .hero-actions .btn {
    min-height: 55px;
    padding-left: 26px;
    padding-right: 26px;
}

.sp-yeni .btn-transparent {
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.34);
}

.sp-yeni .btn-transparent:hover {
    background: rgba(255,255,255,.14);
}


/* =========================================================
   SECURITY MESSAGE
========================================================= */

.sp-yeni .security-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 650px;

    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.55;
}

.sp-yeni .security-line i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #77efaa;
}

.sp-yeni .security-line strong {
    color: #fff;
}


/* =========================================================
   HERO PRODUCT MOCKUP
========================================================= */

.sp-yeni .hero-visual {
    position: relative;
    min-height: 515px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-yeni .platform-window {
    position: relative;
    z-index: 3;
    width: 480px;
    padding: 17px;
    border-radius: 24px;

    background: rgba(255,255,255,.98);

    box-shadow:
        0 35px 80px rgba(18,0,55,.40);

    transform: rotate(-1.7deg);
}

.sp-yeni .window-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 15px;
}

.sp-yeni .dots {
    display: flex;
    gap: 6px;
}

.sp-yeni .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d3d1dc;
}

.sp-yeni .window-title {
    color: #7c788b;
    font-size: 11px;
}

.sp-yeni .ai-post {
    border-radius: 17px;
    padding: 21px;

    background: #f7f5ff;
    border: 1px solid #e9e4fa;
}

.sp-yeni .post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.sp-yeni .brand-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sp-yeni .brand-avatar {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;

    color: #fff;

    background:
        linear-gradient(135deg,#6936da,#4159ee);
}

.sp-yeni .brand-name {
    color: #242133;
    font-size: 13px;
    font-weight: 800;
}

.sp-yeni .brand-sub {
    color: #8a8799;
    font-size: 10px;
}

.sp-yeni .ai-pill {
    color: #6533d4;
    background: #eee8ff;
    padding: 7px 10px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.sp-yeni .generated-image {
    height: 205px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;
    margin-bottom: 17px;

    background:
        radial-gradient(
            circle at 25% 30%,
            rgba(255,255,255,.35),
            transparent 20%
        ),
        linear-gradient(
            135deg,
            #ff9d38,
            #f23691 45%,
            #6437df
        );
}

.sp-yeni .generated-image::before {
    content: "";
    width: 120px;
    height: 120px;
    border-radius: 32px;
    background: rgba(255,255,255,.16);
    transform: rotate(20deg);
    position: absolute;
    top: -25px;
    right: 20px;
}

.sp-yeni .generated-image-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.sp-yeni .generated-image-inner i {
    font-size: 42px;
    margin-bottom: 10px;
}

.sp-yeni .generated-image-inner strong {
    display: block;
    font-size: 20px;
}

.sp-yeni .generated-image-inner span {
    font-size: 11px;
    opacity: .86;
}

.sp-yeni .post-text {
    color: #504c5f;
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.sp-yeni .schedule-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sp-yeni .schedule-time {
    color: #747081;
    font-size: 11px;
}

.sp-yeni .schedule-ok {
    padding: 7px 11px;
    border-radius: 20px;

    color: #177846;
    background: #e4f8ed;

    font-size: 10px;
    font-weight: 850;
}


/* =========================================================
   FLOATING HERO CARDS
========================================================= */

.sp-yeni .float-card {
    position: absolute;
    z-index: 5;

    padding: 14px 16px;
    border-radius: 14px;

    color: #1c1a27;
    background: #fff;

    box-shadow:
        0 18px 45px rgba(20,0,52,.25);

    font-size: 12px;
}

.sp-yeni .float-card i {
    margin-right: 6px;
    color: #6e36dd;
}

.sp-yeni .float-card strong {
    display: block;
    margin-bottom: 2px;
}

.sp-yeni .float-card small {
    color: #8b8799;
}

.sp-yeni .float-ai {
    top: 20px;
    left: -18px;
    width: 185px;
    transform: rotate(-4deg);
}

.sp-yeni .float-calendar {
    right: -18px;
    top: 120px;
    width: 196px;
    transform: rotate(3deg);
}

.sp-yeni .float-brand {
    left: -42px;
    bottom: 30px;
    width: 215px;
    transform: rotate(2deg);
}


/* =========================================================
   TRUST BAND
========================================================= */

.sp-yeni .trust-band {
    background: #fff;
    border-bottom: 1px solid #ececf3;
}

.sp-yeni .trust-inner {
    padding: 31px 0;
}

.sp-yeni .trust-title {
    text-align: center;
    color: #7d7989;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.sp-yeni .trust-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 34px;
}

.sp-yeni .trust-platforms {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
}

.sp-yeni .trust-platform {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;

    color: #555162;
    background: #f7f7fa;
    border: 1px solid #ecebf2;

    font-size: 21px;
}

.sp-yeni .trust-divider {
    width: 1px;
    height: 55px;
    background: #e7e6ed;
}

.sp-yeni .trust-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 22px;
}

.sp-yeni .trust-benefit {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #595667;
    font-size: 12px;
    font-weight: 650;
}

.sp-yeni .trust-benefit i {
    color: #35a96d;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.sp-yeni .section {
    padding: 90px 0;
}

.sp-yeni .section-alt {
    background: #f8f7fc;
}

.sp-yeni .section-head {
    max-width: 790px;
    text-align: center;
    margin: 0 auto 52px;
}

.sp-yeni .eyebrow {
    display: inline-block;
    padding: 7px 13px;
    margin-bottom: 14px;
    border-radius: 30px;

    color: #6b38db;
    background: #f2edff;

    font-size: 12px;
    font-weight: 850;
    letter-spacing: .3px;
}

.sp-yeni .section-head h2 {
    font-size: clamp(30px,4vw,44px);
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 15px;
}

.sp-yeni .section-head p {
    color: #706d7c;
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   VALUE STRIP
========================================================= */

.sp-yeni .value-strip {
    background: #fff;
    border-bottom: 1px solid #ededf4;
}

.sp-yeni .values {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.sp-yeni .value {
    text-align: center;
    padding: 28px 15px;
    border-right: 1px solid #efeff5;
}

.sp-yeni .value:last-child {
    border-right: 0;
}

.sp-yeni .value i {
    display: block;
    margin-bottom: 8px;

    color: #6b38dc;
    font-size: 22px;
}

.sp-yeni .value strong {
    display: block;
    color: #242131;
    font-size: 14px;
}

.sp-yeni .value span {
    color: #848191;
    font-size: 12px;
}


/* =========================================================
   STEPS
========================================================= */

.sp-yeni .steps {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.sp-yeni .step {
    position: relative;
    min-height: 255px;

    padding: 28px 23px;
    border-radius: 18px;

    background: #fff;
    border: 1px solid #e8e6ef;

    box-shadow:
        0 8px 25px rgba(37,25,70,.04);
}

.sp-yeni .step-number {
    margin-bottom: 18px;

    color: #8d68e9;
    font-size: 11px;
    font-weight: 900;
}

.sp-yeni .step-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    display: grid;
    place-items: center;

    color: #6735d9;
    background: #f1ecff;

    font-size: 20px;
    margin-bottom: 18px;
}

.sp-yeni .step h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.sp-yeni .step p {
    color: #777484;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
   SECURITY SECTION
========================================================= */

.sp-yeni .security-box {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 55px;
    align-items: center;

    padding: 55px;
    border-radius: 27px;

    background:
        linear-gradient(
            135deg,
            #f7f3ff,
            #f8f9ff
        );

    border: 1px solid #e8e3f7;
}

.sp-yeni .security-visual {
    position: relative;
    min-height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-yeni .lock-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: grid;
    place-items: center;

    color: #fff;

    background:
        linear-gradient(135deg,#7034df,#4059ee);

    box-shadow:
        0 25px 55px rgba(88,50,190,.25);

    font-size: 58px;
}

.sp-yeni .orbit-social {
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    border: 1px dashed #b9a9e6;
}

.sp-yeni .orbit-social span {
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 14px;
    display: grid;
    place-items: center;

    color: #5e5980;
    background: #fff;
    border: 1px solid #e3dff1;

    box-shadow:
        0 8px 20px rgba(70,50,110,.09);

    font-size: 20px;
}

.sp-yeni .orbit-social span:nth-child(1) {
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
}

.sp-yeni .orbit-social span:nth-child(2) {
    right: -20px;
    top: 72px;
}

.sp-yeni .orbit-social span:nth-child(3) {
    right: 18px;
    bottom: 18px;
}

.sp-yeni .orbit-social span:nth-child(4) {
    left: 18px;
    bottom: 18px;
}

.sp-yeni .orbit-social span:nth-child(5) {
    left: -20px;
    top: 72px;
}

.sp-yeni .security-content .eyebrow {
    margin-bottom: 17px;
}

.sp-yeni .security-content h2 {
    font-size: clamp(30px,4vw,43px);
    line-height: 1.15;
    letter-spacing: -1.4px;
    margin-bottom: 18px;
}

.sp-yeni .security-content > p {
    color: #696576;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 25px;
}

.sp-yeni .security-list {
    display: grid;
    gap: 15px;
}

.sp-yeni .security-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;

    color: #4e4a5c;
    font-size: 14px;
}

.sp-yeni .security-item i {
    color: #34a76b;
    margin-top: 4px;
}

.sp-yeni .security-item strong {
    color: #262331;
}


/* =========================================================
   COMPARISON
========================================================= */

.sp-yeni .comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.sp-yeni .compare-card {
    padding: 34px;
    border-radius: 22px;

    background: #fff;
    border: 1px solid #e7e5ee;
}

.sp-yeni .compare-card.ai {
    color: #fff;
    border: 0;

    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(255,255,255,.15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #4e168f,
            #7040df 60%,
            #4159ee
        );

    box-shadow:
        0 22px 45px rgba(79,36,160,.18);
}

.sp-yeni .compare-title {
    margin-bottom: 10px;

    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sp-yeni .compare-card h3 {
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.sp-yeni .compare-list {
    display: grid;
    gap: 14px;
}

.sp-yeni .compare-item {
    display: flex;
    gap: 11px;
    align-items: flex-start;

    color: #656271;
    font-size: 14px;
}

.sp-yeni .compare-card.ai .compare-item {
    color: rgba(255,255,255,.88);
}

.sp-yeni .compare-item i {
    margin-top: 3px;
    color: #35b672;
}

.sp-yeni .compare-card:not(.ai) .compare-item i {
    color: #d75b68;
}

.sp-yeni .compare-card.ai .compare-item i {
    color: #7ef2a9;
}


/* =========================================================
   FAQ
========================================================= */

.sp-yeni .faq-container {
    max-width: 850px;
    margin: 0 auto;
}

.sp-yeni .faq-item {
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 15px;

    background: #fff;
    border: 1px solid #e6e4ed;

    transition: .2s ease;
}

.sp-yeni .faq-item.active {
    border-color: #d6c9f5;

    box-shadow:
        0 10px 28px rgba(67,43,120,.06);
}

.sp-yeni .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

    padding: 20px 22px;
    border: 0;
    background: transparent;

    text-align: left;
    cursor: pointer;

    color: #2c2938;
    font-size: 15px;
    font-weight: 800;
}

.sp-yeni .faq-question i {
    color: #6c3cdb;
    transition: transform .25s ease;
}

.sp-yeni .faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.sp-yeni .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.sp-yeni .faq-answer-inner {
    padding: 0 22px 21px;

    color: #706c7c;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
========================================================= */

.sp-yeni .final-cta {
    padding: 85px 0;
}

.sp-yeni .cta-box {
    position: relative;
    overflow: hidden;

    padding: 68px 35px;
    border-radius: 28px;

    text-align: center;
    color: #fff;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(255,255,255,.14),
            transparent 25%
        ),
        linear-gradient(
            120deg,
            #481083,
            #7628d8,
            #3c58e8
        );
}

.sp-yeni .cta-box::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    right: -100px;
    top: -130px;
}

.sp-yeni .cta-icons {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-bottom: 28px;
}

.sp-yeni .cta-icons span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;

    border-radius: 12px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
}

.sp-yeni .cta-box h2 {
    max-width: 760px;
    margin: 0 auto 17px;

    font-size: clamp(32px,4vw,48px);
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.sp-yeni .cta-box p {
    max-width: 720px;
    margin: 0 auto 27px;

    color: rgba(255,255,255,.82);
    font-size: 17px;
}

.sp-yeni .cta-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;

    color: rgba(255,255,255,.72);
    font-size: 12px;
}

.sp-yeni .cta-security i {
    color: #7df0a5;
}


/* =========================================================
   VIDEO MODAL
========================================================= */

.sp-yeni .video-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 25px;

    background: rgba(14,8,28,.82);
    backdrop-filter: blur(10px);
}

.sp-yeni .video-modal.active {
    display: flex;
}

.sp-yeni .video-modal-box {
    position: relative;
    width: min(940px,100%);
    overflow: hidden;

    border-radius: 22px;
    background: #111;

    box-shadow:
        0 35px 90px rgba(0,0,0,.45);
}

.sp-yeni .modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;

    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;

    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.20);

    color: #fff;
    background: rgba(0,0,0,.50);

    font-size: 18px;
    cursor: pointer;
}

.sp-yeni .modal-video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f0f13;
}

.sp-yeni .demo-placeholder {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 55px 25px;

    color: #fff;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(92,86,255,.35),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #171221,
            #271643
        );
}

.sp-yeni .demo-placeholder-inner {
    max-width: 650px;
    text-align: center;
}

.sp-yeni .demo-play-icon {
    width: 85px;
    height: 85px;
    display: grid;
    place-items: center;

    margin: 0 auto 23px;

    border-radius: 50%;

    color: #4d2a9f;
    background: #fff;

    font-size: 28px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.25);
}

.sp-yeni .demo-placeholder h3 {
    font-size: 30px;
    margin-bottom: 12px;
}

.sp-yeni .demo-placeholder p {
    color: rgba(255,255,255,.72);
    line-height: 1.7;
    margin-bottom: 20px;
}

.sp-yeni .demo-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.sp-yeni .demo-flow span {
    padding: 8px 11px;
    border-radius: 9px;

    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.86);
    font-size: 11px;
    font-weight: 750;
}

.sp-yeni .demo-flow i {
    color: #bea7ff;
    font-size: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width: 1020px) {

    .sp-yeni .nav {
        display: none;
    }

    .sp-yeni .hero-grid {
        grid-template-columns: 1fr;
    }

    .sp-yeni .hero-visual {
        margin-top: 10px;
    }

    .sp-yeni .steps {
        grid-template-columns: repeat(2,1fr);
    }

    .sp-yeni .security-box {
        grid-template-columns: 1fr;
    }

    .sp-yeni .trust-content {
        grid-template-columns: 1fr;
    }

    .sp-yeni .trust-platforms {
        justify-content: center;
    }

    .sp-yeni .trust-divider {
        width: 100%;
        height: 1px;
    }

    .sp-yeni .trust-benefits {
        justify-content: center;
    }
}

@media(max-width: 720px) {

    .sp-yeni .container {
        width: min(100% - 28px,1180px);
    }

    .sp-yeni .header-buttons .btn-outline {
        display: none;
    }

    .sp-yeni .header-buttons .btn-primary {
        min-height: 42px;
        padding: 0 14px;
    }

    .sp-yeni .logo {
        font-size: 18px;
    }

    .sp-yeni .logo-icon {
        width: 36px;
        height: 36px;
    }

    .sp-yeni .hero {
        padding: 58px 0;
    }

    .sp-yeni .hero h1 {
        letter-spacing: -1.6px;
    }

    .sp-yeni .hero-description {
        font-size: 16px;
    }

    .sp-yeni .hero-visual {
        min-height: 430px;
    }

    .sp-yeni .platform-window {
        width: 100%;
    }

    .sp-yeni .float-card {
        display: none;
    }

    .sp-yeni .values {
        grid-template-columns: 1fr 1fr;
    }

    .sp-yeni .value:nth-child(2) {
        border-right: 0;
    }

    .value:nth-child(1),
    .sp-yeni .value:nth-child(2) {
        border-bottom: 1px solid #efeff5;
    }

    .sp-yeni .steps {
        grid-template-columns: 1fr;
    }

    .sp-yeni .comparison {
        grid-template-columns: 1fr;
    }

    .sp-yeni .security-box {
        padding: 35px 22px;
    }

    .sp-yeni .security-visual {
        min-height: 280px;
    }

    .sp-yeni .orbit-social {
        width: 245px;
        height: 245px;
    }

    .sp-yeni .lock-circle {
        width: 145px;
        height: 145px;
        font-size: 46px;
    }

    .sp-yeni .section {
        padding: 65px 0;
    }

    .sp-yeni .cta-box {
        padding: 48px 22px;
    }

    .sp-yeni .demo-placeholder {
        min-height: 390px;
    }

    .sp-yeni .demo-placeholder h3 {
        font-size: 24px;
    }
}

/* ===========================================================================
   Mobil menu

   Tasarimda 1020px altinda .nav gizleniyordu ve yerine hicbir sey gelmiyordu:
   telefonda menu tumden kayboluyordu. Asagisi o boslugu kapatiyor.
   ======================================================================== */

.sp-yeni .nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #e4e4ee;
    border-radius: 10px;
    background: #fff;
    color: #171522;
    font-size: 17px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.sp-yeni .nav-toggle:hover { border-color: #cfcfe0; }

@media (max-width: 1020px) {
    .sp-yeni .nav-toggle { display: inline-flex; }

    .sp-yeni .header-buttons { display: none; }

    /* Acik menu, baslik cubugunun hemen altina inen tam genislikte bir panel. */
    .sp-yeni .nav.acik {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        background: #fff;
        border-bottom: 1px solid #ececf3;
        box-shadow: 0 18px 40px -24px rgba(23,21,34,.35);
        padding: 8px 0;
    }
    .sp-yeni .nav.acik a {
        padding: 13px 20px;
        border-bottom: 1px solid #f4f4f9;
        font-size: 15px;
    }
    .sp-yeni .nav.acik a:last-child { border-bottom: 0; }
}
