.maketi-main {
  padding: 36px 0 64px;
}

.maketi-hero {
  margin-bottom: 40px;
}

.maketi-hero h1 {
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0f172a;
  line-height: 1.12;
  margin-bottom: 12px;
}

.maketi-lead {
  font-size: 1.05rem;
  color: #475569;
}

.maketi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.maketi-grid .maketi-card:last-child {
  grid-column: 1 / -1;
}

.maketi-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px 28px 26px;
  box-shadow: 0 10px 30px -24px rgba(15, 23, 42, 0.18);
}

.maketi-card h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  line-height: 1.25;
}

.maketi-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #334155;
  margin: 20px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.maketi-card p,
.maketi-card li {
  font-size: 0.96rem;
  color: #334155;
}

.maketi-card ul,
.maketi-card ol {
  padding-left: 1.25rem;
  margin: 0 0 14px;
}

.maketi-card li + li {
  margin-top: 8px;
}

.maketi-card li::marker {
  color: #10b981;
}

.maketi-note {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 0.92rem;
}

.maketi-note strong {
  font-weight: 700;
}

.maketi-cta {
  margin-top: 36px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(16, 185, 129, 0.02));
  border: 1px solid rgba(16, 185, 129, 0.22);
  text-align: center;
}

.maketi-cta p {
  color: #334155;
  margin-bottom: 14px;
}

.maketi-cta a,
.maketi-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 10px;
  background: #10b981;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  transition: background 0.2s;
}

.maketi-cta a:hover,
.maketi-cta__btn:hover {
  background: #059669;
  color: #fff;
}

@media (max-width: 768px) {
  .maketi-main {
    padding-top: 24px;
  }

  .maketi-hero h1 {
    font-size: 1.65rem;
  }

  .maketi-grid {
    grid-template-columns: 1fr;
  }

  .maketi-grid .maketi-card:last-child {
    grid-column: auto;
  }

  .maketi-card {
    padding: 22px 20px;
  }
}
