/* === ZARİF SAAS TASARIMI === */
.sf-premium-wrapper {
--bg: transparent;
--dark-surface: #0a0a0c;
--card-bg: #ffffff;
--border-light: #e4e4e7;
--text-dark: #18181b;
--text-gray: #71717a;
--brand-primary: #4f46e5;
--brand-light: #e0e7ff;
--success: #10b981;
--trans-smooth: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 60px 0 60px;
box-sizing: border-box;
font-family: inherit;
-webkit-font-smoothing: antialiased;
}.sf-premium-wrapper * {
box-sizing: border-box;
}.sf-link-box {
text-decoration: none;
display: block;
color: inherit;
}/* --- ÜST KISIM (Karanlık Hero/Panel) --- */
.sf-hero-dark {
background: var(--dark-surface);
background-image: radial-gradient(
circle at 50% 0%,
rgba(79, 70, 229, 0.15) 0%,
transparent 70%
);
border-radius: 10px;
padding: 70px 40px 0;
text-align: center;
position: relative;
overflow: hidden;
margin-top: 30px;
border: 1px solid rgba(255, 255, 255, 0.04);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.sf-badge-elegant {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #e2e8f0;
padding: 6px 14px;
border-radius: 100px;
font-size: 12px;
font-weight: 500;
margin-bottom: 24px;
}.sf-hero-dark h2 {
color: #ffffff;
font-size: 32px;
font-weight: 700;
margin: 0 0 16px;
letter-spacing: -0.5px;
}.sf-hero-dark p {
color: #94a3b8;
font-size: 16px;
max-width: 600px;
margin: 0 auto 50px;
line-height: 1.6;
}.sf-dash-elegant {
background: rgba(255, 255, 255, 0.02);
border: 1px solid rgba(255, 255, 255, 0.06);
border-bottom: none;
border-radius: 20px 20px 0 0;
max-width: 900px;
margin: 0 auto;
padding: 24px;
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 20px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}.sf-dash-card {
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(255, 255, 255, 0.03);
border-radius: 10px;
padding: 20px;
text-align: left;
}.sf-dash-card.primary {
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.03) 0%,
rgba(79, 70, 229, 0.05) 100%
);
}.sf-d-title {
color: #94a3b8;
font-size: 13px;
margin-bottom: 12px;
display: flex;
align-items: center;
gap: 8px;
font-weight: 500;
}.sf-d-title svg {
width: 16px;
height: 16px;
stroke: #818cf8;
}.sf-d-val {
color: #ffffff;
font-size: 32px;
font-weight: 600;
letter-spacing: -1px;
}.sf-d-graph {
height: 40px;
margin-top: 20px;
background: url('data:image/svg+xml;utf8,<svg preserveAspectRatio="none" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M0,100 L0,50 Q25,60 50,20 T100,10 L100,100 Z" fill="rgba(79,70,229,0.2)"/></svg>')
no-repeat bottom;
border-bottom: 1px solid var(--brand-primary);
}/* --- ALT BEYAZ KARTLAR (GRID) --- */
.sf-grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}.sf-clean-card {
background: var(--card-bg);
border: 1px solid var(--border-light);
border-radius: 10px;
padding: 40px;
display: flex;
flex-direction: column;
transition: var(--trans-smooth);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
overflow: hidden;
position: relative;
}.sf-clean-card:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.08);
border-color: #cbd5e1;
}/* Noktalı 3D JS Küresi İçin Canvas Kapsayıcısı */
.sf-particle-canvas {
position: absolute;
bottom: -50px;
left: 50%;
width: 100%;
aspect-ratio: 1 / 1;
transform: translateX(-50%);
z-index: 0;
pointer-events: none;
opacity: 0.35;
transition: var(--trans-smooth);
}.sf-clean-card:hover .sf-particle-canvas {
opacity: 0.65;
transform: translateX(-50%) scale(1.05);
}.sf-card-top {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 6px;
position: relative;
z-index: 2;
}.sf-card-top h3 {
color: var(--text-dark);
font-size: 22px;
font-weight: 600;
margin: 0;
letter-spacing: -0.3px;
}.sf-icon-btn {
width: 36px;
height: 36px;
border-radius: 50%;
background: #f4f5f7;
border: 1px solid var(--border-light);
display: flex;
align-items: center;
justify-content: center;
color: var(--text-dark);
transition: var(--trans-smooth);
}.sf-icon-btn svg {
width: 16px;
height: 16px;
stroke-width: 2;
transition: var(--trans-smooth);
}.sf-clean-card:hover .sf-icon-btn {
background: var(--warning);
color: #fff;
border-color: var(--warning);
}.sf-clean-card:hover .sf-icon-btn svg {
transform: translate(2px, -2px);
}
.sf-clean-card:hover .sf-card-top h3 {
color: var(--renk1);
}
.sf-clean-card > p {
color: var(--text-gray);
font-size: 14px;
margin: 0 0 40px;
line-height: 1.5;
max-width: 95%;
position: relative;
z-index: 2;
}/* Görsel Kapsayıcılar */
.sf-visual-area {
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;
position: relative;
min-height: 240px;
z-index: 2;
}/* Ortak Buzlu Cam Efekti */
.sf-glass-panel {
background: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}/* =========================================
YENİ MOCKUP 1: DOLU & ETKİLEŞİMLİ QR MENÜ
========================================= */
.sf-qr-showcase {
position: relative;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}.sf-mock-phone {
width: 170px;
height: 340px;
border: 6px solid #e2e8f0;
border-radius: 30px;
position: absolute;
bottom: -80px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
overflow: hidden;
display: flex;
flex-direction: column;
transition: var(--trans-smooth);
z-index: 2;
}.sf-clean-card:hover .sf-mock-phone {
transform: translateY(-10px);
box-shadow: 0 30px 50px rgba(79, 70, 229, 0.15);
border-color: #cbd5e1;
}.sf-mp-notch {
width: 50px;
height: 12px;
background: #e2e8f0;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
border-radius: 0 0 10px 10px;
}.sf-mp-header {
height: 100px;
background: #f8fafc;
padding: 24px 16px 0;
}.sf-mp-img {
width: 44px;
height: 44px;
background: #fff;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
border: 1px solid #f1f5f9;
}.sf-mp-body {
padding: 16px;
display: flex;
flex-direction: column;
gap: 12px;
flex-grow: 1;
background-position: center top !important;
background-size: 97% !important;
border-radius: 40px;
}.sf-mp-row {
display: flex;
gap: 12px;
align-items: center;
}.sf-mp-box {
width: 40px;
height: 40px;
background: #f1f5f9;
border-radius: 8px;
}.sf-mp-lines div {
height: 6px;
border-radius: 4px;
background: #e2e8f0;
margin-bottom: 6px;
}.sf-mp-lines div:first-child {
width: 60px;
background: #cbd5e1;
}.sf-mp-lines div:last-child {
width: 30px;
}/* Yüzen (Floating) QR Kartı */
.sf-float-qr {
position: absolute;
left: 10%;
top: 30px;
border: 1px solid #e2e8f0;
padding: 12px;
border-radius: 16px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
animation: floatAnim 4s ease-in-out infinite;
z-index: 3;
}.sf-float-qr svg {
width: 36px;
height: 36px;
fill: var(--text-dark);
}.sf-float-qr span {
font-size: 11px;
font-weight: 600;
color: var(--text-dark);
letter-spacing: -0.2px;
}/* Yüzen (Floating) Bildirim */
.sf-float-notif {
position: absolute;
right: 5%;
bottom: 60px;
border: 1px solid #e2e8f0;
padding: 10px 14px;
border-radius: 20px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
display: flex;
align-items: center;
gap: 8px;
animation: floatAnim 5s ease-in-out infinite reverse;
z-index: 3;
}.sf-float-notif-dot {
width: 8px;
height: 8px;
background: var(--success);
border-radius: 50%;
box-shadow: 0 0 8px var(--success);
}.sf-float-notif span {
font-size: 12px;
font-weight: 600;
color: var(--text-dark);
}@keyframes floatAnim {
0%,
100% {
transform: translateY(0);
}50% {
transform: translateY(-12px);
}
}/* =========================================
YENİ MOCKUP 2: DETAYLI AKIŞ ŞEMASI
========================================= */
.sf-timeline {
display: flex;
flex-direction: column;
gap: 20px;
position: relative;
width: 100%;
max-width: 430px;
padding-left: 10px;
margin-top: 10px;
}/* Kesik bağlantı çizgisi */
.sf-timeline::before {
content: "";
position: absolute;
left: 30px;
top: 20px;
bottom: 20px;
width: 2px;
border-left: 2px dashed #cbd5e1;
z-index: 0;
}.sf-tl-item {
display: flex;
align-items: flex-start;
gap: 16px;
position: relative;
z-index: 1;
transition: var(--trans-smooth);
}.sf-clean-card:hover .sf-tl-item {
transform: translateX(5px);
}.sf-tl-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: #ffffff;
border: 2px solid #e2e8f0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
transition: var(--trans-smooth);
}.sf-tl-icon svg {
width: 18px;
height: 18px;
}.sf-step-1 .sf-tl-content {
border-color: var(--brand-primary);
}.sf-step-2 .sf-tl-content {
border-color: var(--warning);
}.sf-step-3 .sf-tl-content {
border-color: var(--success);
}.sf-tl-content {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #e2e8f0;
padding: 10px 14px;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
backdrop-filter: blur(8px);
flex-grow: 1;
transition: var(--trans-smooth);
}.sf-tl-content h4 {
font-size: 13px;
font-weight: 600;
color: var(--text-dark);
margin: 0 0 4px;
}.sf-tl-content p {
font-size: 12px;
color: var(--text-gray);
margin: 0;
line-height: 1.4;
}.sf-clean-card:hover .sf-tl-content {
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}/* Renk Kodlamaları */
.sf-step-1 .sf-tl-icon {
border-color: var(--brand-primary);
color: var(--brand-primary);
}.sf-step-2 .sf-tl-icon {
border-color: var(--warning);
color: var(--warning);
}.sf-step-3 .sf-tl-icon {
border-color: var(--success);
color: var(--success);
}/* --- MOCKUP 3: Pencere --- */
.sf-mock-window {
width: 100%;
max-width: 360px;
border: 1px solid #e2e8f0;
border-radius: 16px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
padding: 6px;
transition: var(--trans-smooth);
}.sf-clean-card:hover .sf-mock-window {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(79, 70, 229, 0.1);
}.sf-mw-list {
background: rgba(248, 250, 252, 0.9);
border-radius: 12px;
overflow: hidden;
border: 1px solid #f1f5f9;
}.sf-mw-item {
padding: 12px 16px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #f1f5f9;
font-size: 13px;
font-weight: 500;
color: var(--text-dark);
}.sf-mw-item:last-child {
border-bottom: none;
}.sf-mw-left {
display: flex;
align-items: center;
gap: 10px;
}.sf-mw-icon {
width: 24px;
height: 24px;
background: #fff;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}.sf-mw-icon svg {
width: 14px;
height: 14px;
stroke: var(--text-gray);
}.sf-ios-toggle {
width: 36px;
height: 20px;
background: var(--success);
border-radius: 20px;
position: relative;
}.sf-ios-toggle::after {
content: "";
position: absolute;
right: 2px;
top: 2px;
width: 16px;
height: 16px;
background: #fff;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: var(--trans-smooth);
}.sf-ios-toggle.off {
background: #cbd5e1;
}.sf-ios-toggle.off::after {
left: 2px;
right: auto;
box-shadow: none;
}/* --- MOCKUP 4: Yörünge --- */
.sf-mock-orbit {
position: relative;
width: 200px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}.sf-hub {
width: 60px;
height: 60px;
border: 1px solid #e2e8f0;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
transition: var(--trans-smooth);
}.sf-hub svg {
width: 28px;
height: 28px;
stroke: var(--brand-primary);
}.sf-clean-card:hover .sf-hub {
transform: scale(1.1);
box-shadow: 0 12px 24px rgba(79, 70, 229, 0.15);
border-color: var(--brand-light);
}.sf-ring-light {
position: absolute;
width: 160px;
height: 160px;
border: 1px dashed #cbd5e1;
border-radius: 50%;
animation: spin 25s linear infinite;
z-index: 4;
}.sf-brand-icon {
position: absolute;
width: 40px;
height: 40px;
background: #fff;
border: 1px solid #f1f5f9;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
font-size: 10px;
font-weight: 600;
animation: spin-reverse 25s linear infinite;
}.sf-b1 {
top: -20px;
left: 50%;
margin-left: -20px;
color: #e11d48;
}.sf-b2 {
bottom: 10px;
left: -10px;
color: #5d3ebc;
}.sf-b3 {
bottom: 10px;
right: -10px;
color: #ea580c;
}@keyframes spin {
100% {
transform: rotate(360deg);
}
}@keyframes spin-reverse {
100% {
transform: rotate(-360deg);
}
}/* Mobil Uyum */
@media (max-width: 900px) {
.sf-grid-container {
grid-template-columns: 1fr;
}.sf-dash-elegant {
grid-template-columns: 1fr;
padding: 20px;
}.sf-hero-dark {
padding: 50px 20px 0;
border-radius: 20px;
}.sf-clean-card {
padding: 30px;
}
}/**/.sf-logo-wall-wrapper {
background-color: #f4f6f8;
/* Görseldeki açık gri/buz beyazı arka plan */
padding: 60px 0;
width: 100%;
overflow: hidden;
}.sf-lw-header {
text-align: center;
max-width: 900px;
margin: 0 auto 60px;
padding: 0 20px;
}.header-title1 {
font-size: 34px;
font-weight: 700;
color: #111827;
margin: 0 0 16px;
letter-spacing: -0.5px;
line-height: 1.3;
}/* Görseldeki Turkuaz/YeşWil Vurgu Rengi */
.header-title1 span {
color: var(--renk1);
}.sf-lw-header p {
font-size: 15px;
color: #4b5563;
margin: 0;
font-weight: 400;
}/* Kayan Logo Alanı */
.sf-lw-container {
position: relative;
width: 100vw;
left: 50%;
transform: translateX(-50%);
overflow: hidden;
display: flex;
align-items: center;
cursor: pointer;
}/* Kenarlardaki beyazdan yavaşça silinme efekti (Fade edges) */
.sf-lw-container::before,
.sf-lw-container::after {
content: "";
position: absolute;
top: 0;
width: 150px;
height: 100%;
z-index: 2;
pointer-events: none;
}.sf-lw-container::before {
left: 0;
background: linear-gradient(
to right,
#f4f6f8 0%,
rgba(244, 246, 248, 0) 100%
);
}.sf-lw-container::after {
right: 0;
background: linear-gradient(to left, #f4f6f8 0%, rgba(244, 246, 248, 0) 100%);
}.sf-lw-track {
display: flex;
align-items: center;
gap: 80px;
/* Logolar arası mesafe */
padding: 20px 40px;
width: max-content;
will-change: transform;
}/* Tekil Logo Kutusu */
.sf-brand-logo {
display: flex;
align-items: center;
justify-content: center;
/* Varsayılan olarak soluk */
/* Tamamen siyah beyaz yapar */
transition: all 0.4s ease;
}.sf-brand-logo:hover {
opacity: 1;
filter: grayscale(0%);
/* Üzerine gelince resmin kendi rengi gelir */
transform: scale(1.08);
/* Hafifçe büyür */
}/* Resim (IMG) Ayarları */
.sf-brand-logo img {
height: 150px;
/* Logoların yüksekliğini eşitler */
width: auto;
max-width: 200px;
/* Çok uzun logoların taşmasını engeller */
object-fit: contain;
/* Resmin orantısını bozmadan sığdırır */
display: block;
}@media (max-width: 768px) {
.sf-lw-header h2 {
font-size: 26px;
}.sf-lw-header p {
font-size: 15px;
}.sf-lw-track {
gap: 50px;
}.sf-brand-logo img {
height: 35px;
}/* Mobilde logolar biraz daha küçük */
.sf-lw-container::before,
.sf-lw-container::after {
width: 80px;
}
}/**/.pricing-section {
padding: 0px 0px 60px;
}/* Başlık Alanı */
.section-header {
text-align: center;
margin-bottom: 50px;
}.section-header p {
font-size: 16px;
color: #718096;
margin: 0;
}/* Kart Konteyneri */
.pricing-cards {
display: flex;
justify-content: center;
align-items: stretch;
gap: 30px;
flex-wrap: wrap;
padding-bottom: 60px;
}/* Tekil Kart Yapısı */
.card {
background: #ffffff;
width: 100%;
max-width: 350px;
border-radius: 5px;
/* İstenen 5px radius */
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
border: 1px solid #edf2f7;
position: relative;
}/* YAPIŞKAN (STICKY) BAŞLIK VE FİYAT ALANI */
.sticky-header {
position: -webkit-sticky;
/* Safari Desteği */
position: sticky;
top: 0;
/* Ekranın neresinde sabitleneceği */
background-color: #ffffff;
z-index: 10;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid #edf2f7;
box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.03);
/* Sabitlendiğinde hafif derinlik hissi */
}.card-banner {
background-color: var(--warning);
color: #fff;
text-align: center;
font-weight: 600;
font-size: 14px;
padding: 12px 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}.sticky-content {
padding: 25px 25px 15px 25px;
}/* Kaydırılabilir Alt Gövde */
.card-body {
padding: 15px 25px 30px 25px;
display: flex;
flex-direction: column;
flex-grow: 1;
}/* Başlık ve İndirim Rozeti */
.title-row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 4px;
}.title-row h3 {
margin: 0;
font-size: 21px;
font-weight: 700;
}.badge {
background-color: #3b28cc;
color: #ffffff;
font-size: 11px;
font-weight: 700;
padding: 6px 12px;
border-radius: 5px;
display: none;
}/* Fiyat Alanı */
.price-area {
margin-bottom: 15px;
}.main-price {
font-size: 42px;
font-weight: 800;
color: #1a202c;
display: flex;
align-items: baseline;
gap: 5px;
}.main-price span {
font-size: 16px;
font-weight: 500;
color: #718096;
}.main-price .price-val {
font-size: 30px;
font-weight: 800;
color: var(--warning);
}.old-price-area {
font-size: 14px;
margin-top: -5px;
display: none !important;
}.old-price-area .old {
color: #a0aec0;
text-decoration: line-through;
margin-right: 5px;
}.old-price-area .new {
color: #3b28cc;
font-weight: 700;
}.vat-note {
font-size: 12px;
color: #a0aec0;
margin-bottom: 20px;
line-height: 1.5;
}/* =========================================
MOCKUP 4: ÇOKLU SONSUZ KAYAN LOGO (MARQUEE)
========================================= *//* Ana Kapsayıcı (2 satırı bir arada tutmak için) */
.sf-card-marquees-wrapper {
display: flex;
flex-direction: column;
gap: 8px;
width: 100%;
padding: 5px 0;
position: relative;
z-index: 2;
}/* Her Bir Kayan Satır Grubu */
.sf-marquee-group {
display: flex;
flex-direction: column;
gap: 6px;
width: 100%;
}/* Kayan Satırların Üstündeki Ufak Başlık */
.sf-marquee-title {
font-size: 11px;
font-weight: 700;
color: #94a3b8;
text-transform: uppercase;
letter-spacing: 1px;
margin-left: 10px;
}/* Dış Kapsayıcı (Kenarlardan silinme efekti) */
.sf-card-marquee {
width: 100%;
padding: 12px 0;
overflow: hidden;
position: relative;
display: flex;
align-items: center;
border-radius: 12px;
border: 1px solid #f1f5f9;
/* Sağdan ve soldan transparanlık maskesi ile yumuşak geçiş */
-webkit-mask-image: linear-gradient(
to right,
transparent 0%,
black 15%,
black 85%,
transparent 100%
);
mask-image: linear-gradient(
to right,
transparent 0%,
black 15%,
black 85%,
transparent 100%
);
}/* Kayan İçerik Şeridi (Varsayılan Sağdan Sola) */
.sf-card-marquee-track {
display: flex;
gap: 16px; /* Kutular arası boşluk */
align-items: center;
width: max-content;
animation: cardMarqueeScroll 20s linear infinite;
}/* İkinci Şerit İçin (Soldan Sağa) */
.sf-card-marquee-track.reverse {
animation: cardMarqueeScrollReverse 20s linear infinite;
}/* Karta hover yapıldığında animasyonları durdur */
.sf-clean-card:hover .sf-card-marquee-track {
animation-play-state: paused;
}/* Kayan Animasyon Matematiği (Sağdan Sola) */
@keyframes cardMarqueeScroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-50% - 8px));
}
}/* Kayan Animasyon Matematiği (Soldan Sağa) */
@keyframes cardMarqueeScrollReverse {
0% {
transform: translateX(calc(-50% - 8px));
}
100% {
transform: translateX(0);
}
}/* Tekil Logo Kutusu Stili */
.sf-c-logo {
background: #ffffff;
border: 1px solid #e2e8f0;
height: 60px;
border-radius: 10px;
font-weight: 700;
font-size: 14px;
color: #64748b;
white-space: nowrap;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
display: flex;
align-items: center;
justify-content: center;
transition: var(--trans-smooth);
cursor: default;
}.sf-c-logo img {
max-height: 60px;
width: auto;
display: block;
}.entegrasyon-logo {
padding: 0px;
height: auto;
overflow: hidden;
}/* Yazarkasa POS Markaları İçin Özel Tipografi */
.sf-c-logo.pos-logo {
font-weight: 800;
letter-spacing: 1px;
border-radius: 10px;
overflow: hidden;
}/* Üzerine Gelindiğinde Canlanma Efekti */
.sf-c-logo:hover {
transform: scale(1.08) translateY(-2px);
filter: grayscale(0%);
opacity: 1;
border-color: #cbd5e1;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
z-index: 10;
}
/* Özellikleri Gör (Açılır Kapanır Alan) */
details {
margin-bottom: 25px;
flex-grow: 1;
}summary {
background-color: #f7fafc;
padding: 15px;
border-radius: 5px;
font-weight: 600;
font-size: 14px;
color: #2d3748;
cursor: pointer;
list-style: none;
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid #edf2f7;
transition: all 0.2s;
user-select: none;
}summary::-webkit-details-marker {
display: none;
}summary::after {
content: "▼";
font-size: 10px;
color: #718096;
transition: transform 0.3s;
}details[open] summary::after {
transform: rotate(180deg);
}details[open] summary {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: none;
}/* Tam ve Birebir Özellik Listesi Stilleri */
.feature-list {
margin: 0 0 20px 0;
padding: 15px;
background-color: #ffffff;
border: 1px solid #edf2f7;
border-top: none;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
list-style: none;
font-size: 13px;
color: #4a5568;
}.feature-list li {
margin-bottom: 12px;
display: flex;
align-items: flex-start;
gap: 10px;
line-height: 1.4;
}.feature-list li:last-child {
margin-bottom: 0;
}.feature-text {
flex-grow: 1;
}.icon-check {
color: #10b981;
font-weight: bold;
font-size: 14px;
width: 16px;
text-align: center;
flex-shrink: 0;
}.icon-cross {
color: #cbd5e1;
font-weight: bold;
font-size: 14px;
width: 16px;
text-align: center;
flex-shrink: 0;
margin-top: 1px;
}/* EKLENEN: Olmayan Özellikleri Gri Yapma ve Üstünü Çizme */
.not-included .feature-text {
color: #94a3b8;
/* Soluk Gri */
text-decoration: line-through;
/* Üstünü Çizgi ile Kapatma */
}/* Buton */
.btn-primary {
display: block;
width: 100%;
background-color: #376285;
color: #ffffff;
text-align: center;
padding: 16px 0;
border-radius: 5px;
font-weight: 600;
font-size: 15px;
text-decoration: none;
border: none;
cursor: pointer;
box-shadow: 0 8px 20px #37628536;
transition: all 0.3s ease;
margin-top: auto;
}.btn-primary:hover {
background-color: #376285;
transform: translateY(-2px);
box-shadow: 0 10px 25px #37628588;
}@media (max-width: 992px) {
.pricing-cards {
flex-direction: column;
align-items: center;
}.sticky-header {
position: static;
/* Mobilde yapışkanı iptal eder daha rahat okunur */
}
}/**//* Genel Kapsayıcı Ayarları */
.hero-section {
position: relative;
width: 100%;
height: 100vh; /* Ekranın %80'ini kaplar, isteğe göre 100vh yapılabilir */
min-height: 500px;
overflow: hidden;
border-radius: 20px; /* Görseldeki gibi kenarları yumuşatmak için */
display: flex;
align-items: center;
justify-content: center;
margin: 0px auto; /* Sayfada ortalamak için */
max-width: 98%; /* Çok büyük ekranlarda aşırı yayılmayı önler */
}/* YouTube Videosu Arka Plan Ayarı */
.video-background-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none; /* Videoya tıklanmasını engeller */
overflow: hidden;
}/* Iframe'i tam ekran yapma taktiği */
#player {
position: absolute;
top: 50%;
left: 50%;
width: 100vw;
height: 56.25vw; /* 16:9 Aspect Ratio */
min-height: 100vh;
min-width: 177.77vh; /* 16:9 Aspect Ratio */
transform: translate(-50%, -50%);
pointer-events: none;
}/* Yazıların okunması için karartma katmanı */
.hero-overlay {
opacity: 50%;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(
40,
35,
30,
0.75
); /* Görseldeki gibi kahverengi/siyah tonlarında yarı saydam */
z-index: 2;
}/* Metin ve Etiketlerin Kapsayıcısı */
.hero-content {
position: relative;
z-index: 3;
text-align: center;
color: #ffffff;
max-width: 900px;
padding: 0 20px;
}.hero-title {
font-size: 3rem;
font-weight: 700;
margin-bottom: 35px;
line-height: 1.2;
}.hero-subtitle {
font-size: 1.2rem;
font-weight: 400;
margin-bottom: 40px;
color: #e0e0e0;
line-height: 1.5;
}.hero-subtitle strong {
display: block;
margin-top: 10px;
color: #ffffff;
}/* Neden Biz Etiketleri (Görseldeki Butonlar) */
.features-grid {
display: flex;
flex-wrap: wrap;
gap: 15px;
justify-content: center;
}.feature-tag {
background-color: rgba(255, 255, 255, 0.35); /* Yarı saydam gri/beyaz */
backdrop-filter: blur(5px); /* Arka planı hafif flulaştırır */
padding: 12px 24px;
border-radius: 50px; /* Hap görünümü */
display: flex;
align-items: center;
gap: 10px;
font-size: 1rem;
font-weight: 600;
color: #ffffff;
transition: all 0.3s ease;
cursor: default;
}.feature-tag:hover {
background-color: rgba(255, 255, 255, 0.5);
transform: translateY(-2px);
}
.feature-tag span {
font-size: 15px;
font-weight: 600;
color: var(--ft-text-dark);
white-space: nowrap; /* Metnin alt satıra kırılmasını önler */
letter-spacing: 0.3px;
transition: color 0.3s ease;
}
.feature-tag svg {
width: 24px;
height: 24px;
color: var(--ft-primary); /* Rengi değişkenden alır */
flex-shrink: 0;
/* İkona tatlı bir yaylanma (bounce) animasyonu ekler */
transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}/* Mobil Uyumluluk */
@media (max-width: 768px) {
.hero-title {
font-size: 2rem;
}
.hero-subtitle {
font-size: 1rem;
}
.feature-tag {
font-size: 0.9rem;
padding: 10px 18px;
}
.hero-section {
border-radius: 0; /* Mobilde tam ekran genişliği için kenarlıkları sıfırlar */
}
}/**//* Stats Grid Konteyner */
.stats-grid {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 2rem;
margin-top: 1.5rem;
flex-wrap: wrap;
border-top: 1px solid #ffffff28;
}/* Her Bir Sayaç Kutusu */
.stat-box {
padding: 2rem;
text-align: center;
min-width: 220px;
transition:
transform 0.3s ease,
background 0.3s ease;
}/* İkonlar */
.stat-box svg {
width: 48px;
height: 48px;
color: var(
--renk1
); /* Tema renginize göre değiştirebilirsiniz (Örn: #ff9800 Turuncu) */
margin-bottom: 1rem;
}/* Rakamlar */
.stat-number {
font-size: 45px;
font-weight: 500;
color: #ffffff;
margin-bottom: 0.5rem;
font-variant-numeric: tabular-nums; /* Sayıların zıplamasını engeller */
}/* Alt Metinler */
.stat-text {
font-size: 1.1rem;
color: #e0e0e0;
font-weight: 500;
letter-spacing: 0.5px;
}/* Mobil Uyumluluk */
@media (max-width: 768px) {
.stats-grid {
gap: 1rem;
}
.stat-box {
min-width: 100%; /* Mobilde tam genişlik */
padding: 1.5rem;
}
.stat-number {
font-size: 2.5rem;
}
}/* === GENEL YAPISAL STİLLER === */
#hemen-kurulum {
width: 100%;
height: auto;
}#hemen-kurulum .container {
max-width: 98%;
}.hk-card-wrapper {
background-color: #ffffff;
border-radius: 1.5rem;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
overflow: hidden;
}.hk-content-area {
padding: 4rem 3rem;
display: flex;
flex-direction: column;
justify-content: center;
}@media (min-width: 992px) {
.hk-content-area {
padding: 5rem 4rem;
}
}/* === ÜSTTEKİ ROZET ALANI === */
.hk-badge {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.5rem;
}.hk-avatars {
display: flex;
align-items: center;
}
.hk-avatars img {
width: 28px;
height: 28px;
border-radius: 50%;
border: 2px solid #ffffff;
margin-left: -8px;
object-fit: cover;
}
.hk-avatars img:first-child {
margin-left: 0;
}
.hk-badge-text {
font-size: 0.9rem;
font-weight: 500;
color: var(--renk1);
}.hk-title {
font-size: 2.2rem;
font-weight: 700;
color: #0f172a;
line-height: 1.2;
margin-bottom: 2rem;
letter-spacing: -0.03em;
}.hk-list ul {
list-style: none;
padding: 0;
margin: 0 0 1.5rem 0;
display: flex;
flex-direction: column;
gap: 1.2rem;
}.hk-list ul li {
display: flex;
align-items: center; /* Metin birden fazla satırsa flex-start yapabilirsiniz */
gap: 1rem;
font-size: 1.1rem;
color: #64748b;/* Animasyon başlangıç durumu */
opacity: 0.4;
filter: grayscale(100%);
transform: translateX(-15px);
transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}/* Editörden gelen <strong> etiketini hafif kalınlaştır */
.hk-list ul li strong {
font-weight: 600;
}/* SIRA SIRA YANMA (Aktif) DURUMU */
.hk-list ul li.is-active {
opacity: 1;
filter: grayscale(0%);
transform: translateX(0);
color: #0f172a;
}/* CSS İLE EKLENEN OTOMATİK CHECK İKONU */
.hk-list ul li::before {
content: "";
flex-shrink: 0;
display: block;
width: 24px;
height: 24px;
background-color: var(--renk1);
border-radius: 50%;/* Beyaz SVG Check İkonunu Arka Plan Olarak Ekledik */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12.75l6 6 9-13.5' /%3E%3C/svg%3E");
background-size: 14px;
background-position: center;
background-repeat: no-repeat;/* İkon Animasyonu */
transform: scale(0.8);
transition: transform 0.5s ease;
}.hk-list ul li.is-active::before {
transform: scale(1);
}/* ======================================================= *//* === VURGULU SLOGAN === */
.hk-slogan {
font-size: 1.1rem;
font-weight: 600;
color: var(--renk1);
margin-bottom: 2.5rem;
opacity: 0;
transform: translateY(10px);
transition: all 0.5s ease;
}
.hk-slogan.is-active {
opacity: 1;
transform: translateY(0);
}/* === SARI BUTON === */
.hk-btn-demo {
width: fit-content;
transition: all 0.3s ease;
opacity: 0;
transform: translateY(15px);
}
.hk-btn-demo.is-active {
opacity: 1;
transform: translateY(0);
}
.hk-btn-demo:hover {
transform: translateY(-3px) scale(1.02);
}/* Sağ Taraf Görsel Alanı */
.hk-image-area {
height: 100%;
min-height: 450px;
background-size: cover;
background-position: center;
}/**//* Genel Bölüm Ayarları */
.why-choose-us-section {
padding: 80px 0px;
}.why-choose-us-section .container {
max-width: 1200px;
margin: 0 auto;
}/* Başlık altındaki ince çizgi */
.header-line {
width: 60px;
height: 4px;
background-color: #376285; /* Sizin Mavi Renginiz */
margin: 0 auto;
border-radius: 2px;
}/* Izgara Sistemi (3 Sütun x 2 Satır) */
.features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px 30px;
}/* Her Bir Özellik Kutusu */
.feature-item {
display: flex;
align-items: flex-start; /* İkon ve metni üstten hizalar */
gap: 20px;
padding: 10px;
transition: transform 0.3s ease;
}.feature-item:hover {
transform: translateY(-5px);
}/* İkon Tasarımı */
.feature-icon {
flex-shrink: 0;
width: 50px; /* İkon büyüklüğü optimize edildi */
height: 50px;
margin-top: 2px; /* Başlıkla aynı hizaya gelmesi için ince ayar */
}.feature-icon svg {
width: 100%;
height: 100%;
}/* MAVİ VURGU STİLİ (Sihir Burada) */
.accent-svg {
stroke: #376285 !important; /* Dış çizgi sizin mavinize ayarlandı */
fill: #e5eefb; /* Mavi ile uyumlu, çok soluk pastel bir mavi dolgu eklendi. Premium görünümü veren burasıdır. */
}/* Metin İçeriği */
.feature-content h3 {
font-size: 1.25rem;
font-weight: 600;
color: #1a1a1c; /* Sizin Siyah Renginiz */
margin: 0 0 10px 0;
line-height: 1.3;
}.feature-content p {
font-size: 14px;
color: #525f7f;
line-height: 1.4;
margin: 0;
}/* Mobil Uyumluluk */
@media (max-width: 992px) {
.features-grid {
grid-template-columns: repeat(2, 1fr);
}
}@media (max-width: 768px) {
.section-header h2 {
font-size: 2rem;
}
.features-grid {
grid-template-columns: 1fr;
gap: 30px;
}
.feature-item {
flex-direction: column;
align-items: center;
text-align: center;
}
.feature-icon {
margin-top: 0;
margin-bottom: 5px;
}
}/**//* =========================================
PREMIUM FOOTER TASARIMI
========================================= */
.ym-premium-footer {
background-color: #376285;
position: relative;
color: #cccccc;
overflow: hidden;
}/* Arka plandaki çok hafif lacivert yansıma (Derinlik Katar) */
.ym-premium-footer::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 600px;
height: 600px;
background: radial-gradient(
circle at top right,
rgba(1, 84, 217, 0.08) 0%,
transparent 60%
);
pointer-events: none;
}/* En üstteki şık, soluk gradient ayraç çizgisi */
.ym-footer-top-line {
width: 100%;
height: 1px;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.15) 50%,
transparent 100%
);
}.ym-footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 80px 20px 0;
position: relative;
z-index: 2;
}/* --- Ana Izgara --- */
.ym-footer-main {
display: grid;
grid-template-columns: 2.5fr 1.2fr 1.2fr 2fr;
gap: 40px;
margin-bottom: 70px;
}/* 1. Sütun Marka */.footer-logoo {
color: #ffffff;
margin-bottom: 35px;
}.footer-logoo img {
width: auto;
height: 60px;
}.footer-logoo svg {
fill: #ffffff;
}.ym-desc {
font-size: 15px;
line-height: 1.7;
color: #fff;
max-width: 340px;
margin: 0 0 30px 0;
}/* İkonlar */
.ym-socials {
display: flex;
gap: 15px;
}
.ym-socials a {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 50%;
color: #cccccc;
transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.ym-socials a svg {
width: 16px;
height: 16px;
fill: #fff;
}
.ym-socials a:hover {
border-color: #376285;
background-color: #376285;
color: #ffffff;
transform: translateY(-4px);
box-shadow: 0 10px 20px rgba(1, 84, 217, 0.2);
}/* Başlıklar (Premium Tipografi) */
.ym-col-title {
color: #ffffff;
font-size: 12px;
font-weight: 600;
letter-spacing: 1.5px;
text-transform: uppercase;
margin: 0 0 30px 0;
opacity: 1;
padding-left: 0px;
}.ym-col-title::after {
content: "";
display: block;
width: 30px;
height: 2px;
background: #fff;
margin-top: 12px;
}/* Linkler (Şık Hover Animasyonu) */
.ym-links {
list-style: none;
padding: 0;
margin: 0;
}
.ym-links li {
margin-bottom: 16px;
}
.ym-links a {
color: #fff;
text-decoration: none;
font-size: 15px;
position: relative;
transition: color 0.3s;
display: inline-block;
}
/* Link Altı Çizgi Animasyonu */
.ym-links a::after {
content: "";
position: absolute;
bottom: -3px;
left: 0;
width: 0%;
height: 1px;
background-color: #ffffff;
transition: width 0.3s ease;
}
.ym-links a:hover {
color: #ffffff;
}
.ym-links a:hover::after {
width: 100%;
}/* İletişim Sütunu (Blok Yapısı) */
.ym-contact-blocks {
display: flex;
flex-direction: column;
gap: 24px;
}
.ym-c-block {
display: flex;
align-items: center;
gap: 15px;
}
.ym-c-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.03);
border-radius: 10px;
color: #fff; /* İkon Rengi Mavi */
}
.ym-c-icon svg {
width: 18px;
height: 18px;
}
.ym-c-info {
display: flex;
flex-direction: column;
}
.ym-c-info span {
font-size: 12px;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 3px;
}
.ym-c-info strong {
font-size: 14px;
color: #ffffff;
font-weight: 500;
}/* --- EN ALT BAR --- */
.ym-footer-bottom {
display: flex;
justify-content: center;
align-items: center;
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.06);
gap: 25px;
}
.ym-copyright {
font-size: 14px;
color: #94a3b8;
}
.ym-signature {
display: flex;
align-items: center;
gap: 10px;
}
.ym-powered {
font-size: 12px;
color: #718096;
}
.ym-signature a {
display: flex;
align-items: center;
color: #94a3b8;
font-size: 14px;
text-decoration: none;
transition: opacity 0.3s;
}
.ym-signature a:hover {
opacity: 0.8;
}/* Mobil Uyum (Responsive) */
@media (max-width: 1024px) {
.ym-footer-main {
grid-template-columns: repeat(2, 1fr);
gap: 50px;
display: none;
}
.hero-section {
height: 40vh;
min-height: 440px;
}
}
@media (max-width: 768px) {
.ym-footer-main {
grid-template-columns: 1fr;
gap: 40px;
}
.ym-footer-bottom {
flex-direction: column;
text-align: center;
gap: 20px;
}
.ym-signature {
justify-content: center;
}
}/**/.sf-logo-wall-wrapper .liste {
align-items: flex-start;
background: rgba(0, 0, 0, 0);
border-bottom: 1px solid #eaecf0;
border-left: 1px solid #eaecf0;
border-radius: 10px;
border-right: 1px solid #eaecf0;
border-top: 1px solid #eaecf0;
flex: none;
flex-direction: column;
flex-wrap: nowrap;
height: auto;
justify-content: center;
padding: 35px 39px 35px 39px;
position: relative;
display: flex;
color: #e9542a;
overflow: hidden;
}.sf-logo-wall-wrapper .liste.active {
background: #fff;
box-shadow: 0px 0px 20px #0000001c;
}.sf-logo-wall-wrapper .liste .listeic {
position: relative;
z-index: 99;
}.sf-logo-wall-wrapper .liste:before {
top: 0;
display: block;
height: 100%;
width: 0%;
content: "";
background-color: #e9542a;
width: 0%;
height: 100%;
left: 0;
position: absolute;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}.sf-logo-wall-wrapper .liste:hover:before {
opacity: 1;
width: 50%;
height: 100%;
top: 0;
left: 0;
}.sf-logo-wall-wrapper .liste:after {
top: 0;
display: block;
height: 100%;
width: 0%;
content: "";
background-color: #e9542a;
width: 0%;
height: 100%;
right: 0;
position: absolute;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
}.sf-logo-wall-wrapper .liste:hover:after {
opacity: 1;
width: 50%;
height: 100%;
top: 0;
right: 0;
}.sf-logo-wall-wrapper .liste .icon {
background: #e9542a1a;
width: 80px;
height: 80px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color: #251757;
font-size: 45px;
position: relative;
z-index: 9;
}.sf-logo-wall-wrapper .liste:hover .icon {
background: #fff;
fill: #e9542a;
}.sf-logo-wall-wrapper .liste .icon svg {
width: 40px;
height: auto;
overflow: inherit;
fill: #e9542a;
}.sf-logo-wall-wrapper .liste:hover svg {
background: #fff;
fill: #e9542a;
}.sf-logo-wall-wrapper .liste:hover h3,
.sf-logo-wall-wrapper .liste:hover p {
color: white;
}.sf-logo-wall-wrapper .liste h3 {
width: 100%;
height: auto;
font-size: 20px;
font-weight: 700;
margin-top: 25px;
margin-bottom: 10px;
color: black;
}.sf-logo-wall-wrapper .liste p {
width: 100%;
height: auto;
margin-top: 15px;
font-weight: 300;
line-height: 1.5;
font-size: 14px;
margin-bottom: 0px;
color: black;
}.sf-logo-wall-wrapper .liste:hover {
color: #fff;
}.baslikalani {
width: 100%;
text-align: center;
display: inline-block;
background: #f3f3f3;
color: black;
padding: 10px;
margin-bottom: 20px;
border: solid #f3f3f3 1px;
font-weight: 700;
font-size: 19px;
border-radius: 5px;
}@media (max-width: 1024px) {
.ym-footer-container {
padding: 0 0px 0 0;
}.ym-premium-footer {
margin-bottom: 35px;
}.card {
max-width: 100%;
}
}
