/* Antispam Türkiye - Static Site */
:root {
  --bg: #07111f;
  --bg-soft: #0b1728;
  --panel: #0f2036;
  --panel-2: #122a46;
  --text: #eef6ff;
  --muted: #a9bed2;
  --line: rgba(255,255,255,.10);
  --brand: #ff861c;
  --brand-2: #ffb12e;
  --blue: #31a8ff;
  --green: #36d399;
  --danger: #ff647c;
  --light: #f5f8fc;
  --ink: #102236;
  --ink-muted: #60758a;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(0,0,0,.26);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999; background: #fff; color: #000; padding: 10px 16px; }
.skip-link:focus { left: 10px; top: 10px; }
.topbar { background: #030a12; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.topbar .container { display: flex; justify-content: space-between; gap: 20px; padding: 8px 0; }
.topbar a:hover { color: #fff; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(7,17,31,.88); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand-header { flex: 0 0 auto; }
.header-logo, .footer-logo { display: block; width: auto; height: 58px; max-width: 300px; object-fit: contain; }
.brand-footer { display: inline-flex; margin-bottom: 8px; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 650; }
.site-nav a { color: #d9e5f1; transition: .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.nav-cta { padding: 10px 16px; border-radius: 12px; background: var(--brand); color: #111 !important; }
.nav-cta:hover { background: var(--brand-2); }
.menu-toggle { display: none; border: 1px solid var(--line); background: transparent; color: #fff; width: 44px; height: 44px; border-radius: 12px; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; height: 2px; width: 20px; background: #fff; margin: 5px auto; }

.hero { position: relative; overflow: hidden; padding: 94px 0 76px; background:
  radial-gradient(circle at 78% 15%, rgba(49,168,255,.18), transparent 28%),
  radial-gradient(circle at 15% 15%, rgba(255,134,28,.12), transparent 24%),
  linear-gradient(180deg, #07111f 0%, #09182b 100%);
}
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -250px; bottom: -330px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #d8e8f7; background: rgba(255,255,255,.04); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(54,211,153,.12); }
h1 { font-size: clamp(42px, 6vw, 68px); line-height: 1.05; letter-spacing: -.045em; margin: 24px 0 22px; }
.hero h1 span { color: var(--brand); }
.lead { font-size: 19px; color: var(--muted); max-width: 680px; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 13px; border: 1px solid transparent; font-weight: 760; font-size: 14px; transition: transform .2s, background .2s, border-color .2s; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--brand); color: #111; box-shadow: 0 12px 32px rgba(255,134,28,.20); }
.btn-primary:hover { background: var(--brand-2); }
.btn-secondary { background: rgba(255,255,255,.04); border-color: var(--line); color: #fff; }
.btn-secondary:hover { background: rgba(255,255,255,.08); }
.hero-meta { display: flex; gap: 28px; margin-top: 34px; color: var(--muted); font-size: 13px; }
.hero-meta strong { color: #fff; display: block; font-size: 17px; }

.security-console { border: 1px solid rgba(255,255,255,.13); border-radius: 24px; padding: 16px; background: linear-gradient(160deg, rgba(18,42,70,.94), rgba(9,24,43,.98)); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-2deg) rotateX(1deg); }
.console-bar { display: flex; align-items: center; justify-content: space-between; padding: 6px 6px 14px; color: var(--muted); font-size: 12px; }
.console-dots { display: flex; gap: 6px; }
.console-dots i { width: 7px; height: 7px; border-radius: 50%; background: #456079; }
.console-main { background: #f7f9fc; color: var(--ink); border-radius: 17px; padding: 20px; }
.console-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.console-title strong { font-size: 15px; }
.live-badge { color: #087f5b; background: #d9fbe9; border-radius: 999px; padding: 4px 8px; font-size: 10px; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.metric { padding: 13px; border: 1px solid #e2e9f0; border-radius: 12px; background: #fff; }
.metric span { font-size: 10px; color: #72869b; text-transform: uppercase; letter-spacing: .06em; }
.metric b { display: block; font-size: 22px; margin-top: 5px; }
.chart-card { margin-top: 12px; padding: 14px; background: #fff; border: 1px solid #e2e9f0; border-radius: 13px; }
.chart-head { display: flex; justify-content: space-between; color: #5a7087; font-size: 11px; }
.bars { height: 118px; display: flex; align-items: end; gap: 8px; padding: 18px 2px 4px; border-bottom: 1px solid #e4ebf1; }
.bars i { flex: 1; min-width: 7px; border-radius: 5px 5px 2px 2px; background: linear-gradient(180deg,#31a8ff,#187fe8); opacity: .82; }
.bars i:nth-child(3n) { background: linear-gradient(180deg,#ff9b38,#ff6f1c); }
.event-list { display: grid; gap: 8px; margin-top: 12px; }
.event { display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; font-size: 11px; padding: 8px 10px; border-radius: 9px; background: #f5f8fb; }
.event em { font-style: normal; color: #087f5b; font-weight: 750; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #081421; }
.trust-row { display: grid; grid-template-columns: 1.2fr repeat(5,1fr); gap: 22px; align-items: center; min-height: 94px; }
.trust-row > span:first-child { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.client-name { color: #dbe7f2; font-weight: 800; opacity: .74; text-align: center; }

.section { padding: 86px 0; }
.section-light { background: var(--light); color: var(--ink); }
.section-soft { background: #0a1727; }
.section-header { max-width: 780px; margin-bottom: 42px; }
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker { color: var(--brand); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h2 { font-size: clamp(31px, 4.2vw, 48px); line-height: 1.12; letter-spacing: -.035em; margin: 10px 0 14px; }
.section-light .section-header p, .section-light .muted { color: var(--ink-muted); }
.section-header p { margin: 0; color: var(--muted); font-size: 17px; }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.feature-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: rgba(255,255,255,.035); }
.section-light .feature-card { background: #fff; border-color: #e2eaf2; box-shadow: 0 14px 40px rgba(16,34,54,.06); }
.icon-box { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,134,28,.12); color: var(--brand); margin-bottom: 18px; }
.icon-box svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.feature-card h3 { margin: 0 0 9px; font-size: 18px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }
.section-light .feature-card p { color: var(--ink-muted); }

.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: step; }
.step { position: relative; padding: 27px; border: 1px solid #dfe7ee; border-radius: var(--radius); background: #fff; overflow: hidden; }
.step::after { counter-increment: step; content: "0" counter(step); position: absolute; right: 15px; top: 8px; font-size: 58px; font-weight: 900; color: #eff3f6; letter-spacing: -.08em; }
.step h3 { position: relative; z-index: 2; margin: 0 0 10px; font-size: 20px; }
.step p { position: relative; z-index: 2; color: var(--ink-muted); margin: 0; font-size: 14px; }
.flow-note { margin-top: 20px; display: flex; gap: 10px; align-items: center; color: var(--ink-muted); font-size: 13px; }
.flow-note code { background: #e9eff5; color: #1a405f; padding: 5px 8px; border-radius: 8px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: 22px; padding: 26px; background: rgba(255,255,255,.035); }
.price-card.accent { border-color: rgba(255,134,28,.55); background: linear-gradient(180deg, rgba(255,134,28,.08), rgba(255,255,255,.025)); }
.price-top { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.price-card h3 { font-size: 19px; margin: 0; }
.mailbox-count { color: var(--muted); font-size: 13px; margin-top: 5px; }
.price { font-size: 38px; font-weight: 880; letter-spacing: -.04em; margin: 18px 0 3px; }
.price small { font-size: 13px; color: var(--muted); font-weight: 650; letter-spacing: 0; }
.trial { color: var(--green); font-size: 12px; font-weight: 750; }
.price-features { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 10px; color: #d4e1ed; font-size: 13px; }
.price-features li { display: flex; gap: 9px; }
.price-features li::before { content: "✓"; color: var(--green); font-weight: 900; }
.price-card .btn { margin-top: auto; }
.badge { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 10px; font-weight: 800; color: #17120d; background: var(--brand); }
.pricing-note { margin-top: 20px; color: var(--muted); font-size: 12px; text-align: center; }

.report-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 44px; align-items: center; }
.report-mock { background: #fff; color: var(--ink); border-radius: 20px; padding: 18px; box-shadow: var(--shadow); border: 1px solid #e4eaf0; }
.report-head { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #e6ecf2; }
.report-head strong { font-size: 15px; }
.report-date { color: #71869a; font-size: 11px; }
.report-row { display: grid; grid-template-columns: 1.8fr 1fr auto; gap: 10px; align-items: center; padding: 13px 8px; border-bottom: 1px solid #edf1f4; font-size: 11px; }
.report-row:last-child { border-bottom: 0; }
.sender { font-weight: 700; }
.tag { display: inline-flex; width: fit-content; padding: 3px 7px; border-radius: 999px; background: #fff0dd; color: #a95300; font-size: 9px; font-weight: 800; }
.report-actions { display: flex; gap: 7px; color: #187fe8; font-weight: 750; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 13px; color: var(--muted); }
.section-light .check-list { color: var(--ink-muted); }
.check-list li { display: flex; gap: 11px; align-items: start; }
.check-list li::before { content: "✓"; flex: 0 0 22px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: rgba(54,211,153,.12); color: var(--green); font-weight: 900; }

.faq { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: rgba(255,255,255,.03); }
.section-light .faq-item { border-color: #e0e7ee; background: #fff; }
.faq-button { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 20px; background: transparent; color: inherit; border: 0; text-align: left; cursor: pointer; font-weight: 760; }
.faq-button::after { content: "+"; font-size: 23px; font-weight: 400; color: var(--brand); }
.faq-button[aria-expanded="true"]::after { content: "−"; }
.faq-content { padding: 0 20px 20px; color: var(--muted); display: none; font-size: 14px; }
.section-light .faq-content { color: var(--ink-muted); }
.faq-content.open { display: block; }

.cta { padding: 0 0 86px; background: var(--light); color: var(--ink); }
.cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 42px; border-radius: 24px; background: #0d2238; color: #fff; box-shadow: var(--shadow); }
.cta-card::after { content: ""; position: absolute; width: 250px; height: 250px; right: -70px; top: -110px; border-radius: 50%; background: rgba(255,134,28,.18); filter: blur(4px); }
.cta-card h2 { margin-top: 0; font-size: 34px; }
.cta-card p { margin-bottom: 0; color: #afc2d4; max-width: 680px; }
.cta-card .btn { position: relative; z-index: 2; white-space: nowrap; }

.page-hero { padding: 74px 0 58px; background: radial-gradient(circle at 80% 0%, rgba(49,168,255,.14), transparent 28%), linear-gradient(180deg,#07111f,#09182b); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(38px,5vw,58px); margin-bottom: 14px; }
.page-hero p { color: var(--muted); font-size: 18px; max-width: 760px; margin: 0; }
.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 12px; }
.breadcrumb a { color: #fff; }

.timeline { display: grid; gap: 0; max-width: 900px; }
.timeline-item { display: grid; grid-template-columns: 110px 34px 1fr; gap: 18px; align-items: start; }
.timeline-year { font-size: 20px; font-weight: 900; color: var(--brand); padding-top: 8px; }
.timeline-line { position: relative; min-height: 150px; }
.timeline-line::before { content: ""; position: absolute; left: 16px; top: 18px; bottom: 0; width: 1px; background: #d9e2ea; }
.timeline-line::after { content: ""; position: absolute; left: 10px; top: 12px; width: 13px; height: 13px; background: var(--brand); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,134,28,.15); }
.timeline-item:last-child .timeline-line::before { display: none; }
.timeline-copy { padding: 4px 0 45px; }
.timeline-copy h3 { margin: 0 0 8px; font-size: 21px; }
.timeline-copy p { margin: 0; color: var(--ink-muted); }

.compare-table-wrap { overflow-x: auto; border: 1px solid #dfe7ee; border-radius: 18px; background: #fff; }
.compare-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.compare-table th, .compare-table td { padding: 14px 16px; border-bottom: 1px solid #e7edf2; text-align: center; font-size: 13px; }
.compare-table th:first-child, .compare-table td:first-child { text-align: left; }
.compare-table th { background: #f6f9fb; color: #223c54; font-size: 12px; }
.compare-table td { color: #5f7488; }
.compare-table tr:last-child td { border-bottom: 0; }
.yes { color: #0f986a; font-weight: 800; }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; }
.info-card, .form-card { background: #fff; border: 1px solid #e0e7ee; border-radius: 20px; padding: 28px; }
.info-card h2, .form-card h2 { font-size: 28px; margin-top: 0; }
.info-list { display: grid; gap: 18px; margin-top: 25px; }
.info-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; }
.info-item .mini-icon { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: #fff2e5; color: #c45f00; font-weight: 900; }
.info-item strong { display: block; margin-bottom: 2px; }
.info-item span, .info-card p { color: var(--ink-muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 800; color: #405a72; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d6e0e8; border-radius: 11px; min-height: 46px; padding: 10px 12px; background: #fbfdff; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #55aaf1; box-shadow: 0 0 0 4px rgba(49,168,255,.10); }
.form-consent { display: flex; gap: 9px; margin: 16px 0; color: var(--ink-muted); font-size: 12px; }
.form-consent input { margin-top: 4px; }
.form-consent a { color: #146fae; text-decoration: underline; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.alert { padding: 13px 14px; border-radius: 11px; margin-bottom: 18px; font-size: 13px; }
.alert-success { background: #e6f9f0; color: #086b4d; border: 1px solid #bdebd8; }
.alert-error { background: #fff0f2; color: #a51d35; border: 1px solid #f2c4cc; }

.map-frame { width: 100%; height: 360px; border: 0; border-radius: 18px; margin-top: 24px; background: #eaf0f5; }
.legal { max-width: 900px; }
.legal h2 { font-size: 27px; margin-top: 36px; }
.legal p, .legal li { color: var(--ink-muted); }
.legal a { color: #1676b6; text-decoration: underline; }

.site-footer { background: #040b13; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 40px; padding: 58px 0 38px; }
.footer-brand p { color: #849caf; font-size: 13px; max-width: 360px; }
.footer-title { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; font-weight: 850; }
.footer-links { display: grid; gap: 9px; color: #8fa5b8; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); color: #6f879a; font-size: 12px; }
.footer-bottom a:hover { color: #fff; }

.not-found { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: 70px 20px; }
.not-found .code { font-size: 90px; font-weight: 950; letter-spacing: -.06em; color: var(--brand); line-height: 1; }
.not-found h1 { font-size: 35px; margin: 12px 0; }

@media (max-width: 1000px) {
  .hero-grid, .report-grid, .form-layout { grid-template-columns: 1fr; }
  .security-console { max-width: 700px; transform: none; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .trust-row { grid-template-columns: repeat(3,1fr); padding: 20px 0; }
  .trust-row > span:first-child { grid-column: 1 / -1; text-align: center; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 28px,1180px); }
  .header-logo, .footer-logo { height: 52px; max-width: 260px; }
  .topbar .container { justify-content: center; }
  .topbar .container span:last-child { display: none; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: #0b1828; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 12px; border-radius: 10px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero { padding: 70px 0 58px; }
  h1 { font-size: 44px; }
  .lead { font-size: 17px; }
  .hero-meta { flex-wrap: wrap; gap: 18px; }
  .section { padding: 66px 0; }
  .steps, .pricing-grid { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; padding: 30px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .timeline-item { grid-template-columns: 72px 26px 1fr; gap: 10px; }
  .timeline-line::before { left: 12px; }
  .timeline-line::after { left: 6px; }
}
@media (max-width: 560px) {
  .header-logo, .footer-logo { height: 46px; max-width: 230px; }
  h1 { font-size: 38px; }
  .feature-grid, .footer-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-row { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { flex-direction: column; }
  .report-row { grid-template-columns: 1fr; }
  .report-actions { flex-wrap: wrap; }
}

.section.no-top { padding-top: 0; }
.hero-actions.centered { justify-content: center; }
.bars .h42 { height: 42%; }
.bars .h61 { height: 61%; }
.bars .h55 { height: 55%; }
.bars .h76 { height: 76%; }
.bars .h48 { height: 48%; }
.bars .h67 { height: 67%; }
.bars .h88 { height: 88%; }
.bars .h58 { height: 58%; }
.bars .h72 { height: 72%; }
.bars .h63 { height: 63%; }
.bars .h83 { height: 83%; }
.bars .h70 { height: 70%; }
.bars .h91 { height: 91%; }
.bars .h79 { height: 79%; }
