@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");
* { box-sizing: border-box; }
body { font-family: "Inter", sans-serif; } .home-hero {
background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1d4ed8 100%);
color: #fff;
padding: 90px 20px 80px;
text-align: center;
}
.home-hero h1 {
font-size: clamp(26px, 5vw, 52px);
font-weight: 900;
line-height: 1.15;
margin: 0 0 20px;
}
.home-hero h1 span { color: #34d399; }
.home-hero p.sub {
font-size: clamp(15px, 2.5vw, 19px);
opacity: 0.85;
max-width: 680px;
margin: 0 auto 35px;
line-height: 1.7;
}
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 25px; }
.hero-btns a {
padding: 12px 30px; border-radius: 50px;
font-weight: 800; font-size: 15px; text-decoration: none; transition: all .25s;
display: inline-flex; align-items: center; justify-content: center;
min-width: 200px;
}
.btn-primary { background: #34d399; color: #0f172a; box-shadow: 0 0 25px rgba(52,211,153,0.4); }
.btn-primary:hover { background: #10b981; }
.btn-outline { border: 2px solid rgba(255,255,255,.4); color: #fff; }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-call { background: #10b981; color: #fff; gap: 8px; box-shadow: 0 0 25px rgba(16,185,129,0.5); }
.btn-call:hover { background: #059669; color: #fff; }
.btn-primary { background: #34d399; color: #0f172a; }
.btn-primary:hover { background: #10b981; }
.btn-secondary { border: 2px solid rgba(255,255,255,.45); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.12); } .trust-bar { background: #0f172a; padding: 14px 0; overflow: hidden; }
.trust-marquee-wrapper { overflow: hidden; width: 100%; }
.trust-marquee-track {
display: flex;
gap: 10px;
width: max-content;
animation: trust-scroll 18s linear infinite;
}
.trust-marquee-track:hover { animation-play-state: paused; }
@keyframes trust-scroll {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
.trust-item { color: rgba(255,255,255,.75); font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 6px;
background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
border-radius: 50px; padding: 7px 16px; white-space: nowrap; flex-shrink: 0;
}
.trust-item span.dot { color: #34d399; font-size: 16px; } @media (min-width: 769px) {
.trust-bar { padding: 16px 0; }
.trust-marquee-wrapper { overflow: visible; }
.trust-marquee-track {
width: 100% !important;
justify-content: center;
flex-wrap: wrap;
animation: none !important;
transform: none !important;
gap: 12px;
} .trust-marquee-track .trust-item:nth-child(n+5) {
display: none !important;
} .card-icon {
text-align: center;
display: block;
}
} .section-intro { text-align: center; padding: 55px 20px 25px; }
.section-intro h2 { font-size: clamp(22px, 4vw, 34px); font-weight: 900; color: #0f172a; margin-bottom: 12px; }
.section-intro p { color: #64748b; font-size: 16px; max-width: 600px; margin: 0 auto; } .hizmet-section { padding: 10px 20px 60px; background: #f8fafc; }
.hizmet-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 22px;
max-width: 1380px;
margin: 0 auto;
}
.hizmet-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,.07);
border-top: 5px solid;
padding: 28px 22px 22px;
position: relative;
display: flex; flex-direction: column;
transition: transform .25s, box-shadow .25s;
}
.hizmet-card:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0,0,0,.12); }
.card-badge {
position: absolute; top: -14px; left: 22px;
color: #fff; padding: 4px 14px; border-radius: 20px; font-size: 11px; font-weight: 800; white-space: nowrap;
}
.card-icon { font-size: 28px; margin-bottom: 10px; }
.card-title { font-size: 16px; font-weight: 800; color: #0f172a; margin: 0 0 5px; line-height: 1.2; }
.card-sub { font-size: 12px; color: #94a3b8; margin: 0 0 14px; }
.card-price-box {
background: #1e3a8a; border-radius: 10px;
padding: 11px 14px; text-align: center; color: #fff; margin-bottom: 14px;
}
.card-price-label { font-size: 10px; font-weight: 700; opacity: .65; letter-spacing: 1.2px; margin-bottom: 3px; }
.card-price { font-size: 22px; font-weight: 900; }
.card-price sup { font-size: 14px; font-weight: 700; margin-right: 2px; }
.card-price .period { font-size: 12px; opacity: .6; font-weight: 400; margin-left: 3px; }
.card-kdv { font-size: 11px; font-weight: 800; color: #34d399; letter-spacing: 0.5px; margin-top: 4px; }
.card-features { list-style: none; padding: 0; margin: 0 0 16px; }
.card-features li { font-size: 13px; color: #475569; padding: 4px 0; display: flex; align-items: center; gap: 7px; }
.card-features li::before { content: "\2713"; color: #10b981; font-weight: 900; font-size: 14px; flex-shrink: 0; }
.card-actions { display: flex; gap: 8px; margin-top: auto; flex-direction: column; }
.card-cta-row { display: flex; gap: 8px; }
.card-wa { flex: 1; background: #22c55e; color: #fff; text-align: center; padding: 9px 6px; border-radius: 8px; font-size: 12px; font-weight: 700; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 4px; }
.card-tel { flex: 1; border: 1px solid #e2e8f0; color: #334155; text-align: center; padding: 9px 6px; border-radius: 8px; font-size: 12px; font-weight: 700; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 4px; }
.card-detail { display: block; background: #1e40af; color: #fff; text-align: center; padding: 11px; border-radius: 8px; font-size: 13px; font-weight: 800; text-decoration: none; transition: background .2s; }
.card-detail:hover { background: #1e3a8a; color: #fff; } .process-section { padding: 80px 20px; background: #fff; text-align: center; }
.process-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 30px;
max-width: 1200px;
margin: 0 auto;
}
.process-step {
background: #fff;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0,0,0,0.06);
padding: 45px 25px;
display: flex;
flex-direction: column;
align-items: center;
transition: transform 0.3s ease;
}
.process-step:hover {
transform: translateY(-5px);
}
.step-num {
width: 60px;
height: 60px;
background: #eff6ff;
color: #2563eb;
font-size: 22px;
font-weight: 900;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.process-step h3 {
font-size: 19px;
font-weight: 800;
color: #1e293b;
margin-bottom: 12px;
}
.process-step p {
color: #475569;
font-size: 14px;
line-height: 1.6;
} .cta-banner {
background: linear-gradient(135deg, #1e3a8a, #1d4ed8);
color: #fff; padding: 70px 20px; text-align: center;
}
.cta-banner h2 { font-size: clamp(22px, 4vw, 36px); font-weight: 900; margin-bottom: 12px; }
.cta-banner p { opacity: .85; margin-bottom: 28px; font-size: 16px; max-width: 550px; margin-left: auto; margin-right: auto; }
.cta-banner a {
background: #34d399; color: #0f172a; padding: 15px 40px;
border-radius: 50px; font-weight: 800; font-size: 16px; text-decoration: none;
display: inline-block; transition: background .2s;
}
.cta-banner a:hover { background: #10b981; } @media (max-width: 768px) { .home-hero { padding: 70px 20px 50px; }
.home-hero h1 { font-size: clamp(28px, 8vw, 36px) !important; line-height: 1.2 !important; margin-bottom: 18px; }
.home-hero p.sub { font-size: 16px !important; margin-bottom: 30px; line-height: 1.65; } .hero-btns {
display: flex !important;
flex-direction: row !important;
flex-wrap: wrap !important;
gap: 10px !important;
justify-content: center !important;
} .hero-btns a.btn-primary,
.hero-btns a.btn-outline {
flex: 1 1 calc(50% - 5px) !important;
min-width: 0 !important;
max-width: calc(50% - 5px) !important;
font-size: 14px !important;
padding: 13px 10px !important;
text-align: center;
display: flex !important; align-items: center; justify-content: center;
box-sizing: border-box !important;
} .hero-btns a.btn-call {
flex: 0 0 auto !important;
width: auto !important;
min-width: 200px !important;
max-width: 280px !important;
font-size: 12.5px !important;
padding: 11px 22px !important;
display: flex !important; align-items: center; justify-content: center; gap: 7px;
box-sizing: border-box !important;
margin: 0 auto !important;
} .trust-bar { padding: 12px 0; }
.trust-marquee-track { animation-duration: 14s; }
.trust-item { font-size: 11px !important; padding: 6px 13px !important; } .section-intro { padding: 35px 15px 15px; }
.hizmet-section { padding: 5px 12px 35px; }
.hizmet-grid { grid-template-columns: 1fr; gap: 14px; }
.hizmet-card { padding: 20px 16px 16px; text-align: center; }
.card-icon { font-size: 32px; margin-bottom: 12px; display: block; text-align: center; }
.card-title { font-size: 15px; text-align: center; }
.card-sub { text-align: center; }
.card-features { text-align: left; display: inline-block; width: 100%; }
.card-features li { justify-content: flex-start; } .card-actions { margin-top: 12px; }
.card-wa, .card-tel, .card-detail {
min-width: 0 !important;
width: 100% !important;
margin: 0 !important;
padding: 10px 12px !important;
font-size: 13px !important;
border-radius: 8px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.card-cta-row { flex-direction: column; gap: 8px; } .process-section { padding: 35px 12px; }
.process-grid { grid-template-columns: 1fr; gap: 16px; }
.process-step { padding: 28px 18px; }
.step-num { width: 48px; height: 48px; font-size: 17px; margin-bottom: 12px; } .seo-content-section { padding: 35px 15px !important; }
.seo-content-section .container {
grid-template-columns: 1fr !important;
gap: 25px !important;
}
.seo-text-block h2 { font-size: 20px !important; } .cta-banner { padding: 40px 15px; }
.cta-banner h2 { font-size: 22px !important; }
.cta-banner p { font-size: 14px !important; margin-bottom: 20px; }
.cta-banner a {
width: 100% !important; display: flex !important;
justify-content: center !important; align-items: center !important;
padding: 14px 16px !important; font-size: 15px !important;
white-space: normal; line-height: 1.4; border-radius: 50px !important;
min-width: 0 !important; margin: 0 !important;
} .site-footer { padding-top: 40px !important; }
.footer-inner { flex-direction: column !important; gap: 30px !important; padding: 0 15px 40px !important; }
.footer-col { flex: none !important; width: 100% !important; text-align: left !important; }
.footer-bottom .container { flex-direction: column !important; gap: 8px !important; text-align: center !important; }
}