Panasonic CF-D1 Toughbook Tablet
Panasonic TOUGHBOOK CF-D1 - A Kalite Yenilenmiş Tablet
@keyframes bounce {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
@keyframes shine {
0% {
left: -100%;
}
100% {
left: 100%;
}
}
body {
margin: 0;
padding: 0;
font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
overflow-x: hidden;
background-color: #f8f9fa;
line-height: 1.6;
color: #5b6c8b;
}
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
.thumbnail:hover img {
transform: scale(1.05);
}
.thumbnail img {
transition: transform 0.3s ease;
cursor: pointer;
}
.thumbnail.active-thumb {
border: 2px solid #0057a7 !important;
box-shadow: 0 0 8px rgba(0, 87, 167, 0.5);
}
.fade-in-section {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-section.is-visible {
opacity: 1;
transform: translateY(0);
}
.feature-badge:hover {
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0,87,167,0.15);
}
.buy-button:hover {
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(0,87,167,0.4);
background: linear-gradient(45deg, #004080, #003366);
}
.spec-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
#product-info p strong {
color: #0057a7;
background: rgba(0,87,167,0.05);
padding: 2px 6px;
border-radius: 3px;
font-weight: 600;
}
section.fade-in-section[style*="background: linear-gradient(135deg, #0057a7 0%, #004080 100%)"] p strong {
color: #0057a7;
background: rgba(255,255,255,0.1);
padding: 2px 6px;
border-radius: 3px;
font-weight: 600;
}
/* FAQ Section Styles */
.faq-section .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 2;
}
.faq-section .card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 15px 35px rgba(0,30,100,0.1);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
height: 100%;
display: flex;
flex-direction: column;
}
.faq-section .card-body {
padding: 30px;
position: relative;
z-index: 2;
flex-grow: 1;
}
.faq-section strong {
color: #0d1e3a !important;
font-weight: 600 !important;
background: none !important;
padding: 0 !important;
border-radius: 0 !important;
}
.faq-section ul {
padding-left: 0;
margin: 0;
list-style: none;
}
.faq-section {
padding: 100px 0;
background: linear-gradient(150deg, #f0f6ff 0%, #e6f0ff 100%);
position: relative;
overflow: hidden;
line-height: 1.6;
color: #5b6c8b;
}
.faq-section .particles {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDEwKSI+PHJlY3QgaWQ9ImJnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJub25lIi8+PGNpcmNsZSBmaWxsPSIjMDA1N2E3IiBmaWxsLW9wYWNpdHk9IjAuMDMiIGN4PSIyMCIgY3k9IjIwIiByPSIxIi8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI3BhdHRlcm4pIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+PC9zdmc+');
opacity: 0.7;
z-index: 0;
}
.faq-section .bg-shape {
position: absolute;
z-index: 1;
background: linear-gradient(135deg, rgba(0,87,167,0.06), rgba(0,129,255,0.06));
}
.faq-section .bg-shape:nth-of-type(1) {
top: -200px; right: -200px; width: 500px; height: 500px; border-radius: 65% 35% 70% 30% / 55% 25% 75% 45%; transform: rotate(20deg);
}
.faq-section .bg-shape:nth-of-type(2) {
bottom: -200px; left: -200px; width: 600px; height: 600px; border-radius: 40% 60% 30% 70% / 40% 50% 50% 60%;
}
/* Section Header */
.faq-section .section-header {
text-align: center;
margin-bottom: 70px;
}
.faq-section .subtitle-wrap {
position: relative;
display: inline-block;
margin-bottom: 20px;
}
.faq-section .subtitle-glow {
position: absolute;
width: 100%;
height: 100%;
background: #0057a7;
filter: blur(15px);
opacity: 0.2;
z-index: -1;
border-radius: 30px;
animation: glow 2s ease-in-out infinite;
}
.faq-section .subtitle {
display: inline-block;
background: linear-gradient(to right, #0057a7, #0080ff);
color: white;
padding: 8px 20px;
border-radius: 30px;
font-size: 15px;
font-weight: 600;
box-shadow: 0 5px 15px rgba(0,87,167,0.2);
letter-spacing: 1px;
text-transform: uppercase;
}
.faq-section .section-header h2 {
font-size: 46px;
font-weight: 800;
color: #0d1e3a;
margin: 0 0 25px;
letter-spacing: -0.5px;
line-height: 1.2;
}
.faq-section .section-header .divider {
width: 90px;
height: 4px;
background: linear-gradient(to right, #0057a7, #0080ff);
margin: 0 auto 25px;
border-radius: 2px;
}
.faq-section .section-header p.description {
font-size: 18px;
line-height: 1.6;
color: #5b6c8b;
max-width: 700px;
margin: 0 auto;
}
/* Grid Layout */
.faq-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
/* A Kalite Kartı (Hexagonal) */
.faq-section .hexagon-card .card-header {
position: relative;
height: 120px;
background: linear-gradient(135deg, #0057a7, #0080ff);
border-radius: 20px 20px 0 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.faq-section .hexagon-card .header-bg {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgcGF0dGVyblRyYW5zZm9ybT0icm90YXRlKDEwKSI+PHJlY3QgaWQ9ImJnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJub25lIi8+PHBvbHlnb24gZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwLjEiIHBvaW50cz0iMjAsMCAxNSwxNSAwLDIwIDE1LDI1IDIwLDQwIDI1LDI1IDQwLDIwIDI1LDE1Ii8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCBmaWxsPSJ1cmwoI3BhdHRlcm4pIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIi8+PC9zdmc+');
opacity: 0.2; transition: all 0.5s ease;
}
.faq-section .hexagon-card .spotlight {
position: absolute; width: 200%; height: 200%;
background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 80%);
pointer-events: none; opacity: 0; transition: all 0.6s ease;
}
.faq-section .hexagon-card .header-content {
position: relative; display: flex; flex-direction: column; align-items: center; text-align: center;
gap: 10px; transition: all 0.3s ease; z-index: 2;
}
.faq-section .hexagon-card .icon-container { position: relative; }
.faq-section .hexagon-card .icon-3d-wrapper {
width: 70px; height: 70px; position: relative;
transition: all 0.6s ease;
}
.faq-section .hexagon-card .icon-bg {
position: absolute; width: 100%; height: 100%; background: rgba(255,255,255,0.15);
border-radius: 16px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); transition: all 0.4s ease;
}
.faq-section .hexagon-card .icon {
position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
transition: all 0.4s ease;
}
.faq-section .hexagon-card .icon i { font-size: 30px; color: white; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.faq-section .hexagon-card .title-wrapper h3 {
font-size: 26px; font-weight: 700; color: white; margin: 0;
text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.faq-section .hexagon-list {
position: relative; margin-bottom: 30px; background: #f8f9ff; border-radius: 12px;
padding: 25px; border-left: 4px solid #0057a7; transition: all 0.3s ease;
box-shadow: 0 5px 20px rgba(0,87,167,0.05);
}
.faq-section .hexagon-list .hex-shapes {
position: absolute; top: 10px; right: 10px; width: 80px; height: 80px; opacity: 0.07;
transform: rotate(30deg); background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxwb2x5Z29uIGZpbGw9IiMwMDU3YTciIHBvaW50cz0iMzAsMCA2MCw0MCAxMDAsNDAgMTMwLDgwIDEwMCwxMjAgNjAsMTIwIDMwLDgwIDAsNDAiLz48L3N2Zz4=');
}
.faq-section .hexagon-list h4 {
font-size: 18px; font-weight: 600; color: #0d1e3a; margin: 0 0 15px;
position: relative; display: flex; align-items: center; gap: 10px;
}
.faq-section .hexagon-list .title-icon {
display: inline-flex; width: 28px; height: 28px; background: #0057a7; border-radius: 8px;
align-items: center; justify-content: center; flex-shrink: 0;
}
.faq-section .hexagon-list .title-icon i { font-size: 14px; color: white; }
.faq-section .check-item {
display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px;
font-size: 15px; color: #5b6c8b; transition: all 0.3s ease; position: relative;
}
.faq-section .check-item:last-child { margin-bottom: 0; }
.faq-section .check-icon {
position: relative; width: 22px; height: 22px; border-radius: 50%; background: rgba(0,87,167,0.1);
display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.3s ease;
}
.faq-section .check-icon i { font-size: 10px; color: #0057a7; transition: all 0.3s ease; }
.faq-section .tags-container { display: flex; gap: 10px; flex-wrap: wrap; }
.faq-section .tag {
display: inline-flex; align-items: center; gap: 6px; background: linear-gradient(135deg, rgba(0,87,167,0.08), rgba(0,129,255,0.08));
color: #0057a7; padding: 8px 16px; border-radius: 30px; font-size: 13px; font-weight: 600;
transition: all 0.3s ease; cursor: default;
}
.faq-section .tag i { font-size: 11px; transition: all 0.3s ease; }
/* 3 Ay Garanti Kartı (Wavy) */
.faq-section .wavy-card { position: relative; }
.faq-section .wavy-card .wavy-bg {
position: absolute; top: 0; left: 0; width: 100%; height: 230px;
background: linear-gradient(135deg, #0057a7, #0080ff);
z-index: 1;
}
.faq-section .wavy-card .wavy-bg svg { position: absolute; bottom: -1px; left: 0; }
.faq-section .wavy-card .wavy-bg .particles {
position: absolute; border-radius: 50%; background: rgba(255,255,255,0.2);
animation: float1 10s infinite ease-in-out;
}
.faq-section .wavy-card .wavy-bg .particles:nth-child(1) { top: 20px; left: 20px; width: 10px; height: 10px; animation-delay: 0s; }
.faq-section .wavy-card .wavy-bg .particles:nth-child(2) { top: 80px; right: 50px; width: 15px; height: 15px; animation: float2 15s infinite ease-in-out; animation-delay: -5s; }
.faq-section .wavy-card .wavy-bg .particles:nth-child(3) { top: 150px; left: 50%; width: 12px; height: 12px; animation: float3 8s infinite ease-in-out; animation-delay: -2s; }
.faq-section .wavy-card .header-content {
padding: 30px; z-index: 3; display: flex; flex-direction: column;
align-items: center; text-align: center; gap: 5px;
}
.faq-section .wavy-card .icon-container {
width: 90px; height: 90px; background: white; border-radius: 50%; display: flex;
align-items: center; justify-content: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: all 0.3s ease;
}
.faq-section .wavy-card .icon-container i {
font-size: 40px; background: linear-gradient(135deg, #0057a7, #0080ff);
-webkit-background-clip: text; -webkit-text-fill-color: transparent; transition: transform 0.3s ease;
}
.faq-section .wavy-card h3 {
font-size: 26px;
font-weight: 700;
color: #FFFFFF;
margin: 0;
opacity: 1;
visibility: visible;
text-shadow: none;
}
.faq-section .wavy-card .header-content p {
font-size: 15px;
color: #FFFFFF;
margin: 0;
opacity: 1;
visibility: visible;
text-shadow: none;
}
.faq-section .steps-container { display: flex; flex-direction: column; gap: 20px; }
.faq-section .step {
display: flex; gap: 15px; align-items: center; transition: all 0.3s ease;
background: linear-gradient(to right, rgba(0,87,167,0.05), rgba(255,255,255,0));
padding: 15px; border-radius: 12px;
}
.faq-section .step-number {
width: 36px; height: 36px; min-width: 36px; background: linear-gradient(135deg, #0057a7, #0080ff);
border-radius: 50%; color: white; font-weight: 700; display: flex; align-items: center; justify-content: center;
box-shadow: 0 5px 15px rgba(0,87,167,0.2); transition: all 0.3s ease;
}
.faq-section .step h4 { font-size: 17px; font-weight: 600; color: #0d1e3a; margin: 0 0 5px; transition: all 0.3s ease; }
.faq-section .step h4 i { color: #0057a7; margin-right: 8px; transition: all 0.3s ease; }
.faq-section .step p { font-size: 14px; line-height: 1.6; color: #5b6c8b; margin: 0; transition: all 0.3s ease; }
/* Ödeme ve Teslimat Kartları (Morph) */
.faq-section .morph-card-container {
background: white; border-radius: 20px; overflow: hidden;
box-shadow: 0 15px 35px rgba(0,30,100,0.1);
height: 100%; display: flex; flex-direction: column;
}
.faq-section .card-section { flex: 1; padding: 0; position: relative; overflow: hidden; }
.faq-section .payment-section { border-bottom: 1px solid rgba(0,87,167,0.05); }
.faq-section .angled-bg {
position: absolute; width: 150%; height: 400px; background: linear-gradient(135deg, #0057a7, #0080ff);
transform: rotate(-5deg) translateY(-250px); z-index: 1;
}
.faq-section .floating-shape {
position: absolute; background: rgba(255,255,255,0.1); z-index: 2;
}
.faq-section .floating-shape:nth-of-type(1) { top: 50px; right: 20px; width: 60px; height: 60px; border-radius: 12px; transform: rotate(45deg); }
.faq-section .floating-shape:nth-of-type(2) { top: 30px; left: 30px; width: 30px; height: 30px; border-radius: 8px; transform: rotate(30deg); }
.faq-section .card-section .section-header {
position: relative; z-index: 3; padding: 30px; text-align: center;
}
.faq-section .card-section .section-header > div {
display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.faq-section .card-section .icon-box {
width: 50px; height: 50px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
flex-shrink: 0; box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.faq-section .payment-section .icon-box { background: rgba(255,255,255,0.2); }
.faq-section .delivery-section .icon-box { background: linear-gradient(135deg, #0057a7, #0080ff); box-shadow: 0 8px 20px rgba(0,87,167,0.15); }
.faq-section .card-section .icon-box i { font-size: 24px; color: white; }
.faq-section .card-section .section-header h3 { font-size: 24px; font-weight: 700; margin: 0 0 5px; }
.faq-section .payment-section .section-header h3 { color: white; text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.faq-section .delivery-section .section-header h3 { color: #0d1e3a; }
.faq-section .card-section .section-header p { font-size: 15px; margin: 0; }
.faq-section .payment-section .section-header p { color: rgba(255,255,255,0.9); }
.faq-section .delivery-section .section-header p { color: #5b6c8b; }
.faq-section .delivery-section .section-header p.description {
font-size: 15px; line-height: 1.7; color: #5b6c8b; margin: 20px auto 0; max-width: 90%;
}
.faq-section .payment-content {
position: relative; z-index: 3; background: white; border-radius: 20px 20px 0 0;
padding: 30px; margin-top: -20px; box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
}
.faq-section .payment-option { margin-bottom: 20px; transition: all 0.3s ease; perspective: 1000px; }
.faq-section .option-card {
background: linear-gradient(to right, #f8f9ff, #f0f6ff); border-radius: 16px; padding: 20px;
position: relative; overflow: hidden; transform: translateZ(0);
transition: all 0.4s ease; border: 1px solid rgba(0,87,167,0.08);
}
.faq-section .option-card .card-circles {
position: absolute; top: -30px; right: -30px; width: 100px; height: 100px;
border-radius: 50%; background: rgba(0,87,167,0.03); z-index: 0;
}
.faq-section .option-card .card-dots {
position: absolute; bottom: 10px; left: 10px; width: 60px; height: 60px; opacity: 0.4;
background-image: radial-gradient(#0057a7 1.5px, transparent 1.5px); background-size: 12px 12px; z-index: 0;
}
.faq-section .option-header {
position: relative; display: flex; flex-direction: column; align-items: center; text-align: center;
gap: 10px; margin-bottom: 15px; z-index: 1;
}
.faq-section .option-icon {
width: 45px; height: 45px; background: white; border-radius: 12px; display: flex; align-items: center; justify-content: center;
box-shadow: 0 8px 16px rgba(0,87,167,0.1); transition: all 0.3s ease;
}
.faq-section .option-icon i { font-size: 20px; color: #0057a7; }
.faq-section .option-header h4 {
font-size: 18px; font-weight: 600; color: #0d1e3a; margin: 0; position: relative;
}
.faq-section .option-card p { font-size: 15px; line-height: 1.6; color: #5b6c8b; margin-bottom: 15px; position: relative; z-index: 1; }
.faq-section .taksit-options { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; justify-content: center;}
.faq-section .taksit-pill {
background: white; padding: 10px 18px; border-radius: 30px; font-size: 14px; font-weight: 600; color: #0d1e3a;
box-shadow: 0 5px 15px rgba(0,0,0,0.05); cursor: pointer; transition: all 0.3s ease;
transform: translateZ(0);
}
.faq-section .discount-badge {
position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px;
background: linear-gradient(135deg, #0057a7, #0080ff); color: white; padding: 10px 20px; border-radius: 40px;
font-size: 14px; font-weight: 600; box-shadow: 0 8px 20px rgba(0,87,167,0.2);
transition: all 0.3s ease;
}
.faq-section .secure-payment {
display: flex; align-items: center; gap: 12px; font-size: 14px; color: #5b6c8b; transition: all 0.3s ease;
padding: 12px; border-radius: 12px; background: linear-gradient(to right, rgba(0,87,167,0.05), rgba(0,87,167,0.01));
}
.faq-section .secure-icon {
width: 32px; height: 32px; min-width: 32px; background: white; border-radius: 50%; display: flex;
align-items: center; justify-content: center; box-shadow: 0 5px 15px rgba(0,87,167,0.1);
}
.faq-section .secure-icon i { font-size: 14px; color: #0057a7; }
/* Teslimat & Destek Alt Kısım */
.faq-section .delivery-section .gradient-bg {
position: absolute; width: 100%; height: 100%;
background: linear-gradient(45deg, rgba(0,87,167,0.02) 0%, rgba(0,129,255,0.05) 100%); z-index: 0;
}
.faq-section .services-grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 30px 30px; position: relative; z-index: 3;
}
.faq-section .service-card {
background: white; border-radius: 16px; padding: 25px; box-shadow: 0 10px 25px rgba(0,0,0,0.05);
transition: all 0.4s ease; position: relative; overflow: hidden; transform: translateZ(0);
}
.faq-section .service-card .card-decor {
position: absolute; top: 0; right: 0; width: 80px; height: 80px;
background: linear-gradient(135deg, rgba(0,87,167,0.08), rgba(0,129,255,0.08));
clip-path: polygon(100% 0, 0 0, 100% 100%); z-index: 0;
}
.faq-section .service-header {
position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center;
gap: 10px; margin-bottom: 15px;
}
.faq-section .service-icon {
width: 42px; height: 42px; background: linear-gradient(135deg, #0057a7, #0080ff); border-radius: 12px;
display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 16px rgba(0,87,167,0.15);
transition: all 0.3s ease;
}
.faq-section .service-icon i { font-size: 18px; color: white; }
.faq-section .service-header h4 {
font-size: 18px; font-weight: 600; color: #0d1e3a; margin: 0;
}
.faq-section .service-card ul { position: relative; z-index: 2; }
.faq-section .feature-item {
display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; font-size: 14px; color: #5b6c8b; transition: all 0.3s ease;
}
.faq-section .feature-item:last-child { margin-bottom: 0; }
.faq-section .feature-icon {
width: 22px; height: 22px; background: rgba(0,87,167,0.08); border-radius: 50%; display: flex;
align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; transition: all 0.3s ease;
}
.faq-section .feature-icon i { font-size: 10px; color: #0057a7; transition: all 0.3s ease; }
.faq-section .service-card p { position: relative; z-index: 2; font-size: 14px; line-height: 1.6; color: #5b6c8b; margin-bottom: 15px; text-align: center; }
.faq-section .contact-options { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.faq-section .contact-btn {
display: flex; align-items: center; gap: 10px; border-radius: 40px; padding: 10px 15px;
text-decoration: none; font-weight: 500; font-size: 14px; transition: all 0.3s ease;
transform: translateZ(0);
}
.faq-section .contact-btn:nth-of-type(1) { background: rgba(0,87,167,0.05); color: #0057a7; }
.faq-section .contact-btn:nth-of-type(2) { background: rgba(37,211,102,0.1); color: #25d366; }
.faq-section .btn-icon {
width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;
}
.faq-section .contact-btn:nth-of-type(1) .btn-icon { background: #0057a7; }
.faq-section .contact-btn:nth-of-type(2) .btn-icon { background: #25d366; }
.faq-section .btn-icon i { font-size: 12px; color: white; }
.faq-section .contact-btn:nth-of-type(2) .btn-icon i { font-size: 14px; }
.faq-section .working-hours {
position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; font-size: 13px; color: #5b6c8b;
padding: 8px 12px; background: rgba(0,87,167,0.05); border-radius: 6px;
}
.faq-section .working-hours i { color: #0057a7; }
/* Hover Efektleri */
@keyframes float1 { 0%, 100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-15px) translateX(10px); } }
@keyframes float2 { 0%, 100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(20px) translateX(-15px); } }
@keyframes float3 { 0%, 100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-10px) translateX(-10px); } }
@keyframes glow { 0%, 100% { filter: blur(15px); opacity: 0.2; } 50% { filter: blur(20px); opacity: 0.3; } }
.faq-section .check-item:hover .check-icon { transform: scale(1.2); background: rgba(0,87,167,0.2); }
.faq-section .check-item:hover .check-icon i { transform: scale(1.2); }
.faq-section .tag:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,87,167,0.1); background: linear-gradient(135deg, rgba(0,87,167,0.1), rgba(0,129,255,0.1)); }
.faq-section .tag:hover i { transform: rotate(10deg); }
.faq-section .step:hover { transform: translateX(5px); background: linear-gradient(to right, rgba(0,87,167,0.08), rgba(255,255,255,0)); }
.faq-section .step:hover .step-number { transform: scale(1.1); box-shadow: 0 8px 20px rgba(0,87,167,0.3); }
.faq-section .taksit-pill:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 8px 20px rgba(0,87,167,0.1); color: #0057a7; }
.faq-section .discount-badge:hover { transform: translateY(-4px) scale(1.05); box-shadow: 0 12px 30px rgba(0,87,167,0.3); }
.faq-section .feature-item:hover .feature-icon { transform: scale(1.2); background: rgba(0,87,167,0.15); }
.faq-section .contact-btn:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.faq-section .contact-btn:hover .btn-icon { transform: scale(1.1); box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
/* Hemen Satın Al Butonu Stilleri */
.faq-section .buy-now-section {
text-align: center;
margin-top: 60px;
}
.faq-section .buy-now-btn {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, #0057a7, #0080ff);
color: white;
padding: 15px 35px;
border-radius: 50px;
font-size: 18px;
font-weight: 700;
text-decoration: none;
box-shadow: 0 10px 25px rgba(0,87,167,0.25);
transition: all 0.3s ease;
}
.faq-section .buy-now-btn i {
font-size: 16px;
}
.faq-section .buy-now-btn:hover {
transform: translateY(-3px);
box-shadow: 0 15px 30px rgba(0,87,167,0.35);
}
/* Mobile Compatibility */
@media (max-width: 992px) {
.specs-grid {
grid-template-columns: repeat(2, 1fr) !important;
}
section[style*="padding: 80px 24px"] {
padding: 60px 20px !important;
}
div[style*="grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))"] {
grid-template-columns: 1fr !important;
gap: 40px !important;
}
div[style*="transform: perspective(1000px) rotateY(-5deg)"] {
transform: none !important;
}
.faq-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.specs-grid {
grid-template-columns: 1fr !important;
gap: 20px !important;
}
.thumbnail-container {
grid-template-columns: repeat(3, 1fr) !important;
gap: 8px !important;
}
h1 {
font-size: clamp(32px, 8vw, 48px) !important;
}
section[style*="padding: 80px 24px"] {
padding: 40px 16px !important;
}
.feature-badge {
padding: 10px 14px !important;
font-size: 13px !important;
}
div[style*="transform: perspective(1000px) rotateY(-5deg)"] {
transform: none !important;
max-width: 100% !important;
}
.thumbnail {
box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}
h2[style*="font-size: clamp(32px, 4.5vw, 42px)"] {
font-size: clamp(26px, 6vw, 34px) !important;
}
p[style*="font-size: clamp(16px, 2vw, 18px)"] {
font-size: 15px !important;
}
a.buy-button {
padding: 14px 24px !important;
font-size: 15px !important;
width: 100% !important;
}
.desktop-buy-button {
display: none !important;
}
.mobile-buy-button {
display: block !important;
margin-top: 25px !important;
width: 100% !important;
}
.spec-card {
transform: none !important;
padding: 25px !important;
box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
}
h3[style*="font-size: 18px"] {
font-size: 17px !important;
}
p[style*="font-size: 15px"] {
font-size: 14px !important;
}
div[style*="max-width: 700px"] {
max-width: 90% !important;
}
h1[style*="font-size: clamp(36px, 7vw, 68px)"] {
font-size: clamp(30px, 9vw, 45px) !important;
letter-spacing: -1px !important;
}
div[style*="gap: 25px"] {
gap: 15px !important;
}
div[style*="padding: 8px 16px"] {
padding: 7px 14px !important;
font-size: 11px !important;
}
div[style*="position: absolute; bottom: 0;"][style*="padding: 12px 0;"] {
padding: 10px 0 !important;
gap: 15px !important;
}
div[style*="position: absolute; bottom: 0;"][style*="padding: 12px 0;"] > div {
gap: 15px !important;
justify-content: center !important;
}
div[style*="position: absolute; bottom: 0;"][style*="padding: 12px 0;"] span {
font-size: 11px !important;
}
div[style*="position: absolute; bottom: 0;"][style*="padding: 12px 0;"] svg {
width: 16px !important;
height: 16px !important;
margin-right: 5px !important;
}
.faq-section .section-header h2 { font-size: 36px !important; }
.faq-section .section-header p.description { font-size: 16px !important; }
.faq-section .services-grid { grid-template-columns: 1fr !important; }
.faq-section .card-header { height: auto !important; padding: 25px !important; }
.faq-section .hexagon-card .header-content { gap: 15px !important; }
.faq-section .card-section .section-header { padding: 25px !important; }
.faq-section .card-section .section-header > div { gap: 15px !important; }
.faq-section .card-section .section-header h3 { font-size: 22px !important; }
.faq-section .card-section .section-header p { font-size: 14px !important; }
.faq-section .payment-content { padding: 25px !important; }
.faq-section .services-grid { padding: 0 25px 25px !important; }
.faq-section .service-card { padding: 20px !important; }
.faq-section .contact-options .contact-btn { font-size: 13px !important; padding: 8px 12px !important; }
.faq-section .working-hours { font-size: 12px !important; }
.faq-section .buy-now-btn { font-size: 16px !important; padding: 12px 30px !important; }
}
@media (max-width: 768px) {
section[style*="padding: 80px 20px;"] {
padding: 50px 10px !important;
}
[style*="display: flex; flex-wrap: wrap; gap: 40px;"] {
flex-direction: column !important;
}
[style*="display: grid; grid-template-columns: 1fr 1fr;"] {
grid-template-columns: 1fr !important;
}
[style*="display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(4, 80px);"] {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
gap: 15px !important;
grid-template-columns: none !important;
grid-template-rows: none !important;
height: auto !important;
margin-bottom: 30px !important;
}
[style*="grid-column:"] {
grid-column: auto !important;
grid-row: auto !important;
width: 110px !important;
height: 110px !important;
margin: 4px !important;
position: relative !important;
}
[style*="grid-column:"] h4 {
font-size: 12px !important;
line-height: 1.3 !important;
}
[style*="grid-column:"] div[style*="width: 40px;"] {
width: 28px !important;
height: 28px !important;
margin-bottom: 5px !important;
}
[style*="grid-column:"] div[style*="width: 40px;"] span,
[style*="grid-column:"] div[style*="width: 40px;"] i {
font-size: 13px !important;
}
svg[style*="position: absolute;"] {
display: none;
}
[style*="margin-top: 30px;"][style*="display: flex;"] {
flex-direction: column !important;
gap: 15px !important;
align-items: flex-start !important;
padding: 20px !important;
}
[style*="margin-top: 30px;"][style*="display: flex;"] > div[style*="width: 1px;"] {
display: none !important;
}
[style*="margin-top: 30px;"][style*="display: flex;"] > div {
width: 100% !important;
}
}
@media (max-width: 480px) {
.faq-section { padding: 60px 0 !important; }
.faq-section .section-header { margin-bottom: 50px !important; }
.faq-section .subtitle { font-size: 13px !important; padding: 6px 15px !important; }
.faq-section .section-header h2 { font-size: 30px !important; }
.faq-section .card-body { padding: 20px !important; }
.faq-section .hexagon-list { padding: 20px !important; }
.faq-section .taksit-pill { font-size: 13px !important; padding: 8px 15px !important; }
.faq-section .secure-payment span { font-size: 13px !important; }
.faq-section .services-grid { gap: 15px !important; }
.faq-section .service-card { padding: 20px !important; }
.faq-section .buy-now-section { margin-top: 40px !important; }
.faq-section .buy-now-btn { font-size: 15px !important; padding: 10px 25px !important; }
}

Panasonic
TOUGHBOOK CF-D1
Yenilenmiş A Kalite
endüstriyel performans
Intel® Core™ i5
4 GB / 8 GB RAM
240 GB / 480 GB / 1 TB SSD
ÜRÜN FİYATINA KDV DAHİL DEĞİLDİR
ÜRÜN RESİMLERİ GERÇEK FOTOĞRAFLARDIR
A Kalite Yenilenmiş
Panasonic TOUGHBOOK CF-D1
Panasonic CF-D1 Toughbook Tablet, Yenilenmiş ve tüm bakımları yapılmış olup A Kalite 2. El Tablettir. Garantisi satış sonrası tüm Tabletlerde 3 Aydır. SSD Disk Bellek ve Ram Bellek sıfır takılmıştır. Test ve Kontrolleri Teknik Servisimiz tarafından yapılmıştır.
3 Ay Garanti
Intel® Core™ i5-6300U vPro™
8GB DDR3 RAM
SSD Disk (240GB/480GB/1TB)
Hemen Satın Al

A KALİTE





Hemen Satın Al
TEKNİK ÖZELLİKLER
Endüstriyel Standartlarda Donanım
Panasonic TOUGHBOOK CF-D1, güçlü donanımı ve yarı dayanıklı yapısıyla zorlu koşullarda bile kesintisiz çalışmanızı sağlar.
İşlemci
İntel® Core™ i5-6300U vPro™
6. Nesil
Bellek (RAM)
8GB DDR3
(Sıfır Takılır)
Depolama
240GB / 480GB / 1TB SSD
(Seçilebilir - Sıfır Takılır)
Ekran
13,3″ (33,8 cm) HD IPS
1366x768 Dokunmatik Ekran
Grafik
İntel® HD Graphics 520
Dahili Grafik Kartı
İşletim Sistemi
Windows 7 Pro / 10 / 11 Pro
(Tercihinize Göre Kurulur)
Garanti ve Bakım Bilgisi
Tüm ürünlerimiz, size sorunsuz bir deneyim sunmak için kapsamlı kontrol ve bakım süreçlerinden geçirilmektedir.
3 Ay
GARANTİ SÜRESİ
Detaylı Bakım ve Kontrol
Tüm Panasonic TOUGHBOOK CF-D1 tabletlerimiz A Kalite yenilenmiş olup, kapsamlı bakım ve kontrol süreçlerinden geçirilmektedir. SSD Disk ve RAM belleği sıfır olarak takılır, her ürün gönderim öncesi detaylı testlerden geçirilmektedir.
Bakım Hizmetleri
- Detaylı İç Temizlik
- SSD ve RAM Montajı
Test Süreçleri
- Performans Testleri
- Ekran Kalite Kontrolü
- Batarya Sağlık Kontrolü
Profesyonel Yenileme ve Bakım
Her bir Panasonic TOUGHBOOK CF-D1, uzman teknisyenlerimiz tarafından aşağıdaki kapsamlı bakım süreçlerinden geçirilmektedir:
1
Detaylı Fiziksel
İnceleme
2
Kapsamlı İç
Temizlik
3
Sıfır Bileşen
Montajı
4
Son Kontrol ve
Kalite Onayı
A Kalite
Sertifikası
1
Detaylı Fiziksel İnceleme
Cihazın tüm bileşenleri kontrol edilir; ekran, klavye ve touchpad testi yapılır. Dış kasa incelenir ve genel durumu değerlendirilir. Özellikle aşınma ve hasar noktaları tespit edilir.
2
Kapsamlı İç Temizlik
Cihaz demonte edilerek iç bileşenler toz ve kirden arındırılır. Fan ve soğutma kanalları özel ekipmanlarla temizlenir. Bu işlem cihazın performansını ve soğutma kapasitesini artırır.
3
Sıfır Bileşen Montajı
Yeni SSD ve RAM takılır, termal macun yenilenir, tüm sürücüler yüklenir ve güncel işletim sistemi kurulur. Sıfır bileşenler maksimum performans ve dayanıklılık sağlar.
4
Son Kontrol ve Kalite Onayı
48 saatlik stres testi, batarya ömrü kontrolü ve tüm sistemin detaylı fonksiyon testi yapılır. Bu aşamada cihazın tüm çalışma koşulları simüle edilir ve performansı ölçülür.
A Kalite Sertifikası
Tüm testleri başarıyla geçen cihazlar A Kalite sertifikasıyla etiketlenir ve sevkiyata hazırlanır. Bu kalite seviyesi, endüstriyel standartlarda kullanıma hazır olduğunu gösterir.
SIKÇA SORULAN SORULAR
Merak Edilenler
En çok sorulan sorulara yanıtlarımız ve önemli bilgilerimiz
A Kalite Ürün
Nedir ve Ne Anlama Gelir?
A Kalite, ürünün görsel ve işlevsel olarak premium durumda olduğunu ifade eder. Minimal düzeyde kozmetik izler bulunabilir, ancak performans ve kullanıcı deneyimini etkilemez.
Kalite Standartlarımız
- 100-nokta teknik kontrol süreci
- Profesyonel teknisyenler tarafından onay
- Gerçek iş performansı için test edilmiştir
Premium Kalite
Yenilenmiş Ürün
3 Ay Garanti
Teknik servis güvencesiyle
Panasonic CF-D1 modellerimiz profesyonel servis ekibimiz tarafından test edilmiş olup, 3 ay boyunca teknik servis güvencesi altındadır. Bu süreçte size bir tık uzaklıktayız!
1
Kapsamlı Koruma
Üretim kaynaklı donanım ve yazılım sorunları ücretsiz onarılır.
2
Hızlı Servis
Garanti kapsamındaki onarımlar için öncelikli servis sağlıyoruz.
3
Uzman Ekip
Panasonic Toughbook konusunda uzmanlaşmış profesyonellerden oluşan ekip.
Ödeme Kolaylığı
Size Özel Seçenekler
Kredi Kartı ile Ödeme
Banka kartlarına vadeli taksit imkanı sunuyoruz. Aşağıdaki taksit seçeneklerinden faydalanabilirsiniz:
3 Taksit
6 Taksit
9 Taksit
12 Taksit
Havale/EFT ile Ödeme
Banka havalesi veya EFT ile ödeme yapmayı tercih ederseniz, %2 ek indirim avantajından yararlanabilirsiniz.
Havale/EFT ile %2 indirim!
%100 Güvenli Ödeme: İşlemleriniz 256-bit SSL sertifikası ile şifrelenerek korunmaktadır.
Teslimat & Destek
Her Adımda Yanınızdayız
Siparişinizden teslimat sonrasına kadar her adımda sizinle birlikteyiz. Müşteri memnuniyeti bizim önceliğimizdir.
Hızlı Teslimat
- 24 Saat içinde kargoya teslim
- Anlaşmalı kargo şirketleri ile güvenli teslimat
- Canlı kargo takip sistemi
7/24 Destek
Müşteri hizmetleri ekibimiz sorularınız için hazır beklemektedir.
0850 532 0550
Whatsapp Hattı
Hafta içi 09:00 - 18:00 saatleri arasında hizmet vermekteyiz.
Hemen Satın Al
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية