.hostinger-reach-block-connect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff6e9;padding:14px;font-size:14px;margin:28px 0 14px}.hostinger-reach-block-connect__title{color:#1d1e20;font-weight:700;margin-bottom:4px}.hostinger-reach-block-connect__subtitle{color:#727586;margin-bottom:4px}.hostinger-reach-block-connect a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}
.hostinger-reach-block-dialog{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-line-pack:start;align-content:flex-start;background:#fff;color:#1d1e20;padding:20px;gap:14px;font-size:14px;line-height:20px;bottom:80px;left:20px;position:fixed;z-index:100001;max-width:400px;border-radius:16px;-webkit-box-shadow:0 0 10px rgba(0,0,0,.05);box-shadow:0 0 10px rgba(0,0,0,.05)}.hostinger-reach-block-dialog__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.hostinger-reach-block-dialog__button_indicator{height:16px;width:16px}.hostinger-reach-block-dialog__button{cursor:pointer;text-align:center;background:#673de6;color:#fff;font-weight:700;font-size:12px;padding:6px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:8px}.hostinger-reach-block-dialog__button:hover{background:#5029c2}.hostinger-reach-block-dialog__button a{color:#fff;text-decoration:none}.hostinger-reach-block-dialog__button a:hover,.hostinger-reach-block-dialog__button a:focus,.hostinger-reach-block-dialog__button a:active{color:#fff;-webkit-box-shadow:none;box-shadow:none;outline:none}.hostinger-reach-block-dialog__button svg{height:16px;width:16px}.hostinger-reach-block-dialog__button svg path{fill:#fff}.hostinger-reach-block-dialog__close{cursor:pointer}.hostinger-reach-block-dialog__close:before,.hostinger-reach-block-dialog__close:after{content:"";position:absolute;width:16px;height:2px;background-color:#1d1e20;top:26px;right:16px}.hostinger-reach-block-dialog__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hostinger-reach-block-dialog__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hostinger-reach-block-dialog__close:hover:before,.hostinger-reach-block-dialog__close:hover:after{background-color:#727272}
.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:end;width:100%;gap:.5rem}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-form-field{min-width:70%}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-fields--inline .hostinger-reach-block-submit{min-width:30%}.hostinger-reach-block-subscription-form .hostinger-reach-block-submit{border-width:0;margin-top:var(--wp--preset--spacing--20);-ms-flex-line-pack:center;align-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word;font-weight:500;min-height:40px;border-radius:50px}.hostinger-reach-block-subscription-form .hostinger-reach-block-form-field{margin-top:8px}.hostinger-reach-block-subscription-form label{display:block;font-size:11px;font-weight:500;line-height:1.4;text-transform:uppercase;margin-bottom:8px;padding:0}.hostinger-reach-block-subscription-form input{display:block;width:100%;padding:3px 10px;min-height:40px;-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 rgba(0,0,0,0);border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;-webkit-box-sizing:border-box;box-sizing:border-box}.hostinger-reach-block-tags{margin-left:-6px;margin-top:10px;max-height:14em;overflow:auto;padding-left:6px;padding-top:6px;margin-bottom:20px}.components-button.is-link.hostinger-reach-block-toggler{margin-bottom:20px}.hostinger-reach-block-newtag{margin-bottom:20px}.reach-subscription-message.is-success{background:rgba(0,158,91,.1019607843);font-weight:bold;padding:1em;gap:10px}:root {
--primary-color: #2563eb;
--secondary-color: #1e3a8a;
--accent-color: #f59e0b;
--text-dark: #1f2937;
--text-light: #6b7280;
--bg-light: #f3f4f6;
--bg-white: #ffffff;
--font-main: 'Inter', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-main); color: var(--text-dark); background-color: var(--bg-white); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: var(--primary-color); transition: all 0.3s ease; }
a:hover { color: var(--secondary-color); }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .site-header { background: #fff; box-shadow: 0 4px 20px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 9999; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; max-width: 1200px; margin: 0 auto; position: relative; }
.site-branding { flex: 1; display: flex; align-items: center; gap: 12px; }
.site-logo { font-size: 20px; font-weight: 800; color: #1e3a8a; text-decoration: none; white-space: nowrap; letter-spacing: -0.5px; }
.main-navigation { flex: 2; display: flex; justify-content: flex-end; padding-left: 20px; }
.main-navigation ul { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.main-navigation li { position: relative; }
.main-navigation a { color: #4b5563; font-weight: 600; font-size: 16px; padding: 10px 0; }
.main-navigation a:hover { color: #f55000; }
.main-navigation .sub-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 15px 35px rgba(0,0,0,0.1); border-radius: 8px; width: 280px; padding: 10px 0; flex-direction: column; z-index: 1000; border: 1px solid rgba(0,0,0,0.05); }
.main-navigation .menu-item-has-children:hover .sub-menu { display: flex; }
.main-navigation .sub-menu a { padding: 10px 20px; font-size: 14px; font-weight: 500; border-bottom: 1px solid #f3f4f6; }
.main-navigation .sub-menu a:hover { background: #f9fafb; color: #f55000; padding-left: 25px; }
.header-cta { flex: 1; display: flex; justify-content: flex-end; }
.header-cta .btn { background: linear-gradient(135deg, #f59e0b, #d97706); color: #fff !important; padding: 12px 30px; border-radius: 50px; font-weight: bold; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4); white-space: nowrap; }
.mobile-menu-toggle { display: none; font-size: 32px; background: none; border: none; cursor: pointer; color: #1f2937; margin-left: auto; }
@media (max-width: 1024px) {
.header-cta { display: none !important; }
.mobile-menu-toggle { display: block !important; }
.main-navigation { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; padding: 20px; box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.main-navigation.show-mobile { display: block !important; }
.main-navigation ul { flex-direction: column; gap: 0; }
.main-navigation li { width: 100%; border-bottom: 1px solid #f3f4f6; }
.main-navigation .sub-menu { position: static; width: 100%; box-shadow: none; border: none; background: #f9fafb; }
.main-navigation .sub-menu.show-submenu { display: flex !important; }
} @keyframes floatUp { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.hero-section { background: linear-gradient(135deg, #ffffff 0%, #f3f4f6 100%) !important; padding: 100px 20px !important; text-align: center; }
.hero-section h1 { 
font-size: clamp(38px, 6vw, 68px) !important; 
background: linear-gradient(90deg, #1f2937, #2563eb); 
-webkit-background-clip: text; 
background-clip: text; 
-webkit-text-fill-color: transparent; 
font-weight: 900 !important;
}
.trust-section { background: linear-gradient(135deg, #111827 0%, #1f2937 100%) !important; border-radius: 16px; margin: -60px auto 60px auto !important; max-width: 1000px; width: 90%; padding: 40px !important; position: relative; z-index: 10; color: #fff; }
.trust-section h3 { 
background: linear-gradient(135deg, #60a5fa, #3b82f6); 
-webkit-background-clip: text; 
background-clip: text; 
-webkit-text-fill-color: transparent; 
}
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-card { background: #fff; border: 1px solid #f3f4f6; border-radius: 16px; padding: 35px 25px; transition: all 0.4s ease; text-align: center; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.service-card .btn-outline { display: inline-block; border: 2px solid #3b82f6; color: #3b82f6 !important; padding: 10px 25px; border-radius: 50px; font-weight: 700; margin-top: 20px; }
.service-card .btn-outline:hover { background: #3b82f6; color: #fff !important; } @media (max-width: 768px) {
.trust-section { width: 95%; margin-top: -40px !important; padding: 30px 20px !important; }
.hero-section { padding-top: 60px !important; }
.site-logo { font-size: 18px; }
} .site-footer { background: #fff; border-top: 1px solid #e5e7eb; padding: 60px 0 20px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 40px; }
.footer-col { flex: 1 1 200px; }
.footer-links-list { list-style: none; }
.footer-links-list li { margin-bottom: 10px; position: relative; padding-left: 20px; }
.footer-links-list li::before { content: '›'; position: absolute; left: 0; color: #10b981; font-size: 18px; font-weight: bold; }
.footer-links-list a { color: #4b5563; font-size: 14px; }
.footer-links-list a:hover { color: #2563eb; }
@media (max-width: 640px) {
.footer-col { flex: 1 1 100%; text-align: left; }
.footer-inner { flex-direction: column; }
}@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; }
}