@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.prices-section-wrapper{--primary-blue:#5b79ff;--border-color:#e2e8f0cc;--text-dark:#1a1a1a;--text-gray:#64748b;--bg-standard:#f8fafc;background-color:var(--bg-standard);color:var(--text-dark);perspective:1500px;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 20px 60px;font-family:Inter,sans-serif;transition:background-color 1.5s cubic-bezier(.2,1,.2,1);display:flex;position:relative;overflow:hidden}.prices-section-wrapper *{box-sizing:border-box;-webkit-user-select:none;user-select:none}.prices-section-wrapper .ambient-layer{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.prices-section-wrapper .cursor-glow{pointer-events:none;z-index:2;mix-blend-mode:screen;opacity:.5;background:radial-gradient(circle,#5b79ff26 0%,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .5s;position:absolute;transform:translate(-50%,-50%)}.prices-section-wrapper.view-extended .cursor-glow{opacity:1;background:radial-gradient(circle,#eaff7133 0%,#3b82f626 40%,#0000 75%)}.prices-section-wrapper.view-extended{color:#fff;--border-color:#ffffff14;background-color:#040814}.prices-section-wrapper .aurora-container{opacity:0;visibility:hidden;z-index:1;background:radial-gradient(circle at 20% -10%,#3b82f62e,#0000 45%),radial-gradient(circle at 80% 110%,#8b5cf629,#0000 45%),radial-gradient(circle at 95% 30%,#eab3081f,#0000 35%),radial-gradient(circle at 5% 75%,#06b6d41f,#0000 35%);width:100%;height:100%;transition:opacity 1.2s,visibility 1.2s;position:absolute;top:0;left:0}.prices-section-wrapper.view-extended .aurora-container{opacity:1;visibility:visible}.prices-section-wrapper .click-ripple{pointer-events:none;z-index:9999;background:#5b79ff0d;border:2px solid #5b79ff99;border-radius:50%;animation:.7s cubic-bezier(.1,.8,.3,1) forwards rippleAnim;position:absolute;transform:translate(-50%,-50%)scale(0)}@keyframes rippleAnim{to{opacity:0;width:150px;height:150px;scale:1}}.prices-section-wrapper .prices-header{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:15px;display:flex}.prices-section-wrapper .prices-title{letter-spacing:-1px;color:var(--text-dark);font-size:3.5rem;font-weight:800;line-height:1.1}.prices-section-wrapper.view-extended .prices-title{color:#fff}@media (max-width:768px){.prices-section-wrapper{max-height:none;padding-top:100px;padding-bottom:80px}.prices-section-wrapper .prices-title{font-size:2.5rem}}.prices-section-wrapper .toggle-container{z-index:100;justify-content:center;width:100%;margin-top:10px;padding:0 3px;display:flex;position:relative}.prices-section-wrapper .toggle-switch{background:#fff;border:1px solid #0000000d;border-radius:30px;width:100%;max-width:460px;padding:5px;transition:all .5s;display:flex;position:relative;box-shadow:0 15px 35px #0000000d}.prices-section-wrapper.view-extended .toggle-switch{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a99;border-color:#ffffff0d;box-shadow:0 20px 40px #00000080}.prices-section-wrapper .toggle-slider{z-index:1;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:25px;width:calc(50% - 5px);transition:transform .6s cubic-bezier(.25,1.25,.4,1);position:absolute;top:5px;bottom:5px;left:5px;box-shadow:0 5px 15px #0003}.prices-section-wrapper.view-extended .toggle-slider{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translate(100%);box-shadow:0 8px 25px #1d4ed866}.prices-section-wrapper .toggle-btn{cursor:pointer;color:var(--text-gray);z-index:2;text-align:center;background:0 0;border:none;flex:1;padding:12px 0;font-size:13px;font-weight:700;transition:color .4s;position:relative}.prices-section-wrapper.view-standard .toggle-btn.btn-standard-active,.prices-section-wrapper.view-extended .toggle-btn.btn-extended-active{color:#fff}.prices-section-wrapper .main-container{z-index:10;perspective:2000px;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:1700px;display:flex}@media (max-width:768px){.prices-section-wrapper .main-container{gap:5px}}.prices-section-wrapper .pricing-group{width:100%;transform-style:preserve-3d;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:16px;display:none}@media (max-width:1530px){.prices-section-wrapper .pricing-group{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;padding:20px 10px 40px;overflow:auto hidden}.prices-section-wrapper .pricing-group::-webkit-scrollbar{display:none}.prices-section-wrapper .card{scroll-snap-align:start}}.prices-section-wrapper .pricing-group.active{display:flex}@keyframes flipEntrance{0%{opacity:0;transform:rotateY(-65deg)translateY(60px)scale(.85)}to{opacity:1;transform:rotateY(0)translate(0,0)scale(1)}}.prices-section-wrapper .pricing-group.active .card{opacity:0;transform-style:preserve-3d;will-change:opacity;animation:.85s cubic-bezier(.15,1.1,.3,1) forwards flipEntrance}.prices-section-wrapper .pricing-group.active .card:first-child{animation-delay:0s}.prices-section-wrapper .pricing-group.active .card:nth-child(2){animation-delay:80ms}.prices-section-wrapper .pricing-group.active .card:nth-child(3){animation-delay:.16s}.prices-section-wrapper .pricing-group.active .card:nth-child(4){animation-delay:.24s}.prices-section-wrapper .pricing-group.active .card:nth-child(5){animation-delay:.32s}.prices-section-wrapper .pricing-group.active .card:nth-child(6){animation-delay:.4s}.prices-section-wrapper .card{border:1px solid var(--border-color);backface-visibility:hidden;width:230px;transform-style:preserve-3d;background:#fff;border-radius:24px;flex-direction:column;flex-shrink:0;padding:28px 18px;transition:transform .45s cubic-bezier(.25,1,.5,1),box-shadow .3s,border-color .3s;display:flex;position:relative;transform:translateZ(0)}.prices-section-wrapper .card.is-moving{will-change:transform;transition:box-shadow .3s,border-color .3s}.prices-section-wrapper.view-extended .card{-webkit-backdrop-filter:blur(8px);background:#0c1324bf;border-color:#ffffff1a}.prices-section-wrapper .card-header,.prices-section-wrapper .price-area,.prices-section-wrapper .btn,.prices-section-wrapper .features,.prices-section-wrapper .corp-graphic{transform:translateZ(40px)}.prices-section-wrapper .card:hover{border-color:#5b79ff59;box-shadow:0 30px 60px #5b79ff1a}.prices-section-wrapper.view-extended .card:hover{border-color:#3b82f666;box-shadow:0 30px 60px #3b82f640}.prices-section-wrapper .card-header{align-items:center;gap:10px;margin-bottom:25px;display:flex}.prices-section-wrapper .card-header svg{width:20px;height:20px;stroke:var(--text-dark)}.prices-section-wrapper.view-extended .card-header svg{stroke:#fff}.prices-section-wrapper .card-title{text-align:left;font-size:16px;font-weight:700;line-height:1.2}.prices-section-wrapper .price-area{text-align:left;margin-bottom:25px}.prices-section-wrapper .old-price{color:#9ca3af;font-size:13px;font-weight:500;text-decoration:line-through}.prices-section-wrapper .current-price{color:var(--text-dark);align-items:flex-start;margin:4px 0;font-size:28px;font-weight:800;transition:color .4s;display:flex}.prices-section-wrapper.view-extended .current-price{color:#fff}.prices-section-wrapper .currency{margin-top:6px;font-size:16px}.prices-section-wrapper .installment{color:var(--text-gray);font-size:11px}.prices-section-wrapper .btn{cursor:pointer;text-align:center;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:12px;font-size:12.5px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.prices-section-wrapper .btn:after{content:"";opacity:0;background:#fff6;width:30%;height:200%;position:absolute;top:-50%;left:-60%;transform:rotate(30deg)}.prices-section-wrapper .btn:hover:after{opacity:1;transition:left .65s cubic-bezier(.3,1,.2,1);left:140%}.prices-section-wrapper .btn-outline{border:1px solid var(--border-color);color:var(--text-dark);background:#fff}.prices-section-wrapper.view-extended .btn-outline{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a}.prices-section-wrapper .btn-outline:hover{background:#f8fafc;transform:translateY(-3px)}.prices-section-wrapper.view-extended .btn-outline:hover{background:#ffffff26}.prices-section-wrapper .btn svg{fill:currentColor;width:16px;height:16px}.prices-section-wrapper .feature-title{color:var(--text-gray);text-align:left;margin-bottom:12px;font-size:11px}.prices-section-wrapper .features{flex-grow:1;margin:0;padding:0;list-style:none}.prices-section-wrapper .features li{color:#4b5563;text-align:left;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:11px;line-height:1.4;transition:color .4s;display:flex}.prices-section-wrapper.view-extended .features li{color:#cbd5e1}.prices-section-wrapper .features li svg{fill:none;width:14px;height:14px;stroke:var(--primary-blue);stroke-width:2.5px;flex-shrink:0;margin-top:2px}.prices-section-wrapper .card.recommended{background:#fff;border:1px solid #5b79ff}.prices-section-wrapper .recommended-badge{color:#fff;letter-spacing:.5px;background:#5b79ff;border-radius:12px;padding:5px 14px;font-size:10px;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)translateZ(50px);box-shadow:0 5px 15px #5b79ff4d}.prices-section-wrapper .btn-primary{background:var(--primary-blue);color:#fff;box-shadow:0 5px 15px #5b79ff33}.prices-section-wrapper .btn-primary:hover{background:#4564f3;transform:translateY(-3px);box-shadow:0 10px 25px #5b79ff66}.prices-section-wrapper .integration-badge{color:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 10px;font-size:11px;font-weight:700;display:flex}.prices-section-wrapper .bg-orange{background:#ff6000}.prices-section-wrapper .bg-black{background:#141b29;border:1px solid #ffffff0d}.prices-section-wrapper .tag-row{gap:6px;margin-bottom:10px;display:flex}.prices-section-wrapper .outline-tag{border:1px solid var(--border-color);color:#4b5563;text-align:center;background:0 0;border-radius:12px;flex:1;padding:6px;font-size:10px}.prices-section-wrapper.view-extended .outline-tag{color:#94a3b8}.prices-section-wrapper .outline-tag span{color:var(--primary-blue);margin-bottom:2px;font-weight:700;display:block}.prices-section-wrapper .pro-tag{text-align:left;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.prices-section-wrapper .pro-badge{color:#fff;background:#ef4444;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:700}.prices-section-wrapper .card.blue-cta{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(185deg,#0f3bc2 0%,#2563eb 100%);border:none;justify-content:center}.prices-section-wrapper .blue-cta h3{margin-bottom:15px;font-size:17px;font-weight:800;line-height:1.3}.prices-section-wrapper .btn-white{color:#1a1a1a;background:#fff}.prices-section-wrapper .btn-white:hover{transform:translateY(-3px);box-shadow:0 10px 20px #fff3}.prices-section-wrapper .blue-cta p{color:#ffffffbf;margin-top:15px;font-size:11px;line-height:1.4}.prices-section-wrapper .card-extended-cta{text-align:center;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#e2e8f0 100%);border:1px solid #fff;justify-content:space-between;align-items:center}.prices-section-wrapper.view-extended .card-extended-cta{background:#0f172a66}.prices-section-wrapper .card-extended-cta .title{color:#2563eb;margin-top:15px;font-size:19px;font-weight:800}.prices-section-wrapper.view-extended .card-extended-cta .title{color:#60a5fa}@keyframes pulseArrow{0%,to{transform:translate(0)translateZ(40px)}50%{transform:translate(-8px)translateZ(40px)}}.prices-section-wrapper .card-extended-cta .arrow{color:#2563eb;margin:20px 0;font-size:24px;animation:1.5s ease-in-out infinite pulseArrow}.prices-section-wrapper.view-extended .card-extended-cta .arrow{color:#60a5fa}.prices-section-wrapper .card-avm{color:#fff;background:linear-gradient(#1e3a8a 0%,#0f172a 100%);border:1px solid #3b82f64d}.prices-section-wrapper .card-avm .current-price,.prices-section-wrapper .card-export .current-price{color:#fff}.prices-section-wrapper .btn-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3}.prices-section-wrapper .btn-glass:hover{background:#fff3;transform:translateY(-3px)}.prices-section-wrapper .feature-check{text-align:left;align-items:center;gap:6px;margin-bottom:12px;font-size:12px;font-weight:600;display:flex}.prices-section-wrapper .feature-check svg{stroke:currentColor;fill:none;width:15px;height:15px}.prices-section-wrapper .marketplaces-wrapper{cursor:pointer;z-index:50;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;margin-top:5px;padding:12px;transition:all .4s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden;transform:translateZ(40px)}.prices-section-wrapper .marketplaces-wrapper:before{content:"Neler Yapar? Üzerine Gelin ↓";text-align:center;color:#ffffff80;height:12px;margin-bottom:8px;font-size:9px;font-weight:600;transition:opacity .3s,margin .3s,height .3s;display:block}.prices-section-wrapper .marketplaces-wrapper:hover{background:#0f172ad9;border-color:#3b82f6;transform:translateZ(50px)scale(1.02);box-shadow:0 15px 35px #00000080}.prices-section-wrapper .marketplaces-wrapper:hover:before{opacity:0;height:0;margin-bottom:0}.prices-section-wrapper .marketplaces{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.prices-section-wrapper .market-icon{aspect-ratio:1;color:#1e293b;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:8px;font-weight:800;display:flex;box-shadow:0 4px 10px #0000001a}.prices-section-wrapper .market-icon.alles{color:#fff;background:#10b981}.prices-section-wrapper .market-icon.hepsi{color:#fff;background:#f97316}.prices-section-wrapper .market-icon.p{color:#fff;background:#a855f7}.prices-section-wrapper .market-icon.ptt{color:#1a1a1a;background:#eab308}.prices-section-wrapper .market-icon.ty{color:#fff;background:#1a1a1a}.prices-section-wrapper .market-icon.amz{color:#1a1a1a;background:#f59e0b}.prices-section-wrapper .market-icon.cim{color:#fff;background:#3b82f6}.prices-section-wrapper .market-details{opacity:0;color:#ffffffd9;text-align:left;max-height:0;transition:all .5s cubic-bezier(.25,1,.5,1)}.prices-section-wrapper .marketplaces-wrapper:hover .market-details{opacity:1;border-top:1px solid #ffffff1a;max-height:250px;margin-top:15px;padding-top:12px}.prices-section-wrapper .market-details h4{color:#60a5fa;margin-bottom:8px;font-size:11px;font-weight:700}.prices-section-wrapper .market-details ul{margin:0;padding:0;list-style:none}.prices-section-wrapper .market-details li{text-align:left;margin-bottom:6px;padding-left:14px;font-size:10px;line-height:1.4;position:relative}.prices-section-wrapper .market-details li:before{content:"→";color:#60a5fa;font-weight:700;position:absolute;left:0}.prices-section-wrapper .card-export{color:#fff;background:linear-gradient(#172554 0%,#0f172a 100%);border:1px solid #ffffff0d}.prices-section-wrapper .module-row{gap:8px;margin-top:5px;display:flex}.prices-section-wrapper .module-box{background:#0000004d;border:1px solid #ffffff0d;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px 8px;display:flex}.prices-section-wrapper .module-box svg{fill:#fff;width:18px;height:18px}.prices-section-wrapper .flag-grid{grid-template-columns:1fr 1fr;gap:4px;display:grid}.prices-section-wrapper .flag{background:#ef4444;border:1px solid #fff3;border-radius:50%;width:14px;height:14px}.prices-section-wrapper .flag.tr{background:#e11d48}.prices-section-wrapper .flag.us{background:#2563eb}.prices-section-wrapper .card-corporate{color:#fff;background:linear-gradient(#0f172a 0%,#020617 100%);border:1px solid #ffffff0d;padding-bottom:80px}.prices-section-wrapper .corp-list{text-align:left;margin-bottom:25px;padding:0;list-style:none}.prices-section-wrapper .corp-list li{color:#fffc;text-align:left;gap:6px;margin-bottom:10px;font-size:11px;line-height:1.5;display:flex}.prices-section-wrapper .corp-list li:before{content:"•";color:#60a5fa;font-size:14px}.prices-section-wrapper .btn-outline-dark{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:6px;display:flex}.prices-section-wrapper .btn-outline-dark svg{fill:#fff;width:14px;height:14px}.prices-section-wrapper .btn-outline-dark:hover{background:#ffffff1a;transform:translateY(-3px)}.prices-section-wrapper .corp-desc{text-align:center;color:#fff6;font-size:10px}@keyframes ribbonShine{0%{background-position:-200px 0}to{background-position:200px 0}}.prices-section-wrapper .corp-graphic{z-index:0;flex-direction:column;align-items:center;width:100%;height:100px;display:flex;position:absolute;bottom:-20px;left:0;overflow:hidden}.prices-section-wrapper .ring{border:10px solid #2563eb;border-radius:50%;width:85%;height:30px;position:absolute}.prices-section-wrapper .ring:first-child{border-color:#3b82f6;bottom:30px}.prices-section-wrapper .ring:nth-child(2){border-color:#2563eb;bottom:22px}.prices-section-wrapper .ring:nth-child(3){border-color:#1d4ed8;bottom:14px}.prices-section-wrapper .ribbon{color:#000;text-align:center;letter-spacing:.5px;white-space:nowrap;z-index:5;background:linear-gradient(90deg,#eab308 0%,#facc15 50%,#eab308 100%) 0 0/200px 100%;width:140%;padding:5px 0;font-size:8px;font-weight:800;animation:2.5s linear infinite ribbonShine;position:absolute;bottom:42px;left:-20%;transform:rotate(-8deg);box-shadow:0 4px 10px #0000004d}.prices-section-wrapper .bottom-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);text-align:center;width:100%;max-width:1120px;color:var(--text-gray);background:#fffc;border-radius:30px;padding:16px;font-size:13px;font-weight:700;transition:all .4s;transform:translateZ(20px)}.prices-section-wrapper.view-extended .bottom-bar{color:#cbd5e1;background:#0f172a99;border-color:#ffffff0d}@keyframes pulseWidget{0%,to{transform:scale(1);box-shadow:0 10px 30px #2563eb4d}50%{transform:scale(1.06);box-shadow:0 15px 40px #2563eb99}}.prices-section-wrapper .support-avatar{background:#fff url(https://i.pravatar.cc/100?img=47) 50%/cover;border-radius:50%;width:34px;height:34px;margin-bottom:2px}.prices-section-wrapper .support-text{text-align:center;color:#fff;font-size:8px;font-weight:700;line-height:1.1}.prices-section-wrapper .whatsapp-icon{color:#fff;background:#25d366;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex;position:absolute;bottom:-5px}.prices-section-wrapper .whatsapp-icon svg{fill:#fff;width:12px;height:12px}.prices-section-wrapper .wa-svg{width:18px;height:18px}@media (max-width:480px){.prices-section-wrapper .toggle-btn{padding:10px 4px;font-size:11.5px}}@media (max-width:375px){.prices-section-wrapper .toggle-btn{padding:8px 2px;font-size:10px}}
