.si-front-page {
  background: #ffffff;
  color: #1d1d1f;
}

/* Genel */
.si-section {
  padding: 108px 0;
}

.si-section-heading {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

.si-section-heading-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.si-section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00488F;
}

.si-section-heading h2,
.si-highlight-content h2,
.si-ai-box h2,
.si-cta-panel h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #1d1d1f;
  font-weight: 700;
}

.si-section-heading p,
.si-highlight-content p,
.si-ai-box p,
.si-cta-panel p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.82;
  color: #6e6e73;
}

/* Butonlar */
.si-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.si-btn-primary {
  background: #00488F;
  color: #ffffff;
}

.si-btn-primary:hover {
  background: #003d79;
}

.si-btn-secondary {
  background: transparent;
  color: #00488F;
  border: 1px solid #d7d7dc;
}

.si-btn-secondary:hover {
  border-color: #00488F;
}

/* Hero */
.si-hero {
  position: relative;
  overflow: hidden;
  padding: 138px 0 92px;
  text-align: center;
  background-image:
    linear-gradient(
      to bottom,
      rgba(245, 245, 247, 0.88) 0%,
      rgba(251, 251, 253, 0.82) 38%,
      rgba(255, 255, 255, 0.88) 72%,
      rgba(255, 255, 255, 0.94) 100%
    ),
    url('https://www.secimisleri.com/wp-content/uploads/2026/03/F1224.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.si-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
}

.si-hero-kicker {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00488F;
}

.si-hero h1 {
  margin: 0 auto;
  max-width: 980px;
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: -0.065em;
  color: #1d1d1f;
  font-weight: 700;
}

.si-hero-description {
  max-width: 1000px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.9;
  color: #5f5f64;
}

.si-hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.si-hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 30px;
  flex-wrap: wrap;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid rgba(29, 29, 31, 0.10);
}

.si-hero-meta span {
  font-size: 12px;
  line-height: 1.4;
  color: #6a6a70;
}

/* Intro Strip */
.si-intro-strip {
  padding: 24px 0 0;
}

.si-intro-strip-inner {
  padding: 24px 0;
  border-top: 1px solid #e5e5e7;
  border-bottom: 1px solid #e5e5e7;
  text-align: center;
}

.si-intro-strip-inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6e6e73;
}

.si-intro-strip-inner strong {
  color: #1d1d1f;
  font-weight: 600;
}

/* Modüller */
.si-section-modules {
  padding-top: 96px;
}

.si-modules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e5e5e7;
  border-left: 1px solid #e5e5e7;
}

.si-module-card {
  padding: 34px 32px;
  border-right: 1px solid #e5e5e7;
  border-bottom: 1px solid #e5e5e7;
  background: #ffffff;
}

.si-module-index {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #00488F;
}

.si-module-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1d1d1f;
  font-weight: 700;
}

.si-module-card p {
  margin: 0;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.82;
  color: #6e6e73;
}

/* Süreç */
.si-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e5e5e7;
  border-bottom: 1px solid #e5e5e7;
}

.si-process-item {
  padding: 28px 24px;
}

.si-process-item:not(:last-child) {
  border-right: 1px solid #e5e5e7;
}

.si-process-label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #00488F;
}

.si-process-item h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1d1d1f;
  font-weight: 700;
}

.si-process-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6e6e73;
}

/* Highlight */
.si-highlight-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 54px;
  align-items: center;
}

.si-highlight-list {
  border-top: 1px solid #e5e5e7;
  border-bottom: 1px solid #e5e5e7;
}

.si-highlight-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #efeff1;
}

.si-highlight-row:last-child {
  border-bottom: none;
}

.si-highlight-row span {
  font-size: 15px;
  line-height: 1.5;
  color: #6e6e73;
}

.si-highlight-row strong {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #1d1d1f;
  font-weight: 700;
  text-align: right;
}

/* AI */
.si-ai-box {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 46px;
  text-align: center;
  border-top: 1px solid #e5e5e7;
}

.si-ai-box h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.si-ai-box p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.si-ai-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Eğitim - Belgeler */
.si-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #e5e5e7;
  border-left: 1px solid #e5e5e7;
}

.si-dual-card {
  padding: 34px 32px;
  border-right: 1px solid #e5e5e7;
  border-bottom: 1px solid #e5e5e7;
}

.si-dual-card h3 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1d1d1f;
  font-weight: 700;
}

.si-dual-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.82;
  color: #6e6e73;
}

/* CTA */
.si-section-cta {
  padding-top: 42px;
  padding-bottom: 120px;
}

.si-cta-panel {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 50px;
  text-align: center;
  border-top: 1px solid #e5e5e7;
}

.si-cta-panel h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.si-cta-panel p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.si-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 1100px) {
  .si-hero {
    padding: 116px 0 78px;
    background-position: center center;
  }

  .si-hero h1 {
    font-size: 58px;
  }

  .si-hero-description {
    max-width: 860px;
    font-size: 17px;
  }

  .si-section-heading h2,
  .si-highlight-content h2,
  .si-ai-box h2,
  .si-cta-panel h2 {
    font-size: 38px;
  }

  .si-highlight-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .si-process-grid {
    grid-template-columns: 1fr;
  }

  .si-process-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e5e5e7;
  }
}

@media (max-width: 768px) {
  .si-section {
    padding: 76px 0;
  }

  .si-hero {
    padding: 92px 0 62px;
    background-position: center center;
    background-image:
      linear-gradient(
        to bottom,
        rgba(245, 245, 247, 0.92) 0%,
        rgba(251, 251, 253, 0.88) 42%,
        rgba(255, 255, 255, 0.92) 76%,
        rgba(255, 255, 255, 0.96) 100%
      ),
      url('https://www.secimisleri.com/wp-content/uploads/2026/03/F1224.jpg');
  }

  .si-hero h1 {
    font-size: 42px;
    line-height: 0.98;
  }

  .si-hero-description {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.82;
  }

  .si-section-heading h2,
  .si-highlight-content h2,
  .si-ai-box h2,
  .si-cta-panel h2 {
    font-size: 32px;
  }

  .si-section-heading p,
  .si-highlight-content p,
  .si-ai-box p,
  .si-cta-panel p,
  .si-module-card p,
  .si-process-item p,
  .si-dual-card p {
    font-size: 15px;
    line-height: 1.8;
  }

  .si-modules-grid,
  .si-dual-grid {
    grid-template-columns: 1fr;
  }

  .si-module-card,
  .si-dual-card {
    padding: 28px 24px;
  }

  .si-module-card h3,
  .si-dual-card h3,
  .si-process-item h3 {
    font-size: 22px;
  }

  .si-highlight-row strong {
    font-size: 18px;
  }

  .si-btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .si-section {
    padding: 62px 0;
  }

  .si-hero {
    padding: 76px 0 54px;
    background-position: center center;
  }

  .si-hero h1 {
    font-size: 34px;
  }

  .si-hero-description {
    font-size: 15px;
    line-height: 1.8;
  }

  .si-section-heading {
    margin-bottom: 38px;
  }

  .si-section-heading h2,
  .si-highlight-content h2,
  .si-ai-box h2,
  .si-cta-panel h2 {
    font-size: 28px;
  }

  .si-hero-meta {
    gap: 10px 18px;
  }

  .si-highlight-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .si-highlight-row strong {
    text-align: left;
  }

  .si-module-card,
  .si-dual-card,
  .si-process-item {
    padding-left: 22px;
    padding-right: 22px;
  }
}